@font-face {
    font-family: helv;
    src: url(../assets/fonts/HelveticaNeueLTStd-Roman.otf);

}

.dropdown-item {
    z-index: 999;
}

.dropdown-submenu {
    z-index: 998;
}


.table-responsive {
    display: inline-table
}

body {
    font-size: 14px !important;
    font-family: helv;
}

.greencolor {
    color: #076A3B;
}

.greenbgcolor {
    background-color: #076A3B;
    font-size: 14px;
}

.blackcolor {
    color: #000000;
}

.blackbgcolor {
    background-color: #000000;
}

.whitecolor {
    color: white;
}

.whitebg {
    background-color: white;
}

.darkgreycolor {
    color: #434343;
}

.darkgreybgcolor {
    background-color: #434343;
}

.greenbgcolor span img {
    height: 20px;
}

.topbar {
    background-color: #076A3B;
    /*padding: 3px 0px;*/
}
/*new topbar css*/
.topbar .navbar-dark .navbar-nav .nav-link{
    color:white;
}
.topbar .navbar-dark .navbar-brand{
    font-size:13px;
}
.topbar .navbar-dark .navbar-toggler{
    border:none;
}
.topbar .navbar{
    padding:0;
}
/*new topbar css end*/

.topbarmenu{
    text-align: right;
}
.topbarmenu li a {
    color: white;
}

.topmenuitem:not(:last-child) {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right: 2px solid white;
}

.topmenuicon {
    height: 18px;
}

@media (max-width: 480px) {
    .welcometext {
        text-align: center;
    }

    .topbarmenu {
        text-align: left; 
    }

    .goog-te-gadget {
        text-align: center;
    }
}


.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 999;
    -webkit-box-shadow: 0px 13px 20px 0px rgba(186, 186, 186, 0.43);
    -moz-box-shadow: 0px 13px 20px 0px rgba(186, 186, 186, 0.43);
    box-shadow: 0px 13px 20px 0px rgba(186, 186, 186, 0.43);

    -webkit-transition: all 10ms ease;
    -moz-transition: all 10ms ease;
    -ms-transition: all 10ms ease;
    -o-transition: all 10ms ease;
    transition: all 10ms ease;
}

/*custom bootstrap*/
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}







* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}


div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style: none;
    margin-bottom: 0px
}


a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}



.float_left {
    float: left
}

.float_right {
    float: right
}


.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.prlx_parent {
    overflow: hidden
}

.prlx {
    height: 130% !important
}

.nopadding {
    padding: 0px !important
}

.button {
    display: inline-block;
    background: #076A3B;
    border-radius: 5px;
    height: 48px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.button a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px
}

.button:hover {
    opacity: 0.8
}

.header {
    position: relative;
    width: 100%;
    z-index: 10
}

.top_bar {
    width: 100%;
    height: 56px;
    background: #fafafa;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    z-index: 2
}

.header.scrolled .top_bar {
    display: none
}


.standard_dropdown li {
    display: inline-block;
    position: relative;
    height: 56px
}

.standard_dropdown li li {
    display: block;
    width: 100%
}

.standard_dropdown li li a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #f2f2f2;
    font-size: 16px
}

.standard_dropdown li:last-child a {
    border-bottom: none
}

.standard_dropdown li.hassubs>a i {
    display: inline-block;
    margin-left: 5px
}

.standard_dropdown li a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 56px;
    white-space: nowrap;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.standard_dropdown li a:hover {
    color: #076A3B
}

.standard_dropdown li a i {
    display: none;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    font-size: 12px
}

.standard_dropdown li ul {
    display: block;
    position: absolute;
    top: 120%;
    left: 0;
    width: auto;
    visibility: hidden;
    opacity: 0;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1
}

.standard_dropdown li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1
}

.standard_dropdown ul ul {
    left: 100%;
    top: 0 !important
}

.top_bar_user {
    display: inline-block;
    margin-left: 35px
}

.user_icon {
    display: inline-block;
    margin-right: 7px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    width: 15px
}

.user_icon img {
    width: 100%
}

.top_bar_user div {
    display: inline-block
}

.top_bar_user div:nth-child(2) {
    margin-right: 21px
}

.top_bar_user div:nth-child(2)::after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -13px;
    width: 1px;
    height: 17px;
    background: rgba(0, 0, 0, 0.1);
    content: ''
}

.top_bar_user a {
    font-size: 16px;
    font-weight: 300;
    line-height: 56px;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.top_bar_user a:hover {
    color: #8a8a8a
}

.header_main {
    z-index: 1;
    font-size: 14px;
    margin-top: -10px;
    border-bottom:1px solid #d3d3d3;
}

.header.scrolled .header_main {
    display: none
}

.header_main_item {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.logo_container {
    height: 80px
}

.logo {
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.logo a {
    /*font-size: 36px;
    font-weight: 500;
    color: #076A3B;*/
}

.header_search {
    height: 90px
}

.header_search_content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header_search_form_container {
    width: 100%;
    height: 35px;
    border-radius: 5px
}

.header_search_form {
    width: 100%;
    height: 100%
}

.header_search_input {
    display: block;
    position: relative;
    width: 58.5%;
    height: 38px;
    line-height: 50px;
    border: 1px solid #076A3B !important;
    border-radius: 5px 0px 0px 5px;
    outline: none !important;
    padding-left: 20px;
    color: #7f7f7f;
    float: left;
}

.header-drop-option {
    border: 1px solid #076A3B !important;
    border-radius: 0px;
    padding: 0.375rem 1.2rem;
    font-size: 14px;
    height: 38px;
}

.header-drop-option option {
    font-size: 14px;
}

.header_search_input::-webkit-input-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important
}

.header_search_input:-moz-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important
}

.header_search_input::-moz-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important
}

.header_search_input:-ms-input-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important
}

.header_search_input::input-placeholder {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 50px;
    color: #a3a3a3 !important
}


.header_search_button {
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 100%;
    background: #076A3B;
    border: none;
    outline: none;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.wishlist_cart {
    height: 90px
}

.wishlist {
    margin-left: 50px
}

.wishlist_icon img {}

.wishlist_content {
    margin-left: 14px
}

.wishlist_text a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.wishlist_text a:hover {
    color: #076A3B
}

.wishlist_count {
    margin-top: -2px;
    color: #a3a3a3;
    font-size: 14px
}

.cart_count {
    position: absolute;
    bottom: -1px;
    right: -22px;
    width: 23px;
    height: 23px;
    background: #076A3B;
    border-radius: 50%;
    text-align: center
}

.cart_count span {
    display: block;
    line-height: 23px;
    font-size: 12px;
    color: #FFFFFF;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px)
}

.cart_icon img {
    width: 100%
}

.cart_content {
    position: absolute;
    top: 22px;
    left: 35px;
}

.cart_text a {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.cart_text a:hover {
    color: #076A3B
}

.cart_price {
    font-size: 14px;
    color: #a3a3a3;
    margin-top: -2px
}

.main_nav {
    width: 100%;
    border-top: solid 1px #f2f2f2;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    background: #FFFFFF
}

.header.scrolled .main_nav {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.main_nav_content {
    width: 100%;
    height: 60px
}

.cat_menu_container {
    width: 293px;
    height: 100%;
    background: #076A3B;
    padding-left: 35px;
    cursor: pointer;
    z-index: 1
}

.cat_menu_title {
    height: 100%
}

.cat_burger {
    width: 18px;
    height: 14px
}

.cat_burger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFFFFF
}

.cat_burger span:nth-child(2) {
    top: 6px
}

.cat_burger span:nth-child(3) {
    top: 12px
}

.cat_menu_text {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-left: 20px
}

.cat_menu_container ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease
}

.cat_menu_container>ul {
    padding-top: 13px
}

.cat_menu_container:hover .cat_menu {
    visibility: visible;
    opacity: 1
}

.cat_menu li {
    display: block;
    position: relative;
    width: auto;
    height: 46px;
    border-bottom: solid 1px #f2f2f2;
    padding-left: 35px;
    padding-right: 30px;
    white-space: nowrap
}

.cat_menu li.hassubs>a i {
    display: block
}

.cat_menu li a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 46px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.cat_menu li a:hover {
    color: #076A3B
}

.cat_menu li a i {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 12px
}

.cat_menu li ul {
    display: block;
    position: absolute;
    top: 35px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1)
}

.cat_menu li:hover>ul {
    top: 0;
    visibility: visible;
    opacity: 1
}

.main_nav_dropdown li {
    margin-right: 35px
}

.main_nav_dropdown li:last-child {
    margin-right: 0px
}

.main_nav_dropdown li a {
    font-size: 18px;
    font-weight: 400;
    color: #a19a9a;
    line-height: 60px
}

.main_nav_dropdown li li {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px
}

.menu_trigger_container {
    display: none;
    width: auto;
    height: 100%;
    padding-right: 25px;
    padding-left: 25px;
    cursor: pointer
}

.menu_trigger {
    height: 100%
}

.menu_burger_inner {
    display: inline-block
}

.menu_trigger_text {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 16px
}

@media (min-width: 1200px) {
    .container {
        max-width: 1450px !important
    }
}

@media only screen and (max-width: 1199px) {
    .main_nav_dropdown li {
        margin-right: 30px
    }

    .main_nav_dropdown li a {
        font-size: 16px
    }
}

@media only screen and (max-width: 991px) {
    .header_search {
        height: 50px
    }

    .custom_dropdown {
        text-align: left
    }

    .main_nav {
        margin-top: 56px
    }

    .main_nav_menu {
        display: none
    }

    .logo_container,
    .wishlist_cart {
        height: 125px
    }

    .main_nav_content {
        background: #076A3B
    }

    .menu_trigger_container {
        display: block
    }

    .top_bar {
        height: 40px
    }

    .top_bar_contact_item {
        font-size: 12px;
        margin-right: 20px;
        line-height: 40px
    }

    .top_bar_contact_item a {
        font-size: 12px;
        line-height: 40px
    }

    .top_bar_icon {
        margin-right: 4px
    }

    .top_bar_icon img {
        width: 70%
    }

    .top_bar_menu {
        display: none
    }

    .top_bar_user a {
        font-size: 12px;
        line-height: 40px
    }

    .user_icon {
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
        width: 12px
    }
}

@media only screen and (max-width: 767px) {
    .header_search {
        display: none
    }

    .page_menu_search {
        display: block
    }

    .main_nav {
        margin-top: 0px
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px
    }

    p {
        font-size: 13px
    }

    .top_bar {
        display: none
    }

    .logo_container,
    .wishlist_cart {
        height: 72px
    }

    .logo a {
        font-size: 24px
    }

    .cat_burger {
        width: 16px;
        height: 12px
    }

    .cat_burger span:nth-child(2) {
        top: 5px
    }

    .cat_burger span:nth-child(3) {
        top: 10px
    }

    .menu_trigger_text {
        font-size: 13px;
        margin-right: 10px
    }

    .wishlist {
        margin-right: 23px
    }

    .wishlist_content {
        margin-left: 6px
    }

    /*.wishlist_text {*/
    /*    display: none*/
    /*}*/

    .cart_text {}

    .wishlist_text a,
    .cart_text a {
        font-size: 14px
    }

    .wishlist_count,
    .cart_price {
        font-size: 12px
    }

    .wishlist_icon {
        width: 20px
    }

    .cart_content {
        margin-left: 18px
    }


    .cart_count {
        width: 21px;
        height: 21px;
        right: -15px;
    }

    .cart_count span {
        line-height: 21px
    }

    .top_bar_user {
        margin-left: 0px
    }

    .header_search {
        display: none
    }

    .main_nav {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0px
    }

    .main_nav_content {
        height: 35px
    }

    .menu_trigger_container {
        padding-right: 15px
    }

    .page_menu_item>a {
        font-size: 12px
    }

    .page_menu_selection li a {
        font-size: 12px
    }

    .button {
        height: 32px
    }

    .button a {
        font-size: 12px;
        line-height: 32px;
        padding-left: 25px;
        padding-right: 25px
    }
}











.categorycontainer {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    background-color: white;
    border-radius: 5px;
    padding: 15px 15px;
}

.catcontainertitle {
    color: black;
    font-size: 20px;
    text-align: center;
}

.sidehr {
    border: 2px solid #076A3B;
    width: 20%;
}

.catlist {
    padding: 0.4rem 0rem;
    background: none;
    border: none;
}

.catlist span img {
    height: 20px;
}

.catlist {
    font-size: 20px;
    line-height: 20px;
}


.carouselimg {
    height: 543px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.carousel-indicators .indicator {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.topcategories .topcatlist{
    padding-left:1px;
    padding-right:1px;
}
.topcategories .topcatlist:first-child, .topcategories .topcatlist:last-child{
    padding-left:0px;
    padding-right:0px;
}

.topcatimg {
    /* height: 160px; */
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}

.namebelt {
    height: 203px;
    background-color: #F1F2ED;
    /* height: 50px;
    width: 100%;
    position: absolute; */
    bottom: 0%;
    left: 0;
    padding: 35px 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 40px;
}

.namebelt p {
    color: #2C3630;
    /* text-align: center; */
    font-size: 14px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 575px) {
    .topcatimg {
        height: inherit;
        width: 100%;
        padding-bottom: 100%;
    }

    .namebelt p {
        font-size: 12px;
    }

    .topdealerinfo {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
}

.rightlogincontainer {
    background-color: #76B13A;
    padding: 100px 20px;
}

.btn {
    font-size: 14px;
}

.rightsigninbtn {
    background-color: white;
    padding: 10px 0px;
    border-radius: 30px;
    color: black;
    transition: ease 0.2s;
    border: 2px solid white;
}

.rightsigninbtn:hover {
    background-color: #76B13A;
    border: 2px solid white;
    color: white;
    transition: ease 0.2s;
}

.rightjoininbtn {
    padding: 10px 0px;
    border-radius: 30px;
    color: white;
    transition: ease 0.2s;
    border: 2px solid white;
}

.rightjoininbtn:hover {
    background-color: white;
    color: black;
    transition: ease 0.2s;
    border: 2px solid white;
}



.sectiontitle h3 {
    /* float: left; */
    font-weight: bold;
    font-size: 20px;
}

.sectiontitle a{
    float: right;
}

.sectionline {
    border-top: 3px solid #E5E5E5;
}

.sectiontitle .seeall {
    float: right;
    font-size: 16px;
    font-weight: 700;
    color: #76B13A;
    border: 1px solid;
    padding: 10px 40px;
    border-radius: 8px;
}

.sectionlineinner {
    border-top: 3px solid #76B13A;
    width: 12%;
    position: absolute;
    top: -3px;
    left: 0px;
}


.dealerimage {
    /*padding: 10px;
    border: 1px solid #AFAFAF;*/
    border-radius: 5px;
    height: 175px;
    text-align: center;
}

.dealerimage img {
    height: 100%;

}

.dealerimagesmall {
    padding: 10px;
    /*border: 1px solid #AFAFAF;*/
    border-radius: 5px;
    height: 85px;
    text-align: center;
}

.dealerimagesmall:not(:last-child) {
    margin-bottom: 5px;
}

.dealerimagesmall img {
    height: 100%;

}

.dealerlogo {
    float: left;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.dealername {
    float: left;
}

.dealername .name {
    font-size: 17px;
    color: #434343;
}

.dealername .noofproducts {
    color: #76B13A;
    font-size: 18px;
}

.sidebarpromotion img {
    width: 100%;
}

.flashsalebanner img {
    width: 100%;
}

.sectiontitle h3 span {
    font-weight: normal;
    color: #076A3B;
}


.productcontainer {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    background-color: white;
    /* padding-bottom: 10px; */
    margin-bottom: 10px;
    /*min-height: 340px;*/
}

.productimage {
    /* padding-bottom: 100%; */
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.productratings {
    /* text-align: center; */

}

.productratings span img {
    height: 15px;
}

.producttitle h3 {
    /* text-align: center; */
    font-size: 16px;
    color: #434343;
}

.productprice {
    display: none;
    text-align: center;
}

.previousprice {
    color: #AFAFAF;
    text-align: center;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: bold;
}

.currentprice {
    color: #076A3B;
    font-size: 20px;
    font-weight: bold;
}

.productactions {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 20px;
}

.searchcolorscontainer {
    width: 50.5%;
    max-height: 100px;
    padding: 10px;
    background-color: white;
    position: absolute;
    left: 9.1rem;
    top: 3rem;
    overflow: auto;
}

.sidebarcontact {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    background-color: white;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.serviceheading {
    font-size: 20px;
    font-weight: bold;
    color: black;
    margin-bottom: 0px;
}

.servicedesc {
    color: #AFAFAF;
    font-size: 18px;
    margin-bottom: 0px;
}

.categorypromo {
    padding-bottom: 20px;
    height: 100%;
}

.categorypromo div {
    padding-bottom: 20px;
    min-height: 415px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.topsale {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    background-color: white;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.topsaleproduccontainer {
    margin-bottom: 10px;
}

.topsaleproductimage {
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


.promobanners img {
    width: 100%;
}

.footer {
    background-color: #F2F2F2;
    padding: 20px 0;
}

.footersectiontitle {
    font-size: 18px;
    font-weight: bold;
}

.footersectiontitle hr {
    border: 2px solid #076A3B;
    width: 30%;
}

.flink {
    margin-bottom: 10px;
}

.flink a {
    color: #434343;
    font-size: 16px;

}

.copyrights {
    background-color: #076A3B;
    height: 50px;
    text-align: center;
    color: white;
}

.copyrights p {
    line-height: 50px;
    margin-bottom: 0px;
}



.breadcrumb {
    padding: .9rem 1rem;
    background-color: white !important;
}

.breadcrumb-item a {
    color: #4A4A4A;
}



.xzoom-gallery {
    margin-top: 10px
}

.xzoom {
    box-shadow: none;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
}


.ptitle {
    font-size: 26px;
    font-weight: bold;
    color: #434343;
}

.prating img {
    height: 25px;
}

.pcurrentprice {
    color: #076A3B;
    font-size: 26px;
    font-weight: bold;
}

.ppreviousprice {
    color: #AFAFAF;
    text-align: center;
    font-size: 26px;
    text-decoration: line-through;
    font-weight: bold;
}

.productdisplaydetails hr {
    border-color: #AFAFAF;
}

.pshortdesc {
    color: #888888;
    font-size: 16px;
}




.minus,
.plus {
    width: 35px;
    border-radius: 0px;
    padding: 8px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.counter {
    height: 42px;
    width: 100px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
}

.paddtocartbtn {
    padding-top: 30px;
}

.paddtocartbtn a {
    color: white;
    background-color: #076A3B;
    padding: 12px 48px;
}

.paddtowishlist a {
    color: #076A3B;
    border: 2px solid #076A3B;
    padding: 12px 34px;
}




.sellerinfo {
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 20px;

}

.sellerimg img {
    height: 100px;
    width: 150px;
    margin-bottom: 20px;
}

.sellername p {
    color: black;
    font-size: 22px;
    margin-bottom: 0px;
}

.sellerproducts p {
    color: black;
    font-size: 16px;
}

.visitseller a {
    background-color: #076A3B;
    border-radius: 20px;
    color: #fff;
    padding: .375rem 2.75rem;
}




.project-tab #tabs h6.section-title {
    color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #076A3B;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;

}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #4a4a4a;
    font-size: 16px;

}

.project-tab .nav-link:hover {
    border: none;
}

.project-tab thead {
    background: #f3f3f3;
    color: #333;
}

.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}


.plongdesc {
    padding: 20px 0;
}

.plongdesc p {
    font-size: 16px;
    color: #4a4a4a;
}

.pspecification {
    padding: 20px 0;
}

.specstable th {
    border: none;
}

.specstable td {
    border: none;
}

.previews {
    padding-top: 20px;
}

.reviewstars {
    margin-bottom: 15px;
}

.reviewstars span img {
    height: 20px;
}

.review p {
    color: #6D6D6D;
    font-size: 16px;
}

.ratedby p {
    font-size: 20px;
    font-weight: bold;
}

.ratedby p span {
    font-size: 16px;
    color: rgba(197, 197, 197, 1.00);
    font-weight: normal;
    margin-left: 20px;
}

.loadmorereview {
    color: #076A3B;
    border: 2px solid #076A3B;
}

.carttable th {
    border-top: none;
    vertical-align: middle;
}

.carttable td {
    vertical-align: middle;
}

.c_prod_image img {
    height: 100px;
    width: 100px;
}

.c_prod_name p {
    font-size: 18px;
    color: black;
}

.c_prod_price p {
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.carttotaltable {
    font-size: 20px;
}

.c_prod_status_instock {
    color: green;
}

.pagelogo img {
    height: 80px;
}


.joinbtn {
    border: 2px solid #076A3B;
}



.sellerpagetitle {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 200px;
    margin-bottom: 20px
}

.blacklayer {
    background-color: rgba(0, 0, 0, 0.65);

    text-align: center;
    color: white;
    padding: 100px 0;
}

.blacklayer h2 {
    font-weight: bold;
    font-size: 36px;
}

.sellerrating span img {
    height: 20px
}

.sellerrating {
    font-size: 20px;
}

.sellercategory {
    border: 1px solid #AFAFAF;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    min-height: 250px;
}

.vendorrating {
    position: absolute;
    right: 30px;
    bottom: 0;
}

.catimage {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100px;
    width: 100%;
}

.catname {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0px;
}

.catlink {
    color: black;
}


.d_menu {
    padding: 0.5rem 0rem;
    background: none;
    border: none;
    border-radius: 20px;
    font-size: 14px;
}

.d_menu a {
    color: black;
}

.d_menu a.active {
    color: #076A3B;
    font-weight: bold;
}
/*new design*/

.dashboardmenunew{
    text-align:center;
    justify-content:center;
    align-items:center;
}
.dashboardmenunew .d_menu {
    padding: 0.5rem 0rem;
    background: none;
    border: none;
    border-radius: 20px;
    font-size: 14px;
}

.dashboardmenunew  a {
    color: black;
}

.dashboardmenunew  a.active {
    color: #076A3B;
    font-weight: bold;
}


.userdetails {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    background-color: white;
    border-radius: 5px;
    padding: 20px 20px;
}

.userimage {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.username {
    font-size: 20px;
}

.orderheader {
    background-color: #DCDCDC;
    color: black;
    padding: 20px;
}



.progress {
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 1rem;
}

.progress-bar {
    background-color: #076A3B;
    font-size: 18px;
}

.prodtable td {
    vertical-align: middle;
}




.servicecontainer {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.08);
    background-color: white;
    border-radius: 25px;
    margin-bottom: 20px;
    /*min-height: 285px;*/
}

.servcicecontent {
    padding: 15px;

}

.s-image {
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    /*height: 150px;*/
    padding-bottom: 70%;
    border-radius: 5px 5px 0px 0px;
}

.s-heading p {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
}

.s-vendor p {
    color: #AFAFAF;
    font-size: 14px;
    margin-bottom: 0px;
}

.s-rate p {
    color: #76B139;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
}

.s-link {
    text-decoration: none;
    color: black;
}





.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-menu {
    margin: 0 0 0;
    font-size: 12px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner_image {
    border-radius: 40px;
}

.banner_image:hover {
    opacity: 0.5;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.topcategories .btn{
    border: 1px solid#D9D9D9;
    background-color: transparent;
    color: #000000;
}

.topcategories h5{
    color: #2C3630;
    font-weight: 600;
}

.user_pic img{
    border-radius: 50%;
    height: 80%;
    width: 80%;
    margin-top: 10px;
}

.cat_1{
    background-image: url(../images/new_images/sidecat_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px 0px 0px 30px;
}

.cat_2{
    background-image: url(../images/new_images/sidecat_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px 0px 0px 30px;
}

.desc{
    color: #1B7575;
}