#sp-logo .sp-column.d-flex.align-items-center {
    display: flex;
    justify-content: flex-end;
    background: white;
    padding-right: 20px;
}
#sp-top-bar {
    background: #003865;
    color: #AAAAAA;
}
div#sp-menu .sp-column {
    display: flex;
    justify-content: flex-start !important;
}
div#sp-top2 .sp-column {
    display: flex;
    justify-content: flex-end;
}
header#sp-header {
    background: #78be20;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 17%, rgba(119,190,32,1) 17%, rgba(119,190,32,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(17%, rgba(255,255,255,1)), color-stop(17%, rgba(119,190,32,1)), color-stop(100%, rgba(119,190,32,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 17%, rgba(119,190,32,1) 17%, rgba(119,190,32,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 17%, rgba(119,190,32,1) 17%, rgba(119,190,32,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 17%, rgba(119,190,32,1) 17%, rgba(119,190,32,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 17%, rgba(119,190,32,1) 17%, rgba(119,190,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#77be20', GradientType=1 );
}
li.sp-menu-item a {
    color: white;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 16px !important;
}
.sp-megamenu-parent>li.active>a {
    color: #fff;
    font-weight: bold;
}
 .sp-megamenu-parent>li.active:hover>a {
    color: #79be2e;
    font-weight: bold;
}
section#sp-top-bar a {
    color: white;
}
section#sp-top-bar {
    color: #79be2e;
}

#sp-menu li.sp-menu-item a::before {
    content: '';
    top: 95%;
    height: 4px;
    width: 0%;
    left: 0;
    background-color: #fff;
    transition: 0.5s ease all .3s;
    position: absolute;
}
#sp-menu li.sp-menu-item.active a:before {
    width: 100%;
    transition: 0.3s ease all;
}
#sp-menu li.sp-menu-item:hover a::before {
    width: 100%;
    transition: 0.3s ease all;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 15px 0px 15px;
}
.sp-has-child ul li a {
    padding: 15px 15px !important;
  display: block !important;
}
.sp-has-child ul li a:hover {
    color: white !important;
    background: #fff;
    padding: 15px 15px !important;
}
.sp-megamenu-parent>li:hover>a {
    color: #000000;
    background: #ffffff;
}
#sp-top1 ul.social-icons a {
    color: #79be2e;
}
.btn-primary, .sppb-btn-primary {
    border-color: #79be2e;
    background-color: #79be2e;
    TEXT-TRANSFORM: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 40px;
    margin-top: 20px;
}
.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #79be2e;
    background-color: white;
    color: #79be2e;
}
.mx_blue {
    background: #003865;
    padding: 30px;
    color: white;
}
.mtxlogo-left:before {
    content: url(/images/materix_minilogo.svg);
    width: 600px;
    height: auto;
    position: absolute;
    left: 0;
    opacity: 0.8;
    transform: rotate(339deg);
}

.mtxlogo-left {
    overflow: hidden;
}

.hikabtn.hikacart {
    padding: 8px 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
      border-radius: 0;
  background-color: #79be2e;
    border-color: #79be2e;
  margin-left: 10px;
}
.hikabtn.hikacart:hover {
    background-color: white;
    color: #4cae4c;
    border: 1px solid #4cae4c;
}
span.hikashop_product_name a {
    color: #5fb85f;
    font-weight: bold;
    font-size: 14px;
}
.hikashop_container .hikashop_subcontainer {
    transition: 300ms all;
    border: 1px solid #efefef;
}
.hikashop_container:hover .hikashop_subcontainer {
    background-color: #efefef !important;
    border: 1px solid white;
  transition: 300ms all;
}
.hikashop_products_listing {
    background: #efefef;
    padding: 0px 20px;
}
.hikashop_product_image {
    /*padding: 30px;*/
    width: 100%;
  height: auto !important;
}

.hikashop_product_image_subdiv {
    width: 100% !important;
}
.hikashop_product_quantity_field {
    max-width: 100px !important;
    line-height: 29px;
    border-radius: 0;
}
.hikashop_container {
    border: 1px solid #ededed;
  position: relative;
      z-index: 2;
}
div#hikashop_product_right_part {
    background: #79be2e;
    color: white;
    padding: 40px;
  display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
div#hikashop_product_quantity_main {
    background: white;
    padding: 30px;
    display: flex;
    justify-content: center;
}
span#hikashop_product_name_main {
    color: #003865;
    font-size: 43px;
    font-weight: bold;
}
span.hikashop_product_price_full {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0px !important;
    display: block;
}
span#hikashop_product_name_main {
    color: #003865;
    font-size: 43px;
    font-weight: bold;
    border-bottom: 1px solid #003865;
    margin-bottom: 30px !important;
    display: block;
  line-height: 1;
}
li.hikashop_category_list_item a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 0px !important;
    line-height: 22px !important;
}
li.hikashop_category_list_item a:hover {
    color: #7abe38 !important;
}
/*.hikashop_products_listing:before {
    content: url(/images/materix_minilogo.svg);
    position: absolute !important;
    top: 0;
    left: 0;
    width: 462px;
    height: auto;
    display: block;
    z-index: 1;
    transform: rotate(320deg);
    opacity: 0.1;
}*/
.hikashop_products_listing {
    position: relative;
    overflow: hidden;
}
div#hikashop_image_main_thumb_div {
    height: auto !important;
}
#hikashop_module_113 .hikashop_products_listing:before {
    content: unset !important;
}


#hikashop_module_113 .hikashop_products_listing {
    background:transparent !important    ;
    padding: 0px;
}
#hikashop_module_113 .hikashop_products_listing {
    border-bottom: 1px solid grey
}
h3.sppb-title-heading {
    background: #78be20;
    padding: 15px;
    color: white;
    font-weight: 100;
    text-transform: uppercase;
}
.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
    background: #003865 !important;
    color: #fff;
}
div#hikashop_product_bottom_part {
   /* border: 1px solid #7abe38;
    padding: 40px;*/
    margin-top: 30px;
}
.hikashop_products_listing_main h2 {
    background: #79be2e;
    color: white;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
div#sp-slider {
    border-bottom: 2px solid #65b337;
}
.hikashop_carousel_item {
    border: 1px solid #ededed;
    position: relative;
    z-index: 2;
}
.hikashop_carousel_item:hover .hikashop_listing_img_title {
    background-color: #efefef !important;
    border: 1px solid white;
    transition: 300ms all;
}
/*.view-product section#sp-main-body:before {
    content: url(/images/materix_minilogo.svg);
    width: 600px;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    opacity: 0.05;
    transform: rotate(45deg);
}*/
aside#sp-left {
        z-index: 4;
}
aside#sp-left .sp-module {
    background: #ffffffd6;
}
#hikabtn_checkout_next {
    background: #79be2e;
    border-color: #79be2e;
    padding: 10px 40px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
#hikabtn_checkout_next:hover {
    background: white;
    color: #79be2e;
}
.hikashop_wizardbar ul li.hikashop_cart_step_current {
    color: #ffffff;
    background: #043a62;
}
.hikashop_wizardbar ul li.hikashop_cart_step_current .hikashop_chevron:before {
    border-left: 14px solid #043a62;
}
.hkbadge-current {
    background-color: #79be2e;
}
.hikashop_wizardbar ul li {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.hikashop_checkout_cart table thead {
    background: #79be2e;
    color: white;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
}
img.hikashop_product_checkout_cart_image {
    max-width: 100px;
}
.hikashop_checkout_cart table tbody tr {
    vertical-align: middle;
}
.hikashop_checkout_cart .hikashop_cart_product_total_value .hikashop_product_price, .hikashop_cart_product_price_value .hikashop_product_price_full {
    font-size: 12px;
}
.hikashop_cart_product_quantity_value a {
    color: #083a61;
}p.hikashop_cart_product_name a {
    color: #79be2e;
    font-weight: bold;
}
p.hikashop_cart_product_name {
    margin: 0;
}
#hikabtn_checkout_next:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-left: 5px;
}
/*.sp-module-title:after {
    content: url(/images/materix_minilogo.svg);
    width: 35px;
    height: auto;
    position: absolute;
    right: 8px;
    opacity: 1;
    transform: rotate(270deg);
    top: -4px;
}*/
.sp-module-title {
    background: #083a61;
    padding: 10px 20px !important;
    font-size: 18px !important;
    color: white;
    position: relative;
    text-transform: uppercase;
    margin: 0 !important;
}
aside#sp-left .sp-module {
    background: #ffffffd6;
    padding: 0px;
}
.sp-module-content {
    padding: 0px 15px;
}
.hikashop_checkout_address .hk-container-fluid {
    border: 1px solid #79be2e;
    padding: 30px;
    margin: 20px 0px;
}
.hikashop_checkout_login h1 {
    font-size: 22px;
    color: #79be2e;
}
div#data_register_registration_method {
    display: flex;
    flex-direction: column;
}

.hikashop_checkout_login h2 {
    font-size: 20px;
    background: #79be2e;
    color: white;
    padding: 10px 30px;
  position: relative;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #0c3a60;
    border: 1px solid #0c3a60 !important;
}
.btn-outline-primary {
    border: 1px solid #0f3a5f;
    color: #0f3a5f;
}
.btn-secondary {
    background: #0f3a5f;
}
.hikashop_checkout_login h1 {
    font-size: 22px;
    color: #79be2e;
    margin: 20px 0px;
    font-weight: 400;
}
#hikashop_checkout_registration .hkform-group.control-group {
    display: flex;
    flex-direction: column;
    width: 100%;
  margin: 0;
}

#hikashop_checkout_registration .hkform-group.control-group .hkc-sm-8 {
    width: 100%;
}
#hikashop_checkout_registration label {
    text-align: left;
      font-weight: bold;
}
#hikashop_checkout_registration legend {
    background: #79be2e;
    color: white;
    font-size: 20px;
    padding: 10px 30px;
    margin-top: 15px;
  position: relative;
}
#hikashop_checkout_registration legend:after {
    content: url(/images/materix_minilogo.svg);
    width: 35px;
    height: auto;
    position: absolute;
    right: 8px;
    opacity: 1;
    transform: rotate(270deg);
    top: -4px;
    filter: brightness(0.5);
}
button#hikashop_register_form_button {
    border: 1px solid #79be2e;
    color: #79be2e;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
#hikashop_checkout_login_form .hkform-group {
    display: flex;
    flex-direction: column;
}

#hikashop_checkout_login_form .hkform-group .hkc-sm-8 {
    width: 100%;
}

#hikashop_checkout_login_form .hkform-group label {
    text-align: left;
    font-weight: bold;
}
.hikashop_checkout_login h2:after {
    content: url(/images/materix_minilogo.svg);
    width: 35px;
    height: auto;
    position: absolute;
    right: 8px;
    opacity: 1;
    transform: rotate(270deg);
    top: -4px;
    filter: brightness(0.5);
}
#data_register_registration_method .btn-check+.btn:hover {
    color: #7abe38;
}




.materix_checkout_fulltop {
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    margin: 20px;
}
h3.materix_checkout_header {
    font-size: 25px;
}
input.btn.materix_blue_btn {
    background-color: grey;
    color: white;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
}
#rsform_3_page_0 .control-label {
    display: block !important;
  font-weight: bold;
}
.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
    background: #019145 !important;
    color: #fff;
}
.view-checkout #sp-left {
    display: none;
}
.view-checkout #sp-component {
  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#rsform_3_page_0 {
  border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
}
.sppb-addon-feature img {
    border: 1px solid #79be2e;
    padding: 30px;
    margin-bottom: 20px;
   transition: 300ms all;
}
.sppb-feature-box-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    background: #043964;
    display: block;
    color: white;
    padding: 10px;
   transition: 300ms all;
}
.sppb-addon-feature:hover .sppb-feature-box-title {
    background: #79be2e;
    transition: 300ms all;
}
.sppb-addon-feature:hover img {
    border: 1px solid #043964;
    transition: 300ms all;
    background: #ececec;
}

h1.sppb-addon-title {
    font-weight: 100;
}
h1.sppb-addon-title span {
    font-weight: bold;
}
h2.sppb-addon-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
span.hikashop_product_price_full {
    display: none !important;
}
.sppb-article-info-wrap h3 a {
    color: #79be2e;
    font-size: 18px;
    line-height: 1 !important;
    font-weight: bold;
}
a.sppb-readmore {
    background: #79be2e;
    padding: 10px 40px;
    display: inline-flex;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    font-size: 12px !important;
  border:1px solid #79be2e;
}
a.sppb-readmore:hover {
    background: transparent;
    color: #79be2e;
  border:1px solid #79be2e;
}
span.sppb-meta-category a {
    color: #9d9d9d;
    text-transform: uppercase;
    font-weight: bold;
}
.readmore a {
    background: #79be2e;
    padding: 10px 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: white !important;
    font-size: 12px;
  border:1px solid #79be2e;
  transition: 300ms all;
}
.readmore:hover a {
    background: transparent;
    color: #79be2e !important;
  transition: 300ms all;
}
.article-header h2 a {
    color: #79be2e !important;
    font-weight: bold;
}
.sppb-addon-animated-number {
    font-size: 26px;
}

.sppb-animated-number {
    color: #0a0a0a00 !important;
    -webkit-text-fill-color: rgba(255,255,255,0);
    -webkit-text-stroke: 1px #020202;
    font-size: 67px;
    font-weight: bold;
}

.sppb-animated-number-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.mx_aus .sppb-row-column  {
    border-right: 1px solid #ffffff40;
    line-height: 45px;
}

.mx_aus .sppb-row-column:last-child {
    border-right: unset;
}
section#sp-main-body {
    background: #f1f1f1;
}
div#sp-top2 .menu {
    display: flex;
    flex-direction: row;
}
#sp-top2 ul.menu {
    list-style-type: none;
}
#sp-top2 ul.menu li:after {
    content: '|';
  padding: 0px 10px;
}
#sp-top2 ul.menu {
    list-style-type: none;
    margin: 5px 0px;
}
#sp-top2 ul.menu li:last-child:after {
    content: '';
  padding: 0;
}
a.mtx-diff-menu {
    text-transform: uppercase;
}
.sppb-article-info-wrap h3 {
    line-height: 16px;
    margin-top: 20px;
}
div#sp-top1 {
    display: inline-flex;
    flex-direction: row;
}
div#sp-top1 > .sp-column{
    display: inline-flex;
      align-items: center;
}
ul.sp-contact-info {
    order: 2;
    margin-left: 20px;
}


/* mod */
h3.sppb-title-heading:after {
    content: '';
    width: 100px;
    height: 1px;
    background: white;
    position: absolute;
    right: 0;
    top: 50%;
}
h3.sppb-title-heading:before {
    content: '';
    width: 100px;
    height: 1px;
    background: white;
    position: absolute;
    left: 0;
    top: 50%;
}
h3.sppb-title-heading {
    position: relative;
    display: inline-flex;
    padding: 25px 140px;
    justify-content: center;
    margin: 0 !important;
    font-weight: 700;
  font-size: 22px;
  width: 100%;
}
#sp-page-builder .sppb-section-title {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    display: flex;
    background: #79be2e;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#sp-bottom .sp-module-title {
    margin-bottom: 30px !important;
}


.hikashop_carousel_item:hover .hikashop_listing_img_title {
    background-color: white !important;
    border: none !important;
    transition: 300ms all;
}
.hikashop_container:hover .hikashop_subcontainer {
   background-color: white !important;
    border: none !important;
    transition: 300ms all;
}
.hikashop_container .hikashop_subcontainer {
    transition: 300ms all;
    border: none !important;
}
img.hikashop_product_listing_image {--a: 8deg; /* control the angle of rotation (the smaller, the better) */
    width: 250px;
    aspect-ratio: 1;
    transform: perspective rotate3d(var(--r,1,-1),0,calc(var(--i,1)*var(--a)));
    -webkit-mask: 
    linear-gradient(135deg,#000c 40%,#000,#000c 60%)
    100% 100%/250% 250%;
    transition: .4s;
    cursor: pointer;
}

img.hikashop_product_listing_image:hover {--i: -1;
    -webkit-mask-position: 0 0;
}
.mtx_sicons a {
    padding-right: 10px;
    color: #79be2e !important;
    font-size: 16px;
}
.mtx_sicons a:hover {
    color: white !important;
}
.sp-module.mtx_sicons {
    margin: 0 !important;
}

.mtx_sicons .sp-module-content {
    padding: 0;
}
div#sp-menu {
    display: flex;
    justify-content: flex-end;
}

#sp-top2 .sp-module-content {
    padding: 0;
}
#sp-logo .sp-column {
    display: flex;
    justify-content: flex-start !important;
}

/* fura menu */
div#sp-menu .sp-column {
    display: flex;
    justify-content: flex-start !important;
    width: 100%;
}
nav.sp-megamenu-wrapper.d-flex {
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    z-index: 99;
    display: block;
    float: right;
    position: relative;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
}



/* fura menu vÃƒÂ©ge */


div#hikashop_product_custom_info_main {
    /*margin-top: 30px;*/
}


.hikashop_product_custom_value {
    font-weight: bold;
}
table.hikashop_product_custom_info_main_table tr td {
    width: 50%;
    vertical-align: baseline;
    padding: 5px 0px;
}

.hikashop_tabs_ul li {
    background: transparent;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #79be2e;
  cursor: pointer
}
.hikashop_tabs_li_selected {
    background: #003a63 !important;
    color: white !important;
}

ul.hikashop_tabs_ul {
    display: flex;
    margin: 0;
}

.hikashop_tabs_content {
    background: transparent;
    padding: 30px;
    border: 1px solid #003a63;
    border-radius: 0;
}
.accordion-heading a {
    font-size: 14px !important;
    color: #083a61;
    text-transform: uppercase;
    font-weight: bold;
}
.accordion-heading h4 {
    margin: 0;
}

.accordion-body {
    padding: 5px 10px;
}

/*.layout-listing #sp-main-body > .container {
    min-width: 90% !important;
}*/
.hikashop_product_image_subdiv a {
    display: flex;
    justify-content: center;
}
.sp-module ul>li>a {
    color: #77be20;
}



li.hikashop_category_list_item:hover a:before {
    color: #386fa4;
    transition: .3s all;
}

li.hikashop_category_list_item a:before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #3e3e3e;
    margin-right: 10px;
    margin-left: -20px;
    transition: .3s all;
}

li.hikashop_category_list_item:hover a:before {
    color: #386fa4;
    transition: .3s all;
}

a.accordion-toggle[aria-expanded=false] {
 margin-left: 0px;
 transition: .3s all;
}
a.accordion-toggle[aria-expanded=true] {
    color: #386fa4 !important;
    margin-left: 5px;
    transform: rotate(0deg);
    transition: .5s all;
}

a.accordion-toggle[aria-expanded=true]:after {
    transform: rotate(45deg);
    transition: .5s all;
}


#sp-left li.hikashop_category_list_item {
    transition: .3s all;
}

#sp-left .accordion-inner li.active a {
    color: #386fa4 !important;
}

.accordion-inner {
    text-transform: uppercase;
    padding-left: 30px;
}

.accordion-heading.has-child a:after {
    font-family: 'Font Awesome 5 Free';
    content: '\2b';
    font-size: 1vw;
    font-weight: bold;
}
#sp-left .hikashop_subcategories_listing .accordion .accordion-heading a {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    align-content: center;
    align-items: center;
    line-height: 30px;
    flex-wrap: nowrap;
}
div#hikashop_module_116 {
    margin-top: 30px;
}
.view-product div#hikashop_product_image_main {
    border: 1px solid #79be2e;
}


.view-product aside#sp-left {
    display: none;
}
.view-product.layout-listing aside#sp-left {
    display: flex;
}

.view-product main#sp-component {
    width: 100%;
}
.view-product.layout-listing main#sp-component {
    width: 75%;
}
#hikashop_category_information_menu_113 div.hikashop_container {
    margin: 0px 0px 10px 0px !important;
}

.pagination>.active>a, .pagination>.active>span {
    border-color: #77be20;
    background-color: #77be20;
}
.pagination-toolbar .limit {
    display: none;
}

.hikashop_products_pagination.hikashop_products_pagination_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hikashop_category_image {
    height: auto !important;
}
/*.layout-listing .hikashop_subcontainer.thumbnail {
    display: flex;
    align-items: center;
}*/
 .hikashop_subcontainer {
    display: flex;
    align-items: center;
}

/*.layout-listing .hikashop_category_image {
    width: 25%;
  padding: 10px;
}*/
 .hikashop_category_image {
    width: 25%;
  padding: 10px;
}
span.hikashop_category_name {
    text-align: left !important;
}
.layout-listing .hikashop_products_listing {
    background: #efefef;
    padding: 0px;
}
.layout-listing img.hikashop_product_listing_image {--a: 8deg; /* control the angle of rotation (the smaller, the better) */
    width: 100%;
    aspect-ratio: 1;
    transform: perspective rotate3d(var(--r,1,-1),0,calc(var(--i,1)*var(--a)));
    -webkit-mask: 
    linear-gradient(135deg,#000c 40%,#000,#000c 60%)
    100% 100%/250% 250%;
    transition: .4s;
    cursor: pointer;
}
section#sp-breadcrumb {
    background: #f1f1f1;
    padding-top: 20px;
}

ol.breadcrumb {
    margin: 0;
    background: #f1f1f1;
}
.mtx_category_names {
    padding: 20px;
    background: #77be20;
  margin-bottom: 30px;
}

.mtx_category_format {
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin-bottom: 25px;
}
.breadcrumb span.divider.fas.fa-map-marker-alt {
    color: #77be20;
    padding-right: 12px;
}

li.breadcrumb-item a {
    color: #77be20;
    font-weight: bold;
    text-transform: uppercase;
}

li.breadcrumb-item.active {
    text-transform: uppercase;
}
span.hikashop_category_name a {
    color: #77be20;
    font-weight: bold;
    text-transform: uppercase;
}
.mtx_filterer .hikashop_filter_module {
    background: white;
    padding: 20px;
}


.hikashop_filter_main {
    border-bottom: 1px dotted #cbcbcb;
    margin-bottom: 10px;
}

.mtx_filterer span.hikashop_filter_title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

span.hikashop_filter_checkbox label {
    margin-left: 5px;
}
.layout-listing section#sp-main-body {
    padding: 50px 0;
}
.mtx_category_names .hikashop_container:hover .hikashop_subcontainer {
    background-color: #77be20 !important;
    border: none !important;
    transition: 300ms all;
}
.mtx_category_names .hikashop_container:hover span.hikashop_category_name a {
    color: #ffffff;
}
.article-intro-image {
    height: 272px;
    overflow: hidden;
}

#mtx_szolgmini {
  & .sppb-row-column {
    max-width: 12%;
    flex-basis: 12%;
}

  & .sppb-feature-box-title {
        font-size: 11px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

  & .sppb-media-content p {
    display: none;
}

  & .sppb-row {
    justify-content: center;
}
}
.mtx_category_format_top {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.mtx_category_names_top {
    background: #043964;
    color: white;
    padding: 30px;
}
.article-full-image.float-left {
    width: 50%;
    float: left;
    padding: 0px 20px 10px 0px;
    margin: 0 !important;
}
.article-ratings-social-share.d-flex.justify-content-end {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.article-info {
    margin: 0 !important;
}
div[itemprop="articleBody"] {
    text-align: justify;
}
.sppb-addon-articles {
    margin-bottom: unset;
}
table.materix-table td {
    display: flex;
      flex-direction: column;
}

table.materix-table {
    width: 100%;
}
.materix-table input[type="submit"] {
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0;
    background-color: #79be2e;
    border-color: #79be2e;
    color: white;
    border-style: solid;
    border-width: 1px !important;
}
.materix-table input[type="submit"]:hover {
    background: white;
    color: #79be2e;
    border-color: #79be2e;
}
.materix-table input[type="text"] {
    background: #f2f2f2 !important;
    border: none !important;
}
table.materix-table tr > td {
    color: #043964 !important;
    font-weight: bold;
}
table.materix-table input[type="radio"] {
    accent-color: #79be2e;
}
.hikashop_submodules {
    /* display: none; */
}
#sp-top2 li.current.active a {
    color: #79be2e !important;
}
#sp-top2 li:hover a {
    color: #79be2e !important;
}
p.mtx-imgr-ct {
    display: flex;
    justify-content: center;
}
.view-category .hikashop_subcategories_listing {
  /* display: none; */
}
.view-category .breadcrumb li:nth-child(3) {
   /*  display: none; */
}
@media only screen and (max-width: 992px) {
  .sp-megamenu-parent {
    display: none !important;
}
}


.hikashop_product_characteristic_values_on_listing {
    display: none;
}

.hikashop_product_characteristic_name_on_listing {
    display: none;
}

/*
.hikashop_subcontainer.thumbnail {
    min-height: fit-content !important;
}*/