body, p, a, span, h1, h2, h3, h4, h5, h6, button, [type="button"], [type="reset"], [type="submit"], body, button, input, select, textarea {
    font-family: 'Source Sans Pro', sans-serif;
}

a {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}


.has-sidebar.single-trending #primary {
    width: 74%;
}

.has-sidebar.single-trending #secondary {
    width: 20%;
}



.site-content {
    padding: 110px 0 0 !important;
}


.tc {
    text-align: center;
}

.primary-bg {
    background: #fbb874;
}

.primary-border-color {
    border-style: solid !important;
    border-color: #fbb874 !important;
}

.twentyseventeen-front-page.has-header-image .site-branding {
    margin-bottom: 0px;
}

.has-header-image.twentyseventeen-front-page .site-branding {
    position: relative !important;
    padding: 0px;  
}

.custom-logo-link img {
    max-height: 44px;
}

.s-logo-header {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 14px 0px;
}
    .s-logo-header .site-branding a {
        line-height: 0px;
    }


.site-navigation-holder, .s-ajax-cart {
    float: right;
}

.site-branding .wrap {
    padding: 0px !important;
}


.s-left-navigation {
        display: inline-block;
    width: 300px;
    float: left;
}

.s-right-navigation {
    display: inline-block;
    width: calc(100% - 300px);
    float: right;
    text-align: right;
}

.panel-content .wrap {
    padding-bottom: 4.5em !important;
    padding-top: 4.4em !important;
}

/*main.site-main {
    padding: 72px 0px;
}
*/
/*.home main.site-main {
    padding: 72px 0px 0px 0px;
}*/

header.site-header {
    bottom: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.s-ajax-cart {
    position: relative;
    padding: 9px 0px 9px 16px;
    margin: 10px 0px;
    margin-left: 20px;
    border: 0px;
    border-left: 1px;
}

    .s-ajax-cart img.cart {
        width: 28px;
    }

    .s-ajax-cart .cart-header span {
        position: absolute;
        top: 8px;
        left: 100%;
        margin-left: -2px;
        color: #fff;
        width: 16px;
        height: 16px;
        text-align: center;
        font-size: 10px;
        border-radius: 16px;
        display: inline-block;
        line-height: 16px;
    }


section.section-padding {
    padding: 60px 0px;
}

h2.s-heading {
        color: #000;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

ul.products {
    display: inline-block;
    width: 100%;
}

    .has-sidebar ul.products.columns-4 li.product {
        width: calc( (100% / 4) - 10px );
        margin: 0px 5px;
        margin-bottom: 48px;
    }

    ul.products li.product {
        list-style: none;
        width: calc( (100% / 5) - 20px );
        margin: 0px 10px;
        display: inline-block;
        position: relative;
        float: left;
        margin-bottom: 48px;
    }

    .has-sidebar.single-trending  ul.products li.product {
        width: calc( (100% / 4) - 10px );
    }

.site-branding {
    position: relative !important;
    padding: 0px;
}

.yith-wcqv-button {
    display: none;
}

.custom-yith-button.yith-wcqv-button {
    text-align: center;
    top: 0px;
    font-size: 12px;
    background: #000000;
    box-shadow: unset !important;
    padding: 10px 10px;
    display: inline;
    margin-left: 7px;
    color: #fff;
}

.woocommerce-loop-product__title {
    padding: 2px 0px 6px 0px;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: 0px !important;
    min-height: 50px;
}

span.loop-short-description {
    font-size: 13px;
    font-weight: 600;
    margin: 8px 0px !important;
    display: block;
}

.sale-price {
    display: block;
    position: absolute;
    right: 0;
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 6px;
    text-align: center;
    line-height: 12px;
}

.sale-price .sale-off {
    font-size: 10px;
    line-height: 10px;
}

ul.products li.product .button.add_to_cart_button {
    box-shadow: unset;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 10px 16px;
    text-transform: uppercase;
}

ul.products li.product .button.add_to_cart_button:hover {
    background: #383838;
}


.price del {
        opacity: 1;
    display: inline-block;
    font-size: 12px;
    color: #000;
    padding-right: 4px;
    margin-right: 8px;
    border-right: 1px solid #d4d4d4;
}

.price ins {
    display: inline-block;
    background: transparent;
}

.s-trending-now {
}

    ul.trending-list {
        list-style: none;
    }
        ul.trending-list li.trending-items {
            display: inline-block;
            margin: 4px 2px;
            position: relative;
        }

            ul.trending-list li.trending-items img {
                height: 306px;
                width: auto;
            }

        ul.trending-list li.trending-items h4.trending-title {
            position: absolute;
            width: 100%;
            background: #000;
            color: #fff;
            text-align: center;
            padding: 7px;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 14px;
            bottom: 0;
            margin: 0;
            transition: all 0.5s;
        }

        ul.trending-list li.trending-items:hover  h4.trending-title, h4.trending-title {
            padding: 20px 7px;
        }

.site-navigation-fixed.navigation-top {
    position: relative;
}

.admin-bar .site-navigation-fixed.navigation-top {
    top: 0px;
}


.admin-bar header.site-header {
    top: 32px;
}

.top-header {
    padding: 6px 0px;
    background: #000;
    color: #fff;
}

    .top-header [class^="col-md-"] {
        padding: 0px;
    }

        .top-header .top-right {
            float: right;
            text-align: right;
        }

        .header-c-logins {
            margin: 0px !important;
        }
            .header-c-logins li {
                list-style: none;
                display: inline-block;
                margin-left: 20px;
                font-size: 12px;
                text-transform: uppercase;
            }
            .header-c-logins li a {
                color: #fff;
            }


footer.site-footer {
    background: #000;
    font-size: 14px;
}

    footer.site-footer p, footer.site-footer span, footer.site-footer label {
        color: #c9c9c9;
        font-size: 14px;
    }   

    footer.site-footer label {
        color: #fff;
    } 
    footer.site-footer h2.widget-title {
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: 0.1em;
        color: #c9c9c9;
    }
    footer.site-footer .widget ul {
        font-size: 1rem;
        color: #c9c9c9;
    }

        footer.site-footer .widget ul li {
            border: 0px solid !important;
            font-size: 14px;
            padding: 4px 0px;
        }
        footer.site-footer .widget ul li a {
            color: #c9c9c9;
            text-decoration: none;
            box-shadow: none;
            -webkit-box-shadow: none;
        }


button, input[type="button"], input[type="submit"] {
        background-color: #000;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 30px;
    text-shadow: none;
    text-transform: uppercase;
}

.site-info {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    padding: 0.7em 0 0;
    width: 100%;
}

section.custom-woo-breadcrumbs {
    padding: 8px 0px;
    background: #eaeaea;
}

    .woocommerce-breadcrumb {
        padding-bottom: 0;
        margin-bottom: 18px;
        border-bottom: 0;
    }
        .woocommerce-breadcrumb a {
            box-shadow: unset;
            -webkit-transition: unset;
            transition: unset;
        }


.woocommerce .site-content > div.wrap {
    padding-top: 50px;
}

.woocommerce-ordering select {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto;
    max-width: 100%;
    font-size: 14px;
    padding: 6px;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    font-size: 14px;
}

.single-product .product_title {
    color: #000;
    font-size: 1.3rem;
    font-weight: 700;
}


a.custom-wishlist-button, a.custom-compare-button {
    text-align: center;
    top: 0px;
    font-size: 12px;
    background: #000000;
    box-shadow: unset !important;
    padding: 10px 10px;
    display: inline !important;
    margin-left: 7px;
    color: #fff;
}
.single-product .add_to_wishlist:hover, a.custom-compare-button:hover {
    color: #ff0700;
}

a.compare.button {
    display: none;
}

div.product_meta {
    font-size: 14px;
    margin-top: 20px;
}
.add_to_wishlist {
    display: none;
}
    .add_to_wishlist.custom-wishlist-button {
        display: inline !important;
    }

a.reset_variations {
    font-size: 14px;
}

.yith-wcwl-wishlistexistsbrowse.show {
    font-size: 13px;
}

.yith-wcqv-wrapper {
    height: auto !important;
}

    .yith-wcqv-wrapper .woocommerce-product-gallery {
        margin-bottom: 0px !important;
    }

    #yith-quick-view-modal .yith-wcqv-main {
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
    }


table.variations select {
    margin-right: .5em;
    border: 1px solid #000;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    height: auto !important;
    max-width: 100%;
    padding: 6px;
    font-size: 14px;
}

.woocommerce-info {
    padding: 0em;
    background: transparent !important;
    color: #000!important;
}


footer input.wpcf7-form-control.wpcf7-submit {
    border: 1px solid #fff;
}

.woocommerce-Tabs-panel h2 {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
}

.related.products h2 {
    font-size: .8125rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
}

.woocommerce-Tabs-panel ul {
    padding-left: 18px;
}

a.remove {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 13px;
    font-size: 19px;
    padding: 0px 3px;
    text-align: center;
    border-radius: 0px;
    box-shadow: none!important;
    border: 1px solid #000;
}

.woocommerce-cart-form .button {
    padding: 10px 30px;
}


.page.page-one-column:not(.twentyseventeen-front-page) #primary {
    max-width: unset;
}

footer.site-footer .widget ul li a:hover {
    color: #8e8e8e;
}

.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header, .page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-top: 4em;
    margin-bottom: 0em;
}

.reg-login {
    padding: 0px 5em;
}

.reg-login-heading {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #000000;
    text-transform: uppercase;
}

.tml .tml-action-confirmaction .success, .tml .tml-error, .tml .tml-message, .tml .tml-success {
    border-left: 4px solid #00a0d2;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    display: block;
    margin: 0 0 1em;
    padding: 0.25em;
}

.tml .tml-error {
    border-left-color: #fbb874;
}

.woocommerce-product-details__short-description ul {
    padding-left: 30px;
}

.single-product .summary p.price {
    margin-bottom: 2em;
    font-size: 19px;
    font-weight: 600;
    color: #fbb874;
}

.woocommerce-tabs .comment-reply-title {
    font-size: 22px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 .75em;
    display: block;
}

.woocommerce-variation-price .price .amount {
    font-size: 17px;
    font-weight: 600;
    color: #fbb874;
}

ul.tabs.wc-tabs {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.woocommerce-tabs li a {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.navigation-top {
    position: relative !important;
}

.top-widget.widget_block p {
    display: none;
}

.onsale {
    background-color: #000000;
    color: #fff;
}

.single.single-product #primary {
    width: 100% !important;
}

.single.single-product aside#secondary {
    display: none;
}
.s-tab section.featured-tab, .latest-tab section.latest-tab-section {
    padding-top: 20px;
}

footer .widget {
    padding-bottom: 0px;
}

@media screen and (min-width: 48em) {
    .wrap {
        max-width: 1200px !important;
    }
}

ul.tml-links {
    list-style: none;
}

ul.tml-links li {
    display: inline-block;
}

ul.tml-links li {
    display: inline-block;
    margin-right: 6px;
    padding-right: 6px;
    font-size: 14px;
}

ul.tml-links li:first-child {
    border-right: 1px solid #000;
}



@media (max-width: 767px) {
    .s-left-navigation {
        width: auto;
    }

    .s-right-navigation {
        width: 62%;
    }

    .site-navigation-holder {
        float: right;
        margin: 16px;
        width: 85px;
    }

    ul.products li.product {
        width: calc((100% / 2) - 20px);
    }

    ul.trending-list li.trending-items {
        width: 100%;
    }

    ul.trending-list li.trending-items img {
        height: auto;
        width: 100%;
    }
}