.mx-auto{
    margin-right: 0 !important;
}
#triggerButton{
    margin-left: 20px;
}
.t4-topbar span {
    color: #F7D001;
}
#t4-topbar .custom {
    display: flex;
    align-items: center;
    position: relative;
}
#t4-topbar .custom > div:first-child {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#t4-topbar .custom > div:last-child {
    margin-left: auto;
    margin-right: 20px;
}
.t4-header .logo-img {
    width: 25rem;
    margin: 10px 0;
}
.t4-header .t4-navbar .menu-item-title {
    font-weight: bold;
    color: #020403;
    padding: 10px 10px;
    border-radius: 0 15px 0 15px;
    transition-duration: 0.2s;
}
.t4-header .t4-navbar .nav > .current > a .menu-item-title {
    background-color: #f1f1f1;
    color: #000000;
}
.t4-section-4 .subbutton {
    border-radius: 0 15px 0 15px;
}
.t4-header .t4-navbar .nav .current > a .menu-item-title,
.t4-header .t4-navbar .nav .active > a .menu-item-title {
    background-color: #f1f1f1;
}
.t4-header .t4-navbar .nav > .current > a .menu-item-title {
    background-color: #f1f1f1;
}
.t4-header .t4-navbar a:hover .menu-item-title {
    color: #fff;
    background-color: #407239;
}
.t4-megamenu .navbar-nav > li > a,
.t4-megamenu .navbar-nav > li > .nav-link {
    padding: 20px 10px !important;
}

.t4-section-1 {
    background-color: #407239;
}
.t4-section-1 .wf-columns {
    padding: 30px 0;
}
.t4-section-1 .wf-column {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.t4-section-1 .wf-column p {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.t4-section-1 .wf-column img {
    margin-left: 10px;
}
.home-panels .wf-columns {
    display: flex !important;
    gap: 0;
}
.home-panels .wf-column {
    float: none !important;
    flex: 1 1 50%;
    width: auto !important;
    box-sizing: border-box;
}
.home-panels .text {
    background-color: #F8F8F8;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.home-panels .text p {
    text-align: center;
}
.home-panels .text h3 {
    text-align: center;

}
.home-panels .text ul {
    margin: 10px 0;
}
li::marker {
    color: #407239;
}
.home-panels .text .button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.home-panels .text .button #green {
    background-color: #407239;
}
.home-panels .text .button #red {
    background-color: #B41B17;
}
.home-panels .text .button a {
    padding: 10px 20px;
    color: #ffffff;
    font-weight: bold;
}
.home-panels .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.product-range .wf-columns {
    display: flex;
    gap: 20px;
    margin: 10px 0 20px 0;
}
.product-range .wf-column {
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease;
    border-radius: 10px;
}
.product-range .wf-column:hover {
    transform: scale(1.01);
}
.product-range .wf-column img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-range .wf-column p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 15px;
    background-color: rgba(47, 125, 50, 1);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: height 0.2s ease, background-color 0.2s ease, align-items 0.2s ease, text-align 0.2s ease;
}
.product-range .wf-column:hover p {
    height: 100%;
    align-items: flex-start;
    text-align: left;
    background-color: rgba(47, 125, 50, 0.85);
}
.product-range .wf-column .title {
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
}
.product-range .wf-column .extra {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s ease;
    font-size: 0.9rem;
}
.product-range .wf-column:hover .extra {
    max-height: 100px;
    opacity: 1;
    margin-top: 15px;
}
.product-range h3,
.modulegoogle-reviews h3 {
    text-align: center;

    margin-bottom: 15px;
}
.t4-section-2 {
    margin-bottom: 75px;
}
.t4-section-3 {
    margin: 25px 0 50px 0;
}
.t4-section-4 {
    background-color: #407239;
    padding: 20px 0;
}
.t4-section-4 .acym_module_form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.t4-section-4 .acym_module_form .acym_introtext {
    color: #ffffff;
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
}
.t4-section-4 .acym_module_form input {
    cursor: pointer;
    max-width: 95%;
}
.t4-section-4 .subbutton {
    background-color: #B41B17 !important;
    border: none !important;
}
.t4-footnav .module-title span {
    font-weight: bold !important;
    text-transform: capitalize;
    font-size: 20px;
}
.t4-footnav .menu-item-title {
    color: #000000;
}
.t4-footnav a {
    transition-duration: 0.2s;
}
.t4-footnav a:hover .menu-item-title {
    font-weight: bold;
}
.contact-content iframe {
    border-radius: 10px;
}
.contact-content .wf-columns:first-of-type {
    margin-bottom: 10px;
}
.contact-content .wf-columns:first-of-type .wf-column:nth-child(2) {
    background: #407239;
    border-radius: 10px;
    padding: 20px;
}
.contact-content .formControlLabel {
    display: none;
}
.contact-content .form-control {
    max-width: none;
}
.contact-content .formControls,
.contact-content .rsform-submit-button {
    width: 100%;
}
.contact-content .rsform-submit-button {
    background-color: #B41B17;
    border: 1px solid #B41B17;
    font-weight: bold;
}
.contact-content .wf-columns:first-of-type .wf-column:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: #F8F9FA;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.contact-content .wf-columns:first-of-type .wf-column:nth-child(1) span {
    display: inline-block;
    width: 80px;
    font-weight: bold;
    color: #407239;
}
.contact-content .wf-columns:first-of-type .wf-column:nth-child(1) h3 {
    text-transform: uppercase;
}
.contact-content .wf-columns:first-of-type .wf-column:nth-child(1) p {
    margin: 20px 0;
}
.contact-content .wf-columns:first-of-type .wf-column:nth-child(1) a {
    color: #000;
    transition: color 0.2s;
}
.contact-content .wf-columns:first-of-type .wf-column:nth-child(1) a:hover {
    color: #407239;
}
.contact-content .wf-columns:first-of-type .wf-column:nth-child(1) > div:nth-child(2) {
    text-align: left;
}
.about-content .wf-column:nth-child(1){
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F8F9FA;
    padding: 20px;
    border-radius: 10px;
}
.about-content .wf-column:nth-child(1) h3{
    text-align: center;
    text-transform: uppercase;
}
.sidebar-r .module{
    background-color: #F8F9FA;
    border-radius: 10px;
    padding: 10px;
    margin-top: 1rem;
}
.sidebar-r ul{
    width: 100%;
}
.sidebar-r li{
    border-bottom: 1px solid #407239;
    margin: 0 !important;
}
.sidebar-r li:first-of-type{
    border-top: 1px solid #407239;
}
.sidebar-r li a{
    padding: 15px 0 !important;
    color: #ffffff;
    transition-duration: 0.2s;
}
.sidebar-r li:hover a{
    font-weight: bold;
    color: #ffffff;
}
.sidebar-r .module-title{
    border-bottom: none;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.sidebar-r .module-title span{
    border-bottom: none;
    padding: 0;
    color: #407239;
}
.sidebar-r a span{
    color: #407239;
}
.sidebar-r .current a{
    font-weight: bold;
}
.produce{
    margin-bottom: 20px;
}
.produce .wf-column{
    background-color: #F8F9FA;
    border-radius: 10px;
    padding: 20px;
    text-align: justify;
}
.produce .wf-column h3{
    text-align: center;
    text-transform: uppercase;
}
.produce-images img{
    border-radius: 10px;
}
@media(min-width: 991px){ .t4-offcanvas-toggle i{ display: none; } }
.hikashop_cart_empty_message img {
    width: 40px;
}
.t4-header .logo-img {
  max-width: 300px;
}
.hikashop_product_image_subdiv {
  width: 100% !important;
}
.hikashop_products_listing .hikashop_container, .hikashop_subcategories .hikashop_container {
    border: 1px solid #eee;
    transition: box-shadow .3s;
}
.hikashop_products_listing .hikashop_container .hikashop_subcontainer {
    padding: 0 !important;
}
.hikashop_products_listing .hikashop_container:hover, .hikashop_subcategories .hikashop_container:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
.navbar-toggler{
    display: none;
}
#t4-section-4 .acym_form input{
    width: 100%;
    box-sizing: border-box;
}
#t4-section-4 .acym_form{
    width: 100%;
}
.hikashop_product_main_image{
    height: fit-content !important;
}
@media(max-width: 1400px){
    .t4-topbar{
        font-size: 12px;
    }
}
@media(max-width: 1224px){
    .t4-header .t4-navbar .menu-item-title{
        padding: 10px 10px;
    }
}
@media(max-width: 1104px){
    .t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link{
        padding: 20px 5px !important;
    }
    .t4-header .logo-img{
        max-width: 250px;
    }
}
@media (max-width: 1046px){
    .t4-topbar p{
        font-size: 0;
    }
    .t4-topbar p strong,
    .t4-topbar p strong span{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .t4-footnav .t4-module{
        margin-bottom: 40px;
    }
}
@media(max-width: 960px){
    .home-page .home-panels .wf-columns:first-of-type{
        flex-direction: column-reverse;
    }
    .t4-section-1 .wf-columns-stack-medium{
        flex-wrap: nowrap;
    }
    .t4-section-1 .wf-columns{
        padding: 15px 0;
    }
    .t4-section-1 .wf-column p {
        font-size: 15px;
    }
}
@media (max-width: 600px){
    #t4-section-4 .acym_form tr{
        display: block;
    }
    #t4-section-4 .acym_form td{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    #t4-section-4 .acysubbuttons button{
        width: 100%;
    }
}
@media(max-width: 570px){
    .t4-section-1 .wf-column p {
        font-size: 10px;
    }
}
@media(max-width: 430px){
    .t4-section-1{
        display: none;
    }
    .product-range .wf-column:hover .extra{
        font-size: 10px;
    }
}
@media(max-width: 400px){
    .t4-header .logo-img{
        max-width: 220px;
    }
}
@media(max-width: 370px){
    #t4-topbar .custom > div:last-child{
        display: none;
    }
    .t4-header .logo-img{
        max-width: 200px;
    }
    #t4-header .navbar-brand img.logo-img{
        content: url("/images/Logos/footer-logo.png");
        width: auto;
        height: auto;
    }
    .t4-topbar{
        padding: 20px 0 !important;
    }
    .t4-footnav .footnav-4 img{
        height: auto;
        width: 150px;
    }
}
@media(max-width: 340px){
    .t4-header .logo-img{
        max-width: 150px;
    }
}
#hikashop_product_right_part {
    background: #f5f5f5;
  padding: 3rem;
  margin: 3.5rem 3rem;
}
#hikashop_product_left_part {
    padding: 0;
  margin: 3rem;
}
.vex.vex-theme-default .vex-dialog-button.vex-first {
	background: #407239 !important;
}
.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-secondary {
	background: #e0e0e0;
	color: #777;
}
#hikashop_cart_module div.hikashop_cart_dropdown_content {
  border: 1px solid #d9d9d9;
  min-width: 300px;
  right: 0;
  padding: 10px;
}
.t4-header-r > * {
  margin-left: 0;
}
.hikashop_category_name a, .hikashop_listing_img_title .hikashop_product_name{
  font-size: 28px;
  font-family: var(--heading-font-family);
}
.hikashop_subcontainer br {
    display: none;
    height: 0;
}
.hikashop_category_image .hikashop_listing_img_title{
    height: auto !important;
}
.hikashop_listing_img_title .hikashop_product_desc p {
    margin: 0;
}
.hikashop_quantity_form {
  margin: 0;
  height: auto !important;
  display: block;
}
.hikashop_cart_proceed_to_checkout {
    float: right
}
.t4-megamenu.animate.slide .dropdown .dropdown-menu > div {
  min-width: 250px;
}
.hikashop_product_main_image_thumb {
    height: auto !important;
}
img.hikashop_child_image {
    height:  210px !important;
}
.hikashop_product_variant_subname {
    display: none;
}
.home-panels #one img{
    border-radius: 10px 0 0 0;
}

.home-panels #two{
    border-radius: 0 10px 0 0;
}

.home-panels #three{
    border-radius: 0 0 0 10px;
}

.home-panels #four img{
    border-radius: 0 0 10px 0;
}
@media(max-width: 960px){
    .home-panels #one img{
        border-radius: 0;
    }
    .home-panels #two{
        border-radius: 10px 10px 0 0;
    }
    .home-panels #three{
        border-radius: 0;
    }
    .home-panels #four img{
        border-radius: 0 0 10px 10px;
    }
}
.hikashop_filter_main {
    height: auto;
    min-height: auto !important;
}
.hikashop_filter_collapsable_title_always + .hikashop_filter_main_div, .hikashop_filter_collapsable_title_mobile + .hikashop_filter_main_div {
    border: none;
}
@media(max-width: 1315px){
    .t4-header .t4-navbar .menu-item-title{
        padding: 10px;
    }
}
@media(max-width: 1175px){
    .t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link{
        padding: 20px 3px !important;
    }
}
#hikashop_product_quantity_field_1_add_to_cart_button, #hikashop_product_quantity_field_1_synch, #hikashop_product_quantity_field_1_area {
    display: block !important;

}
.hikashop_filter_fieldset_mobile h3, #hikashop_checkout_payment_1_4 .hikashop_checkout_payment_price {
    display: none;
}
.hikashop_filter_button_hikashop_category_information_menu_314 {
    margin-top:24px
}
.hikashop_cart_dropdown_container .denomination {
    display: none;
}

.hikashop_container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hikashop_container .hikashop_aligned_btn {
    margin-top: auto;
}