@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap);

body {
    font-family: Rubik, sans-serif !important;
    overflow-x: hidden;
    color: #000 !important
}

ul {
    list-style: none
}

.siteContainer {
    max-width: 1170px;
    margin: auto
}

p {
    font-family: Rubik, sans-serif;
    font-size: 15px;
    color: #000
}

.w100 {
    width: 100%;
    float: left;
    margin-top: 25px
}

a:hover {
    color: #00a44e !important
}

button {
    border: none
}

input {
    font-family: Rubik, sans-serif !important
}

header .dropdown-toggle::after {
    border-top: .4em solid #d0e187 !important;
    vertical-align: .15em !important
}

header button {
    padding: 0 !important
}

.dropdown-menu {
    margin: 0 !important;
    padding: 0 !important;
    border-color: #d0e187 !important
}

.dropdown-item {
    padding: 8px 15px !important;
    font-size: 14px;
    cursor: pointer
}

.dropdown-item.active,
.dropdown-item:active {
    background: #e9ecef !important
}

.topbar {
    background: #f8f8f8;
    max-height: 45px;
    float: left;
    clear: both;
    width: 100%;
    color: #000;
    padding: 5px 30px;
    font-family: Rubik, sans-serif;
    font-size: 14px
}

.topbar .left {
    width: 220px;
    float: left
}

.topbar .right {
    width: 185px;
    float: left
}

.topbar .centerSec {
    width: calc(100% - 410px);
    float: left
}

.topbar .centerSec p {
    margin-bottom: 0
}

.topbar a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-family: Rubik, sans-serif !important
}

.topbar .currency {
    margin-left: 10px
}

.topbar span {
    color: #969696 !important
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
    background: #fff
}

.sticky+.content {
    padding-top: 102px
}

header {
    width: 100%;
    float: left
}

.navbar-brand img {
    max-height: 55px
}

.navbar {
    padding: 5px 30px !important
}

header .navbar .navbar-nav>li>.nav-link {
    color: #000 !important;
    font-weight: 400 !important;
    font-family: Rubik, sans-serif !important;
    font-size: 14px !important
}

.menuicon {
    max-height: 24px;
    margin-right: 5px
}

.searchBar {
    background: #00a44e;
    height: 59px;
    float: left;
    width: 100%;
    padding: 0 30px
}

.searchSec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 10px;
    margin-left: 200px;
    width: calc(100% - 400px);
    float: left;
    border-radius: 50px
}

.searchSec .productBtn {
    background: #fff !important;
    color: #000;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border: none;
    font-family: Rubik, sans-serif !important;
    height: 40px;
    min-width: 150px;
    border-right: #70707013 solid 1px;
    text-align: center !important
}

.searchSec .dropdown-toggle::after {
    border: none
}

.searchSec .input-group {
    margin-top: 10px
}

.searchSec select {
    max-width: 150px;
    border: none;
    margin-left: 5px;
    padding: 3px 28px 5px 15px;
    font-size: 14px;
    background: url(../img/icons/down_arrow.svg) no-repeat 125px 12px;
    background-size: 10px;
    border-right: #cecece 1px solid
}

select::-ms-expand {
    display: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none
}

select:focus {
    outline: 0
}

.searchSec input {
    height: 40px;
    border: none;
    width: calc(100% - 285px);
    padding-left: 10px
}

.searchSec input:focus {
    outline: 0
}

.searchSec input::placeholder {
    font-style: italic;
    color: #cecece;
    font-size: 14px
}

.searchSec .searchBtn {
    height: 40px;
    border: none;
    background: #ffcc21;
    border-radius: 0;
    border-top-right-radius: 24px;
    font-family: Rubik, sans-serif !important;
    border-bottom-right-radius: 24px;
    min-width: 130px;
    margin-top: 0;
    border: none
}

.searchSec .searchBtn img {
    width: 20px
}

.offerSec {
    font-family: Rubik, sans-serif;
    color: #fff;
    text-transform: uppercase;
    width: 200px;
    float: left;
    padding: 17px 0 0 0;
    text-align: right
}

.offerSec a,
.offerSec a:hover {
    color: #fff !important;
    text-decoration: none
}

.bannerSec {
    width: 100%;
    float: left;
    margin-bottom: 40px
}

.salesOffer {
    width: 100%;
    float: left
}

.salesOffer .item {
    width: calc(50% - 15px);
    float: left;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    margin: 20px 0 10px 0
}

.salesOffer .item:nth-child(odd) {
    margin-right: 15px
}

.salesOffer .item:nth-child(even) {
    margin-left: 15px
}

.salesOffer img {
    max-height: 160px;
    max-width: 200px
}

.leftSec {
    width: calc(100% - 200px);
    float: left
}

.leftSec h1 {
    font-size: 30px;
    line-height: 40px;
    font-family: Rubik, sans-serif;
    max-height: 75px;
    overflow: hidden;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize
}

.salesOffer .btn {
    background: #ffcc21 !important;
    text-transform: capitalize;
    padding: 8px 35px;
    font-size: 14px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    font-family: Rubik, sans-serif !important
}

.sale-banner img {
    float: right;
    max-width: 350px
}

.productItem {
    width: calc(25% - 15px);
    float: left;
    margin: 15px 20px 20px 0;
    background: #fff !important;
    border-radius: 8px;
    border: 1px solid #dfeaad;
    position: relative;
    padding: 15px;
    min-height: 320px
}

.productPage {
    padding-bottom: 0 !important;
    margin-top: 0 !important
}

.productPage .productItem {
    width: calc(33.33% - 15px)
}

.productPage .productItem:nth-child(3n+0) {
    margin-right: 0 !important
}

.youmaylike .productItem:nth-child(5n+0) {
    margin-right: 0 !important
}

.youmaylike h3 {
    color: #000 !important;
    font-weight: 500;
    font-family: Rubik, sans-serif !important
}

.productsSec .productItem:nth-child(6n+0) {
    margin-right: 0
}

.productItem img {
    width: 100%;
    max-width: 100%;
    max-height: 170px;
    margin-bottom: 20px;
    min-height: 170px;
}

.productItem .prize {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 4px 0
}

.productItem .prize span {
    font-size: 18px;
    color: #000;
    margin-right: 2px;
    text-decoration: none !important;
    margin-left: 0
}

.productItem .prize i.act_prize,
.productItem .prize i.act_prize span {
    font-style: normal;
    margin-right: 0;
    font-size: 13px;
    text-decoration: line-through !important;
    color: #7fb398;
    font-weight: 400;
    margin-left: 5px
}

.productItem h3 {
    font-size: 15px;
    margin: 20px 0 5px 0;
    font-weight: 500;
    width: 95%;
    line-height: 22px;
    min-height: 48px;
    clear: both;
    font-family: Rubik, sans-serif !important
}

.productItem h3 a {
    color: #000;
    text-decoration: none
}

.productsSec {
    padding: 50px 0;
    float: left;
    width: 100%
}

.productsSec h2 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    font-family: Rubik, sans-serif !important
}

.productsSec .Btn {
    margin: auto;
    text-align: center;
    height: 50px;
    margin-top: 15px;
    padding: 13px 18px
}

.topactivity {
    border: 1px solid #eaeaea;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 10px
}

.topactivity p {
    float: left;
    padding-top: 5px;
    margin-bottom: 0;
    margin-left: 10px
}

.topactivity select {
    float: left;
    margin: 0 0 0 5px;
    border: 1px solid #eaeaea;
    height: 30px;
    padding: 3px 5px;
    width: 105px;
    border-radius: 5px;
    background: url(../img/icons/down_arrow.svg) no-repeat 85px 12px;
    background-size: 10px;
    font-size: 12px
}

.wishlist {
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #ffcc21;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.wishlist img {
    width: 20px;
    margin-bottom: 0;   
    height: auto;
    max-height: auto;
    min-height: auto;
}

.productItem:hover {
    border: 1px solid #18cf37
}

.productItem:hover .hoverSec,
.productItem:hover .wishlist {
    display: flex
}

.hoverSec {
    top: 0;
    width: 100%;
    left: -1px
}

.hoverSec .btmSec {
    bottom: 0;
    background: #fff;
    position: absolute;
    left: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 15px;
    padding-top: 0 !important;
    position: absolute;
    width: 100%
}

.hoverSec {
    display: none
}

.productItem .stock {
    background-color: #ffc4c4;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    color: #d00;
    font-weight: 400;
    padding: 3px 5px;
    margin: 0;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    border-radius: 2px
}

.qtyBox {
    height: 40px;
    text-align: center;
    padding: 8px 6px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 118px;
    background-color: #efefef;
    border-radius: 4px;
    float: left
}

input.qty {
    width: 40px;
    height: 25px;
    text-align: center;
    background-color: transparent;
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    font-size: 16px;
    font-weight: 400
}

input.plus {
    border: none;
    background-color: transparent;
    font-size: 22px
}

input.minus {
    border: none;
    background-color: transparent;
    font-size: 22px
}

.addtocart {
    float: right;
    padding: 8px 10px;
    min-width: 110px;
    float: right;
    background: #ffcc21;
    border-radius: 5px
}

.producstTab {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0 50px 20px;
    float: left;
    width: calc(100% - 20px)
}

.producstTab .nav-tabs {
    margin-bottom: 20px
}

.producstTab ul li button {
    display: inline-block;
    border-bottom: 1px solid #dee2e6 !important;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    margin-right: 28px;
    text-transform: uppercase;
    font-size: 14px;
    border: transparent;
    font-weight: 600;
    color: #000;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    font-family: Rubik, sans-serif !important;
    text-decoration: none
}

.producstTab ul li .active,
.producstTab ul li button:hover {
    color: #00a44e !important;
    text-decoration: none;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: #00a44e 1px solid !important
}

.appdwnApp {
    background: #d0e187 url(../img/appbg.svg) no-repeat;
    padding: 45px 0;
    width: 100%;
    float: left;
    color: #000;
    font-family: Rubik, sans-serif
}

.appdwnApp .leftSec {
    width: 50%;
    float: left
}

.appdwnApp .rightSec {
    width: 50%;
    float: left;
    padding: 40px
}

.appdwnApp .rightSec p {
    color: #000;
    font-size: 15px;
    font-family: Rubik, sans-serif
}

.appdwnApp .rightSec h2 {
    color: #000;
    font-size: 33px;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    margin-bottom: 10px
}

.appdwnApp .rightSec .downloadBtn {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-family: Rubik, sans-serif;
    padding: 10px;
    float: left;
    min-width: 150px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 10px
}

.appdwnApp .rightSec img {
    margin-top: 12px
}

.appdwnApp .rightSec img {
    max-height: 38px
}

footer {
    width: 100%;
    float: left;
    padding: 45px 0 0 0
}

footer .leftSec {
    color: #000;
    max-width: 300px;
    padding-right: 15px;
    float: left;
    margin: 0 0 20px 0
}

footer .leftSec img {
    width: 140px
}

footer .leftSec .details {
    margin: 10px 0;
    width: 100%
}

footer .leftSec .details img {
    fill: #ffcc21;
    margin-right: 8px;
    float: left;
    width: 18px;
    margin-top: 2px
}

footer .leftSec .details p {
    font-size: 13px !important;
    margin-bottom: 10px;
    float: left;
    color: #000;
    line-height: 21px;
    width: calc(100% - 29px)
}

footer .rightSec {
    float: left;
    margin: 10px 0 30px 0;
    width: calc(100% - 300px)
}

footer .linkSec:nth-child(1) {
    width: 21%;
    float: left
}

footer .linkSec:nth-child(2),
footer .linkSec:nth-child(4) {
    width: 25%;
    float: left
}

footer .linkSec:nth-child(3) {
    width: 29%;
    float: left
}

.leftSec h3,
footer .linkSec h3 {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: Rubik, sans-serif
}

footer .leftSec h3 {
    margin: 15px 0 10px 0
}

footer .linkSec ul {
    padding: 0;
    margin: 0
}

footer .linkSec ul li {
    margin-bottom: 12px
}

footer .linkSec ul li a {
    cursor: pointer !important;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    text-transform: capitalize
}

footer .linkSec ul li a:hover {
    color: #000
}

footer .linkSec:nth-last-child(1) ul li a {
    color: #a0a0a0;
    font-family: Rubik, sans-serif
}

.copyright {
    width: 100%;
    margin-top: 10px;
    float: left;
    border-top: #ffcc21 solid 1px;
    padding: 20px 0;
    clear: both;
}

.copyright .leftSec {
    color: #a0a0a0;
    font-size: 13px;
    max-width: 100% !important;
    width: 100% !important;
    float: left;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.copyright .sociallinks ul {
    float: right;
    padding: 0;
    margin: 0;
    max-width: 400px
}

.copyright .sociallinks ul li {
    display: inline-block;
    margin-left: 10px
}

.copyright .sociallinks img {
    height: 25px !important;
    width: auto
}

.breadcrumbSec {
    width: 100%;
    color: #9a9a9a;
    background: #f8f8f8;
    clear: both;
    font-weight: 400 !important;
    padding: 10px 0
}

.breadcrumbSec ul {
    padding: 0;
    margin: 0
}

.breadcrumbSec a {
    color: #9a9a9a;
    font-size: 15px;
    font-family: Rubik, sans-serif !important;
    font-weight: 400 !important;
    text-decoration: none
}

.breadcrumbSec a:hover {
    color: #d0e187
}

.breadcrumbSec img {
    height: 11px;
    margin-left: 10px;
    margin-right: 10px
}

.gallerySec {
    padding: 45px 30px;
    width: 100%;
    float: left
}

.gallerySec img {
    border-radius: 10px
}

.sidemenu {
    max-width: 100%;
    border: #f8f8f8 1px solid;
    width: 270px;
    float: left;
    border-radius: 10px;
    margin-bottom: 15px
}

.sidemenu .title {
    background: #f8f8f8;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    height: 55px;
    padding: 13px 0 12px 15px;
    font-family: Rubik, sans-serif;
    border-radius: 10px 10px 0 0
}

.sidemenu ul {
    padding: 0;
    margin: 0
}

.sidemenu ul li {
    padding: 10px 15px;
    border-top: #f8f8f8 1px solid
}

.sidemenu ul li a {
    color: #000;
    text-transform: capitalize;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    text-decoration: none
}

.gallerySec .contentSec {
    width: calc(100% - 270px);
    float: left;
    padding-left: 20px
}

.gallerySec .contentSec h1 {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 0 !important
}

.gallerySec .contentSec hr {
    width: 200px;
    height: 2px;
    background: #ffcc21;
    margin-bottom: 20px;
    margin-top: 8px
}

.gallerySec .contentSec ul {
    padding: 0;
    margin: 0
}

.gallerySec .menuBtn li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 30px
}

.gallerySec .menuBtn li a {
    background: #f2f2f2;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 15px;
    font-family: Rubik, sans-serif;
    border-radius: 5px
}

.gallerySec .menuBtn li a.current {
    background: #ffcc21;
    color: #000
}

.happySec {
    background: #f8f8f8;
    float: left;
    width: 100%;
    padding: 70px 0
}

.happySec p {
    line-height: 24px
}

.happySec h1 {
    color: #000;
    font-size: 35px;
    font-family: Rubik, sans-serif;
    text-align: center;
    font-weight: 400;
    margin-bottom: 25px;
    color: #000
}

.happySec img {
    height: 100px;
    margin-bottom: 20px
}

.infraSec {
    float: left;
    width: 100%;
    padding: 70px 0
}

.infraSec h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Rubik, sans-serif
}

.infraSec hr {
    float: left;
    margin-bottom: 15px
}

.infraSec img {
    max-width: 300px
}

.infraSec p {
    line-height: 24px
}

.chosseUs {
    background: #d0e187;
    float: left;
    width: 100%;
    padding: 70px 0;
    text-align: center
}

.chosseUs h3,
.researchSec h3,
.teamSec h3 {
    color: #000;
    font-weight: 600;
    font-size: 27px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif
}

.chosseUs p {
    color: #000;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    line-height: 21px
}

.chosseUs .bg-white {
    background: #fff;
    border-radius: 10px;
    float: left;
    margin-top: 15px;
    padding: 25px 15px;
    color: #000;
    font-family: Rubik, sans-serif;
    min-height: 290px
}

.chosseUs img {
    max-height: 70px;
    margin-bottom: 15px
}

.chosseUs h6 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: Rubik, sans-serif
}

.chosseUs hr,
.infraSec hr,
.privacypolicy hr,
.productsSec hr,
.researchSec hr,
.teamSec hr {
    margin: auto;
    width: 200px;
    opacity: 1;
    height: 1px !important;
    background: #ffcc21;
    margin-bottom: 20px;
    margin-top: 15px
}

.chosseUs hr {
    background: #fff !important
}

.researchSec {
    float: left;
    width: 100%;
    padding: 70px 0;
    text-align: center
}

.researchSec h3 {
    margin-bottom: 10px
}

.teamSec {
    padding: 40px 0 70px 0;
    float: left;
    width: 100%;
    text-align: center
}

.teamSec .teamItem {
    border: #d0e187 1px solid;
    margin-top: 25px;
    border-radius: 5px;
    padding: 15px;
    float: left;
    width: 100%;
    text-align: center
}

.teamSec .teamItem img {
    width: 100%;
    margin-bottom: 15px
}

.teamSec .teamItem h5 {
    margin-bottom: 10px !important;
    font-size: 24px;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
    font-family: Rubik, sans-serif
}

.privacypolicy {
    padding: 50px 0
}

.privacypolicy p {
    font-weight: 400;
    line-height: 24px
}

.privacypolicy h1 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-family: Rubik, sans-serif !important
}

.privacypolicy h3 {
    margin-top: 30px;
    color: #000;
    font-size: 28px
}

.privacypolicy a {
    color: #000;
    text-decoration: none
}

.privacypolicy a:hover {
    color: #000;
    text-decoration: underline
}

.trackOrder {
    padding: 50px 0 80px 0;
    float: left;
    width: 100%
}

.trackOrder .trackBox {
    background: #fff;
    border: 1px solid #d0e187;
    padding: 15px 10px;
    max-width: 750px;
    border-radius: 10px;
    margin-top: 20px
}

.trackOrder h1 {
    font-size: 30px;
    color: #000
}

.trackOrder .trackBox h4 {
    font-size: 17px;
    text-transform: uppercase;
    color: #000
}

.trackOrder .trackBox hr {
    margin: auto;
    width: 100%;
    height: 1px !important;
    opacity: 1;
    background: #d0e187;
    margin-bottom: 20px;
    margin-top: 10px
}

.checkoutSec input,
.contactSec input,
.loginSec input,
.trackOrder .trackBox input,
input.form-control {
    height: 40px !important;
    font-size: 14px !important;
    background: #f8f8f8;
    padding: 5px 10px !important;
    height: 40px;
    border-radius: 5px;
    border: none;
    float: left;
    margin-right: 8px;
    height: auto
}

.trackOrder .trackBox input::placeholder {
    font-size: 14px !important;
    font-family: Rubik, sans-serif !important
}

.contactSec label,
.editForm label,
.editForm select,
.loginSec label,
.trackOrder .trackBox label {
    font-size: 14px !important;
    font-family: Rubik, sans-serif !important;
    font-weight: 400 !important
}

.continueBtn {
    background: #ffcc21;
    color: #000;
    border-radius: 5px;
    padding: 7px 23px
}

.contactSec {
    padding: 50px 0 80px 0;
    float: left;
    width: 100%
}

.contactSec h1 {
    font-size: 34px;
    font-weight: 400;
    color: #000;
    font-family: Rubik, sans-serif !important
}

.contactSec hr {
    margin: auto;
    width: 100%;
    height: 1px !important;
    opacity: 1;
    background: #d0e187;
    margin-bottom: 30px;
    margin-top: 10px
}

.contactSec textarea {
    font-size: 14px !important;
    background: #f8f8f8;
    padding: 5px 10px !important;
    height: 120px;
    border-radius: 5px;
    border: none
}

.contactSec a {
    color: #000;
    text-decoration: none
}

.contactSec a.map {
    color: #000;
    text-decoration: underline
}

.contactSec img {
    height: 15px;
    margin-right: 5px
}

.contactSec input {
    margin-bottom: 10px
}

.contactSec label {
    margin-bottom: 5px
}

.contactSec h4 {
    font-size: 17px !important;
    font-weight: 600;
    font-family: Rubik, sans-serif !important
}

.distributors {
    padding-top: 50px;
    float: left;
    width: 100%
}

.distributors h3 {
    font-size: 18px;
    font-weight: 600
}

.distributors p {
    color: #000;
    font-size: 14px
}

.distributors img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px
}

.contact_col {
    width: 20%;
    float: left;
    padding: 10px;
    text-align: left;
    margin-top: 20px
}

.contact_col .city {
    text-transform: capitalize;
    color: #00a44e;
    margin-bottom: 8px
}

.Btn,
a.Btn {
    text-align: center;
    background: #ffcc21 !important;
    color: #000;
    border-radius: 5px;
    padding: 7px 23px;
    border: none !important
}

a.Btn {
    text-decoration: none
}

a.Btn:hover {
    background: #ffcc21 !important;
    opacity: 1 !important;
    color: #000 !important
}

a.btn-block {
    width: 100% !important
}

.form-group {
    margin-bottom: 15px
}

.help-block,
.help-inline {
    font-size: 12px !important;
    color: red
}

::placeholder {
    text-transform: inherit !important
}

.blogSec,
.loginSec,
.myaccSec,
.productPage,
.productsDetails,
.wishlistSec {
    margin: 50px 0;
    float: left;
    width: 100%
}

.accounLeft,
.loginSec .leftSec {
    float: left;
    border: 1px solid #d0e187;
    border-radius: 10px;
    width: 27%;
    padding: 15px 12px
}

.loginSec .leftSec p {
    line-height: 21px;
    font-size: 14px;
    font-family: Rubik, sans-serif !important
}

.loginSec .centerSec {
    float: left;
    border: 1px solid #d0e187;
    border-radius: 10px;
    width: calc(46% - 50px);
    margin: 0 25px;
    padding: 15px 12px
}

.accounLeft h3,
.detailsRight h1,
.leftSec h3,
.loginSec h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: Rubik, sans-serif !important
}

.loginSec .rightSec {
    width: 27%;
    float: left;
    box-shadow: 0 10px 30px #00000029;
    border-radius: 10px;
    padding: 15px 12px
}

.loginSec h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: Rubik, sans-serif !important
}

.loginSec hr {
    background: #d0e187;
    opacity: 1;
    margin-top: 10px
}

.loginSec .rightSec ul {
    padding: 0
}

.loginSec .rightSec ul li a {
    line-height: 34px;
    padding: 5px 0;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-family: Rubik, sans-serif !important
}

.accounLeft {
    width: calc(73% - 25px) !important;
    margin-right: 25px
}

.myaccSec .boxSec {
    position: relative;
    border: 1px solid #d0e187;
    border-radius: 10px;
    padding: 15px 10px;
    font-size: 14px
}

.myaccSec h1 {
    font-size: 30px;
    font-family: Rubik, sans-serif !important;
    margin-bottom: 20px;
    font-weight: 400
}

.myaccSec h2 {
    font-size: 28px;
    font-family: Rubik, sans-serif !important;
    margin-bottom: 20px;
    font-weight: 400
}

.myaccSec h2 a {
    font-weight: 600;
    text-align: right;
    float: right;
    color: #00a44e;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none
}

.myaccSec .nav-tabs {
    margin-bottom: 25px
}

.myaccSec .accMenu {
    margin: 0 0 20px 0;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid #dee2e6
}

.myaccSec .accMenu li {
    display: inline-block
}

.myaccSec .accMenu li a {
    display: inline-block;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    margin-right: 28px;
    text-transform: uppercase;
    font-size: 14px;
    border: transparent;
    font-weight: 600;
    color: #000;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    font-family: Rubik, sans-serif !important;
    text-decoration: none
}

.myaccSec .accMenu li a:hover,
.myaccSec .accMenu li.active a {
    color: #00a44e;
    text-decoration: none;
    border-bottom: #00a44e 1px solid;
    padding-bottom: 10px
}

.myaccSec a button {
    text-decoration: none !important
}

.myaccSec table td {
    font-size: 14px;
    font-family: Rubik, sans-serif
}

.detailsRight {
    font-family: Rubik, sans-serif !important
}

.detailsRight p.code {
    font-family: Rubik, sans-serif !important;
    font-size: 15px;
    margin-bottom: 5px
}

.detailsRight p a {
    color: #000;
    text-decoration: none
}

.detailsRight hr {
    background: #707070;
    opacity: .08;
    height: 1px
}

.detailsRight .stock .in {
    font-weight: 600;
    color: #00a44e
}

.detailsRight .stock .out {
    font-weight: 600;
    color: #d00
}

.detailsRight .currency_symbol,
.detailsRight .price,
.detailsRight .price span {
    font-weight: 500;
    font-size: 28px !important;
    color: #000 !important;
    text-decoration: none !important
}

.detailsRight .price i,
.detailsRight .price i span.currency_symbol {
    font-style: normal !important;
    font-weight: 500;
    font-size: 18px !important;
    color: #bdd3be !important;
    text-decoration: line-through
}

.detailsRight .short_des {
    margin: 25px 0 10px 0;
    font-size: 14px;
    float: left;
    width: 100%
}

.detailsRight .cart_extra p {
    float: left;
    margin-right: 10px;
    margin-top: 10px
}

.detailsRight .quantity {
    background: #efefef;
    float: left;
    margin-right: 20px;
    min-height: 38px;
    padding-top: 8px;
    border-radius: 5px
}

.detailsRight .quantity button {
    border: none;
    background: 0 0
}

.detailsRight .quantity input {
    font-size: 15px;
    font-weight: 400;
    background: 0 0
}

.detailsRight .wishTxt {
    float: left;
    margin-left: 11px;
    margin-top: 4px
}

.detailsRight .wishTxt a {
    color: #000;
    text-decoration: none
}

.detailsRight .wishTxt img {
    display: inline-block;
    height: 16px;
    margin-right: 3px
}

.product_share {
    float: left;
    clear: both;
    font-size: 13px
}

.product_share ul li {
    display: inline-block
}

.product_share ul li img {
    height: 30px;
    margin: 5px
}

.youmaylike {
    background: #f2f2f2;
    padding: 50px 0;
    float: left;
    width: 100%
}

.blogSec .leftContent {
    width: calc(100% - 300px);
    margin-right: 30px;
    float: left;
    font-family: Rubik, sans-serif !important
}

.blogSec .rightSide {
    width: 270px;
    float: left;
    font-family: Rubik, sans-serif !important
}

.blogSec .rightSide .boxsearch {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #d0e187
}

.blogSec .rightSide .Btn {
    padding: 5px 8px;
    border-radius: 5px !important
}

.blogSec .rightSide input {
    background: #f8f8f8;
    border: none !important
}

.blogSec .popularpost img {
    width: 45px;
    height: 45px;
    margin-right: 12px;
    float: left;
    border-radius: 4px
}

.blogSec .popularpost a {
    font-size: 14px;
    height: 40px;
    overflow: hidden
}

.blogSec .popularpost span {
    font-size: 12px;
    color: #989898;
    display: block
}

.blogSec .popularpost ul li {
    padding: 15px
}

.blogSec .leftContent img {
    border-radius: 10px
}

.blogSec .leftContent .date {
    color: #989898;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px
}

.blogSec .leftContent p.title {
    margin-bottom: 20px
}

.blogSec .leftContent p.title a {
    color: #000;
    text-decoration: none
}

.blogSec .leftContent a.readmore {
    width: 100%;
    border-radius: 10px;
    height: 45px;
    padding: 11px 25px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 50px;
    background: #f2f2f2;
    color: #000;
    border-radius: 5px;
    float: left;
    width: 140px
}

.blogSec .leftContent .auth {
    float: left;
    font-family: Rubik, sans-serif
}

.blogSec .leftContent .auth span {
    color: #989898;
    padding: 0 25px 0 5px
}

.blogSec .leftContent h1 {
    display: block;
    width: 100%;
    font-weight: 400 !important;
    font-size: 30px;
    margin-bottom: 20px
}

.blogSec .leftContent.details p {
    line-height: 23px !important
}

.pagination {
    margin-bottom: 0
}

.pagination li {
    margin-right: 10px
}

.page-item.disabled .page-link,
.pagination a {
    background: #fff !important;
    border: 1px solid #d0e187;
    border-radius: 5px !important;
    color: #d0e187;
    height: 40px;
    text-align: center;
    line-height: 30px;
    padding: 5px;
    font-size: 18px
}

.pagination a {
    text-decoration: none;
    font-weight: 600;
    color: #d0e187;
    font-size: 14px;
    width: 40px;
    float: left
}

.pagination a i {
    font-size: 28px;
    vertical-align: middle
}

.page-item a:hover,
.pagination .active a,
.pagination .active a:hover,
.pagination a:hover {
    background-color: #ffcc21 !important;
    border-color: #ffcc21;
    border-radius: 5px !important;
    color: #000 !important
}

.page selected a:hover,
.pagination .selected a,
.pagination .selected a:hover {
    background-color: #ffcc21 !important;
    border-color: #ffcc21;
    border-radius: 5px !important;
    color: #000
}

.custom-select {
    float: left;
    position: relative;
    width: 150px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 40px;
    background: #fff;
    border-right: #cecece 1px solid !important
}

.custom-select select {
    display: none
}

.select-selected {
    background-color: #fff
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 14px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #000 transparent transparent transparent
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 12px
}

.select-selected {
    border-top-left-radius: 75px;
    border-bottom-left-radius: 35px;
    border-bottom: none !important;
    margin-top: 0;
    height: 30px;
    overflow: hidden;
    font-size: 14px !important
}

.select-items div,
.select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
    cursor: pointer;
    user-select: none
}

.select-items div {
    padding: 8px 10px !important
}

.select-items {
    position: absolute;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #d0e187;
    top: 100%;
    left: 0;
    width: 300px;
    font-family: Rubik, sans-serif !important;
    right: 0;
    z-index: 99;
    border-radius: 10px;
    max-height: 420px;
    overflow: auto;
    margin-top: 0
}

.select-hide {
    display: none
}

.same-as-selected,
.select-items div:hover {
    background-color: #e9ecef;
    color: #00a44e
}

.autoSearch {
    font-family: Rubik, sans-serif !important;
    padding: 6px 5px !important;
    border: none !important;
    border-radius: 0 !important
}

.autoSearch:hover {
    background: #e9ecef !important;
    padding: 5px !important
}

.autoSearch img {
    margin-right: 10px;
    border-radius: 5px
}

.autoSearch b {
    font-size: 14px;
    font-family: Rubik, sans-serif !important;
    font-weight: 500
}

.autoSearch .price {
    font-weight: 600 !important;
    font-size: 15px;
    color: #00a44e
}

.ui-widget-content {
    border: 1px solid #d0e187 !important;
    max-height: 420px;
    overflow: auto
}

.rightSorting p,
.rightSorting select {
    float: right
}

.social_icons {
    margin-left: 0;
    padding-left: 10px;
    margin-top: 10px
}

.empty {
    margin: 100px 0 !important;
    float: left;
    width: 100%
}

.loader-overlay {
    position: fixed;
    background: rgba(0, 0, 0, .63);
    top: 0;
    left: 0;
    height: -moz-calc(100%);
    height: -webkit-calc(100%);
    height: calc(100%);
    width: 100%;
    z-index: 9999;
    padding-top: 200px
}

.loader {
    text-align: center
}

.cartSec,
.checkoutSec,
.mat_cal {
    margin: 50px 0;
    float: left;
    width: 100%
}

.cartSec h1,
.wishlistSec h1 {
    font-size: 32px;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    margin-bottom: 20px
}

.cartSec .leftSec {
    width: calc(100% - 380px);
    float: left;
    margin-right: 20px;
    margin-top: 15px
}

.cartSec .leftSec a {
    color: #000;
    text-decoration: none;
    font-family: Rubik, sans-serif;
    font-size: 15px
}

.cartSec .thumbImg img {
    width: 90px;
    height: 75px;
    border-radius: 10px;
    margin: 5px 0
}

.cartSec .productName a,
.cartSec .productPrice,
.cartSec .productSubtotal {
    padding-top: 15px;
    font-weight: 400;
    color: #000;
    text-decoration: none
}

.cartSec .rightSec {
    width: 360px;
    float: left;
    margin-top: 25px;
    font-size: 14px
}

.cartSec .rightSec .Btn {
    width: 100% !important;
    padding: 10px 0;
    color: #000;
    font-weight: 500;
    margin: 5px 0 15px 0
}

.cartSec .rightSec p a {
    color: #000;
    font-size: 15px
}

.cartSec .rightSec .cart_total_label {
    font-size: 12px;
    font-weight: 600 !important;
    font-family: Rubik, sans-serif
}

.shopCart tbody,
.shopCart td,
.shopCart th,
.shopCart thead,
.shopCart tr {
    border-bottom: #f2f2f2 1px solid !important
}

.cartSec .rightSec h5,
.cartSec thead th {
    font-weight: 400;
    font-size: 13px
}

.cartSec .product-quantity {
    background: #efefef;
    max-height: 44px;
    margin-top: 35px;
    float: left;
    border-radius: 5px
}

.shopCart tbody {
    border: 1px solid #f2f2f2 !important;
    border-radius: 5px
}

.cartSec .tatalSec,
.checkoutSec .tatalSec {
    border: 1px solid #d0e187;
    padding: 10px;
    border-radius: 5px
}

.cartSec .cart_total_amount {
    text-align: right !important
}

.cartSec .grnd_total strong {
    font-weight: 600 !important;
    font-size: 16px
}

.cartSec .outofStock {
    color: #00a44e;
    font-weight: 700
}

.noborder {
    border: none !important
}

.checkoutSec .leftSec {
    float: left;
    border: 1px solid #d0e187;
    border-radius: 10px;
    width: calc(100% - 400px);
    padding: 15px 12px
}

.checkoutSec .rightSec {
    width: 380px;
    margin-left: 20px;
    float: left
}

.checkoutSec .tatalSec {
    margin-top: 20px
}

.checkoutSec .card {
    border: 1px solid #ffcc21;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #fff !important
}

.checkoutSec .card-footer {
    background: #ffcc21;
    text-align: center
}

.checkoutSec .card .Btn {
    margin-top: 5px;
    height: 20px;
    padding: 0 10px
}

.productFliter {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    z-index: 11
}

.productFliter .Btn {
    cursor: pointer;
    padding: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    box-shadow: 0 0 15px 7px rgb(0 0 0 / 7%) !important
}

.productFliter .dropdown-toggle::after {
    display: none !important
}

.productFliter .dropdown-menu {
    max-height: 400px;
    overflow: auto
}

.dotsSec {
    width: 30px;
    text-align: center
}

.boldTxt {
    font-weight: 700
}

.myaccSec td {
    padding: 5px 3px
}

.ordertable thead tr {
    font-weight: 600
}

.accordion-button {
    background: #f8f8f8 !important
}

.accordion-button:not(.collapsed) {
    color: #17a44e !important;
    font-weight: 700
}

.accordion-button:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.editForm input {
    margin-bottom: 10px
}

.mobileCart .item {
    border: 1px solid #d0e187;
    padding: 10px;
    border-radius: 5px;
    min-height: 90px;
    margin-bottom: 15px
}

.mobileCart .item img {
    float: left;
    margin-right: 5px
}

.mobileCart .item .clsicon {
    float: right;
    margin-right: 0;
    background: #fff;
    border-radius: 10px
}

.mobileCart .item p.title {
    margin-bottom: 10px;
    font-size: 13px;
    max-height: 35px;
    overflow: hidden
}

.mobileCart .item p.title a {
    text-decoration: none;
    color: #000
}

.mobileCart .item p.price {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px;
    max-height: 35px;
    overflow: hidden;
    float: right;
    font-weight: 700
}

.mobileCart .item .quantity {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 13px;
    background: #efefef;
    float: left
}

.checkBox,
.radio input {
    float: left;
    height: 22px !important;
    margin-right: 10px
}

span.batdge {
    background: #00a44e;
    color: #fff;
    font-size: 12px;
    width: 22px;
    height: 22px;
    float: right;
    text-align: center;
    padding-top: 3px;
    border-radius: 10px;
    margin-left: -10px;
    margin-top: -5px
}

span.webbatdge {
    background: #00a44e;
    color: #fff;
    font-size: 11px;
    min-width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    padding-top: 3px;
    border-radius: 10px;
    margin-left: -22px;
    margin-top: -10px;
    position: absolute
}

.cartSec thead th {
    border-bottom: none
}

.accordion-item {
    margin-bottom: 15px;
    border: none !important
}

.accordion-body {
    background: #f8f8f8;
    border-top: #ffcc21 1px solid
}

.printInvoice {
    display: none
}

.privacyTxt {
    font-size: 14px
}

.privacyTxt a {
    color: #000
}

.cart_total_label {
    font-size: 13px
}

.greenTxt {
    color: #00a44e;
    text-decoration: none
}

.deleteBtn {
    position: absolute;
    margin-top: 40px;
    float: right;
    right: 10px
}

.contact-dist {
    margin-bottom: 5px;
    font-size: 14px;
    float: left;
    width: 100%
}

.contact-dist img {
    width: 21px;
    float: left;
    margin-bottom: 0
}

.alert-field {
    color: red
}

.form_wrapper {
    position: relative
}

.eyeicon {
    position: absolute;
    right: 23px;
    font-size: 16px;
    width: 20px;
    top: 37px;
    cursor: pointer
}

.sociallinks {
    float: right
}

.errorMessage {
    width: 100%;
    float: left;
    color: red;
    margin-bottom: 10px;
    font-size: 15px
}

.swal-button {
    background: #ffcc21 !important;
    color: #555 !important
}

.swal-button--cancel {
    background: #efefef !important
}

.swal-icon--success__line {
    background: #00a44e !important
}

.swal-icon--success__ring {
    border: 4px solid #00a44e
}

.empty-cart {
    font-size: 14px;
    float: right;
    margin-top: 10px
}

.btn-success {
    background: #00a44e !important
}

.bootbox-close-button {
    float: right !important;
    width: 20px !important
}

.modal {
    height: auto !important;
    top: 50% !important;
    transform: translate(0, -50%) !important
}

.modal-backdrop.show {
    opacity: .8 !important
}

.productsDetails {
    padding: 0 20px
}

.Pro_sidebar {
    width: 270px !important;
    float: left
}

.Pro_rightfull {
    width: calc(100% - 270px) !important;
    float: left
}

.Pro_products {
    width: 570px !important;
    float: left;
    margin: 0 20px
}

.Pro_details {
    width: calc(100% - 610px) !important;
    float: left
}

.privacycheck {
    height: 13px !important;
    margin-top: -9px !important
}

.longMenu,
.onlineFullmenu {
    background: #fff;
    position: fixed;
    height: calc(100% - 100px);
    z-index: 1111;
    width: 80%;
    top: 102px;
    overflow: auto;
    display: none;
    padding: 20px 20px 70px 20px;
    transition: 1s;
    max-width: 320px
}

.longMenu a.subTxt::after {
    display: none
}

.longMenu img {
    width: 80px;
    border-radius: 8px;
    margin-right: 10px;
    float: left
}

.overlay {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 100vw;
    height: 100vh;
    z-index: 111;
    display: none;
    top: 102px;
    left: 0;
    right: 0;
    overflow: hidden
}

.alert-cls {
    float: right;
    background: 0 0
}

.alert-cls span {
    width: 20px
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none !important
}

.bootbox-close-button.close {
    float: right;
    background: 0 0;
    width: 25px
}

.Pro_sidebarSm {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    margin-left: 20px !important;
    margin-top: -25px;
    color: #00a44e;
    font-weight: 700;
    text-decoration: none
}

.Pro_sidebarSm img {
    width: 20px;
    margin-right: 5px
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important
}

.form-control::placeholder {
    text-transform: inherit !important
}

.backBtn {
    background: #f2f2f2 !important;
    color: #000;
    border-radius: 5px;
    padding: 7px 23px;
    border: none !important;
    text-decoration: none
}

.shipping img {
    float: left;
    margin-top: 7px
}

.shipping p {
    margin: 5px 0 0 8px;
    float: left;
    font-weight: 300
}

.heading_s2 {
    margin-bottom: 15px
}

.heading_s2 h5 {
    font-size: 20px;
    font-weight: 500
}

.bootbox-confirm {
    text-align: center
}

.bootbox-confirm .close {
    display: none
}

.bootbox-confirm h1 {
    margin-top: 35px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400
}

.bootbox-confirm img {
    margin-top: 15px
}

.modal-footer {
    justify-content: center !important
}

.modal-footer .btn-success {
    margin: 0 10px 0 0 !important
}

.register-wrapper label {
    width: 100%
}

.privacy-msg {
    width: auto;
    float: left;
    max-width: 90%
}

.mt-50 {
    margin-top: 50px
}

.product-auto {
    text-align: center;
    margin: auto;
    width: 100%;
    float: left
}

.track_order {
    position: fixed;
    top: 40%;
    right: 0;
    background-color: #2489c3;
    padding: 2px 20px;
    border: 1px solid #236992;
    z-index: 9;
    color: #fff;
    transform: rotate(-90deg);
    bottom: 40%;
    right: -115px;
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.track_order a,
.track_order a:hover,
.track_order:hover {
    color: #fff !important;
    text-decoration: none
}

.trackordeer {
    padding: 50px 0
}

.shipway_frame_button {
    padding: 7px 15px !important;
    font-size: 14px !important
}
.gc-thumbs-area-next, .gc-thumbs-area-prev {
    z-index: 1 !important;
}
.carousel-indicators [data-bs-target] { background-color: #8e8e8e !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important; }
.carousel-indicators .active { background-color: #edbb12 !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important; }

.tskeys{
    color: #000;
    text-align: start;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    font-family: Rubik, sans-serif !important;
    margin-bottom: 5px !important;
    padding-bottom: 5px;
}
.tslinks{
    font-size: 14px;
}
.tslinks a{
    display: inline;
    cursor: pointer !important;
    font-family: Rubik, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #424242;;
    text-transform: capitalize;
    padding: 0px 5px;
}
.topsearchkey{
    width: 100%;
    margin-top: 10px;
    float: left;
    padding: 20px 15px;
    clear: both;
    margin: 25px 0px;
    background: #f2f2f2;
}
.separator_keys{
    font-size: 10px;
}
.seofootercontent{
    width: 100%;
    background: #f2f2f2;
    clear: both;
    padding: 10px 0px 30px 0px;
}
