@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
html, body {font-family: 'Poppins' ;}
.contact-form-section .input-control select.input-select {
    padding: 0 10px !important;
    margin: 8px 0 !important;
    border: none;
    outline: none;
    font-size: 14px;
}
.customers-reviews-list ul {
    max-height: 300px;
    overflow: auto;
}
img.img-fluid.full-width-banner {
    padding: 0 25px;
    width: 100%;
    box-sizing: border-box;
}
li.wishlist {
    padding-left:25px;
    display: flex;
    position: relative;
}
li.wishlist .fa-heart {
    color: white;
    font-size: 26px;
}
span.wishlist-count {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    top: -14px;
    right: -15px;
    font-size: 13px;
    line-height: 22px;
}
.need-help .modal-dialog{
    left:0% !important;
}
.address-input-group textarea {
    flex: 48%;
    background-color: #d9d9d9;
    margin: 10px 1%;
    padding: 10px;
    border: none;
    outline: none;
}
.outofstock:after {
    content: "Out Of Stock";
    position: absolute;
    text-align: center;
    background: #ff9c00;
    width: 100%;
    height: 30px;
    line-height: 30px;
    z-index: 99999;
    left: 0;
    top: 50%;
    color: #fff;
}
.outofstock img.img-fluid {
    opacity: 0.3;
}
.product-box.demo-productbox .profile-img img {
    width: 100%;
    height: 100%;
    max-height: 160px;
}
.site-container {
    display: none;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}
body {
    background-image: url(../images/lodear.gif);
    height: 100vh;
    width: 100%;
    background-size: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f7f6e8;
}
.filter-appy-box {
    overflow: hidden;
    overflow-y: auto;
    max-height: 250px;
    background: #f6f6f6;
}
.marquee {
    width: auto;
    height: auto;
    position: relative;
    animation: mymove 20s infinite;
    animation-timing-function: linear;
    padding: 4.5px 0;
    display: inline-block;
}
.marquee strong {
    color: yellow;
}
@keyframes mymove {
  from {left:100%;right:-0%;}
  to {left:-50%;right:100%}
}
.big-product-buy-btn {
    background: #148d36;
    width: 100%;
    display: block;
    border-radius: 100px;
    padding: 9px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.small-header-top {
    background: #edecec;
    padding:3px 30px 4px;
    display: flex;
    width: 100%;
}
ul.s-right-list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    margin-left: auto;
    margin-right: 0px;
}
ul.s-right-list li {
    margin: 0 5px;
    font-size: 14px;
}
ul.s-right-list li a {
    color: #3a3a3a;
    text-decoration: none;
    display: flex;
    padding-top: 3px;
    font-size: 14px;
    font-weight: 400;
}
li.helpline-no a svg {
    border: 2px solid #3a3a3a;
    padding: 5px;
    border-radius: 50px;
    font-size: 22px;
}
li.helpline-no span {
    margin: auto;
    padding-left: 5px;
}
li.country-drop, li.language-drop {
    background: #fff;
    padding: 2px 5px;
}
ul.s-right-list li label {
    margin: 0;
}
ul.s-right-list li:last-child {
    margin: 0px;
}
li.country-drop select, li.language-drop select {
    border: none;
    outline: none;
    font-weight: 300;
    font-size: 14px;
}
.header-center-last ul li a img {
    margin: auto;
    max-width: 24px;
}
.header-center-last li.user span {
    margin: auto;
    padding: 8px 10px 0px;
    font-weight: 400;
    font-size: 14px;
}
.center-header {
    background-color: #148d36;
    padding: 5px 30px;
    width: 100%;
    display: flex;
    background-image: url(../images/headr-shap.png);
    background-repeat: no-repeat;
    background-size: 260px;
}
.search-section {
    width: 100%;
    position: relative;
    padding: 0 50px;
    margin:auto; 
}
.logo-section {
    min-width: 150px;
    text-align: left;
}
.logo-section img {
    max-width: 100px;
}
.home-search-box {
    position: relative;
}
.home-search-box input[type="text"], .home-search-box input[type="text"]:-internal-autofill-selected {
    width: 100%;
    padding: 10px 10px 10px 40px;
    font-size: 16px;
    border: none;
    outline: none;
    background-image: url(../images/search-bg.png);
    background-position: left;
    background-size: 41px;
    background-repeat: no-repeat;
}
.home-search-box span {
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 7px 8px 8px;
    background: #148d36;
    width: 35px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
}
.header-center-last {
    display: flex;
}
.header-center-last ul {
    display: flex;
    list-style: none;
    margin: auto 0;
    padding: 0;
    min-width: 220px;
}
li.user a {
	text-decoration: none;
	color: #fff;
	display: flex;
	white-space: nowrap;
}

.advertisement-section {
    background: #034f18;
    padding:1px 30px;
    color: #fff;
    position: relative;
}
.advertisement-section span {
    font-size: 14px;
    font-weight: 300;
    min-width: 750px;
}
.right-ad-menu {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 20px;
    padding-left: 50px;
    background-image: url(../images/app-shap.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.right-ad-menu > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding:0px;
    position: relative;
}
.right-ad-menu ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 3.5px 10px;
    text-decoration: none;
}
.right-ad-menu > ul > li:first-child {
    border-right: 2px solid #000;
}
ul.more-menu {
    position: absolute;
    width: 120px;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 999;
    top: 100%;
    right: 10px;
    list-style: none;
    display: none;
}
.right-ad-menu ul li:hover ul.more-menu {
    display: block;
}
ul.more-menu li a {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #4a4a4a;
    padding: 6px 5px;
    border-bottom: 1px solid #4a4a4a;
}
button.navbar-toggle {
    display: none;
}
.navigation-section {
    background: #edecec;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 0 30px;
}
.main-navigation li {
    min-width: 12.2%;
}
ul.main-navigation li a {
    font-size: 14px;
    color: #000;
    padding:7px 25px 7px;
    display: block;
    text-decoration: none;
    font-weight: 400;
    white-space: nowrap;
    transition: all linear 300ms;
    text-align: center;
}
.main-navigation > li.active > a, ul.main-navigation li a:hover {
    color: #ffffff;
    font-weight: 400;
    background: #ff9c00;
    text-align: center;
}
.main-navigation > li.active > a:after {
    content: "";
    width: 20px;
    height: 15px;
    background: url(../images/active-nav.png);
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -10px;
    margin-top: -5px;
}
ul.main-navigation li a svg {
    font-size: 14px;
    font-weight: 100;
}
.carousel-item img {
	width: 100%;
	height:auto;
}
.max-container {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.section-pedding {
    padding-bottom: 55px;
    padding-top: 40px;
}
.service-section .max-container {
    border: 2px solid #c0c0c0;
    border-radius: 20px;
    padding: 20px 0;
}
.service-prvide {
    display: flex;
    border-right: 1px solid #c0c0c0;
    min-height: 100px;
    margin: 5px 0;
}
.service-prvide img {
    margin: auto 10px;
}
.service-prvide h2 {
    font-size: 18px;
    color: #717171;
    margin: auto 10px;
}
.service-prvide h2 span {
    display: block;
    font-size: 16px;
}
.service-prvide.border-none {
    border: none;
}
.heading-section h1 {
    font-size:30px;
}
.gray-heading {
    color: #545353;
}
.white-heading {
	color: #fff;
}
.bg-green {
	background: #148d36;
}
.heading-section {
    position: relative;
    padding-bottom: 30px;
    display: flex;    
    margin-bottom: 10px;
}
.heading-section span {
    position: absolute;
    top: 80%;
    left: 0px;
    right: 0px;
    height: 5px;
    background: #fff;
}
.heading-section span:before {
    content: "";
    width: 25%;
    height: 100%;
    background: #286017;
    position: absolute;
}
.heading-section span:after {
    content: "";
    width: 5%;
    left: 25%;
    height: 100%;
    background: #d9991f;
    position: absolute;
}
.heading-bottom-border {
    position: absolute;
    top:103%;
    left: 0px;
    right: 0px;
    height: 5px;
    background: #fff;
}
.heading-bottom-border:before {
    content: "";
    width: 25%;
    height: 100%;
    right: 0;
    background: #286017;
    position: absolute;
}
.heading-bottom-border:after {
    content: "";
    width: 5%;
    right: 25%;
    height: 100%;
    background: #d9991f;
    position: absolute;
}
.bg-gray {
    background: #eeeeee;
}
a.btn-view-all {
    background: #148d36;
    padding: 2px 10px;
    color: #fff;
    margin: auto 0 auto auto;
    border-radius: 7px;
    text-decoration: none;
}
.product-box {
    text-align: center;
    background: #fff;
    margin: 10px;
    padding: 15px 15px 10px;
    position: relative;
    transition: all linear 500ms;
}
.product-box:hover {
    background: #f3fbfd;
}
.user-details h2 {
    font-size: 14px;
    font-weight: 300;
    padding: 5px;
    text-align: left;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile-img img {
    width: 100%;
    height:220px;
    transition: all linear 500ms;
    object-fit:contain;
}
.New-product .profile-img img {
    height:183px;
}
.card-n-buye-btn {
    position: absolute;
    left:15px;
    text-align: left;
    z-index: 9;
}
.card-n-buye-btn a {
    background: #848484;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    margin: 10px;
    transition: all linear 300ms;
    width: 40px;
    text-decoration: none;
    overflow: hidden;
}
.card-n-buye-btn a.addtocard-btn:hover {
    background:green;
    width: 115px;
}
.card-n-buye-btn a.buynow-btn:hover {
    background:green;
    width: 100px;
}
.card-n-buye-btn a span {
    transition: all linear 300ms;
    font-size: 12px;
    color: #fff;
    display: block;
    text-decoration: none;
    width: 100px;
    margin-left: 30px;
    margin-right: -100px;    
    margin-top: 1px;
}
.card-n-buye-btn a:hover span {
	margin-right: 0px;
	margin-left: 7px;
}
.card-n-buye-btn .addtocard-btn:hover .add-card-text {
	display: inline-block;
}
.card-n-buye-btn .buynow-btn:hover .buy-now-text {
	display: inline-block;
}
.btn-view-all-white {
    background: #ffffff;
    padding: 2px 10px;
    color: #148d36;
    margin: auto 0 auto auto;
    border-radius: 7px;
    text-decoration: none;
}
.btn-view-all-white:hover {
	text-decoration: none;
	color: #286017;
}
.remove-color:after, .remove-color:before {
	display: none;
}
.advertisement-left-box {
    text-align: center;
    background: #fff;
    padding:25px 10px 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.advertisement-left-box .img-caption img {
    max-height: 342px;
}
h1.ad-products-name {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #676767;
    margin: 20px 0 13px;
    transition: all linear 300ms;
    cursor: pointer;
}
h1.ad-products-name span {
    font-size: 17px;
    display: block;
}
h1.ad-products-name:hover {
    color: #055d1e;
}
.ad-products-details {
    border: 2px solid #055d1e;
    padding: 4px 10px;
    display: flex;
    border-radius: 100px;
    margin: 10px 0 15px;
    position: relative;
    transition: all linear 300ms;
}
.ad-products-details:hover {
	border-color:#ff9c00;
} 
.ad-products-details h4 {
    margin: 0;
    font-size: 20px;
    color: #055d1e;
    line-height: 32px;
    transition: all linear 300ms;
}
.ad-products-details:hover h4 {
	color: #ff9c00;
}
.ad-products-details a.m-auto {
    background: #055d1e;
    color: #fff;
    border-radius: 100px;
    padding: 4px 15px;
    text-decoration: none;
    transition: all linear 500ms;
    font-size: 14px;
}
.ad-products-details:hover a.m-auto {
	background: #ff9c00;
	color: #000;
}
.available-sold-tex {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #797878;
    display: flex;
}
.available-sold-tex span {
    margin-left: auto;
}
.progres-baar {
    background: #c6c6c6;
    height: 8px;
    border-radius: 10px;
    margin: 5px 0 10px;
}
.progres-baar span {
	background:#055d1e;
	display: block;
	height: 8px;
	border-radius: 10px;
}
section.popular-product .product-box {
    border-radius: 3px;
}
section.New-product .product-box {
    border-radius: 7px;
    margin: 10px 0;
}

.profile-img {
    overflow: hidden;
}
.product-box:hover .profile-img img {
    transform: scale(1.2);
}
.discount-section {
    background-image: url(../images/bg-image.png);
    background-size: 100% 100%;
}
#owl-example4 .item {
    background-image: url(../images/brands-bg.png);
    background-size: contain;
    padding: 20px 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    display: flex;
    transition: all linear 500ms;
}
#owl-example4 .owl-item {
    background-image: url(../images/polygon-yllow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#owl-example4 .owl-item:hover .item {
    /*transform: rotate(-30deg);*/
}
#owl-example4 .item img {
    margin: auto;
}
.Our-brand .heading-section span, .heading-bottom-border {
    background: #ffffff;
}
#owl-example4 {
    margin: 25px 0 40px;
}
footer.section-pedding {
    background: #343434;
}
h1.footer-heading {
    margin: 0;
    padding: 0;
    color: #ffb11b;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
ul.footer-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.footer-list li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #333;
    font-weight: 200;
    letter-spacing: 1px;
    overflow: hidden;
    filter: brightness(95%);
}
 ul.footer-list.animated-arrow li a svg {
    margin-left: -15px;
    transition: all linear 400ms;
}
ul.footer-list.animated-arrow li a:hover {
    color: #f9cb41;
    font-weight: 300;
    filter: brightness(120%);
}
ul.footer-list.animated-arrow li a:hover svg {
    margin-left: 0;
}
.footer-icon-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.footer-icon-list li a {
    display: flex;
    background:#fff;
}
.footer-icon-list li a {
    display: flex;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    margin: 10px 5px 5px;
    transition: all linear 300ms;
    font-size: 18px;
    color: #343434;
}
.footer-icon-list li a:hover {
    color: #ffff;
    background-color: #148d36;
    transform: rotate(360deg);
}
.footer-icon-list li a svg {
    margin: auto;
}
.footer-icon-list li:first-child a {
    margin-left: 0;
}
.address-col li {
    display: flex;
}
.address-col li svg {
    font-size: 25px;
    color: #343434;
    margin:6px 7px auto 0;
    background: #fff;
    padding: 5px;
    border-radius: 30px;
    width: 25px !important;
    transition: all linear 300ms;
}
.address-col li:first-child svg {
    margin:10px 7px auto 0;
}
.address-col li:hover svg {
    color: #fff;
    background:#148d36;
    transform: rotate3d(0, 1, 0, 180deg);
}
.slide-social-icon {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 999;
    background: #e4e4e4;
    border-radius: 10px 0 0 10px;
    width: 30px;
    padding:0px 0px 0px 5px;
}
ul.social-icon-list {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    transition: all linear 350ms;
}
ul.social-icon-list li {
    text-align: right;
    transition: all linear 350ms;
    height: 30px;
}
ul.social-icon-list li a {
    color: #fff;
    display: flex;
    padding: 3px 3px 3px 10px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 50px 0 0 50px;
    margin: 0;
    transition: all linear 350ms;
    overflow: hidden;
    position: absolute;
    right: 0;
}
ul.social-icon-list li a:hover {
    background-color: green;
}
ul.social-icon-list li a svg {
    background: #fff;
    color: green;
    width: 24px !important;
    height: 24px;
    margin-left: auto;
    border-radius: 50px;
    padding: 5px;
    transition: all linear 350ms;
}
ul.social-icon-list li a:hover svg {
    transform: rotate(360deg);
}
ul.social-icon-list li a span {
    margin-right: 5px;
    margin-left: -68px;
    opacity: 0;
    display: inline-block;
    min-width: 62px;
    position: relative;
    top: 3px;
    transition: all linear 350ms;
}
ul.social-icon-list li a:hover span {
    display: inline-block;
    margin-left:0px;
    opacity: 1;
    min-width: auto;
}
.collapse:not(.show) {
    display: block;
}
.mob-search-box {
    background: #fff;
    margin: 7px 0;
    padding:3px;
    width: 100%;
    display: none;
}
.mob-search-box input {
    padding: 10px;
    width: calc(100% - 50px);
    outline: none;
}
.mob-search-box span {
    background: green;
    height: 48px;
    width: 44px;
    position: absolute;
    margin-left: 5px;
    padding-top: 10px;
    padding-left: 9px;
}
.dropdown-toggle::after{
    display: none;
}
.login-register .modal-header {
    background: #16b142;
    color: #fff;
    padding: 5px 15px;
}
.login-register .modal-body {
    padding: 0px 15px;
}
.login-register .modal-header img {
    max-width: 24px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 8px;
}
.login-register h4.modal-title {
    font-size: 18px;
    padding-top: 4px;
    margin-right: auto;
}
.login-register .close {
    color: #fff;
    opacity: 1;
    font-weight: 200;
    border: 2px solid #fff;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    padding: 0px;
    margin: 3px -5px 0 0;
}
.login-register .modal-content {
    background: #ebe9e9;
}
.or {
    position: relative;
    text-align: center;
    padding: 10px;
    color: #a8a8a8;
}
.or:after {
    content: "";
    position: absolute;
    right: 0;
    width: 45%;
    top: 20px;
    background-color: #a8a8a8;
    height: 3px;
}
.or:before {
    content: "";
    position: absolute;
    left: 0;
    width: 45%;
    top: 20px;
    background-color: #a8a8a8;
    height: 3px;
}
.login .input-control, .register .input-control, .forgot_password_otp .input-control, .forgot-password .input-control, .reset-password .input-control {
    width: 100%;
    padding: 10px;
    border: none;
    margin: 8px 0;
}
a.back-login {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    color: #16b142;
}
.forgot-section {
    font-size: 14px;
    font-weight: 300;
    padding: 15px 0 20px;
    display: flex;
}
.forgot-section input {
    width: 19px;
    height: 19px;
    margin: 1px 3px 0px 0px;
}
.forgot-section a {
    margin-left: auto;
    color: #0d9129;
}
input.login-btn {
    margin: 15px auto;
    display: block;
    background: #16b142;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 8px;
}
.media-login {
    padding: 15px 0;
    color: #908f8f;
}
.login-logo {
    margin: 0 auto;
    display: block;
}
.login-logo {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 230px;
}
.right-login p {
    padding: 25px 0;
    color: #969494;
    margin:40px 0 0;
    text-align: center;
}
button.create-account {
    margin: 15px auto;
    display: block;
    background: #16b142;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 8px;
}
.l-border {
    border-left: 3px solid #a8a8a8;
}
.social-box, .right-login {
    padding-top: 15px;
}
.register {
    padding: 15px 0;
}
.register-input-group {
    display: flex;
    width: 100%;
}
.register-input-group input.input-control {
    flex: 0.5;
    padding: 10px;
    border: none;
    margin: 8px 0;
    outline: none;
}
.register-input-group input:first-child {
    border-right: 2px solid #a8a8a8;
}
.register a {
    text-align: center;
    display: block;
    color: #5a5959;
    text-decoration: none;
    font-size: 15px;
    margin: 10px 0;
}
.register, .login, .otp, .forgot-password, .reset-password, .forgot_password_otp, .get_mobile{
    display: none;
}
.register.active, .login.active, .otp.active, .forgot-password.active, .reset-password.active, .forgot_password_otp.active, .get_mobile.active {
    display: block;
}
.media-login img.img-fluid {
    margin-left: 7px;
}
ul.bridecomes-list {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0;
}
ul.bridecomes-list li a {
    color: #424242;
    padding: 15px 5px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.contact-form-section .max-container {
    background: #4ab062;
}
.contact-form-section .input-control {
    display: flex;
}
.contact-form-section .input-control input {
    flex: 3.3;
    padding: 10px;
    border: none;
    margin: 8px 0;
    outline: none;
    border-right: 2px solid #c1c1c1;
    width: 100%;
}
.contact-form-section .input-control input:last-child {
    border:none;
}
.contact-form-section .input-control textarea {
    width: 100%;
    padding: 10px;
    border: none;
    margin: 8px 0;
    outline: none;
}
form.contact-form .text-white {
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 18px;
}
.contact-address-box {
    background: #4ab062;
    text-align: center;
    color: #fff;
    margin-top: 180px;
    margin-bottom: 50px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.contact-address img {
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    border: 2px solid #4ab062;
}
.contact-address {
    background: url(../images/brands-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: -165px;
    position: relative;
    padding:25px 60px 50px 60px;
    color: #555;
    font-size: 14px;
}
.contact-address h4 {
    border-bottom: 3px solid #4ab062;
    padding: 15px 0px 10px;
    font-weight: 500;
    font-size: 22px;
}
.contact-address p {
    font-size: 15px;
    line-height: 26px;
}
iframe.map {
    margin: -150px auto 15px auto;
    width: 90%;
    display: block;
    border: 0;
    padding-bottom: 20px;
    min-height: 260px;
}
.product-box.demo-productbox {
    margin:10px 0px;
}
.collapse.show {
    display: block !important;
}
.side-baar {
    padding-left: 0;
}
.filter-box.bg-gray {
    padding: 15px;
    margin-bottom: 15px;
}
h1.filter-title {
    font-size: 28px;
    color: #4f4f4f;
}
h1.filter-title span {
    color: green;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}
.filter-box a {
    border-top: 1px solid #4f4f4f7d;
    display: block;
    font-size: 16px;
    color: #4f4f4f;
    padding: 10px 5px;
    cursor: pointer;
    position: relative;
    transition: all linear 500ms;
}
.filter-box a.collapsed:after {
    transform: rotate(45deg);
    top:15px;
    transition: all linear 500ms;
}
.filter-box a:after {
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    position: absolute;
    right: 5px;
    top:20px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-135deg);
    transition: all linear 500ms;
}
.price-selector {
    display: flex;
}
.price-selector select {
    padding:3px; 
}
.price-selector span {
    padding:5px;
    display: block; 
}
.price-selector select {
    padding: 2px 5px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    flex: 1 1;
}
.brand-filter.bg-gray {
    padding: 15px;
    margin-top: 20px;
}
.brand-filter h1 {
    font-size: 28px;
    color: #4f4f4f;
}
ul.brand-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.brand-list li a {
    display: block;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    margin: 8px 0;
}
ul.brand-list li.active a {
    background-color: green;
    color: #fff;
}
.pegination-box {
    border-top: 1px solid #3434345c;
    padding: 10px 0;
    margin-top: 15px;
}
.pagination {
    padding: 10px 0;
}
.page-count {
    font-size: 14px;
}
.pagination li a {
    padding: 5px;
    color: #6b6b6b;
    text-align: center;
    width: 25px;
    height: 25px;
    display: block;
    line-height: 18px;
    border-radius: 50px;
    text-decoration: none;
}
.pagination li.active a {
    background-color: green;
    color: #fff;
}
.tabs-box {
    margin:0 0px 15px 0px;
    border-radius:2px;
    padding:0 5px;
    position: relative;
}
.tabs-box a {
    background: #efecec;
    display: block;
    padding: 15px;
    cursor: pointer;
    color: #4f4f4f;
    font-weight: 400;
}
.tabs-box .collapse {
    background: #fff;
    padding: 15px;
}
.tabs-box .collapse p {
    font-weight: 300;
    color: #4f4f4f;
}
.tabs-box a:after {
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 20px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-135deg);
    transition: all linear 500ms;
}
.tabs-box a.collapsed:after {
    transform: rotate(45deg);
    top: 20px;
    transition: all linear 500ms;
}
.offer-sidebar.bg-gray {
    padding: 15px;
}
.offer-box {
    display: flex;
    max-width: 100%;
    background: #fff;
    margin: 5px 0 15px;
}
.offer-box .offer-img, .offer-box .offer-details {
    flex: 1 1;
    margin: auto;
    padding: 5px;
}
.offer-details p {
    font-size: 13px;
    margin: 0;
    font-weight: 300;
    line-height: 18px;
    color: #555;
}
.offer-details-btn {
    background: #eeeeee;
    padding: 2px 5px;
    font-size: 13px;
    margin: 0 auto;
    display: block;
    font-weight: 500;
    margin-bottom: 3px;
    border:none;
    outline: none;
    border-radius: 5px;
    color: #4f4f4f;
}
.offer-details-btn:hover {
    color: #fff;
    background: green;
}
.offer-details-btn:active, .offer-details-btn:focus {
    outline: none;
    border:none;
}
.support-address-box {
    text-align: center;
    color: #fff;
    max-width:300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.support-address {
    background: url(../images/brands-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    position: relative;
    padding:25px 40px 25px 40px;
    color: #555;
    font-size: 14px;
}
.support-address img {
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    border: 2px solid #4ab062;
}
.support-address h4 {
    border-bottom: 3px solid #4ab062;
    padding: 15px 0px 10px;
    font-weight: 500;
    font-size: 22px;
}
.support-address p {
    font-size: 15px;
    line-height: 26px;
}
.support-form-section .contact-form {
    background: #4ab062;
    padding:50px 50px 120px;
}
.contact-boxsection {
    margin-top:-100px; 
}
.singal-text-container {
    padding: 0 15px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.singal-text-container h2.title {
    position: relative;
    color: #fff;
    font-weight: 600;
    letter-spacing:0.5px;
    font-size: 20px;
    margin: 10px -15px 20px;
    padding: 0 15px;
}
.singal-text-container h2.title:after {
    content: "";
    width: 100%;
    background: #034f18;
    height: 3px;
    position: absolute;
    top: 13px;
}
.singal-text-container h2.title span {
    background: #034f18;
    padding: 4px 15px 4px 30px;
    border-radius: 0 10px 10px 0;
    margin-left: -30px;
    text-transform: uppercase;
}
.singal-text-container p {
    color: #fff;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    padding: 10px 0;
    letter-spacing: 0.5px;
    font-size: 15px;
}
.bg-greenlight {
    background-color:#4ab062;
}
.singal-text-container ul {
    list-style: none;
    color: #fff;
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 30px;
    padding: 0;
}
.singal-text-container ul li {
    margin: 3px 0;
}
.advertisement-box {
    padding:62px 20px;
    background: #fff;
}
.singal-products-box {
    padding:40px 15px 40px;
    background: #fff;
    margin-bottom: 30px;
}
.products-details-section {
    background: #fff;
    padding-bottom: 15px;
    height:100%;
}
.products-details-section h1.title {
    font-size: 24px;
    color: #555;
    padding: 10px 15px;
    border-bottom: 2px solid #cecece;
}
.price-box {
    padding: 0px 15px;
}
h6.special-price {
    color: #148d36;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}
h4.price {
    font-weight: 700;
    margin: 4px 0;
}
span.market-price {
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
    color: #cecece;
    margin: 0 5px;
}
span.off-price {
    color: green;
    font-size: 18px;
    font-weight: 600;
}
span.quntity {
    color: red;
    font-size: 16px;
    font-weight: 400;
}
.reating-show {
    display: flex;
    padding: 5px 15px;
}
.r-star {
    background: green;
    color: #fff;
    padding: 0 10px;
    line-height: 27px;
    border-radius: 50px;
    margin-right: 5px;
    height: 27px;
    font-size: 14px;
}
.reating-show h5 {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    color: #999999;
    font-weight: 400;
}
.space-section {
    padding: 0 15px;
}
a.Offer-btn {
    background: #eaeaea;
    color: #878787;
    padding: 6px;
    display: block;
    margin: 8px 0;
    max-width: 290px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
a.Offer-btn:hover {
    background: green;
    color: #fff;
    transition: all linear 300ms;
}
.quantity-section {
    display: flex;
    background: #eaeaea;
    padding: 5px 15px;
    border-radius: 5px;
    max-width: 165px;
    color: #878787;
    text-align: center;
}
.number {
    display: flex;
    margin-left: 10px;
}
.number input[type="text"] {
    max-width: 40px;
    text-align: center;
    border: none;
    margin:0;
    padding: 3px;
    font-size: 15px;
}
span.minus {
    left: -22px;
    top: 13px;
    position: relative;
    height: 15px;
    width: 22px;
    font-size: 15px;
    color: #878787;
    text-align: center;
    line-height: 14px;
    transition: all linear 300ms;
}
span.plus {
    height: 15px;
    width: 22px;
    font-size: 15px;
    color: #878787;
    text-align: center;
    line-height: 14px;
}
span.minus:hover, span.plus:hover {
    background: #148d36;
    color: #fff;
}
.weight-section {
    display: flex;
    background: #eaeaea;
    padding: 5px 15px;
    border-radius: 5px;
    max-width: 190px;
    color: #878787;
    text-align: center;
    margin: 10px 0;
}
.weight-section .weight-select {
    border: none;
    outline: none;
    font-size: 14px;
    padding: 5px;
}
a.bulk-parchase-btn {
    background: green;
    color: #fff;
    padding: 7px;
    display: block;
    margin: 10px 0;
    max-width: 200px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: all linear 300ms;
}
a.bulk-parchase-btn:hover {
    background: #ff9c00;
    color: #fff;
}
.products-disc-details {
    background-color: #f7f6f6;
}
.products-disc-details td {
    font-size: 14px;
    font-weight: 300;
    padding: 6px;
}
.products-disc-details tr td:first-child {
    white-space: nowrap;
}
.buy-addcard-btn {
    background: green;
    color: #fff;
    padding: 7px;
    display: block;
    margin: 15px 0;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: all linear 300ms;
    outline: none;
    border: none;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
}
.customers-reviews {
    border-top: 2px solid #cccc;
}
.reviews-header {
    display: flex;
    padding: 10px 0;
}
.reviews-header h2 {
    font-size: 22px;
    color: #7c7b7b;
    margin: auto 0;
}
.reviews-header h5 {
    font-size: 14px;
    font-weight: 300;
    color: #7c7b7b;
    margin: auto;
}
.reviews-header .give-review-btn {
    border-radius: 30px;
    border: none;
    background: green;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    margin: auto 0;
}
.customers-reviews-list ul {
    list-style: none;
    padding: 0;
    margin:0; 
}
.customers-reviews-list ul li {
    border-bottom: 2px solid #eaeaea;
    color: #999999;
    font-size: 14px;
    margin: 10px 0;
}
.customers-reviews-list ul li h6 {
    font-size: 14px;
    margin: 8px 0;
}
.customers-reviews-list>a {
    text-align: center;
    width: 100%;
    display: block;
    color: #999;
    text-decoration: none;
}
.products-details-section h1.title span {
    background: green;
    color: #fff;
    padding: 0 8px;
    line-height: 27px;
    border-radius: 50px;
    margin-right: 0px;
    height: 27px;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: -2px;
}
.cart-img-box {
    background: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    padding: 15px 0;
}
.cart-img-box img {
    margin:auto; 
}
.delivery-container {
    background: #fff;
    padding: 15px;
    margin: 15px 0;
}
.ad-container {
    margin: 15px 0;
}
.delivery-container h2.title {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
    padding: 10px 0 15px;
    color: #4f4f4f;
}
.delivery-container h4.sub-title {
    font-size: 16px;
    color: #4f4f4f;
    font-weight:400;
}
ul.address-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
ul.address-list li {
    display: flex;
    width: 50%;
    padding: 15px 15px 15px 0px;
    float: left;
}
ul.address-list1 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
ul.address-list1 li {
    display: flex;
    width: 33%;
    padding: 15px 15px 15px 0px;
    float: left;
}
.address-colum {
    padding-left: 15px;
    font-size: 14px;
    max-width: 360px;
    color: #a1a1a1;
}
.add-new-address, .add-new-address:focus, .add-new-address:active {
    background: #4ab062;
    color: #fff;
    padding: 7px 15px;
    display: block;
    margin: 10px 0;
    max-width: 200px;
    text-align: center;
    border-radius: 50px;
    transition: all linear 300ms;
    border:none;
    outline: none;
}
.add-new-address:hover {
    background: #ff9c00;
    color: #fff;
}
.payment-container {
    width: 100%;
    border-top: 2px solid #939393;
    margin: 20px 0;
    padding: 10px 0;
}
ul.payment-details {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #939393;
}
ul.payment-details li {
    width: 50%;
    display: inline-block;
    padding: 10px 0px;
    font-size: 16px;
}
ul.payment-details li strong {
    font-weight: 600;
    color: #4f4f4f;
}
ul.payment-details li.last-li {
    border-top: 2px solid #939393;
    padding: 15px 0px;
    font-weight: 600;
    color: #4f4f4f;
}
.payment-btn, .payment-btn:focus, .payment-btn:active {
    background: #4ab062;
    color: #fff;
    padding: 7px 15px;
    display: block;
    margin: 10px 0;
    max-width: 200px;
    text-align: center;
    border-radius: 50px;
    transition: all linear 300ms;
    border: none;
    outline: none;
    min-width: 160px;
}
.payment-btn:hover {
    background: #ff9c00;
    color: #fff;
}
.demo-seeds {
    font-weight: 600;
    display: block;
    margin: auto;
    text-align: center;
}
.user-profile {
    display: flow-root;
}
.user-profile:before {
    content: " ";
    position: absolute;
    background:#148d36;
    height: 150px;
    z-index: 0;
    right: 15px;
    left:15px;
    transition: all linear 500ms;
}
.user-profile:hover:before {
    background: linear-gradient(45deg, #148d36, #ff9c00);
}
.user-profile-img {
    width: 180px;
    height: 180px;
    border: 5px solid #148d36;
    border-radius: 250px;
    margin: 50px auto 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0px -3px 0px #fff;
}
h2.uesr-name {
    font-size: 18px;
    text-align: center;
    margin: 15px 0;
    font-weight: 400;
    color: #148d36;
}
.edit-profile-btn, .edit-profile-btn:focus, .edit-profile-btn:active, 
.user-info-save, .user-info-save:focus, .user-info-save:active {
    display: block;
    margin: 10px auto 15px;
    border-radius: 250px;
    outline: none;
    border: none;
    color: #fff;
    background: #148d36;
    padding: 8px 25px;
    font-size: 15px;
    transition: all linear 500ms;
    width: 100%;
    max-width: 180px;
}
.user-info-save, .user-info-save:focus, .user-info-save:active {
    display: block;
    margin: 10px auto 15px;
    border-radius: 250px;
    outline: none;
    border: none;
    color: #fff;
    background: #148d36;
    padding: 6px 25px;
    font-size: 16px;
    transition: all linear 500ms;
}
.edit-profile-btn:hover, .user-info-save:hover, .re-order:hover, .Giverating-btn:hover {
    background: #ff9c00;
    color: #fff;
    text-decoration: none;
}
ul.user-menu {
    padding: 0;
    margin:0;
    list-style: none;
}
ul.user-menu li a {
    display: block;
    padding: 8px 15px;
    font-size: 16px;
    text-decoration: none;
    color: #5c5b5b;
    transition: all linear 300ms;
    margin: 1px 0;
}
ul.user-menu li.active a, ul.user-menu li a:hover {
    background-color:#148d36;
    color: #fff;
}
.user-info-box {
    display: flex;
    flex-wrap: wrap;
}
.user-info-box .input-control {
    flex: 50%;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 3px;
    background: #eee;
    border: none;
    border-right: 1px solid #ccc;
}
.order-list {
    display: flex;
    border-bottom: 3px solid #ccc;
    padding:20px 0;
    margin: 15px 0;
}
.order-products-img {
    padding: 0 15px;
}
.order-product-details {
    width: 100%;
    padding: 0 10px;
}
.order-product-details h2 {
    color: #4f4f4f;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.order-product-details h2 span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
}
.product-cost {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #4f4f4f;
}
.order-products-img img {
    max-height: 165px;
}
.product-cost span {
    background: #148d36;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 3px 10px;
    border-radius: 50px;
    position: relative;
    top: -7px;
    left: 10px;
}
.Giverating-btn, .Giverating-btn:focus, .Giverating-btn:active {
    display: block;
    margin: 0;
    border-radius: 250px;
    outline: none;
    border: none;
    color: #fff;
    background: #148d36;
    padding:5px;
    font-size: 15px;
    transition: all linear 500ms;
    width: 100%;
    max-width: 200px;
    text-align:center;
    text-decoration:none;
}
.re-order  {
    display: block;
    margin: 0 0 0 auto;
    border-radius: 250px;
    outline: none;
    border: none;
    color: #fff;
    background: #ff9c00;
    padding:5px;
    font-size: 15px;
    transition: all linear 500ms;
    width: 100%;
    max-width: 120px;
    text-decoration: none;
    text-align: center;
}
.order-quntity .number {
    padding: 5px 0px 5px 25px;
    background: #e2e2e2;
    border-radius: 50px;
}
.order-id h4, .helpneed h4 {
    color: #148d36;
    font-weight: 500;
    border-bottom: 3px solid #ccc;
    padding-bottom: 15px;
    font-size: 22px;
}
.helpneed a { text-decoration: none;}
.orders-details {
    display: flex;
    border-bottom: 3px solid #ccc;
    padding: 10px 0 5px;
}
.orders-details h5, .order-aproved h5, .delivered-datiles h5, .return-policy h5 {
    color: #757575;
    font-size: 20px;
}
.orders-details p {
    max-width: 500px;
    margin-left: 5px;
    color: #757575;
}
.order-aproved, .delivered-datiles, .return-policy, .reting-review {
    border-bottom: 3px solid #ccc;
    padding: 15px 0;
}
.order-aproved p, .delivered-datiles p {
    color: #757575;
    margin:0;
    line-height: 26px;
}
.delivered-datiles a, .dawnload-invoice a {
    background: #148d36;
    padding: 5px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    margin: 10px 0 5px;
    display: inline-block;
    text-decoration: none;
    transition: all linear 300ms;
}
.helpneed {
    padding-top: 15px;
}
.grating, .grating:focus, .grating:active {
    display: block;
    margin:0 0 0 auto;
    border-radius: 250px;
    outline: none;
    border: none;
    color: #fff;
    background: #148d36;
    padding: 5px;
    font-size: 15px;
    transition: all linear 500ms;
    width: 100%;
    max-width: 200px;
    text-align: center;
    text-decoration: none;
}
.grating:hover, .delivered-datiles a:hover, .dawnload-invoice a:hover {
    color: #fff;
    background: #ff9c00;
    text-decoration: none;
}
.reting-review {
    display: flex;
}
.order-star span {
    background: green;
    padding: 2px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 1px;
}
.order-star .checked {
    color:#ff9c00;
}
.order-payment-details {
    margin: 15px -15px 0;
    padding: 15px;
    border-top: 15px solid #eee;
}
.order-payment-details h5 {
    color: #757575;
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #ccc;
    margin-bottom: 0;
}
table.table-payment-details {
    width: 100%;
    color: #757575;
    border-bottom: 3px solid #ccc;
}
.table-payment-details tr td {
    font-size: 16px;
    padding: 8px 0;
    font-weight: 400;
}
.table-payment-details tr:first-child {
    border-bottom: 3px solid #ccc;
}
.re-order-btn, .re-order-btn:focus, .re-order-btn:active {
    display: block;
    margin: 25px 0 0;
    border-radius: 250px;
    outline: none;
    border: none;
    color: #fff;
    background: #ff9c00;
    padding: 7px 5px;
    font-size: 16px;
    transition: all linear 500ms;
    width: 100%;
    max-width: 180px;
}
h1.user-page-heading {
    background: green;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 13px 15px;
}
.address-input-group, .bulk-box1 {
    display: flex;
    flex-flow: wrap;
}
.bulk-box1 label:first-child {
    flex: 98%;
    margin: 10px 1%;
    text-align: center;
}
.bulk-box1 label {
    flex:31.33%;
    margin: 10px 1%;
}
.bulk-box1 input {
    background-color: #d9d9d9;
    padding: 10px;
    border: none;
    outline: none;
    width: 100%
}
.address-input-group input {
    flex: 48%;
    background-color: #d9d9d9;
    margin: 10px 1%;
    padding: 10px;
    border: none;
    outline: none;
}
.add-address .modal-header {
    background: #d9d9d9;
    padding: 10px;
}
.add-address .modal-header h4 {
    text-align: center;
    width: 100%;
    font-size: 26px;
    color: green;
}
.bullkpurches .modal-header {
    background: #d9d9d9;
    padding: 10px;
}
.bullkpurches .modal-header h4 {
    text-align: center;
    width: 100%;
    font-size: 26px;
    color: green;
}
li.submenu {
    position: relative;
}
li.submenu:hover {
    background: #ff9c00;
}
li.submenu:hover li.submenu > a {
    color:#fff;
}
ul.submenu-list {
    background: #fff;
    padding: 0px;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 180px;
    z-index: 9999;
    display: none;
    transition: all linear 500ms;
    overflow: hidden;
    overflow-y: auto;
    max-height: 320px;
}
ul.submenu-list li a, ul.submenu-list li a:hover {
    text-align: left;
    padding: 7px 8px 7px;
}
li.submenu:hover ul.submenu-list {
    display:block;
}
.address-input-group select.input-control {
    padding: 5px 15px;
    height: 50px;
    background: #d9d9d9;
    border: none;
    margin: 10px 1%;
    flex:48%;
}
.order-details img.img-responsive {
    max-width: 100%;
}
 #ad-address .modal-dialog.modal-lg {
    left: 0%;
}
.starrating.risingstar {
    max-width: 220px;
    width:100%;
}
.starrating > input {
	display: none;
}  /* Remove radio buttons */
.starrating > label:before { 
  content: "\f005"; /* Star */
  margin:0 5px;
  font-size:2.7em;
  font-family: FontAwesome;
  display: inline-block; 
}
.starrating > label {
  color: #777474; /* Start color when not clicked */
}
.starrating > input:checked ~ label
{ color: #ffca08 ; } /* Set yellow color when star checked */

.starrating > input:hover ~ label
{ color: #ffca08 ;  } /* Set yellow color when star hover */
/*work from home*/
a.delete-cart-product {
    display: block;
    margin: 0 0 0 auto;
    border-radius: 250px;
    outline: none;
    border: none;
    color: #fff;
    background:red;
    padding:5px;
    font-size: 15px;
    transition: all linear 500ms;
    width: 100%;
    max-width: 120px;
    text-decoration: none;
    text-align: center;
}
h2.about-title {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
}
.review-submit-btn {
    background-color: green;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 100px;
    width: 100%;
    max-width: 200px;
    padding: 8px;
    margin: 15px 0 0px;
}
.review-comment-box textarea {
    border: 1px solid #e8e8e8cc;
    margin-bottom: 15px;
}
.no-products {
    text-align: center;
    width: 100%;
    padding: 25px 10px;
    font-size: 22px;
    color: #a2a2a2;
}
.inquiry-form.active {
    right: -1px;
}
.inquiry-form {
    max-width: 240px;
    width:100%;
    padding: 10px;
    border: 1px solid #555;
    position: fixed;
    right: -240px;
    top: 25%;
    bottom: auto;
    background: #fff;
    border-radius: 10px 0 0 10px;
    z-index: 9999;
    transition: all linear 500ms;
}
.inquiry-form-btn {
    width: 100%;
    background: #148d36;
    color: #fff;
}
span.inquiry-ocbtn {
    display: inline-block;
    width: 30px;
    padding: 10px;
    word-break: break-all;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;
    color: #fff;
    background: #ff9c00;
    border-radius: 8px 0 0 8px;
    border: 1px solid #555;
    border-right: none;
    position: absolute;
    left: -30px;
    top: 25%;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.has-error .help-block {
    font-size: 13px;
    color: #e74c3c;
}

.error {
    font-size: 13px;
    color: #e74c3c;
}

/*work from home*/
@media (min-width:575px){
    #owl-example .product-box, #owl-example3 .product-box {
        min-height:320px;
    }
}
@media (max-width: 1300px){
    .max-container {
        margin:0 15px;
    }
    ul.main-navigation li a {
        padding: 7px 7.3px 7px;
    }
    .contact-address h4 {
        font-size: 19px;
    }
}
@media (max-width: 1024px) {
    button.navbar-toggle {
        display: block;
        background: #ffffff;
        border: none;
        width: 50px;
        text-align: center;
        font-size: 24px;
        color: #148d36;
        outline: none;
        margin: 7px 5px;
    }
    .contact-address p {
        word-break: break-all;
    }
    .contact-address {
        padding: 15px 40px 40px 40px;
    }
    ul.nav.main-navigation {
        display: block;
        margin-bottom: 15px;
    }
    ul.main-navigation li a {
        background: #f3f3f3;
        border-bottom: 1px solid #fff;
    }
    .navbar-collapse.collapse.show {
        display: block;
    }
    .collapse:not(.show) {
        display: none;
    }
    .navigation-section {
        padding: 0 15px;
        background: #148d36;
    }
}
@media (max-width: 991px){
    .search-section {
        padding: 0 10px 0 45px;
    }
    li.user span {
        display: none;
    }
    .header-center-last ul {
        min-width: 80px;
    }
    .header-center-last ul a {
        padding: 5px;
    }
    li.cart-show {
        display: flex;
    }
    .service-prvide {
        border: none;
        margin: 0 auto;
        max-width: 252px;
    }
    .contact-address {
        background-color: #efefef;
    }
    .tabs-box {
        margin: 0 0px 15px 0px;
    }
    .support-address h4 {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .header-center-last {
        margin-left: auto;
    }
    .center-header {
        padding: 0px 15px;
        background-size: 190px;
    }
    .small-header-top {
        padding: 5px;
    }
    .search-section {
        display: none;
    }
    .logo-section img.img-fluid {
        max-width: 100px;
        padding: 5px 0 5px;
    }
    .logo-section {
        padding-left: 15px;
        text-align: left;
    }
    ul.s-right-list li label {
        font-size: 14px;
    }
    li.country-drop, li.language-drop {display: flex;}
    .mob-search-box {
        display: block;
    }
    .brand-filter {
        display: none;
    }
    footer .max-container {
        margin: 0;
    }
    .reviews-header {
        display: block;
    }
    .reviews-header h5 {
        margin:10px 0; 
    }
    .order-products-img {
        padding: 0;
    }
    .order-product-details h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .product-cost {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .order-list {
        display: block;
        text-align: center;
    }
    .order-product-details {
        margin: 10px 0;
    }
    .Giverating-btn, .re-order {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width:575px) {
    .side-baar {
        padding: 0;
    }
    .offer-sidebar {
        display: none;
    }
    .order-aproved h5, .delivered-datiles h5, .return-policy h5 {
        font-size: 17px;
    }
    .orders-details h5{        
        font-size: 17px;
        white-space: nowrap;
    }
    .reting-review {
        display: block;
    }
    a.grating {margin:15px 0 0}
    .user-sidebaar {padding-right: 0;}
    .user-profile:before {right: 0;}
    .user-info-box .input-control {
        flex: 100%;
    }
    .re-order {
        margin: 10px 0 0;
    }
    .contact-form-section .input-control {
        display: block;
    }
    form.contact-form .text-white {
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 16px;
        text-align: center;
        padding-top: 15px;
    }
    .contact-address h4 {
        border-bottom: 3px solid #4ab062;
        padding: 5px;
        font-weight: 500;
        font-size: 16px;
    }
    .contact-address p {
        font-size: 14px;
        line-height: 20px;
        word-break: break-all;
    }
    .contact-address {
        top: -130px;
        padding: 15px 40px 20px 40px;
        font-size: 14px;
    }
    iframe.map {
        margin: -110px auto 10px auto;
        padding-bottom: 15px;
    }
    .contact-address-box {
        margin-top: 120px;
        max-width: 285px;
    }
    li.helpline-no {
        display: none;
    }
    .ad-banner-boxes { 
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }
    .register-input-group {
        display: block;
    }
    .register-input-group input.input-control {
        width: 100%;
    }
    .login-logo {
        display: none;
    }
    .right-login p {
        padding: 5px 0;
        margin: 0px 0 0;
    }
    input.login-btn {
        margin: 0px auto;
    }
    .singal-text-container h2.title {
        font-size: 15px;
    }
    .singal-text-container h2.title:after {
        top: 9px;
    }
    .singal-text-container {
        padding: 0;
    }
    .singal-text-container ul li, .singal-text-container p {
        font-size: 14px;
        line-height: 24px;
    }
}