﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.my-cart ul li {
    float: left;
}

.single-slider{
    min-height:350px;
}

.product-wrapper {
    cursor: pointer;
}

.unit-list {
    width: 96%;
    margin: auto;
}

    .unit-list li {
        padding: 10px;
        border: 1px solid gray;
        border-radius: 5px;
        margin-top: 5px;
        height: 40.5px;
    }

        .unit-list li.active {
            background: rgba(132,194,37,.2);
            border: none;
        }

            .unit-list li.active div.list-check {
                float: right;
                width: 40px;
                background: #499e46;
                height: 100%;
                height: 40.5px;
                margin-top: -10.5px;
                margin-right: -10px;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                padding: 10px;
                color: white;
                padding-left: 14px;
            }

        .unit-list li div.list-check {
            float: right;
            width: 40px;
            height: 100%;
            height: 40.5px;
            margin-top: -10.5px;
            margin-right: -10px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            padding: 10px;
            color: gray;
            padding-left: 14px;
        }

        .unit-list li div.list-units {
            width: 100px;
            float: left;
        }

        .unit-list li div.list-price {
            width: 200px;
            float: left;
        }

            .unit-list li div.list-price .amount {
                font-size: 14px !important;
            }

            .unit-list li div.list-price .price {
                font-size: 12px !important;
            }

.ui-autocomplete {
    z-index: 999999999999 !important;
}
/* User info Content */
.area-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 1;
    background-color: rgba(0,0,0,.7);
    transition: opacity .25s ease,visibility 0s ease .25s;
    display: none;
}

.area-user-info {
    position: absolute;
    text-align: right;
    right: 120px;
    top: -10px;
    display: none;
}

    .area-user-info i {
        margin-left: 5px;
    }

.btn-defaultarea {
    padding: 0px !important;
    margin: 20px !important;
    position: relative !important;
    color: #444444 !important;
    font-size: 15px !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;
}

.area-content {
    z-index: 999;
    right: 70px;
    position: absolute;
    top: 35px;
    background-color: #C2DB6A;
    width: 350px;
    right: 200px;
    -webkit-animation-name: slideInArea;
    -webkit-animation-duration: 0.6s;
    animation-name: slideInArea;
    animation-duration: 0.6s;
    padding: 10px;
    display: none;
}

/* Add Animation */
@-webkit-keyframes slideInArea {
    from {
        top: 120px;
        opacity: 0
    }

    to {
        top: 35px;
        opacity: 1
    }
}


.userinfo-content a {
    margin-left: 0px !important;
    width: 100%;
    display: block;
}

.login-body .form-group {
    margin-bottom: 5px;
}

.addressEdit {
    display: block;
}

.userinfo-content {
    z-index: 999;
    right: 70px;
    position: absolute;
    top: 75px;
    background-color: #C2DB6A;
    width: 250px;
    right: 70px;
    -webkit-animation-name: slideInUserInfo;
    -webkit-animation-duration: 0.4s;
    animation-name: slideInUserInfo;
    animation-duration: 0.4s;
    display: none;
    padding: 10px;
}

/* Add Animation */
@-webkit-keyframes slideInUserInfo {
    from {
        top: 105px;
        opacity: 0
    }

    to {
        top: 75px;
        opacity: 1
    }
}


/* Modal Content */
.login-content {
    position: absolute;
    top: 30px;
    background-color: #fefefe;
    width: 30%;
    left: 35%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    border-radius: 10px;
}

    .login-content form {
        width: 100% !important;
    }

    .login-content button {
        width: 100% !important;
        margin-left: 0px !important;
    }

/* The Close Button */
.login .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 0.6 !important;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.login-header {
    padding: 15px 10px 15px 10px;
    background-color: #499e46;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .login-header h2 {
        color: white;
    }

.login-body {
    padding: 2px 16px;
}

.login-footer {
    padding: 16px;
    background-color: #499e46;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 20px;
}

.btn-login {
    padding: 0px !important;
    position: relative !important;
    color: #444444 !important;
    font-size: 15px !important;
    display: none;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;
}

    .btn-login .fa {
        margin-right: 7px;
        font-size: 18px;
    }

    .btn-login img {
        height: 50px;
        margin-top: 6px;
        margin-right: 15px;
    }

.btn-myprofile .fa {
    margin-right: 6px;
    font-size: 18px;
}

.btn-myprofile img {
    height: 50px;
    margin-top: 6px;
    margin-right: 5px;
}

.btn-myprofile {
    padding: 0px !important;
    margin: 0px !important;
    position: relative !important;
    color: #444444 !important;
    font-size: 15px !important;
    display: none;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;
    line-height: 27px;
}

    .btn-myprofile .fa {
        margin-right: 8px;
    }



.productQuantities {
    width: 70%;
}

.old-price i {
    font-size: 10px;
}

.product-price ul li:first-child {
    font-size: 12px;
}

.product-price ul li:last-child i {
    font-size: 11px;
}

.product-img {
    text-align: center;
}

    .product-img img {
        max-height: 150px;
    }

.home-add-to-cart {
    height: 31.5px;
    background: #499e46;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 5px;
    margin: 0px !important;
    margin-left: -10px;
    position: relative;
}

.home-cart-qty-parent {
    width: 150px;
    margin: auto;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}





/**/
.myTable {
    margin-top: 20px;
}

.delete {
    margin-left: 10px;
    color: #c02426 !important;
}

.ml10 {
    margin-left: 10px !important;
}

.center {
    text-align: center;
}

.mt10 {
    margin-top: 10px;
}

.mbt10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.left {
    float: left;
}

/*product information*/
@media(max-width: 768px) {
    .single-slider {
        min-height: 300px;
    }

    .login-content, .cartinfo-content {
        width: 96%;
        left: 2%;
    }

    .product-information .box .box-cell.box-product-summary {
        width: 100% !important;
        display: table-row !important;
    }

    .product-information .box .box-cell.box-product-gallery {
        width: 100% !important;
        display: table-row !important;
    }

    .social-icons {
        text-align: center;
    }
}

.div-breadcrumbs {
    margin-bottom: 15px;
    color: #202020;
    font-weight: 600;
    font-style: normal;
}

    .div-breadcrumbs a {
        color: #202020;
        font-weight: 600;
        font-style: normal;
    }

.div-product {
    position: relative;
    overflow: hidden; /* Removing this will break the effects */
    max-width: 100%;
}

.div-summary {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.pi-product-title {
    display: block;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    color: black;
}

.product-desc a, .product-desc li, .product-desc span, .product-desc p {
    line-height: 23px;
    font-size: 14px;
    text-align: justify;
    color: #202020;
}

.product-desc {
    margin-top: 15px;
    background-color: #FFF;
    font-weight: normal;
    font-size: 16px;
    color: rgba(0,0,0,.6) !important;
}

.div-price {
    margin-top: 15px;
}

.price {
}

    .price del {
        color: #BDBDBD;
    }

.cost {
    color: red;
    font-weight: 400;
}

.amount {
    font-weight: 600;
    font-size: 22px !important;
}


.required {
    color: #c02426 !important;
}

.red {
    color: #499e46 !important;
}


.bred {
    background-color: #499e46 !important;
    border: none !important;
}

.minus, .plus {
    padding: 0 5px;
    min-width: 25px;
    height: 42px;
    border: 2px solid rgba(129,129,129,.2);
    background: 0 0;
    box-shadow: none;
}

.qty {
    width: 35px;
    margin: 0px;
    text-align: center;
    border-right: none;
    border-left: none;
    height: 42px;
    border-top: 2px solid rgba(129,129,129,.2);
    border-bottom: 2px solid rgba(129,129,129,.2);
}



/*.qty:hover {
            border-color: 1px solid rgba(129,129,129,.2);
        }*/


.minus:hover, .plus:hover, .minus:focus, .plus:focus {
    border: none;
    background-color: #499e46 !important;
    color: white;
    border-radius: 0px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.btn {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    color: white !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
    margin-left: 15px;
    height: 40px;
}

.btn-outline-dark {
    border: 1px solid #2e6da4 !important;
    color: black !important;
}

.quantity {
    margin-top: 15px;
}

.product_meta {
    margin-top: 15px;
    vertical-align: middle;
    font-size: 14px;
    border-top: 1px solid #499e46;
    padding-top: 15px;
}

.posted_in {
}

    .posted_in a {
        display: inline-block;
        margin: 0 1px;
        color: #777;
        font-weight: 400;
        text-decoration: none;
        transition: all .25s ease;
    }

.product-action {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-right: 20px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
}

    .product-action a {
        font-weight: bold;
    }

    .product-action > a:after {
        opacity: 0;
        transition: opacity .2s ease;
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        border: 1px solid #BBB;
        border-left-color: #000;
        border-radius: 50%;
        vertical-align: middle;
    }

.product-share {
    margin-top: 15px;
    font-size: 14px;
}

    .product-share a {
        margin-left: 7px;
        color: rgba(0,0,0,.6) !important;
    }

        .product-share a:hover {
            color: rgba(0,0,0,.8) !important;
            text-decoration: none;
        }



/*products*/
.labels-rounded {
    /* top: 7px;
        left: 7px;*/
}

.product-labels {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 50%;
    transition: opacity .3s ease;
    color: white;
    top: 0;
}

.labels-rounded .product-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px;
    min-height: 50px;
    border-radius: 35px;
    font-size: 14px;
}

.div-product-info {
    /*background: rebeccapurple;*/
    float: left;
    position: relative;
    overflow: hidden; /* Removing this will break the effects */
    display: inline-block;
    margin: 0;
    text-align: center;
}

    .div-product-info .product-labels {
        top: 0;
        right: 20px;
    }

    .div-product-info img {
        /*margin: auto;
        max-width: 100%;
        max-height: 100%;
        height: auto;*/
        object-fit: cover;
        width: 100%;
    }

.div-product {
    float: left;
    position: relative;
    padding: 10px;
    overflow: hidden;
}

    .div-product .e-product-border {
        padding: 10px;
        box-shadow: 0 0 4px rgba(0,0,0,.12);
    }

    .div-product img {
        display: block;
        max-height: 280px;
    }

.div-product-body {
    position: relative;
    overflow: hidden;
}

.div-product-3 {
    /*width: 25%;*/
    padding: 10px;
    padding-top: 15px;
}

.onsale {
    background: red;
}

/* Brightness-zoom Container */
.img-hover-zoom--brightness img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%);
}

/* The Transformation */
.img-hover-zoom--brightness:hover img {
    filter: brightness(100%);
    transform: scale(1.1);
}

.product-title a {
    display: block;
    color: inherit;
}

.product-element-bottom {
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    background-color: #fff;
    text-align: center;
}

.product-title {
    color: #333;
    margin-bottom: 5px;
    font-size: 14px !important;
    z-index: 90;
    text-transform: uppercase;
}

    .product-title:hover {
        text-decoration: none;
    }

.product-title-cart {
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 14px !important;
    color: #333;
    display: block;
    text-transform: uppercase;
}

.cart-item-image:hover {
    color: #333;
    text-decoration: none;
}

.cart-info .quantity {
    padding-left: 5px;
    display: table;
}


    .cart-info .quantity span:first-child {
        color: #333;
    }

.cart-item .remove {
    margin-right: 20px;
    color: #333;
    z-index: 2000;
    position: absolute;
    right: 0px;
}

    .cart-item .remove:hover {
        text-decoration: none;
    }


.price {
    font-size: 15px !important;
}

    .price del {
        color: #BDBDBD;
    }

/*cart widget*/
.widget-heading {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 20px 15px 20px 15px;
    border-bottom: 1px solid;
}

    .widget-heading .widget-title {
        flex: 1 1 auto;
        margin-bottom: 0;
        font-size: 20px;
    }

.cart-widget-side {
    right: -340px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100000000;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: 340px;
    background-color: #FFF;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
}

.quick-view {
    /*padding: 20px;
    left: 5%;
    bottom: 20px;
    position: fixed;
    top: -120%;
    z-index: 1000;
    overflow: hidden;
    overflow-y: auto;
    width: 90%;
    background-color: #FFF;
    transition: transform .25s ease;
    -webkit-overflow-scrolling: touch;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;*/
}

.close-qv {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

    .close-qv a {
        color: #c02426 !important;
        position: absolute;
        right: 3%;
    }

        .close-qv a:hover {
            text-decoration: none;
        }

.cart-widget-side.cart-widget-opened {
    -webkit-transform: none;
    transform: none;
}

.cart-overlay-side-opened {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease,visibility 0s ease;
}

.cart-overlay-side, .popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 1;
    background-color: rgba(0,0,0,.7);
    transition: opacity .25s ease,visibility 0s ease .25s;
}

.products-img {
    object-fit: contain;
    width: 100%;
}

.checkout {
    width: 100%;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}

.checkout {
    color: #fff;
    text-decoration: none;
}

    .checkout:hover {
        color: #fff;
        text-decoration: none;
    }

.viewcart {
    width: 100%;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}

    .viewcart:hover {
        color: #3E3E3E;
        text-decoration: none;
    }

.cart-buttons {
    text-align: center;
}

.cart_list {
    list-style: none;
}

.cart-item {
    border-color: rgba(129,129,129,.2);
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
}

    .cart-item .cart-item-parent {
        border-top: 2px solid #bfcce0;
        padding-bottom: 15px;
    }

    .cart-item div:first-child {
        border-top: none !important;
    }

.bottom {
    position: absolute;
    bottom: 0px;
}


.bbottom {
    border-bottom: 1px solid #bfcce0;
}

.btop {
    border-top: 2px solid #bfcce0;
}

.close-side-widget {
    color: #2d2a2a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 13px;
}

    .close-side-widget:hover {
        color: #2d2a2a;
        text-decoration: none;
    }


.addtocart {
    min-width: 150px;
}

.bold {
    font-weight: bold !important;
}

/*Checkout*/



#order_review_heading {
    text-align: center;
    margin-bottom: 20px;
}

.checkout-order-review {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #F8F8F8;
    display: inline-block;
}

.table-wrapper {
    overflow-x: auto;
    margin-bottom: 20px;
    padding: 5px 15px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}


.shipping-fields {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid;
    border-color: rgba(129,129,129,.2);
    margin-bottom: 20px;
}

.checkout-page-title-default {
    background-color: #202020;
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
    padding: 20px;
}

.checkout-steps {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}

    .checkout-steps ul li {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 1.2;
    }

.step-inactive a {
    color: #FFF;
}

.step-active a {
    color: #FFF;
}

ul {
    list-style: none;
    list-style: none;
}

.entry-header {
    text-align: center;
}


.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px;
}

.shop-preloader {
    position: absolute;
    top: 45%;
    left: 45%
}

.checkout_place_order {
    width: 100%;
    margin: auto;
    background-color: #499e46 !important;
    padding: 10px;
    color: white;
    font-weight: bold;
}

.shop-main-area li.active a {
    font-weight: bold;
}

.overlay #loading-img {
    position: absolute;
    top: 45%;
    left: 45%;
}

.overlay {
    display: none;
}

.ml5 {
    margin-left: 5px;
}

.partial-cart-total {
    width: 100%;
    background: white;
    padding: 10px 15px;
    position: absolute !important;
    bottom: 0px;
    z-index: 2001;
}

th.product-remove {
    width: 40px;
}

th.product-remove, th.product-thumbnail {
    font-size: 0;
}
/*UPDATE ABOVE CSS*/

/*MARGINS*/
.mb10 {
    margin-bottom: 10px !important;
}

/*SHOP SUMMARY*/
.summary-main {
}

.cart-summary-title {
    color: #2d2a2a;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.cart-product-table {
    width: 100%;
}

    .cart-product-table thead th, .cart-product-table td {
        border-bottom: 2px solid #EFEFEF;
    }

    .cart-product-table thead th, .cart-product-table td, .cart-product-table tfoot th {
        padding: 15px 10px;
        color: #2d2a2a;
        vertical-align: middle;
        text-align: left;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.2;
    }

    .cart-product-table .product-quantity {
        width: 20%;
    }

    .cart-product-table thead th:last-child {
        text-align: right;
    }

    .cart-product-table thead th:nth-child(3) {
        text-align: left;
        width: 28%;
    }

    .cart-product-table thead th:nth-child(2) {
        width: 20%;
    }

    .cart-product-table thead th:first-child {
        width: 5%;
    }

    .cart-product-table img {
        width: 90%;
    }

    .cart-product-table td:nth-child(4) {
        color: rgb(119, 119, 119);
    }

    .cart-product-table td:last-child {
        color: rgb(192, 36, 38);
        text-align: left;
        padding-left: 25px;
    }

    .cart-product-table tfoot td:last-child {
        text-align: right;
    }

    .cart-product-table .update-cart {
        width: 100%;
        margin: auto;
        background-color: #F3F3F3;
        padding: 10px;
        color: white;
        font-weight: bold;
        color: #333;
        opacity: .7;
    }

/*SHOP STEPS*/
.shop-steps-main {
    width: 100%;
    background-color: black;
}

.shop-steps {
    margin: auto;
    padding: 40px;
    width: 80%;
    text-align: center;
    font-size: 22px;
    color: #FFF;
}

    .shop-steps .inactive a {
        color: #FFF;
        padding-left: 10px;
        text-transform: uppercase;
        opacity: .7;
        font-weight: 600;
    }

    .shop-steps .active a {
        padding-bottom: 3px;
        color: #FFF;
        text-transform: uppercase;
        border-bottom: 1px solid red;
        font-weight: 600;
    }


.cart-summary {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #F8F8F8;
}


/*CART AMOUNT SUMMARY*/
.shop_table {
    width: 100%;
}

    .shop_table .amount {
        color: #777;
        font-weight: 600;
        font-size: 14px !important;
    }

    .shop_table th {
        color: #2d2a2a;
        vertical-align: middle;
        text-align: left;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.2;
    }

    .shop_table tbody td {
        border-bottom: 1px solid #E6E6E6;
    }

    .shop_table tbody tr td:first-child {
        width: 60%;
        font-size: 14px;
    }

    .shop_table td, .shop_table tfoot th {
        padding: 15px 12px;
        border: none;
        text-align: left;
        font-weight: 600;
        color: black;
    }

    .shop_table tfoot th {
        border-top: 1px solid #E6E6E6;
        text-transform: none;
        font-size: 18px;
    }


.checkout_place_order {
    text-transform: uppercase;
}

#ship-to-different-address {
    margin-left: 20px;
}

    #ship-to-different-address .input-checkbox {
        position: absolute !important;
    }


.payment_method_razorpay img {
    max-width: 100%;
}


/*CART WIDGET*/
/*NAV*/
.nav-price {
    min-width: 110px;
}

    .nav-price i {
        font-size: 15px;
    }

    .nav-price #nav_quantity {
        position: absolute;
        margin-top: -10px;
        z-index: 1;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        color: #FFF;
        text-align: center;
        letter-spacing: 0 !important;
        font-weight: 400 !important;
        font-size: 10px !important;
        line-height: 15px;
    }

    .nav-price > span:last-child {
        margin-left: 15px;
    }





/*PRODUCTS*/

.product-action-icons {
    position: absolute;
    top: 10PX;
    right: -15px;
    font-size: 25px;
    opacity: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding: 10px;
    z-index: 100;
}

    .product-action-icons div {
        margin-bottom: 10px;
    }


    .product-action-icons a {
        color: #333;
        opacity: .8;
    }

        .product-action-icons a:hover {
            color: #c02426 !important;
            /*opacity: .8;*/
        }

.com-point {
    text-align: left;
}

.our-categories {
    text-transform: uppercase;
    color: #666;
    display: inline-block;
    margin: 0;
    margin-right: 30px;
    content: '';
}

.our-categories-active {
    text-transform: uppercase;
    color: #666;
    display: inline-block;
    margin: 0;
    margin-right: 30px;
    margin-right: 30px;
}

    .our-categories-active:after {
        display: block;
        content: '';
        border-bottom: solid 3px #c02426;
    }

.our-categories:after {
    display: block;
    content: '';
    border-bottom: solid 3px #c02426;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.our-categories:hover:after {
    transform: scaleX(1);
}

.info-box {
    font-weight: 700;
    font-size: 2.3em;
    padding: 0px;
    margin: 0px;
}

#carousel {
    margin-top: 20px;
}

    #carousel .d-block {
        max-height: 500px;
    }

#products {
    margin-top: 50px;
    width: 90%;
    margin: auto;
    padding-top: 30px;
}

.our-products {
    color: black;
    font-weight: 600;
    margin-top: 20px;
    border-top: .5px solid #d4d4d4;
    padding-top: 20px;
}

.our-products-desc {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}

.product-categories {
    margin-bottom: 20px;
}


/*PAGE FOOTER*/
.page-footer {
    width: 100%;
    background-color: black;
    margin-top: 40px;
    display: inline-block;
}

#shop-product-items .fa-3x {
    width: 100px;
    margin: auto;
}

.widgettitle {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #2d2a2a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

/*COMMON*/
.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.bblue {
    background-color: cadetblue !important;
}



/*BANNERS*/
.banner-table img {
    width: 50px;
    height: 50px;
}



/*NAVIGATION*/


/*CAROUSEL*/

.carousel-shop {
    position: absolute;
    left: 10%;
    top: 90%;
}



/*SHOP BY CATEGORY*/

.sc-page-title {
    color: #FFF !important;
}

.woodmart-product-categories {
    margin-top: 15px;
    margin-right: -15px;
    margin-left: -15px;
    vertical-align: middle;
}

    .woodmart-product-categories li {
        position: relative;
    }

    .woodmart-product-categories > li {
        display: inline-block;
        vertical-align: middle;
    }


    .woodmart-product-categories .shop-all-link, .woodmart-product-categories .wc-default-cat {
        display: none;
    }

.category-nav-link .category-summary {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 30px;
}

.category-nav-link-active {
}

.color-scheme-light .category-nav-link {
    color: #FFF;
}

.category-nav-link .category-name {
    position: relative;
    display: inline-block;
    letter-spacing: .2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
}

.color-scheme-light .category-nav-link .category-products-count {
    color: rgba(255,255,255,.6);
}

.category-nav-link .category-products-count {
    display: block;
    margin-top: 5px;
    color: #9A9A9A;
    text-transform: capitalize;
    font-size: 12px;
}

.category-nav-link .category-name {
    position: relative;
    display: inline-block;
    letter-spacing: .2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
}

.shop-loop-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}

.woodmart-woo-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .woodmart-woo-breadcrumbs a, .woodmart-woo-breadcrumbs span {
        color: #2d2a2a;
        font-weight: 600;
    }

.woodmart-products-per-page {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-right: 23px;
    color: #8E8E8E;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}


.woodmart-shop-tools {
    display: flex;
    padding: 10px;
}

.woodmart-show-sidebar-btn {
    display: none;
    float: left;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 30px;
    color: #2d2a2a;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
}

.woodmart-products-per-page .per-page-title {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0;
    color: #2d2a2a;
    vertical-align: middle;
    font-weight: 600;
}

.woodmart-products-per-page .per-page-variation {
    display: inline-block;
    padding: 0 7px;
    color: #8E8E8E;
    vertical-align: middle;
}

.per-page-variation-active {
    color: black !important;
    font-weight: bold;
}

.woodmart-products-per-page .per-page-border {
    display: inline-block;
    vertical-align: middle;
}

    .woodmart-products-per-page .per-page-border:after {
        content: "/";
    }

    .woodmart-products-per-page .per-page-border:last-child {
        display: none;
    }

.woodmart-products-shop-view {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-right: 30px;
    vertical-align: middle;
}

    .woodmart-products-shop-view .shop-view {
        display: inline-flex;
        margin-right: 12px;
        vertical-align: middle;
        opacity: .3;
    }

        .woodmart-products-shop-view .shop-view:last-child {
            margin-right: 0;
        }

        .woodmart-products-shop-view .shop-view.current-variation {
            opacity: .9;
            cursor: default;
        }


@media (max-width: 1200px) {
    .header-style-two .header-lower .logo {
        width: 104px !important;
        top: 20px;
    }

    .lower-outer {
        padding: 0px !important;
    }

    .com-point {
        text-align: center !important;
    }

    .quick-view {
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .carousel-shop {
        top: 75%;
    }

    .com-point {
        text-align: center;
    }

    .tac {
        text-align: center !important;
    }

    .main-header .logo > img, .header-style-two .header-lower .logo img {
        height: auto !important;
    }

    .offcanvas-sidebar-mobile .sidebar-container {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 500;
        display: flex;
        flex-basis: auto;
        flex-direction: column;
        overflow: hidden;
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 0;
        max-width: none;
        width: 300px;
        background-color: #FFF;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease;
        -webkit-transform: translate3d(-300px,0,0);
        transform: translate3d(-300px,0,0);
    }

    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .woodmart-shop-tools {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .woodmart-shop-tools, .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .woodmart-woo-breadcrumbs {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .woodmart-products-per-page, .woodmart-products-shop-view {
        display: none;
    }

    .sc-sidenav {
        height: 100%;
        position: fixed;
        z-index: 10000;
        top: 0;
        left: -120%;
        background-color: white;
        overflow-x: hidden;
        transition: 0.5s;
        padding: 10px;
        display: none;
        width: 90%;
    }

        .sc-sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

    .sc-collapse-btn {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .side-nav-bars {
        display: block !important;
    }

        .side-nav-bars i {
            font-size: 30px !important;
            padding: 5px;
            width: 43px;
            text-align: center;
            border: 1px solid #b8b8b8;
            border-radius: 4px;
            color: #e05e5f;
            background: #e4e4e4;
        }

        .side-nav-bars span {
            top: 10px;
            position: absolute;
            margin-left: 10px;
            text-transform: uppercase;
        }

    .sidenav-widget-heading {
        display: flex !important;
    }
}

.sidenav-widget-heading {
    display: none;
}

.sidenav-widget-heading {
    text-transform: uppercase;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 20px 15px 20px 15px;
    border-bottom: 1px solid;
}


/*SIDE NAVBAR*/
.side-bar-price {
    position: relative;
    left: 10px;
    z-index: 1000;
}

    .side-bar-price .product-title-cart {
        font-size: 18px;
    }

    .side-bar-price .cost {
        font-size: 10px !important;
    }

    .side-bar-price .amount {
        font-size: 18px !important;
    }

.side-nav-bars {
    display: none;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .sidenav a:hover {
        color: #f1f1f1;
    }



@media screen and (max-width: 450px) {
    .mini-cart-sub {
        left: 20%;
    }

    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }

    .login-content, .cartinfo-content {
        width: 96%;
        left: 2%;
    }

    .btn-defaultarea {
        display: none;
    }

    .userinfo-content {
        top: 60px;
    }

    /* Add Animation */
    @-webkit-keyframes slideInUserInfo {
        from {
            top: 90px;
            opacity: 0
        }

        to {
            top: 60px;
            opacity: 1
        }
    }
}








.widget_price_filter .ui-slider-horizontal {
    height: 20px;
    border: none;
    background: 0 0;
    cursor: pointer;
}

.widget_price_filter .ui-slider {
    position: relative;
}

.widget_price_filter .price_slider {
    margin-bottom: 20px;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    outline: 0;
    border: none;
    border-radius: 0;
    background: 0 0;
    background-color: transparent !important;
    cursor: ew-resize;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    outline: 0;
    border: none;
    border-radius: 0;
    background: 0 0;
    background-color: transparent !important;
    cursor: ew-resize;
}

.widget_price_filter .price_slider_amount {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -10px;
}

.widget_price_filter .price_slider {
    margin-bottom: 20px;
}

.widget_price_filter .ui-slider {
    position: relative;
}

.widget_price_filter .ui-slider-horizontal {
    height: 20px;
    border: none;
    background: 0 0;
    cursor: pointer;
}

.price_slider_amount {
    margin-top: 20px;
}

    .price_slider_amount .price_label {
        margin-bottom: 10px;
    }

.widget_price_filter .price_slider_amount .button {
    order: 2;
    margin-bottom: 10px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
}


.catalogue {
    width: 500px !important;
    height: 500px !important;
}



.order-address {
    padding: 20px;
}

    .order-address span {
        display: block;
    }

/*COMPARE*/
.entry-content {
    display: none;
}

.ecom-empty-page-text {
    margin-bottom: 0;
    text-align: center;
    font-size: 110%;
}

    .ecom-empty-page-text + .return-to-shop {
        margin-top: 25px;
        margin-bottom: 5vw;
    }

.return-to-shop {
    text-align: center;
}

.ecom-empty-compare {
    position: relative;
    margin-top: 5vw;
    margin-bottom: 15px;
    color: #2d2a2a;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
}

.td-remove {
    height: 20px;
    width: 95px;
    margin: auto;
}

.tbl-compare {
    width: 100%;
    min-height: 250px;
}


    .tbl-compare td {
        border-left: 1px solid rgba(129,129,129,.2);
    }

        .tbl-compare td:first-child {
            border-left: none;
        }

    .tbl-compare td {
        width: 80px;
        padding: 10px;
        text-align: left;
    }

        .tbl-compare td.desc {
            vertical-align: top;
            background-color: rgba(0,0,0,.03);
        }

        .tbl-compare td div.img, .tbl-compare td div.div-addtocart {
            text-align: center;
            width: 100%;
        }

    .tbl-compare img {
        max-width: 100%;
        min-width: 100%;
    }

    .tbl-compare td:first-child {
        width: 50px;
    }

.div-compare {
    width: 90%;
    margin: auto;
    overflow-x: auto;
    margin-top: 30px;
    display: none;
}

    .div-compare .div-remove {
        text-align: center;
    }

.tbl-compare td:last-child {
    width: auto;
}

.circle-plus {
    height: 4em;
    width: 4em;
    color: #2d2a2a;
    font-weight: 600;
    font-size: 13px;
}

    .circle-plus div:first-child {
        width: 60px;
        float: left;
    }

    .circle-plus .circle {
        position: relative;
        width: 2.55em;
        height: 2.5em;
        margin-left: 62px;
    }

        .circle-plus .circle .horizontal {
            position: absolute;
            width: 12px;
            height: 2px;
            left: 55%;
            margin-left: -14px;
            top: 39%;
            margin-top: -3px;
            background-color: #2d2a2a;
            font-weight: 600;
            font-size: 13px;
            transform: rotate(45deg);
        }

        .circle-plus .circle .vertical {
            position: absolute;
            width: 2px;
            height: 12px;
            left: 34%;
            margin-left: -2.5px;
            top: 60%;
            margin-top: -15px;
            background-color: #2d2a2a;
            font-weight: 600;
            font-size: 13px;
            transform: rotate(45deg);
        }


.vertical .closed {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
}

.horizontal .closed {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.opened {
    opacity: 1;
}

    .opened .vertical {
        transition: all 0.5s ease-in-out;
        transform: rotate(90deg);
    }

    .opened .horizontal {
        transition: all 0.5s ease-in-out;
        transform: rotate(90deg);
        opacity: 0;
    }


.tax-field {
    width: 100px !important;
}
/*.compare-remove {
    color: #ecf0f1;
    background: transparent;
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 1.5em;
    position: relative;
}

    .compare-remove span {
        position: absolute;
        transition: .3s;
        background: gray;
        border-radius: 2px;
    }

        .compare-remove span:first-of-type {
            top: 30%;
            bottom: 30%;
            width: 5%;
            left: 50%;
        }

        .compare-remove span:last-of-type {
            left: 30%;
            right: 30%;
            height: 5%;
            top: 50%;
        }

    .compare-remove:hover span:first-of-type, .compare-remove:hover span:last-of-type {
        transform: rotate(90deg);
    }

    .compare-remove:hover span:last-of-type {
        left: 50%;
        right: 50%;
    }
*/


.shopping-cart-widget-body {
    overflow-y: auto;
}



.loader-bg {
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 10000000;
}

.loader-partial {
    margin: auto;
    border: 5px solid #499e46;
    border-radius: 50%;
    border-top: 5px solid #c9d100;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.1s linear infinite; /* Safari */
    animation: spin 1.1s linear infinite;
    z-index: 10000000;
}

.loader-fixed {
    margin: auto;
    border: 5px solid #499e46;
    border-radius: 50%;
    border-top: 5px solid #c9d100;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.1s linear infinite; /* Safari */
    animation: spin 1.1s linear infinite;
    position: absolute;
    top: 47%;
    left: 48%;
    z-index: 10000000;
}

.loader {
    margin: auto;
    border: 5px solid #499e46;
    border-radius: 50%;
    border-top: 5px solid #c9d100;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.1s linear infinite; /* Safari */
    animation: spin 1.1s linear infinite;
    position: absolute;
    top: 47%;
    left: 48%;
    z-index: 10000000;
}

.loader-sm {
    margin: auto;
    border: 5px solid #499e46;
    border-radius: 50%;
    border-top: 5px solid #c9d100;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1.1s linear infinite; /* Safari */
    animation: spin 1.1s linear infinite;
    position: absolute;
    top: 47%;
    left: 48%;
    z-index: 10000000;
}

.loader-xs {
    margin: auto;
    border: 5px solid #499e46;
    border-radius: 50%;
    border-top: 5px solid #c9d100;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1.1s linear infinite; /* Safari */
    animation: spin 1.1s linear infinite;
    position: absolute;
    top: 47%;
    left: 48%;
    z-index: 10000000;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.left-title {
    text-align: right;
}

    .left-title h4 {
        float: left;
    }

    .left-title .clear-filter {
        font-size: 12px;
    }

.left-menu {
    clear: both;
}


#divShopProducts a {
    cursor: pointer;
}

#distributors li.active {
    background-color: #2e6da4;
    color: white !important;
}

h4.productName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}

.cart-bottom a {
    cursor: pointer;
}

#checkoutform {
    margin-top: 50px;
}




/* The Modal (background) */
.login {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    z-index: 9999999;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}




/*WIDGET 1*/
.widget-title {
    text-align: center;
    border-bottom: 1px solid lightgray;
    width: 85%;
    margin: auto;
    margin-top: 20px;
}
.widget-1 {
    display: flex;
    flex-direction: row;
    width: 85%;
    border-bottom: 1px solid #dee2e6;
    padding: 10px !important;
    margin: auto;
}

    .widget-1 .section-1 {
        order: 1;
        width: 50%;
        height: 300px;
        text-align: center;
    }

        .widget-1 .section-1 img, .widget-1 .section-2 img {
            height: 99%;
        }

        .widget-1 .section-1 a, .widget-1 .section-2 a {
            padding: 5px;
            border: 1px solid lightgray;
            display: block;
            margin-right: 10px;
            height: 99%;
        }

    .widget-1 .section-2 {
        width: 50%;
        order: 2;
    }

        .widget-1 .section-2 div {
            height: 150px;
        }


@media screen and (max-width: 450px) {
    .widget-1 {
        flex-direction: column;
    }

        .widget-1 .section-1 {
            order: 1;
            width: 100%;
            height: 200px;
        }

        .widget-1 .section-2 {
            width: 100%;
            order: 2;
        }

            .widget-1 .section-2 div {
                height: 200px;
            }

            .mp0{
                padding:0px;
            }
}
