@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {font-family: 'Open Sans', sans-serif !important;}
.row {align-items: center;}

.header-info p {color: #76b843;font-weight: 700;margin: 10px 0;text-align: right;font-size: 15px;}
.header-info p a {color: #1e5530;}
header#site-header .nav-bar {background: #1e5530;padding: 30px 0;}
nav ul {margin: 0;padding: 0;list-style-type: none;display: flex;align-items: center;}
nav.account ul {justify-content: center;}
nav.basktet ul {justify-content: end;}
nav ul li {margin: 0 10px;line-height: 1;}
nav ul li:first-child {margin-left: 0;}
nav ul li:last-child {margin-right: 0;}
nav ul li a {color: white;font-weight: 600;font-size: 18px;}
nav.basktet ul li a {padding: 8px 30px;border: 3px solid #76b843;border-radius: 50px;}
.line {width: 3px;height: 40px;background: #76b843;}

.row.search-wrapper {margin-top: 20px;}
.row.search-wrapper form {text-align: center;width: 60%;margin: auto;}
.search-wrapper input[type="text"] {
    width: 85%;
    margin: auto;
    padding: 5px 20px;
    border-radius: 50px 0 0 50px;
    border: 0;
    box-shadow: none;
}
.search-wrapper button {
    width: 13%;
    border: 0;
    box-shadow: none;
    color: #76b843;
    padding: 5px 0;
    border-radius: 0 50px 50px 0;
}
.search-wrapper input[type="text"]:focus,
.search-wrapper button:focus {outline: 0;}

footer#site-footer {background: #76b843;padding-bottom: 80px;}
.back-to-top {
    background: linear-gradient(
0deg, rgba(118,184,67,1) 50%, rgba(255,255,255,1) 50%);
    padding: 25px 0;text-align: center;
}
button.btn-back-to-top {
    margin: 0;
    border: 0;
    border-radius: 100%;
    background: #1e5530;
    color: white;
    height: 150px;
    width: 150px;
    font-size: 24px;
    font-weight: 700;
    box-shadow: -5px 5px 10px 0 #6b6b6b;
}
footer#site-footer img.site-logo {
    filter: brightness(0)invert(1);
}
.footer-top {
    padding: 30px 0;
}
.footer-top nav.account .line {
    background: #1e5530;
}
.footer-top .search-wrapper input[type="text"] {padding: 10px 20px;}
.footer-top .search-wrapper button {padding: 10px 0;}
h2.widget-title {
    color: #1e5530;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 25px;
}
.footer-contact ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.footer-contact ul li a {
    color: white !important;
    font-size: 20px;
    line-height: 1.5;
}
.footer-contact ul li {
    margin: 15px 0 0 0;
}
.footer-bottom .row {
    border-bottom: 2px solid #1e5530;
    padding-bottom: 50px;
}
nav.social li {
    margin: 15px 10px 0;
}
nav.social li a {
    font-size: 40px;
}

.logo img{
    width: 245px !important;
    height: 119px !important;
}
.navigation .level0 .submenu{
    font-size: 15px;
}
.sidebar ul.nav.items {
    display: block;
    float: left;
    width: 100%;
}
.sidebar ul.nav.items li {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 10px;
    font-size: 15px;
    background: #76b843;
}
.sidebar ul.nav.items li a {
    color: #fff;
    font-weight: 700;
}
.opc-progress-bar {
    margin: 0 70px 20px;
}
.opc-progress-bar-item._active:before {
    background: #76b843 !important;
    border-color: #76b843 !important;
}
.opc-progress-bar-item._active > span:before {
    background: #76b843 !important;
    border-color: #76b843 !important;
}
.opc-progress-bar-item._active > span:after {
    border-color: #76b843 !important;
    content: '1' !important;
}
#checkout-step-shipping form label[for="customer-email"] {
    color: #1e5530 !important;
    font-size: 16px !important;
    font-weight: bolder !important;
}
#shipping .step-title{
    display: none !important;
}
.opc-wrapper{
    width: 70% !important;
}
aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide{
    width: 30% !important;
}
div#shipping-new-address-form {
    font-size: 14px;
}
.opc-wrapper .form-shipping-address{
    max-width: 886px !important;
}
a.action.showquote, a.action.showcart {
    padding: 8px 30px;
    border: 3px solid #76b843;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
}
.opc-block-summary{
    background: #C4C4C4 !important;
}
.opc-block-summary > .title {
    display: block !important;
    color: #1f5631 !important;
    font-weight: 400 !important;
}
.opc-block-summary .items-in-cart > .title strong{
    font-weight: 400 !important;
    color: #fff !important;
}
.opc-block-summary .items-in-cart > .title:after{
    color: #1f5631 !important;
}
aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content{
    border: none !important;
}
.product-item-details{
    color: #464646 !important;
}
aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .price{
    color: #1f5631 !important;
}
.checkout-shipping-method .step-title{
    color: #000 !important;
    font-weight: 400 !important;
}
.table-checkout-shipping-method{
    display: inline-block;
    font-size: 16px;
}
#checkout-shipping-method-load .table-checkout-shipping-method .row{
    display: inline-block !important;
    margin-left: 4px !important;
}
table.table-checkout-shipping-method td {
    display: inline-table;
}
table.table-checkout-shipping-method td.col.col-price{
    text-align: right;
    margin-top: -26px;
    margin-left: -22px;
    font-size: 20px !important;
    border: none;
    color: #BDBDBD !important;
}
table.table-checkout-shipping-method td.col.col-method{
    margin-top: -32px;
    margin-left: 30px;
    color: #BDBDBD;
    border: none;
}
table.table-checkout-shipping-method td.col.col-carrier{
    margin-top: -79px;
    margin-left: 29px;
    font-size: 19px;
    color: #1f5631;
    border: none;
}
table.table-checkout-shipping-method td.col.col-price .price{
    font-size: 2.3rem !important;
    color: #bdbabd !important;
}
form#co-payment-form {
    font-size: 16px;
}
@media screen and (max-width: 599px)
{
    body.page-layout-checkout .page-wrapper {
        overflow: hidden;
    }
    body.page-layout-checkout .minicart-wrapper .action.showcart .counter.qty {
        position: relative;
        left: 0;
        top: 0;
    }
    aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
        width: 100% !important;
    }
}

/* Index styles */

.rc_userhomeodr {
    padding: 0 !important;
}
.product-item .price-box .price-label:after{
display:none;
}
header.page-header .header.content,
nav.navigation {
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
}
nav ul li a:hover {
    color: #73b543 !important;
}
nav ul li a {
    transition: 0.5s;
    text-decoration: none !important;
}
header#site-header a.logo {
    margin: 0 !important;
}
div#nav-main .row.search-wrapper form button.action.search::before,
div#sticky-header .row.search-wrapper form button.action.search::before
 {
    color: #76b843 !important;
}
div#nav-main .row.search-wrapper form button.action.search,
div#sticky-header .row.search-wrapper form button.action.search {
    background: white !important;
}
.nav-sections {
    display: none;
}
div#nav-main {
    background: #1f5631;
padding: 30px 0;
}
.navigation {
    background: transparent !important;
}
.navigation ul {
    padding: 0;
}
a.action.showquote, a.action.showcart
{
display: block;
text-align: center;
padding: 5px 0px;
transition:0.5s;
}
a.action.showquote:hover, a.action.showcart:hover {
    background: #73b543;
}
.block-search {
    float: none;
    padding-left: 0;
    position: relative;
    z-index: 0;
    width: 100% !important;
margin: 0;
}
.block-search .block-content {
    margin-bottom: 0;
    width: 100%;
}
.block-search .action.search
{padding: 8px 0 !important;
}
.search-wrapper input[type="text"],
.block-search .action.search {
    width: 100% !important;
position:relative;
left: 0;
    right: 0;
    bottom: 0;
    top: 0;
padding: 8px 20px;
    }
.block-search form .field.search {
    width: 85%;
}
.block-search form .actions {
    width: 15%;
}
.block-search form {
    display: flex;
}
.block-search .control {
    padding: 0;
}
.block-search .action.search::before {
    font-size: 20px !important;
    line-height: 1 !important;
}
.miniquote-wrapper {
    float: none;
    position: relative;
    margin: 0;
    left: 0;
}
.minicart-wrapper {
    position: relative;
    float: none;
    margin-left: 0 !important;
    width: 100%;
}
.minicart-wrapper .action.showcart {
    margin-top: 0;
    }
div#nav-main a {
    color: white;
}

.block.widget.block-products-list.grid.rcfeatured li.product-item {
    width: 31.933% !important;
}
.block.widget.block-products-list.grid.rcfeatured > .block-title > strong,
.rc_topsellwrap .block-title > strong {
    font-size: 50px;
    color: #1F5631;
    text-transform: uppercase;
    font-family: arial;
    font-weight: 900;
    line-height: 1;
}
.block.widget.block-products-list.grid.rcfeatured li.product-item strong.product-item-name {
    margin: 30px 0;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 700;
}
.block.widget.block-products-list.grid.rcfeatured li.product-item a.product-item-photo img {
    max-height: 320px !important;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px #e5e5e5;
    width: 100%;
    object-fit: cover;
    height: 320px;
}
.block.widget .product-item-info {
    width: auto;
    position: relative;
}
.block.widget.block-products-list.grid.rcfeatured li.product-item .rc_shopnow {
    position: absolute;
    top: 50%;
    transform: translate(0px, 50%);
    left: 0;
    right: 0;
}
.block.widget.block-products-list.grid.rcfeatured li.product-item .rc_shopnow a {
    background: #73b5439e;
    padding: 10px 30px;
    color: #fff;
    border: 2px solid #1f5631;
    border-radius: 50px;
    font-size: 20px;
opacity: 0;
}
.block.widget.block-products-list.grid.rcfeatured li.product-item a.product-item-photo:before {
    content: '';
    background: #80b26570;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    opacity: 0;
}
.block.widget.block-products-list.grid.rcfeatured li.product-item a.product-item-photo {
    display: block;
    width: 80%;
    margin: auto;
    position: relative;
}
.block.widget.block-products-list.grid.rcfeatured li.product-item a.product-item-photo:hover::before {
    opacity: 1;
}
.block.widget.block-products-list.grid.rcfeatured li.product-item a.product-item-photo:hover ~ .rc_shopnow a {
    opacity: 1;
}
.block.widget.block-products-list.grid.rcfeatured li.product-item .rc_shopnow:hover a {
    opacity: 1;
}
.rc_topsellwrap .tab button.tablinks {
    border: 3px solid #73b543 !important;
    border-radius: 50px;
    color: #1f5631;
    font-size: 18px;
    font-weight: bold;
}
.rc_topsellwrap button.tablinks.active {
    color: white;
}
.rc_topsellwrap .tab button.tablinks:hover {
    color: white;
}
.rc_topsellwrap .product-item-info span.product-image-container {
    width: 100% !important;
}
.rc_topsellwrap .product-item-info span.product-image-wrapper {
    height: auto;
    padding: 0 !important;
}
.rc_topsellwrap .product-item-info img.product-image-photo {
    position: relative;width: 100%;
}
.rc_topsellwrap .tabcontent {
    margin-top: 5%;
    overflow: hidden;
}
.product-item-details {
    padding-bottom: 0px !important;
    padding: 10px 20px;
}
.rc_topsellwrap .product-item-name {
    text-align: center;
    line-height: 1;
    min-height: 60px;
}
.rc_topsellwrap .product-item-info span.rc_sp3 {
    font-size: 30px;
    line-height: 1;
}
.rc_topsellwrap .product-item-name a.product-item-link, .rc_topsellwrap .product-item-name a.product-item-link:hover {
    font-size: 18px !important;
    line-height: 1.2 !important;
}
.field.qty {
    float: none;
}
.rc_topsellwrap form {
    display: block;
    float: none;
}
.rc_topsellwrap .actions-primary {
    text-align: center;
    width: 100%;
    margin: auto;
}
.rc_topsellwrap .product-item-actions button.action,
button.action.tocart.primary:hover,
#product-addtoquote-button:hover {
    width: 100%;
    font-size: 15px !important;
    font-weight: bold;
    height: auto !important;
    border-radius: 50px;
    float: none;
    border-width: 3px !important;
transition:0.5s;
}
.rc_topsellwrap .product-item-actions button.action:hover {
    background: #73b543 !important;
    color: white !important;
}
.footer-top .search-wrapper input[type="text"] {
    padding: 10px 20px;
    height: 40px !important;width: 86% !important;
}
.footer-top .search-wrapper button {
    padding: 10px 0;
    height: 40px;
    top: 0;
    margin-top: 0;
}
.footer-top form {
    align-items: center;
    display: flex;
}
div#sticky-header .container > .row {
    background: linear-gradient( 
100deg, rgba(255,255,255,1) 17%, rgba(31,86,49,1) 17.2%);
}
div#sticky-header {
    background: linear-gradient( 
100deg, rgba(255,255,255,1) 50%, rgba(31,86,49,1) 50%);
}
div#sticky-header nav ul li a {
    font-size: 15px;
    color: white;
    border: 0;
}
div#sticky-header nav ul li a:hover {
    background: transparent;
}
.page-main {
    margin-top: 0;
}
div#sticky-header nav ul li a.action {
    font-size: 25px;
}
div#sticky-header .row.search-wrapper {
    margin-top: 0;
}
div#sticky-header .row.search-wrapper form {
    width: 100%;
}
.block-search input, .block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
    height: auto;
}
div#sticky-header nav ul li {
    margin: 0 5px;
    line-height: 1;
}
div#sticky-header nav.sticky-acc ul {
    justify-content: flex-end;
}
ul[role="listbox"] {
    display: block;
    float: left;
    width: 430px;
    margin-left: 18px;
}
ul[role="listbox"] li {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.rc_userhomeodr{
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
}
table.data.table.table-totals th {
    background: #c4c4c4;
}
.minicart-wrapper:nth-of-type(4) {
display:none !important;
}
nav.sticky-acc .counter.qty {
    display: none !important;
}
.mfp-content .fotorama__stage__shaft.fotorama__grab{
    width: 430px !important;
}
.mfp-iframe-holder .mfp-content{
    max-width: 500px !important;
}
body.page-products .products-grid ol li.product-item .product-item-details {
    padding: 0;
}
body.page-products .products-grid ol li.product-item .product-item-details .product-item-inner {
    padding: 0;
}
body.page-products .products-grid ol li.product-item .product-item-details a.product-item-link {
    display: block;
    height: 60px !important;
}
.minicart-wrapper .action.showcart.active
{display:block !Important;
}
form#co-payment-form {
    font-size: 16px;
}
.rc_inv_list{
    font-size: 15px !important;
}
.account.company-role-index table th {
    width: 16%;
}
.account.company-role-index table th:first-child {
    width: 7%;
}
.account.company-users-index table th:first-child {
    width: 7%;
}
.account.company-users-index table th {
    width: 16%;
}
.account.company-users-index {
    font-size: 15px !important;
}
.account.company-index-index, .account.company-role-index{
    font-size: 15px;
}
main#maincontent {
    font-size: 14px;
}
.opc-wrapper .step-title{
    margin-bottom: 18px !important;
}
@media screen and (max-width: 599px)
{
    .block.widget.block-products-list.grid.rcfeatured li.product-item {
        width: 100% !important;
        float: none;
    margin-bottom: 0px;
    }
    .block.widget.block-products-list.grid.rcfeatured li.product-item a.product-item-photo img {
        max-height: 100%;
        height: auto;
    }

    .block.widget.block-products-list.grid.rcfeatured > .block-title > strong, .rc_topsellwrap .block-title > strong {
        font-size: 30px;
    text-align: center;
        display: block;
       }
    .rc_topsellwrap .tab button.tablinks {
        width: 100% !important;
        margin: 5px 0 !important;
        font-size: 15px;
        padding: 5px;
    }
    .rc_topsellwrap .tabcontent .products-grid ol li.product-item {
        margin: 10px 0 !important;
    }
    h2.widget-title {
        margin-bottom: 0;
        margin-top: 25px;
    }
    .footer-top img {
        display: block;
        margin: auto;
    }
    .footer-top .search-wrapper {
        margin: 10px 0;
    }
    .logo img {
        margin: auto;
    }
    .header-info p {
        margin: 5px 0;
        text-align: center;
        font-size: 10px;
    }
    header.page-header .nav-toggle {
        left: 0px!important;
        top: 0px!important;
        position: relative;
        }
    header.page-header div#nav-main nav.navigation ul li {
        border: 0;
    }
    header.page-header div#nav-main nav.navigation ul li a {
        font-size: 15px;
    }
    .line {
        width: 100%;
        height: 3px;
        background: #76b843;
    }
    .minicart-wrapper, .miniquote-wrapper {
        margin: 5px 0;
    }
    .minicart-wrapper .action.showcart {
        margin: 0;
    }
    .row.search-wrapper label {
        display: none;
    }
    header.page-header nav.navigation {
        margin: 0;
    }
    .block-search .action.search:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: inherit;
        color: #8f8f8f;
        content: '\e615';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .block-search .action.search {
        display: block;
    }
    .row.search-wrapper form {
        text-align: center;
        width: 90%;
        margin: auto;
    }
    div#sticky-header
    {display:none !important;
    }
    body.page-layout-checkout .opc-wrapper {
        width: 100% !important;
    }
    body.page-layout-checkout .page-wrapper {
        overflow: hidden;
    }
    body.page-layout-checkout .minicart-wrapper .action.showcart .counter.qty {
        position: relative;
        left: 0;
        top: 0;
    }
    aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
        width: 100% !important;
    }
}