
/*.footer {
    background: #222;
}

.footer .about {
    padding-right: 50px;
}

.footer .single-footer h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.footer .about .logo {
    margin-bottom: 20px;
}

.footer .about .logo img {
}

.footer .about .text {
    color: #fff;
    font-weight: 400;
}

.footer .about .call {
    color: #fff;
    margin-top: 15px;
    font-weight: 400;
}

.footer .about .call span {
    display: block;
}

.footer .about .call a {
    color: #f7941d;
    font-size: 20px;
    font-weight: 600;
}

.footer .links ul {
}

.footer .links ul li {
    display: block;
    margin-bottom: 8px;
}

.footer .links ul li:last-child {
    margin-bottom: 0;
}

.footer .links ul li a {
    color: #fff;
    font-weight: 400;
}

.footer .links ul li a:hover {
    color: #F7941D;
    padding-left: 10px;
}

.footer .social {
}

.footer .social .contact {
}

.footer .social .contact ul {
}

.footer .social .contact ul li {
    color: #fff;
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
}

.footer .contact ul li:last-child {
    margin-bottom: 0;
}

.footer .social ul {
    margin-top: 20px;
}

.footer .social ul li {
    display: inline-block;
    margin-right: 25px;
}

.footer .social ul li:last-child {
    margin-right: 0;
}

.footer .social ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
}

.footer .social ul li a:hover {
    color: #F7941D;
}
*/
/* Copyright */
/*.footer .copyright {

}

.footer .copyright .inner {
    border-top: 1px solid #eeeeee3d;
    padding: 20px 0;
}

.footer .copyright .left {
}

.footer .copyright .right {
    float: right;
}

.footer .copyright p {
    color: #fff;
}

.footer .copyright p a {
    color: #fff;
    text-decoration: underline;
}*/
body {
    margin: 0;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff;
}
/*=============================
End Footer CSS
===============================*/

.footer {
    background: #FFFFFF;
}

.footer .about {
    padding-right: 50px;
}

.footer .single-footer h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.footer .about .logo {
    margin-bottom: 20px;
}

.footer .about .logo img {
}

.footer .about .text {
    color: #fff;
    font-weight: 400;
}

.footer .about .call {
    color: #fff;
    margin-top: 15px;
    font-weight: 400;
}

.footer .about .call span {
    display: block;
}

.footer .about .call a {
    color: #f7941d;
    font-size: 20px;
    font-weight: 600;
}

.footer .links ul {
}

.footer .links ul li {
    display: block;
    margin-bottom: 8px;
}

.footer .links ul li:last-child {
    margin-bottom: 0;
}

.footer .links ul li a {
    color: #fff;
    font-weight: 400;
}

.footer .links ul li a:hover {
    color: #F7941D;
    padding-left: 10px;
}

.footer .social {
}

.footer .social .contact {
}

.footer .social .contact ul {
}

.footer .social .contact ul li {
    color: #fff;
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
}

.footer .contact ul li:last-child {
    margin-bottom: 0;
}

.footer .social ul {
    margin-top: 20px;
}

.footer .social ul li {
    display: inline-block;
    margin-right: 25px;
}

.footer .social ul li:last-child {
    margin-right: 0;
}

.footer .social ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
}

.footer .social ul li a:hover {
    color: #F7941D;
}

/* Copyright */
.footer .copyright {

}

.footer .copyright .inner {
    border-top: 1px solid #eeeeee3d;
    padding: 20px 0;
}

.footer .copyright .left {
}

.footer .copyright .right {
    float: right;
}

.footer .copyright p {
    color: #fff;
}

.footer .copyright p a {
    color: #fff;
    text-decoration: underline;
}

/*=============================
End Footer CSS
===============================*/

.bg-primary {
    background-color: #00560F !important;
}
.bg-dark {
    background-color: #373F50 !important;
}
.bg-info {
    background-color: #4B6210 !important;
}

.link-primary {
    color: #00560F !important;
    text-decoration: none!important;
}
.link-light {
    color: #c8c7c7 !important;
    text-decoration: none!important;
}
.link-info {
    color: #4B6210 !important;
    text-decoration: none!important;
}
.text-info{
    color: #4B6210 !important;
}
.text-primary{
    color: #00560F !important;
}
.border-info{
    border-color: #acc3c6 !important;
}
.border-info:hover{
    border-color: #95d0d7 !important;
}
.border-info:active{
    border-color: #95d0d7 !important;
}
.product-image{
    cursor: pointer;
}
.topusermenu{
    height: 50px;
    font-size: 1.2rem;
}
.toplinksmall{
    line-height: 15px;
    padding-top: 2px;
}
.topmenu .nav-link:hover{

    background-color: #00560F !important;
    color: #FFFFFF !important;

}
.topmenu .nav-link{
    color: #2b2b2b !important;
    background-color: #ffffff !important;
    border: 0px;
    padding: 15px 0 15px 0;
}

.btn-lite:hover{
    background-color: #4B6210 !important;
    color: #FFFFFF !important;
}
.btn-warning:hover{
    background-color: #9d7b4a !important;
    color: #1c1b1b !important;
}
.btn-link {
    font-weight: 400;
    color: #fe696a;
    text-decoration: none;
}
.btn-link:hover {
    font-weight: 400;
    color: #fe696a;
    text-decoration: underline;
}
.btn-info{
    background-color: #00560F !important;
    color: #FFFFFF !important;
}
.btn-info:hover{
    background-color: #74c8d2 !important;
    color: #130f0f !important;
}
.btn-basket{
    background-color: #395056 !important;
    color: #FFFFFF !important;
}
.btn-basket:hover{
    background-color: #74c8d2 !important;
    color: #130f0f !important;
}
.btn-primary:hover{

    background-color: #4B6210 !important;
    color: #FFFFFF !important;
}
.btn-primary{
    background-color: #00560F !important;
    color: #FFFFFF !important;
}
.btn-outline-info{
    border: 0px;
    color: #00b0c7 !important;
}
.btn-outline-info:hover{
color: #FFFFFF !important;
}
.navbar-dark .navbar-nav .nav-link {
   /* color: #FFFFFF !important;*/
}
.product_link {
    text-decoration: none !important;
    color: #00b0c7 !important;
}
.product_link:link {
    text-decoration: none !important;
    color: #00b0c7 !important;
}
.product_link:visited {
    text-decoration: none;
}
.product_link:hover {
    text-decoration: none;
}
.product_link:active {
    text-decoration: none;
}
.dropdown-toggle::after {
    display:none;
}
.accordion-button{
    background-color: #ffffff!important;
    color: #333333;
}
.accordion-button:link{
    background-color: #ffffff!important;
    color: #333333;
}
.accordion-button:visited{
    background-color: #ffffff!important;
    color: #333333;
}
.accordion-button:hover{
    background-color: #ffffff!important;
    color: #333333;
}
.accordion-button:focus {
    outline: none!important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.accordion-button:active{
    background-color: #ffffff!important;
    color: #333333;
}.accordion-button:not(.collapsed){
    background-color: #ffffff!important;
    color: #333333!important;
}
.accordion-button.collapse {
    /* display:none;*/
    color:#00560F!important;
}
.accordion-button::after {
   /* display:none;*/
    filter: #00560F!important;
}.accordion-button.collapsed  {
   /* display:none;*/
    color:#00560F!important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(
            360deg);
    filter:#00560F!important;
}
.product .img-fluid{
   max-height: 75vh;
    width: auto;
}
.product-card:hover{

    box-shadow: 0 5px 15px rgba(36, 36, 38, 0.4)!important;
    z-index: 9!important;
}
.card-img-tops{
    height: 300px!important;
    width: 100%;
    background-size: 90% auto !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.card-img-basket-div{
    height: 160px!important;
    width: auto;
    background-size: auto 100% !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.card-img-basket{
    height: 150px!important;
    width: auto;
    background-size: auto 100% !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.card-img-checkout{
    height: 75px!important;
    width: auto;
    background-size: auto 100% !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.favorite{
    cursor: pointer;
    z-index: 9!important;
    background-color: #d9dbdb !important;
    color: #181818 !important;
}
.favorite:hover{
    background-color:#00560F!important;
    color: #ffffff!important;
}
.favorited{
     cursor: pointer;
     z-index: 9!important;
    background-color: #00560F !important;
    color: #ffffff!important;
 }
.favorited:hover{
    background-color:#d9dbdb!important;
    color: #181818!important;
}

/*Ratings start*/
.ratings {
    margin-right: 10px
}

.ratings i {
    color: #cecece;
    font-size: 16px
}

.rating-color {
    color: #fbc634 !important
}

.review-count {
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 24px !important
}

.small-ratings i {
    color: #cecece
}

.review-stat {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 2px
}