/* global css start */

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}

ul.subListMoba {
    background-color: #007e3f36 !important;
    margin-left: 35px;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 5px 10px;
    border-radius: 8px 0 0 8px;
}

ul.subListMoba li a {
    display: block;
    color: #000;
    padding: 2px 0;
}

a {
  text-decoration: none;
}

body{
    font-family: "Lato", sans-serif;
}

.searchPage{
    padding: 50px 0;
}

td.product-thumbnail img {
    display: block;
    width: 10%;
}

td.product-thumbnail {
    position: relative;
}

button.btn.btn-close.cartUpdate {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    padding: 0px 3px 6px 3px;
    border-radius: 0;
}

.loading {
    background: #f97316;
    height: 4px;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 999999999;
    box-shadow: 0 0 20px #ffeaea;
}

table.shop-table.cart-table th, td {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 15px;
}

a.btn.btn-dark.btn-rounded.btn-icon-left.btn-shopping.mr-auto {
    border-radius: 0;
    margin-top: 20px;
}

a.btn.btn-block.btn-dark.btn-icon-right.btn-rounded.btn-checkout {
    border-radius: 0;
    margin-top: 26px;
}

.bellinfDet {
    padding: 25px;
    background-color: #f6f6f6;
}

.order_review {
    border: 1px solid #fff;
    padding: 30px;
    background-color: #007e3f;
    color: #fff;
}

.invoice-inner {
    padding: 10px 20px;
    box-shadow: 0 0 10px #ccc!important;
    background-color: #fff!important;
}

.Invoice-table {
    padding: 40px 0;
}

button.btn.btn-fill-out.btn-block:hover{
    background-color: #000;
}

.order_review .table-responsive .table {
    color: #fff !important;
    border: 1px solid #fff;
    margin: 15px 0 25px;
}

.bellinfDet h4 {
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.bellinfDet .form-control {
    border-radius: 0;
    font-size: 14px;
    padding: 10px 15px;
    margin: 20px 0;
}

.custome-radio p {
    margin: 10px 0 15px;
}

.order_review h4 {
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

button.btn.btn-fill-out.btn-block {
    background-color: #fff;
    border-radius: 0;
}

.cart-subtotal.d-flex.align-items-center.justify-content-between {
    font-size: 14px;
    margin: 10px 5px;
}

.sticky-sidebar {
    padding: 20px;
    background-color: #007e3f;
    color: #fff;
}

table.shop-table.cart-table {
    width: 100%;
}

// doesnt work funnly on firefox or edge, need to fix

.range-slider {
  width: 300px;
  text-align: center;
  position: relative;
  .rangeValues {
    display: block;
  }
}

input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 90%;
    position: absolute;
    margin: 0px auto;
    display: block;
}

div#prise .card-body {
    padding-bottom: 30px;
    padding-top: 20px;
}

span.rangeValues {
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;

}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
  margin-top: -4px;
    cursor: pointer;
      position: relative;
    z-index: 1;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
  
}

.pruContent {
    padding: 40px 0;
}

.productImg img {
    display: block;
    width: 100%;
    box-shadow: 0 0 10px #ccc;
}

.productSideDescription {
    padding: 30px;
    background-color: #eee;
}

.someInfoPart {
    padding: 60px 0;
    text-align: center;
}

.someInfo {
    background-color: #eee;
    padding: 40px 0;
    margin: 10px 0;
    color: #0eb44b;
}

.someInfo p {
    margin: 0;
    font-weight: bold;
}

.someInfo h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.productSideDescription h6 {
    font-size: 20px;
    font-weight: bold;
    color: #0a973e;
    letter-spacing: 1px;
    margin: 15px 0;
}

.shareBtn {
    margin: 30px 0;
}

.productSideDescription h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.shortDescription {
    padding: 20px;
    background-color: #fff;
    margin-top: 20px;
}

.shortDescription p {
    margin: 0;
}

.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 5px 10px;
    width: 4em;
    opacity: 0.9;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
    outline: none;
    text-align: center;
}

.share-btn:hover {
  color: #eeeeee;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}

.share-btn.twitter { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit { background: #ff5700; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email { background: #444444; }

.productSideDescription a.decLink {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0;
    color: #fff;
    background-color: #252525;
    padding: 8px 0;
    transition-duration: 0.3s;
}

.relatedPart h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #007e3f;
}

a.cashOn {
    background-color: #007e3f!important;
}

.productSideDescription a.decLink:hover {
    background-color: #007e3f;
}
.item {
    margin-left: 10px;
}


  /* Styling for the Note and Coupon Buttons */
        .noteAndCuponDiv {
                display: flex;
                justify-content: space-around;
                padding: 10px;
                background: #f8f8f8;
                border-radius: 5px;
                margin-bottom: 25px;
                    position: relative;
        }

        .noteAndCuponDiv span {
            cursor: pointer;
            padding: 5px 10px;
            border-radius: 5px;
            transition: background 0.3s ease-in-out;
            font-weight: 400;
        }


        /* Note and Coupon Input Boxes */
        .inputBox.active {
            display: block;
        }
        .inputBox {
            bottom: 20px;
            right: 20px;
            width: 100%;
            background: white;
            padding: 10px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            transition: opacity 0.4s ease-in-out, transform 0.3s ease-in-out;
            display: none;
            margin-bottom: 140px;
            position: absolute;
            right: 0;
        }

        .inputBox input {
            width: 100%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 14px;
        }

        .inputBox .close-btn {
            text-align: right;
            cursor: pointer;
            font-size: 30px;
            color: #333;
            margin-bottom: 5px;
        }
    .inputBox button {
        width: 100%;
        border: none;
        background-color: #007e3f;
        color: #fff;
        padding: 5px 20px;
        border-radius: 5px;
    }
    .noteAndCuponBoxHeader {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    







/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
    z-index: -4;

}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.collpaseBox {
    border: 1px solid #ccc;
    margin: 12px 0;
    background-color: #eee;
}

.collpaseBox a.btn.btn-primary {
    display: block;
    text-align: left;
    font-weight: bold;
    border-radius: 0;
    font-size: 19px;
    background-color: #007e3f;
    border: navajowhite;
}

.collpaseBox ul li a {
    display: block;
    font-size: 17px;
    transition-duration: 0.2s;
    color: #444;
    padding: 1px 10px;
}

section.map_sec {
    margin: 20px 0 50px;
}

.collpaseBox ul li a:hover {
    padding: 1px 15px;
    font-weight: bold;
    color: #007e3f;
}

.collpaseBox ul li {
    margin: 7px 0;
    font-size: 17px;
}

.collpaseBox ul {
    list-style-type: none;
}

.collpaseBox .card.card-body {
    border-radius: 0;
    padding: 10px 15px;
}

/* global css end */

header{
    background-color: #fff;
}

.mainLogo a img {
    display: block;
    margin: 0 auto;
    width: 15%;
    transition-duration: 0.3s;
}

.mainLogo a img:hover {
    transform: scale(1.1);
}

.mainLogo a {
    display: block;
    margin: 10px 0;
}

ul.leftOption {
    list-style-type: none;
    margin: 14px 0;
}

ul.leftOption li {
    display: inline-block;
}

ul.leftOption li a {
    font-size: 25px;
    color: #007e3f;
    padding: 10px;
}

ul.subList li a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 8px 15px!important;
    font-size: 15px;
    display: block;
    transition-duration: 0.3s;
}

ul.subList li a:hover{
    padding: 8px 5px 8px 20px!important;
}

ul.subList li {
    display: block!important;
}

.topClass {
    text-align: center;
    background-color: #ffde15;
    padding: 7px 0;
}

.topClass p {
    color: #0ca149;
    margin: 0;
    letter-spacing: 0.5px;
}

.topClass p a {
    text-decoration: none;
    color: #0ca149;
}

.serachIcon {
    margin: 20px 0;
}

.serachIcon i {
    font-size: 28px;
    color: #007e3f;
}

.mainMenuLists {
    background-color: #f5f5f5;
    text-align: center;
}

.mainMenuLists ul li {
    display: inline-block;
    position: relative;
}

.mainMenuLists ul li:hover ul.subList{
    display: block;
}

/*product gallery css start*/


/* OVERLAY */
.bs-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bs-overlay {
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  margin: 0;
}
.bs-overlay:hover .bs-overlay-panel.bs-overlay-top {
  bottom: 0;
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.bs-overlay-panel.bs-overlay-top {
  top: auto;
}
.bs-overlay-background {
  background: rgba(0,0,0,.8);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  transition-duration: .3s;
  transition-timing-function: ease-out;
  transition-property: opacity,transform,filter;
}
.bs-overlay-panel {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
}
.bs-overlay>:first-child,
.bs-overlay-panel>:last-child {
  margin-bottom: 0;
}
.bs-overlay:hover{
  cursor: pointer;
}
.bs-overlay:hover:after {
  background-image: url(http://shrani.si/f/2Q/ze/2CtEIRsH/youtubeplayred1.png);
}
.bs-overlay:after {
  background-image: url(http://shrani.si/f/3o/DK/1A24SBYG/youtubeplaydark1.png);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 54px;
  height: 38px;
  background-size: cover;
}
.slider-nav-thumbnails {
  margin-top: 10px;
}
.slider-nav-thumbnails .slick-slide {
  cursor: pointer;
  outline: none;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active {
  opacity: 1;
}
.slider-nav-thumbnails .slick-slide img {
    padding: 5px;
    background: transparent;
    width: 120px;
    border: 1px solid lightgray;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active img {
    border: 1px solid #b54747;
}

.slider-nav-thumbnails img {
  width: 100%;
  margin: 0 5px;
}
.slider-nav-thumbnails .slick-slide:first-child img {
  margin-left: 0;
}
.slider-nav-thumbnails .slick-slide:last-child img {
  margin-right: 0;
}
.product-gallery-slider.slick-initialized.slick-slider {
    border: 2px solid #ed1b24;
}
.bs-overlay img {
   width: 100%;
    display: block;
}
.product-gallery-slider .slick-prev:before, .slick-next:before {
    font-size: 30px;
    color: #cf0606;

}
.product-gallery-slider .slick-prev {
    left: 10px;
    z-index: 9;
}
.product-gallery-slider .slick-next {
    right: 15px;
}
/*product gallery css end*/







/**Side Modals css Start**/
    .side-modals.right {
        left: -300px;
        height: 100vh;
        width: 300px;
        top: 0;
    }
    
    .side-modals.left {
        right: -420px;
        height: 100vh;
        width: 420px;
        top: 0;
    }
    
    .cartFooter {
                height: 250px;
                background: #f7f7f7;
                box-shadow: 0 0 10px #82828233;
                padding: 15px;
            }
            
            .orderModal {
                background: #007e3f;
                color: #ffffff;
                border-radius: 2px;
                border: 0px solid rgba(0, 0, 0, 1);
                box-shadow: 0 2px 7px 0px #0000001a;
                padding: 10px 20px;
                margin-top: 15px;
                animation: rsiShaker1 1.4s cubic-bezier(.35, .06, .2, .98) infinite;
                -webkit-animation: rsiShaker1 1.4s cubic-bezier(.35, .06, .2, .98) infinite;
                animation-delay: 1s; /* Delays animation start by 1 second */
                -webkit-animation-delay: 1s;
                animation-iteration-delay: 1s;
            }

            .orderModal:hover {
                background: #0c703e;
                color: #e3e3e3;
            }
            
            @-webkit-keyframes rsiShaker1 {
                0%, to {
                    -webkit-transform: scaleX(1);
                    transform: scaleX(1);
                }
            
                10%, 20% {
                    -webkit-transform: scale3d(.97, .97, .97) rotate(-1deg);
                    transform: scale3d(.97, .97, .97) rotate(-1deg);
                }
            
                30%, 50%, 70%, 90% {
                    -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate(1deg);
                    transform: scale3d(1.03, 1.03, 1.03) rotate(1deg);
                }
            
                40%, 60%, 80% {
                    -webkit-transform: scale3d(1.03, 1.03, 1.03) rotate(-1deg);
                    transform: scale3d(1.03, 1.03, 1.03) rotate(-1deg);
                }
            }
            
            @keyframes rsiShaker1 {
                0%, to {
                    transform: scaleX(1);
                }
            
                10%, 20% {
                    transform: scale3d(.97, .97, .97) rotate(-1deg);
                }
            
                30%, 50%, 70%, 90% {
                    transform: scale3d(1.03, 1.03, 1.03) rotate(1deg);
                }
            
                40%, 60%, 80% {
                    transform: scale3d(1.03, 1.03, 1.03) rotate(-1deg);
                }
            }
    
    @media screen and (max-width: 767px) {
        .side-modals.left {
            right: -320px;
            width: 320px;
        }
        
        .orderModal {
            font-size: 14px;
        }
    }
    
    .shippingArea label {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
        margin: 5px 0;
    }
    
    .cart_media {
    padding: 10px 8px;
}

    .side-modals {
        position: fixed;
        background-color: #fff;
        z-index: 999;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.right.open-side {
        left: 0;
    }
    
    .side-modals.left.open-side {
        right: 0;
    }

    .side-modals.open-side {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals .overlay {
        visibility: hidden;
        opacity: 0;
        background-color: #000000a3;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        display:block;
    }

    .side-modals.open-side .overlay {
        opacity: 0.8;
        visibility: visible;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.right .cart-inner {
        height: 100vh;
        overflow: auto;
    }
    
    .side-modals.left .cart-inner {
        height: 100vh;
        overflow: auto;
    }

    .side-modals .cart-inner {
        background-color: #fff;
        z-index: 9;
        position: relative;
        top: 0;
    }

    .side-modals .cart-inner .cart_top {
        padding: 15px 10px;
        border-bottom: 1px solid #ddd;
    }


    .cartItemsList li img {
        max-width: 50px;
    }
    
    .cartItemsList li {
        list-style: none;
        border: 1px solid #e5e3e3;
        margin-bottom: -1px;
        display: flex;
        justify-content: space-between;
    }
    .cartItemsList li .title {
        padding: 5px;
        display: flex;
        align-items: center;
    }
    
    .cartItemsList li .price {
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: end;
        padding: 10px;
    }
    ul.cartListMedia li img {
        max-width: 100px;
    }
    
    ul.cartListMedia li {
        display: flex;
    }
    
    ul.cartListMedia li .price {
    display: block;
    font-weight: bold;
}

ul.cartListMedia li .remove {
    padding: 5px 10px;
    border-radius: 3px;
    background: #ef4949;
    color: white;
    cursor: pointer;
}

.cartInput input {
    width: 35px;
    text-align: center;
    background: #f1f1f1;
    border: none;
}

.cartInput {
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    height: 35px;
    margin-right: 10px;
    align-items: center;
    border-radius: 3px;
}

.cartInput span {
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.cartInput input:focus {
    outline: none;
}
    
/**Side Modals css End**/




ul.subList {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    z-index: 999;
    width: 250px;
    text-align: left;
    display: none;
}

.mainMenuLists ul li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #000000;
    transition-duration: 0.2s;
    letter-spacing: 0.5px;
}

.mainMenuLists ul li a:hover{
    color: #007e3f;
}

.allproducts {
    text-align: center;
    padding: 50px 0;
}

.allproducts h1 {
    margin-bottom: 35px;
    font-size: 45px;
    letter-spacing: 3px;
    color: #444;
}

.col-md-3.productGridBox {
    width: 20%;
}

.justProBox {
    display: block;
    text-decoration: none;
    transition-duration: 0.3s;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 12px 0;
    border-radius: 10px;
}

.ctgPages {
    padding: 30px 0;
}

.justProBox:hover{
    transform: scale(1.03);
}

.justProBox img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.justProBox h4 {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.5px;
    height: 35px;
}

.justProBox p {
    color: #000;
    font-size: 13px;
    margin: 15px 0 20px;
    letter-spacing: 0.5px;
}

button.quickAdd {
    border: none;
    background-color: #007e3f;
    color: #fff;
    padding: 8px 30px 10px;
    border-radius: 5px;
    transition-duration: 0.3s;
}

button.quickAdd:hover {
    background: #ec2126;
}

.pageViewContentHrere {
    padding: 50px 0;
}

.pageHead {
    text-align: center;
    padding: 50px 0;
    background-color: #007e3f;
}

.pageHead h2{
    color: #fff;
    margin: 0;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: bold;
}

del.old-price {
    font-size: 11px;
    color: #5d5d5d;
}


/* Full-Screen Dark Overlay */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7); /* Dark transparent effect */
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s ease-in-out, visibility 0.4s;
            z-index: 1000;
        }
        .searchIcon i {
        font-size: 28px;
        color: #007e3f;
        margin-top: 26px;
        cursor: pointer;
    }

        /* Search Bar */
        .search-bar {
            width: 100%;
            background: white;
            padding: 15px;
            position: fixed;
            top: 5%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0.9);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, visibility 0.4s;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            z-index: 1002;
        }

        .search-bar input {
            width: 100%;
            padding: 10px;
            border-radius: 5px;
            font-size: 16px;
        }

        /* Close Button */
        .close-btn {
            text-align: right;
            cursor: pointer;
            font-size: 20px;
            color: #333;
        }

        /* Show Search Bar & Overlay */
        .overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .search-bar.active {
            opacity: 1;
            visibility: visible;
            transform: translate(-50%, -50%) scale(1);
        }

.sercheBarLog a img {
    width: 100%;
}
.serchFild {
    margin-top: 67px;
}
.sercheBarLog a img {
    width: 150px;
    margin-top: 43px;
}
.serarchLeft {
    margin-top: 43px;
    float: right;
}
.serchFild {
    margin-top: 54px;
}
.populerSerchText ul li {
    display: inline-block;
}

.populerSerchText ul li a {
    color: #000;
    text-decoration: underline;
    margin-right: 30px;
}

.populerSerchText {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.populerSerchText ul li span {
    margin-right: 20px;
}

.serchFild .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #eaedef;
    outline: 0;
    box-shadow: none;
}
.serchFild .input-group-text {
    background: no-repeat;
    border-left: none;
}
.serchFild .form-control {
    border-right: 0;
}


/*.overlay {*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  display: none;*/
/*  position: fixed;*/
/*  z-index: 1;*/
/*  top: 0;*/
/*  left: 0;*/
/*  background-color: rgb(0,0,0);*/
/*  background-color: rgba(0,0,0, 0.9);*/
/*}*/

/*.overlay-content {*/
/*  position: relative;*/
/*  top: 46%;*/
/*  width: 80%;*/
/*  text-align: center;*/
/*  margin-top: 30px;*/
/*  margin: auto;*/
/*}*/

/*.overlay .closebtn {*/
/*  position: absolute;*/
/*  top: 20px;*/
/*  right: 45px;*/
/*  font-size: 60px;*/
/*  cursor: pointer;*/
/*  color: white;*/
/*}*/

/*.overlay .closebtn:hover {*/
/*  color: #ccc;*/
/*}*/

/*.overlay input[type=text] {*/
/*  padding: 15px;*/
/*  font-size: 17px;*/
/*  border: none;*/
/*  float: left;*/
/*  width: 80%;*/
/*  background: white;*/
/*}*/

/*.overlay input[type=text]:hover {*/
/*  background: #f1f1f1;*/
/*}*/

/*.overlay button {*/
/*  float: left;*/
/*  width: 20%;*/
/*  padding: 15px;*/
/*  background: #ddd;*/
/*  font-size: 17px;*/
/*  border: none;*/
/*  cursor: pointer;*/
/*}*/

/*.overlay button:hover {*/
/*  background: #bbb;*/
/*}*/


footer {
    background-color: #ffde15;
}

.mainFoot {
    padding: 50px 0 20px;
}

a.footLogo img {
    display: block;
    background-color: #fff;
    width: 40%;
    border-radius: 5px;
    padding: 6px 0px 8px 10px;
}

a.footLogo {
    display: block;
}

.mainFoot p {
    color: #0ba24b;
    margin: 20px 0;
    font-size: 17px;
}

ul.socialIcons{
    list-style-type: none;
    margin-top: 20px;
}

ul.socialIcons li{
    display: inline-block;
}

ul.socialIcons li a {
    display: block;
    width: 36px;
    text-align: center;
    background-color: #ffffff;
    color: #ec2126;
    font-size: 17px;
    padding: 6px 0 3px;
    border-radius: 50%;
    margin-right: 10px;
    transition-duration: 0.2s;
}

ul.socialIcons li a:hover{
    background-color: #444;
}

.mainFoot h4 {
    color: #0ba149;
    margin-bottom: 20px;
}

ul.quickLinks li a {
    display: block;
    color: #0ba24b;
    font-size: 17px;
    padding: 4px 0;
    transition-duration: 0.2s;
}

ul.quickLinks li a:hover {
    padding-left: 4px;
}

ul.quickLinks {
    list-style-type: none;
}

a.mailText {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #0ca14b;
    letter-spacing: 0.5px;
}

.paymentImg {
    margin: 30px 0 0px;
}

.paymentImg img {
    display: block;
    max-width: 100%;
    max-height:50px;
    background:white;
}

.bottomFoot p {
    margin: 0;
    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
}

.bottomFoot {
    border-top: 1px solid #ec2126;
    padding: 15px 0;
    text-align: center;
    background: #ec2126;
}

#button {
    display: inline-block;
    background-color: #f97316;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

a.whatApp img {
    display: block;
    width: 100%;
}

a.whatApp {
    display: block;
    width: 50px;
    position: fixed;
    background-color: #1ed245;
    bottom: 30px;
    right: 30px;
    padding: 6px;
    z-index: 999999;
    border-radius: 50%;
}



#menu__toggle {
  opacity: 0;
  display: none;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
  overflow: scroll;
}

.menu__btn {
  display: none;
  align-items: center;
      position: absolute;
      background-color: #fff;
    top: 20px;
    left: 60px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 999;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 145px;
  z-index: 99;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 10px;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 5px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

.productMobileMenu {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    display: none;
    width: 100%;
    text-align: center;
}

.productMobileMenu ul{
    
}

.productMobileMenu ul li{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 24%;
    box-shadow: 0 0 2px #ccc;
}

.productMobileMenu ul li a{
        color: #444;
    font-size: 30px;
    padding: 7px 0;
    display: block;
    border-top: 1px solid #ccc;
    margin: 0;
}

.categoryPage {
    background-color: #f2f2f2;
    padding-bottom: 50px;
}

ul.filterLists {
    list-style-type: none;
}

ul.filterLists li {
    margin-left: 20px;
    display: inline-block;
}

ul.filterLists li.nav-item {
    margin: 0 !important;
}

ul.filterLists select.form-select {
    background-color: #fff;
    color: #787878;
    font-size: 17px;
    letter-spacing: 0.5px;
}


.justProBox .image {
    height: 220px;
}


/* Responsive-ness for different screen-sizes */

@media screen and (max-width: 1140px) {
    ul.leftOption {
        margin-top: 10px;
    }

    .mainLogo a {
        margin: 7px 0;
    }

}

@media screen and (max-width: 1040px) {

}

@media screen and (max-width: 992px) {
    
    .mainLogo a {
        margin: 8px 0;
    }

    ul.leftOption li {
        margin: 0px 2px;
    }

    ul.socialIcons li a {
        width: 35px;
        font-size: 14px;
        margin-right: 2px;
    }

    ul.quickLinks li a {
        font-size: 12px;
        padding: 2px 0;
    }

    .mainFoot h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    a.mailText {
        font-size: 11px;
        letter-spacing: unset;
    }

    .mainFoot p {
        margin: 10px 0;
        font-size: 12px;
    }
}



ul.subCtgHere li a {
    display: block;
    font-size: 13px;
    padding: 2px 5px;
    color: #007e3f;
    transition-duration: 0.2s;
}

span#PrintAction {
    color: #fff;
}

ul.subCtgHere li a:hover {
    padding: 2px 5px;
}

ul.nav.nav-tabs.mb-6.customSide {
    border: navajowhite;
    background-color: #eee;
    padding: 20px;
    margin: 25px 0;
    border-radius: 10px;
}

ul.nav.nav-tabs.mb-6.customSide li a:hover {
    background-color: green;
    color: #fff;
}

.tab-content .form-control {
    border-radius: 0;
    font-size: 14px;
    margin: 3px 0 20px;
}

button.btn.btn-primary.proUpd {
    border-radius: 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 8px 30px;
    margin-top: 15px;
    background-color: #007e3f;
    border: none;
}

.tab-content label {
    font-size: 15px;
    font-weight: bold;
    color: #007e3f;
}

ul.nav.nav-tabs.mb-6.customSide li a {
    width: 100%;
    background-color: #fff;
    color: #444;
    display: block;
    border-radius: 0;
    margin: 5px 0;
    transition-duration: 0.2s;
}

ul.nav.nav-tabs.mb-6.customSide li {
    display: block;
    width: 100%;
}

ul.subCtgHere {
    background-color: #eee;
    margin-left: 20px;
    margin-bottom: 15px;
    border-radius: 5px 0 0 5px;
    padding: 5px;
    margin-top: 5px;
}

ul.subCtgHere li {
    margin: 0;
}

p.greeting {
    margin: 25px 0!important;
    background-color: #007e3f!important;
}

a.btn.btn-dark.btn-rounded.btn-icon-right {
    border-radius: 0;
    padding: 6px 30px;
    background-color: #008000;
    border: navajowhite;
}

#account-dashboard .icon-box {
    padding: 25px 0!important;
    border-radius: 3px;
    background-color: #007e3f!important;
    transition: all 0.4s;
    font-size: 16px!important;
    color: #fff;
    font-weight: bold;
    transition-duration: 0.3s;
}

#account-dashboard .icon-box:hover{
    transform: scale(1.02);
}

div#account-orders {
    margin: 20px 0;
}

@media screen and (max-width: 767px) {

    .col-md-3.productGridBox {
        width: 50%;
    }
    .justProBox .image{
        height:150px;
    }
    form.mtPro{
        padding: 25px!important;
    }
    
    .productMobileMenu{
        display: block;
    }
    
    .bottomFoot {
        padding: 15px 0 75px;
    }
    
    .productImg img{
        margin-bottom: 25px;
    }

  

    .mainFoot h4 {
        margin-top: 40px;
    }

    a.whatApp {
        width: 38px;
        bottom: 15px;
    }

    #button {
        width: 40px;
        height: 40px;
        bottom: 10%;
    }

    #button::after {
        font-size: 22px;
        line-height: 41px;
    }

    .menu__btn{
        display: flex;
    }

    .mainLogo a img{
        width: 70%;
        float: right;
    }

    ul.leftOption{
        margin: 15px 0 10px;
    }

    .mainFoot{
        text-align: center;
    }

    a.footLogo img{
        margin: 0px auto;
    }

    ul.leftOption.mobileHide {
        display: none;
    }

    .mainMenuLists {
        display: none;
    }
    .search-bar {
        position: fixed;
        top: 10%;

    }
    .sercheBarLog {
        display: none;
    }
    .serarchLeft {
        display: none;
    }
    .serchFild {
        margin-top: 10px;
    }
}

@media screen and (max-width: 600px) {
  
}

@media screen and (max-width: 575px) {
  
}

@media screen and (max-width: 480px) {
  
}
