/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800&family=Tangerine:wght@400;700&display=swap');

/*
font-family: 'Open Sans', sans-serif;
font-family: "Nunito", Open Sans;*/

*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    font-family: "Raleway", Open Sans;
    color: #000;
    position: relative;
    letter-spacing: 0.050em;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #202020;
    font-family: "Raleway", Open Sans;
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 30px;
    line-height: 36px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    line-height: 26px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button {
    transition: all 0.3s ease 0s;
}

img {
    max-width: 100%;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.header-top-left > li {
    display: inline-block;
    margin: 0 14px;
}

.header-top-left > li a {
    color: #fff;
    font-size: 15px;
}

.header-top-left > li a:hover {
    color: #60b03f;
}

.header-top ul.header-top-left .login::after {
    content: "|";
    color: #ffffff;
    right: -15px;
    position: relative;
}

.header-top {
    border-bottom: 1px solid #ebebeb;
    background: #000;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 60%;
}

#search {
    margin: 16px auto;
    /* width: auto; */
    width: 94%;
    float: left;
    display: block !important;
}

#search input {
    height: 45px;
}

.header-search #search .input-lg {
    height: 40px;
    line-height: 20px;
    border: none;
    font-size: 17px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    float: left;
    width: 100%;
    padding: 0 50px 0 15px;
}

#search .btn-lg {
    font-size: 16px;
    line-height: 18px;
    padding: 0px;
    color: #fff;
    width: 60px;
    height: 45px;
    border-radius: 5px;
    background: #60b03f;
    position: relative;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    z-index: 4;
}

.w-100 {
    width: 100% !important;
}

.hearder-search {
    align-items: center;
}

.hearder-search .col-md-5 {
    padding: 0 3%;
}

.navbar-brand {
    display: none;
}

nav .navbar-nav .nav-item {
    font-size: 18px;
    margin-left: auto;
    margin-right: 0px;
    font-weight: 600;
    padding: 0px 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
}

.cart > a {
    background: #60b03f;
    color: #fff;
    font-size: 14px; 
    width: 190px;
}
.cart a {
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.cart a:hover,
.cart a:focus,
.cart a:active {
    border: 0px;
    outline: 0px;
    box-shadow: none;
    background: #000;
    color: #fff;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: none;
}

.btn-primary {
    border: 0px solid #fff0 !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    outline: 0px;
    box-shadow: none !important;
    color: #000;
}

.cart a.btn-primary img {
    margin-right: 8px;
}

.cart a.btn-primary img.image1 {
    display: none;
}

.cart a.btn-primary img.image2 {
    display: block;
}

.cart a.btn-primary.collapsed img.image1 {
    display: block;
}

.cart a.btn-primary.collapsed img.image2 {
    display: none;
}

.text-left.product-name a {
    padding: 0px;
}

.nav-item.cart:hover #collapseExample {
    display: block;
}

.btn-primary:hover {
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.hearder-search {
    position: relative;
}

.hearder-search .col-md-1 {
    margin: 10px 0;
}

#collapseExample {
    width: 38em;
    right: 30px;
    top: 92%;
    position: absolute;
    z-index: 9;
}

.main-menu .navbar-brand {
    display: block;
    border-radius: 5px;
    background-color: #000;
    padding: 10px 20px;
}

.main-menu .navbar-brand {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.main-menu .navbar-brand span {
    color: #60b03f;
    background: #fff;
    padding: 2px 8px;
    font-size: 22px;
    border-radius: 5px;
    margin-left: 6px;
}

.main-menu nav {
    background: #60b03f;
}

.main-menu nav .nav-item {
    margin: 0 8px;
    border-radius: 5px;
}

.main-menu nav .nav-item:hover .nav-link {
    color: #000;
}

.main-menu nav .nav-item:hover {
    background: #f2f2f2;
    color: #000;
}

.main-menu nav .nav-item .nav-link {
    color: #fff;
    padding: 8px 10px;
}

.main-menu nav .navbar-nav {
    width: 100%;
    justify-content: space-around;
}
span.pull-right.text-right span {
    font-size: 10px;
    font-family: "Open Sans";
}

div#navbarNav a.nav-link:hover {
    color: #000;
}

#collapseExample2 {
    position: absolute;
    left: 15px;
    top: 100%;
    z-index: 5;
}

.offers {
    margin: 20px auto;
}

.offers img {
    width: 100%;
}

.section {
    padding: 48px 15px 20px;
}

.sec_title {
    font-size: 24px;
    color: #60b03f;
    width: 100%;
    border-bottom: 0px solid #ebebeb;
    padding: 0 15px 8px;
    margin: 0 0 16px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
}

.top-categories {
    padding-bottom: 0px;
}

.section > .sec_title {
    color: #000;
    background: #eaeaea;
    padding-top: 15px;
    padding-bottom: 14px;
    width: 99%;
    margin: 0 auto 25px;
}

.product-layout .product-thumb {
    padding: 5px;
    float: none;
    border: 0px solid #ebebeb;
    border-radius: 5px;
    margin: 0 0px 16px;
}

.product-layout:hover .product-thumb .caption.categoryname h4 {
    background: #000;
    color: #fff;
}

.product-layout:hover .product-thumb .caption.categoryname h4 a {
    color: #fff;
}

.product-layout .product-thumb .caption.categoryname h4 {
    background: #fff;
    margin: 0 0 10px;
    padding: 5px;
    width: 100%;
    line-height: 24px;
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: 15px;
}

.product-thumb .image {
    text-align: center;
    position: relative;
    border: 8px solid #f0f0f0;
    border-radius: 50%;
    transition: auto;
    overflow: hidden;
    background: #60b03f;
    padding: 20px;
    margin: auto;
    width: 135px;
    height: 135px;
    margin-bottom: 15px;
}

.product-layout:hover .product-thumb .image {
    transform: scale(1.1);
}

#menu {
    border: medium none;
    border-radius: 0;
    margin: 0;
    text-align: left;
    padding-top: 0;
    z-index: 9;
    position: absolute;
    top: 0px;
    padding: 0;
    left: 0px;
    width: 20em;
}

.dropdowniconcss {
    float: right;
    padding-top: 4px;
    font-size: 11px;
}

#menu .navbar-collapse {
    border: none;
    /* padding: 10px 40px; */
    background-color: #fff;
    position: relative;
    /* border-radius: 5px 5px 0px 0; */
}

#menu ul.main-navigation {
    list-style: none;
    margin: 0;
    width: 100%;
    display: inline;
}

#menu > div > ul > li {
    padding: 0 20px;
    position: static;
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}

#menu > div > ul > li.active a,
#menu > div > ul > li:hover a,
#menu > div > ul > li.active .dropdown-menu a:hover {
    color: #60b03f;
}

#menu > div > ul > li.active .dropdown-menu a {
    color: #000;
}

#menu ul > li > a,
.more {
    padding: 8px 0;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    line-height: 22px;
    color: #000;
    font-weight: 500;
}

#menu .dropdown.active .dropdown-menu {
    display: inline;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 100%;
    padding-top: 0;
    background: #fff;
    /* left: 0; */
    /* top: 100%; */
    left: 17.5em;
    top: 0;
}

#menu .dropdown .dropdown-menu {
    background-color: #fff;
    /* padding: 10px 15px; */
    color: #000;
    text-align: left;
    border: 1px solid #f0f0f0;
    box-shadow: none;
    margin: 0 !important;
    position: absolute;
    opacity: 0;
    /* border-radius: 0px 0px 5px 5px; */
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

#menu .dropdown.active .dropdown-menu li {
    padding: 0px 12px;
    border: 1px solid #f0f0f0;
}

#menu .navbar-collapse ul.nav li .megamenu ul.childs_1 {
    min-width: 225px;
    padding-right: 0px;
}

#menu ul.nav li .megamenu ul.childs_1:first-child {
    padding: 0 15px 0 0;
}

#menu ul li.dropdown .dropdown-inner > ul {
    /* display: table-cell; */
    float: none;
}

@media (min-width: 992px) {
    .topcategories .col-lg-2 {
        max-width: 14%;
        margin: auto;
    }
}

.topcategories .col-lg-2:hover .caption.categoryname h4 {
    background: #000;
}

.offers-big img {
    width: 100%;
}

.shipping-outer {
    border-radius: 5px;
    margin: 25px 0;
    float: left;
    width: 100%;
    overflow: hidden;
}

.shipping-outer .shipping-inner {
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.shipping-outer .shipping-inner .col-lg-3 {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    padding: 25px 20px;
    background-color: #222222;
}

.shipping-outer .shipping-inner .subtitle-part {
    transition: 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: relative;
}

.shipping-outer .shipping-inner .subtitle-part .subtitile {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.shipping-outer .shipping-inner .subtitle-part .subtitile .subtitle-part-image {
    margin: 0 15px 0 0;
    background-color: #000;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 15%);
    width: 50px;
    height: 50px;
    float: left;
    transition: 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 5px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
}

.shipping-outer .shipping-inner .subtitle-part .subtitile1 {
    color: #fff;
}

.shipping-outer .shipping-inner .subtitle-part .subtitile2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.shipping-outer .shipping-inner h2 {
    font-size: 28px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 10px;
    color: #fff;
}

.footer .footer-title,
.footer .footer h4 {
    color: #60b03f;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.footer .footer-block ul li {
    transition: 0.5s;
    padding: 5px 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

.footer .footer-block ul li a {
    color: #fff;
}

.newsletters {
    display: flex;
    align-items: center;
    width: 100%;
    background: #60b03f;
    border-radius: 5px;
    padding: 30px;
    justify-content: center;
}

.mt-30 {
    margin-top: 30px;
}

.newsletters .news-head {
    margin-right: 5%;
}

.newsletters h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin: 5px 0;
}

.newsletters .form-group {
    margin: 0px;
}

.newsletters .news-form.pull-right .form-group {
    margin-bottom: 0;
}

.newsletters input {
    background: #fff;
    border: none;
    color: #808080;
    float: left;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    height: 40px;
    margin: 0 20px 0 0px;
    padding: 0 10px;
    width: 500px;
    font-size: 17px;
}

.newsletters button {
    font-weight: 500;
    border: none;
    background: #000;
    color: #fff;
    font-size: 18px;
    padding: 7px 40px;
    box-shadow: none;
    float: right;
    transition: 0.5s;
}

.footer .footer-bottom .section_title {
    border-bottom: none;
}

.footer .footer-bottom .app-icon li {
    display: inline-block;
    margin: 0 5px;
}

.footer .footer-bottom .payment-icon li {
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    margin: 0 5px;
}

.footer .footer-block ul li:hover {
    list-style: disc;
    margin-left: 10px;
    color: #60b03f;
    transition: 0.5s;
}

.footer .footer-block ul li a:hover {
    color: #000;
}

.footer .footer-bottom .social_icon ul li {
    display: inline-block;
}

.footer .footer-bottom .social_icon ul li a {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin: 0 5px;
    color: #ffffff;
    padding-top: 7px;
    display: block;
    font-size: 20px;
    height: 36px;
    width: 36px;
    text-align: center;
}

.footer .footer-bottom .copyright-part {
    border-top: 1px solid #ebebeb;
    font-size: 17px;
    color: #fff;
}

.footer .footer-bottom .copyright-part a.text-light-green {
    color: #000;
}

.footer.section,
.footer.section {
    padding-bottom: 0px;
    background: #222;
}

.product-details .caption {
    display: block;
}

.product-details .caption h4 a {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    display: block;
    line-height: 22.5px;
    /*    white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-details .caption .price {
    color: #333;
    vertical-align: middle;
    margin: 0;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
    clear: right;
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
    font-family: "Open Sans";
}

.product-details .caption .price .price-tax {
    display: none;
}

.product-details .caption .product_option {
    min-height: 30px;
    width: auto;
}

.product-details .caption .product_option .input-group {
    /* display: block; */
}

.control-label {
    font-weight: bold;
    margin: 0;
    float: left;
}

.product-details .caption .product_option .input-group .form-control {
    height: 26px;
    padding: 0 5px;
    font-size: 14px;
    float: left;
    width: 47px;
    margin: 0 6px;
}

.product-details .caption .addtocart {
    font-size: 15px;
    width: 100%;
    border: none;
    height: 35px;
    padding: 5px 11px 5px 40px;
    color: #fff;
    float: right;
    background: url(../images/cart.png) no-repeat scroll 18% 11px #60b03f;
    border-radius: 4px;
}

.product-details .caption .addtocart:hover {
    background: url(../images/cart.png) no-repeat scroll 18% 11px #000;
}
.product-details .caption .addtocart:focus {
    outline: none;
}

.product-details {
    margin: 10px 0 0;
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 6px 12px 8px;
    overflow: auto;
    border-top: 0px solid #ebebeb;
    bottom: 5px;
}

.product_box {
    position: relative;
    padding: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    box-shadow: 0 0 12px #00000017;
    min-height: 393px;
    position: relative;
}

.product_box.empty {
    box-shadow: none;
    min-height: 1px;
    height: 1px;
}

.owl-carousel .owl-stage {
    padding-bottom: 15px;
}

.product_box span.type {
    position: absolute;
    top: 6px;
    left: 1px;
    color: #393185;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    /* background: #60b03f; */
    border-radius: 4px;
    padding: 0 7px;
}

.product_box img {
    padding: 35px 12px 4px;
}

.owl-theme .owl-nav [class*=owl-] {
    background: #000;
}

.cart table .input-group {
    width: 100%;
}

#cart-dropdown ul {
    /* padding: 20px; */
    padding-bottom: 20px;
    display: inline-table;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table td {
    font-size: 16px;
    line-height: 30px;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

#cart-dropdown {
    color: #000;
}

#cart-dropdown .product-name .price {
    display: block;
    font-weight: 700;
}

.main-menu .right-nav .navbar-brand {
    margin-right: 0px;
}

table,
.table th,
.table td {
    font-size: 15px;
    line-height: 30px;
    vertical-align: middle;
    letter-spacing: 0;
}

.table td {
    padding: 7px;
    font-family: "Open Sans";
}

.btn-successcss {
    font-weight: 500;
    border: none;
    background: #000;
    color: #fff;
    font-size: 18px;
    padding: 6px 18px;
    box-shadow: none;
    transition: 0.5s;
}

.btn-dangercss {
    font-weight: 600;
    border: none;
    background: #60b03f;
    color: #fff;
    font-size: 18px;
    padding: 6px 18px;
    box-shadow: none;
    transition: 0.5s;
}

input.cart-qty {
    width: 70px;
}

/*
ul.nav li.main_cat.dropdown .dropdown-menu {
    display: none;
}
ul.nav li.main_cat.dropdown:hover .dropdown-menu {
    display: block;
}*/
.input-group .button-minus,
.input-group .button-plus {
    font-weight: bold;
    height: 38px;
    padding: 0;
    width: 28px;
    position: relative;
    border: 1px solid #c6c6c6;
}

.input-group .quantity-field {
    position: relative;
    height: 38px;
    text-align: center;
    width: 34px;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 5px;
    resize: vertical;
    border: 1px solid #c6c6c6;
}

.product_option label + .input-group {
    width: auto;
    display: inline-flex !important;
    margin-left: 5px;
}

.product_option .input-group .button-minus,
.product_option .input-group .button-plus {
    width: 24px;
}

.product_option .input-group .button-minus,
.product_option .input-group .button-plus,
.product_option .input-group .quantity-field {
    height: 26px;
}


/*view cart page*/
/*
.view-cart .card .card-header h4 a {
    width: 100%;
}
.view-cart .card .card-header h4 a:hover {
    color: #000;
}
.view-cart .card .card-header h4 a i {
    float: right;
}*/
.view-cart .table thead {
    background: #000;
    color: #fff;
}

.table.even-stripe tbody tr:nth-of-type(even) {
    background: #f8f8f8;
}

.checkout .details-wrapper {
    border: 1px solid rgba(0, 0, 0, .125);
}

@media screen and (min-width:1792px) {
    .checkout .container-fluid {
        width: 1500px;
    }
    #search input, #search .btn-lg {
        height: 58px;
    }
    li.nav-item.text-right.cart {
        width: 58%;
    }
    .cart a {
        padding: 10px 18px;
    }
}

.checkout h3 {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #000;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.checkout form {
    padding: 20px;
}

.parent {
    height: 100%;
}

.order-summary {
    border-radius: 4px;
    padding: 20px 15px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.order-summary-container .order-summary {
    padding: 25px 30px;
    border: 1px solid #e5e5e5;
}

.order-summary label.btn.btn-outline-success {
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 13px;
    padding: 8px 5px;
    border: 1px solid #000 !important;
    color: #000;
}

.order-summary label.btn.btn-outline-success.active,
.order-summary label.btn.btn-outline-success:hover {
    background: #000;
    color: #fff;
}

.order-summary .d-flex {
    justify-content: space-between;
}

.order-summary .row {
    margin-bottom: 8px;
}

.order-summary #grand-total-detail {
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 25px;
    border-top: 1px solid #e5e5e5;
}

a.w-theme-btn {
    width: 100%;
    display: block;
    z-index: 10;
    border: none;
    cursor: pointer;
    font-weight: 600;
    padding: 10px 20px;
    vertical-align: top;
    border: 1px solid transparent;
    color: #fff !important;
    /*    background-color: #000;*/
    background-color: #60b03f;
    border-radius: 4px;
}

a.w-theme-btn:hover {
    background: #000;
    color: #fff
}

.custom-form {
    padding: 20px;
}

@supports (position: sticky) {
    .is-sticky {
        position: sticky;
        top: 0; // Threshold is required
    }
}

/*detail page*/
.detail_page {
    position: relative;
}

.detail_page .col-md-5 {
    padding: 15px 25px;
}

.owl-thumb-item {
    width: auto;
    border: 1px solid #0a408682;
    margin: 0 8px;

}

.owl-thumb-item img {
    max-width: 100%;
    height: 100px;
    padding: 8px;
    margin: auto;
}

.owl-thumbs {
    position: absolute;
    bottom: -10.5em;
    left: 0;
    display: table;
    width: 100%;
    text-align: center;
    padding: 5% 5px;
}

.owl-thumb-item {
    display: table-cell;
    /*        border: none;*/
    background: none;
    padding: 0;
    opacity: .4;
}

.owl-thumb-item.active {
    opacity: 1;
}

section.detail_page {
    padding: 50px 15px 100px;
}

section.detail_page .product .owl-item > .item {
    padding: 20px;
    height: 400px;
    vertical-align: middle;
    display: table-cell;
    width: 72em;
}

section.detail_page .owl-carousel .owl-item img {
    width: 80%;
    display: block;
    margin: auto;
}

.product-slide.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 68px;
    background-color: #fff;
}

.detail_page .product-slide .owl-carousel .owl-stage-outer {
    border: transparent !important;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px 0px !important;
}

.product-slide .product .owl-nav .owl-next,
.product-slide .product .owl-nav .owl-prev {
    position: absolute;
    background: #000;
    padding: 10px !important;
    font-size: 14px;
    top: 44%;
    color: #fff;
}

.detail_page .product-slide .product .owl-nav .owl-prev {
    left: 7px !important;
}

.detail_page .product-slide .product .owl-nav .owl-next {
    right: 7px !important;
}

.detail_page .add-cart a {
    padding: 5px 20px;
    font-size: 14px;
    background-color: #000 !important;
    background-color: #60b03f !important;
    color: #fff !important;
    border-radius: 4px;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}

button.active.disable-box-shadow {
    background: #60b03f !important;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: default;
    padding: 2px 10px;
    margin: 12px auto;
}

.detail_page .product-price span {
    font-size: 22px !important;
    font-weight: 600;
    color: #000;
    margin: 15px 0;
    display: block;
}

.detail_page .number p {
    float: left;
    padding: 5px 15px 10px 0;
    color: #000;
}

.detail_page .number .input-group {
    float: left;
    width: auto;
}

.clearflix {
    float: none;
    clear: both;
}

.pd-2 table td {
    color: #000;
}

element.style {}

.detail_page .product-slide .product .owl-nav .owl-prev {
    left: 7px !important;
}

.product-slide .product .owl-nav .owl-prev {
    left: 0px;
}

#collapseExample3 form input,
#collapseExample3 form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

#collapseExample3 form .btn {
    background: #60b03f;
    color: #fff;
}

/*product listing page*/
.filter-opt button {
    padding: 5px 20px;
    display: block;
    width: 100%;
    font-size: 15px;
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 4px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 1px;
    border-color: #000;
}

.filter-opt button i {
    margin-right: 10px;
}

.cats-list {
    border: 1px solid rgba(0, 0, 0, .15);
    overflow: hidden;
    border-radius: 4px;
}

.cats-list .headind-droup {
    padding: 8px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.cats-list .headind-droup h3 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
}

.cats-list .dropdown-list,
.cats-list {
    overflow: visible;
}

.cats-list .dropdown-list {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: none;
    border: transparent;
    background: #fff;
    max-height: 250px;
    overflow-y: auto !important;
    scrollbar-width: thin !important;
}

.dropdown-list {
    font-size: 14px !important;
}

.dropdown-list li {
    border: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-list .dropdown-item {
    padding: 5px 10px;
    color: #000;
}

.cats-list li label {
    padding: 5px 15px;
    margin-bottom: 0px;
}

.prod-listing .col-md-2 {
    flex: 0 0 auto;
    max-width: 260px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.prod-listing .col-md-10 {
    flex: 0 0 auto;
    max-width: calc(100% - 260px);
    width: 100%;
    float: left;
}

.all-products {
    flex-wrap: wrap;

}

.all-products .product_box {
    flex-grow: 1;
    width: 12rem;
    margin: 10px 5px;
}


@media (min-width: 992px) {
    .col-lg-2-5 {
        -ms-flex: 0 0 13.666667%;
        flex: 0 0 13.666667%;
        max-width: 13.666667%;
    }
    .col-lg-3-5 {
        -ms-flex: 0 0 19.666667%;
        flex: 0 0 19.666667%;
        max-width: 19.666667%;
    }
}


@media screen and (max-width:1380px) and (min-width: 1280px) {

    .cart > a, .main-menu nav .nav-item .nav-link {
        font-size: 14px;
        padding: 8px;
        font-weight: 400;
    }
    .product-details .caption h4 a, .product-details .caption .price, .product-details .caption .addtocart, .shipping-outer .shipping-inner .subtitle-part .subtitile2, .footer .footer-block ul li {
        font-size: 14px;
    }
    .cart > a span span, .main-menu .navbar-brand, .header-top-left > li a {
        font-size: 12px;
    }
    .right-menu .navbar-light {
        padding: 0px;
    }
    .main-menu .navbar-brand {
        padding: 10px;
    }
    .main-menu .navbar-brand span {
        font-size: 16px;
    }
    .main-menu .right-nav .navbar-brand {
        margin-right: 8px;
    }
}

.all-products .product_box.empty {
    border: 0px;
}

.all-products .product-details .caption h4 a {
    font-size: 16px;
}

.inputs-group.button-group {
    display: flex;
    justify-content: space-between;
}

.product_option .inputs-group label.control-label {
    display: none;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle.active {
    outline: 0px;
    box-shadow: none;
}

.fillter-drop {
    padding: 15px;
    width: 100%;
    box-shadow: 11px 10px 17px 0 rgb(0 0 0 / 21%);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus,
.main-menu nav .nav-item:hover {
    color: #fff;
    background: #418d21;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.main-menu nav .nav-item:hover .nav-link {
    color: #fff;
}

.line2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.p-box {
    cursor: pointer;
    border-radius: 4px;
}

.p-box {
    margin: 15px 0;
    padding: 5px 10px;
    border: 1px solid #000;
}

.p-box.active,
.p-box:hover {
    background: #000;
    border: 1px solid #000;
}

.p-box.active .special-price,
.p-box:hover .special-price {
    color: #fff;
}

.special-price {
    color: #000;
    font-weight: 600;
    width: 70%;
    font-size: 18px !important;
    font-family: sans-serif;
}

table .input-group {
    width: 80%;
}

.sabzimandi-logo a {
    max-width: 150px;
    display: block;
    margin: 5px auto;
    margin-right: 28%;
}
.col-md-2.right-menu .navbar {
    padding: 0.5rem;
}

@media screen and (min-width:1980px) {

    .all-products .product_box {
        flex-grow: 1;
        width: 14.4rem;
        margin: 10px 5px;
    }
    .sabzimandi-logo a {
        max-width: 190px;
        display: block;
        margin: 5px 0;
        margin-right: 28%;
    }
}