
#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 20px;
    border-radius: 0 15px 0 15px;
    transition-duration: 0.2s;
}

.t4-section-4 .subbutton {
    border-radius: 0 15px 0 15px;
}
}
.t4-header .t4-navbar .current .menu-item-title {
    background-color: #f1f1f1;
}
.t4-header .t4-navbar a:hover .menu-item-title {
    color: #fff;
    background-color: #BD9F59;
}
.t4-megamenu .navbar-nav > li > a,
.t4-megamenu .navbar-nav > li > .nav-link {
    padding: 20px 10px !important;
}
#t4-slideshow .n2-ss-slider,
#t4-slideshow .n2-ss-slider * {
    margin: 0 !important;
}
#t4-slideshow .n2-ss-layer {
    padding: 0 !important;
}
#t4-slideshow .n2-ss-slider > div {
    padding: 0 !important;
}

#t4-slideshow .n2-ss-layer[data-sstype="row"]:has(.slide-overlay) {
    height: 100% !important;
}
#t4-slideshow .n2-ss-layer[data-sstype="row"]:has(.slide-overlay)
> .n2-ss-layer-row {
    width: 50% !important;
    height: 100% !important;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
#t4-slideshow .n2-ss-layer[data-sstype="row"] .n2-ss-layer-row-inner {
    margin-top: 20px;
}

.t4-section-1 .wf-columns {
    padding: 30px 0;
}
.t4-section-1 .wf-column {
    display: flex;
    flex-direction: row;
    justify-content: 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;
    text-transform: uppercase;
}
.home-panels .text ul {
    margin: 10px 0;
}
li::marker {
    color: #BD9F59;
}
.home-panels .text .button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.home-panels .text .button #green {
    background-color: #BD9F59;
}
.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: rgb(57, 67, 154);
    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(57, 67, 154, .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;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.t4-section-2 {
    margin-bottom: 75px;
    padding: 60px 0;
}
.t4-section-3 {
    margin: 25px 0 50px 0;
}
.t4-section-4 {
    background-color: #BD9F59;
    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: #B89360;
    border-radius: 10px;
    padding: 20px;
}
.contact-content .formControlLabel, .hikashop_products_listing .hikashop_product_desc {
    display: none;
    height: 0;
}
.contact-content .form-control {
    max-width: none;
}
.contact-content .formControls,
.contact-content .rsform-submit-button {
    width: 100%;
}

.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: #39439a;
}
.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: #39439a;
}
.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 #39439a;
    margin: 0 !important;
}
.sidebar-r li:first-of-type{
    border-top: 1px solid #39439a;
}
.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: #BD9F59;
}
.sidebar-r a span{
    color: #BD9F59;
}
.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: 150px;
}
.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_subcontainer {
    min-height: auto !important;
}
.hikashop_products_listing .hikashop_container:hover, .hikashop_subcategories .hikashop_container:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
.t4-slideshow .t4-module {
    margin: 0;
}
#Mod203 .custom {
    padding: 20px 0;
}
#hikashop_category_information_module_204 .hikashop_product_image, .hikashop_product_image {
  height: auto !important;
}
.hikashop_carousel .hikashop_product_name {
    background: #BD9F59;
    padding: 10px 0;
    margin: 0;
    overflow: hidden;
}
.hikashop_carousel .hikashop_product_name a, .hikashop_listing_img_title .hikashop_product_name a {
    color: #fff;
    font-family: 'HeadlandOne';
    font-size: 24px;
}
.hikashop_listing_img_title .hikashop_product_name a {
    color: #333;
}
.hikashop_carousel .hikashop_product_price_full {
    padding: 10px 0;
     font-size: 24px;   
}
.hikashop_carousel .hikashop_subcontainer {
    overflow: hidden;
    
}
.hikashop_product_page #hikashop_image_main_thumb_div {
    height: auto !important;
}
img.hikashop_child_image {
  height: 130px;
}
.hikashop_product_right_part {
    padding: 0 3rem;
}
.navbar-expand-lg button {
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    color: #BD9F59;
}