/*---------------- auto másol -------------*/

@media (min-width: 1200px) {
body.helix-ultimate .sppb-row-container {
    max-width: 100%;
}
  .sppb-row-container {
    width: 1320px;
}
  .container {
    max-width: 1290px !important;
}
body.helix-ultimate.com-hikashop #sp-main-body .container {
    max-width: 1290px;
}
#sp-top-bar .container {
    max-width: 1290px;
}
}

/*---------------- auto másol vége-------------*/

/* ---------------- J4 mod ---------------*/

#sp-menu > .sp-column, 
 #sp-menu  .sp-megamenu-wrapper { justify-content: center !important;}

.hikashop_checkout_login .form-check {
  display: block;
}
.hikashop_checkout_login .form-check input {
  display: none;
}




/* ---------------- J4 mod vÃ©ge---------------*/

#sp-main-body {
    max-width: 1290px;
    margin: auto;
    padding: 15px !important;
}
#sp-left {
    border: 1px solid gainsboro;
  padding: 0px;
}

#sp-top-bar {
    z-index: 2;
    position: relative;
  /*background: #004f7c !important;*/
  background: rgba(17,99,143,1);
background: -moz-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,99,143,1)), color-stop(100%, rgba(0,79,124,1)));
background: -webkit-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: -o-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: -ms-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: linear-gradient(to bottom, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11638f', endColorstr='#004f7c', GradientType=0 );
}
#sp-header {
    /*background: #004f7c !important;*/
  background: rgba(17,99,143,1);
background: -moz-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,99,143,1)), color-stop(100%, rgba(0,79,124,1)));
background: -webkit-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: -o-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: -ms-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: linear-gradient(to bottom, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11638f', endColorstr='#004f7c', GradientType=0 );
}
#sp-top2 {
  text-align: right;
}
#sp-top3, #sp-position3 {
  display: flex;
    flex-direction: column;
    justify-content: center;
}
#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 50px;
    border: none;
    padding: 10px !important;
    border-radius: 3px;
}
#sp-footer {
  /*background: #004f7c !important;*/
  background: rgba(17,99,143,1);
background: -moz-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,99,143,1)), color-stop(100%, rgba(0,79,124,1)));
background: -webkit-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: -o-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: -ms-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: linear-gradient(to bottom, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11638f', endColorstr='#004f7c', GradientType=0 );
}
#sp-position6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#sp-br-src {
  background-color: #e9ecef;
}
.hikashop_filter_main {
  min-height: auto !important;
}
.breadcrumb {
  margin-bottom: 0px;
}
a {
    color: #004f7c;
}

.fittingbolt-addtocart-minus-btn, .fittingbolt-checkout-minus-btn {
    border: none;
    padding: 0px;
    font-size: 30px;
    color: #004f7c;
  cursor: pointer;
  background-color: transparent;
}
.fittingbolt-addtocart-plus-btn, .fittingbolt-checkout-plus-btn {
    border: none;
    padding: 0px;
    font-size: 30px;
    color: #bf3922;
  cursor: pointer;
  background-color: transparent;
}
.fittingbolt-addtocart-minus-btn:focus, .fittingbolt-addtocart-plus-btn:focus, .fittingbolt-checkout-minus-btn:focus, .fittingbolt-checkout-plus-btn:focus  {
    outline: none;
}
.fa-minus-square:before {
    background-color: white;
    margin-right: 5px;
}
.fa-plus-square:before {
    background-color: white;
    margin-left: 5px;
}
td.hikashop_product_add_to_cart_row.hikashop_variants_table_td.ftblt_btner {
    display: inline-flex;
}
.ftblt_crt_bgbm {
  display: inline-flex;
}
.ftb_cstm_qntt {
  width: 75% !important;
    text-align: center;
}
/*th.hikashop_product_name {
  width:50%;
}*/
.hikashop_product_price_full .hikashop_product_price {
  white-space: nowrap
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.view-cart #hikashop_cart_product_listing thead {
  background-color: #004f7c;
    color: white;
}





/*------- navi mod -------------*/
ul.sl_hikashopaccordion_modern_css3 li a.trigger:hover + a, ul.sl_hikashopaccordion_modern_css3 li a:hover, ul.sl_hikashopaccordion_modern_css3 li.active a:hover, ul.sl_hikashopaccordion_modern_css3 li:hover a, ul.sl_hikashopaccordion_modern_css3 li:hover > a.has_link, ul.sl_hikashopaccordion_modern_css3 li.active > a.has_link, ul.sl_hikashopaccordion_modern_css3 li.deeper:hover > a.trigger.has_link, ul.sl_hikashopaccordion_modern_css3 li.deeper.active > a.trigger.has_link {
    background: none !important;
}
ul.sl_hikashopaccordion_modern_css3 li a, ul.sl_hikashopaccordion_modern_css3 li.deeper > a.trigger.has_link {
    background: none !important;
}
#sp-left ul.sl_hikashopaccordion_modern_css3 {
    padding: 1px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #f3f3f3;
}


#sp-left ul.sl_hikashopaccordion_modern_css3 li a.trigger:hover + a, #sp-left ul.sl_hikashopaccordion_modern_css3 li.active > a.has_link, #sp-left ul.sl_hikashopaccordion_modern_css3 li.deeper:hover > a.trigger.has_link, #sp-left ul.sl_hikashopaccordion_modern_css3 li.deeper.active > a.trigger.has_link {
    background: #004f7c !important;
    color: #fff;
}
ul.sl_hikashopaccordion_modern_css3 li.deeper > a.trigger.has_link.open > span:before {
    font-family: Font Awesome 6 Free" !important;
    content: "\f01a";
    color: white;
    text-align: left;
    padding-right: 17px;
    padding-left: 0px;
 	font-weight: 900;
}
ul.sl_hikashopaccordion_modern_css3 li.deeper > a.trigger.has_link.open > span {
    background-image: none !mportant;
}
ul.sl_hikashopaccordion_modern_css3 li.deeper > a > span {
    background: none !important;
}
ul.sl_hikashopaccordion_modern_css3 li.deeper li a span:before {
    font-family: "Font Awesome 6 Free" !important;
    content: "\f1ce";
    padding-right: 8px;
    color: #bf3922;
    font-weight: 900;
}
ul.sl_hikashopaccordion_modern_css3 li.deeper li .open span:before {
    color: white;
}

ul.sl_hikashopaccordion_modern_css3 li.deeper li a span {
    background: none !important;
}
ul.sl_hikashopaccordion_modern_css3 li.deeper > .has_link > span:before {
    font-family: "Font Awesome 6 Free" !important;
    content: "\f061";
    padding-right: 8px;
    color: #004f7c;
    font-weight: 900;
}
ul.sl_hikashopaccordion_modern_css3 li.active.deeper > .has_link > span:before {
    font-family: "Font Awesome 6 Free" !important;
    content: "\f061";
    padding-right: 8px;
    color: #ffffff;
    font-weight: 900;
}
#sp-left ul.sl_hikashopaccordion_modern_css3 li a, #sp-left ul.sl_hikashopaccordion_modern_css3 li.deeper > a.trigger.has_link {
    padding: 0px !important;
    color: #000;
    /*background: #ffffff !important;*/
    font-weight: 400;
}
ul.sl_hikashopaccordion_modern_css3 li.deeper > a.trigger {
    
    width: 0px !important;
}
#fitting-skylinemenu li a span {
  padding-left: 20px !important;
  font-size: 12px;
      width: 270px !important;
}
ul.sl_hikashopaccordion_modern_css3 {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
a.has_link.trigger.open {
    background: #546685 !important;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
    /*background-color: #bf3922;*/
    color: white;
    padding: 13px 0px;
    text-transform: uppercase;
  background: rgba(214,60,36,1);
background: -moz-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,60,36,1)), color-stop(100%, rgba(191,57,34,1)));
background: -webkit-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -o-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -ms-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: linear-gradient(to bottom, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d63c24', endColorstr='#bf3922', GradientType=0 );
}

li.active.deeper.parent a span {
    margin-left: 10px !important;
    display: block;
}
#sp-left .sp-module ul > li {
    background-color: transparent;
    transition: 300ms all;
  border-bottom: 1px solid #d6d6d6;
  /* display: flex; */
}
#sp-left .sp-module ul > li:hover {
    background-color: #bf3922;
    color: white;
    transition: 300ms all;
}
#sp-left .sp-module ul > li a {
    transition: 300ms all;
}
#sp-left .sp-module ul > li:hover a:hover {
    color: white;
    transition: 300ms all;
}
#sp-left .sp-module ul > li a span:before{
    transition: 300ms all;
}
#sp-left .sp-module ul > li:hover a:hover span:before{
    color: white;
    transition: 300ms all;
}
/* sl end */





.vex-dialog-buttons {
  display: inline-flex;
    font-size: 16px;
}
.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: #fff;
    /*width: 50%;*/
    margin: 10px;
}

.hikashop_product_listing_image {
  margin: auto;
}
#sp-top3, #sp-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#sp-logo-section {
    background-color: #f9f9f9;
    padding: 20px 0px;
}
#sp-top3 {
      border-right: 1px solid #dcdcdc;
}
#sp-menu {
    text-align: center;
}
.breadcrumb {
    font-size: 12px;
}
.ftt_logo_title h1{
  color: #bf3922;
    font-size: 1.3rem;
    text-transform: uppercase;
  font-weight: 400 !important;
    font-family: Roboto;
}

.ftt_logo_slogan {
  color: #004f7c;
    font-size: 14px;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #ffffff;
  /*background-color: #bf3922;*/
  background: rgba(214,60,36,1);
background: -moz-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,60,36,1)), color-stop(100%, rgba(191,57,34,1)));
background: -webkit-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -o-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -ms-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: linear-gradient(to bottom, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d63c24', endColorstr='#bf3922', GradientType=0 );
}
.sp-megamenu-parent > li > a {
    color: #efefef;
  text-transform: uppercase;
}
.sp-megamenu-parent {
    float: none !important;
}
.sp-megamenu-parent > li > a:hover {
    /*background-color: #bf3922;*/
    color: #ffffff;
  background: rgba(214,60,36,1);
background: -moz-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,60,36,1)), color-stop(100%, rgba(191,57,34,1)));
background: -webkit-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -o-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -ms-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: linear-gradient(to bottom, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d63c24', endColorstr='#bf3922', GradientType=0 );
}
h3.sppb-addon-title {
      border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    margin-bottom: 38px;
  text-transform: uppercase;
    color: #bf3922;
}
.sppb-addon-text-block {
  text-align: justify;
}
.btn-primary, .sppb-btn-primary {
    border-color: #004f7c;
    background-color: #004f7c;
  font-size: 14px;
    text-transform: uppercase;
}
.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #bf3922;
    background-color: #bf3922;
}
.btn-secondary, .sppb-btn-secondary {
  font-size: 14px;
    text-transform: uppercase;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fbdcd6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(187, 68, 48, 0.25);
}


/* hikashop */

.hikashop_product_quantity_field {
  width: 56px !important;
  text-align: center;
}
td.hikashop_product_add_to_cart_row.hikashop_variants_table_td {
    width: 200px;
}
#hikashop_product_top_part #hikashop_product_code_main {
  display: none;
}
.hikashop_product_code_list {
  display: none;
}
a.hikacart {
    color: #fff;
    /*background-color: #000000;
    border-color: #000000;*/
  border-radius: 0px;
      padding: 10px 40px;
}
.hikashop_product_has_options .hikashop_product_price:after {
        content: '-tól';
    display: inline-flex;
    position: relative;
    font-size: 12px;
}
.hikashop_products_listing .hikashop_container a.hikabtn {
    background-color: #bf3922;
    display: block;
    color: white;
  transition: 300ms all;
  
}
.hikashop_products_listing .hikashop_container:hover a.hikabtn {
    background-color: #004f7c;
  transition: 300ms all;
}
.hikashop_product_page .hikacart span:before {
  content:'\f217';
  display: block;
  position: relative;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  /*margin-right: 10px;*/
  
}
.hikashop_product_page {
  /*background-color: #f1f1f1;*/
    padding: 30px;
}
.hikashop_product_description_main {
      color: #999 !important;
  text-align: justify;
}
.hikashop_small_cart_total_title {
    color: #546685;
  font-size: 14px;
}
#sp-position6 .sp-module-title {
    color: #bf3922;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 400 !important;
}
.hikashop_category_image {
    height: auto;
    text-align: center;
    clear: both;
    display: none;
}
.layout-listing .hikashop_product {
        border: 1px solid #f7f7f7;
  transition: 300ms all;
  margin-bottom: 20px;
}
.layout-listing .hikashop_product:hover {
    border: 1px solid gainsboro;
  transition: 300ms all;
}
.layout-listing .hikashop_subcategories_listing {
  display: none;
}
#fitting-skylinemenu > :first-child a span:before {
    content: '\f12a';
    position: relative;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    padding-right: 10px;
    color: red;
}
.hikashop_product_name a {
  font-size: 13px;
  padding: 10px;
}
#hikashop_cart_module .hikashop_cart {
  font-size: 12px;
  
}
span#hikashop_product_name_main {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
  	margin-bottom: 30px;
    display: block;
}
#hikashop_product_right_part span.hikashop_product_price.hikashop_product_price_0 {
    color: #ff0000;
    font-size: 24px;
    font-weight: 400;
}
.hikashop_variants_table_tbody .hikashop_product_price_full, .hikashop_checkout_cart .hikashop_product_price_full {
  font-size: 16px;
  color: #ff0000;
    font-weight: 400;
}
.hikabtn.hikacart span {
  display: inline-flex;
}
.hikashop_product_quantity_change_div_leftright span.add-on a {
    position: relative;
    /*font-size: 16px;*/
  display: block;
  background-color: white;
}
#hikashop_product_quantity_field_1 {
  /*border: none;*/
  text-align: center;
}
.hikashop_product_quantity_div {
    display: inline-flex;
    /*border: 1px solid #e3e3e3;*/
}
.hikashop_product_quantity_field_change .fas {
    font-size: 12px;
    color: black;
}
.hikashop_variants_table_tbody tr td, .hikashop_checkout_cart table tr td {
  display: table-cell;
    vertical-align: middle;
}
.notifyjs-metro-warning {
    background-color: white !important;
    border: 1px solid #004f7c !important;
}
.notifyjs-metro-base .text-wrapper {
    color: #004f7c;
}
i.fa.fa-3x.fa-exclamation-circle {
    color: #004f7c !important;
}
#sp-position6 .hikashop_cart_proceed_to_checkout {
  background-color: #004f7c;
    color: white;
    display: block;
    width: fit-content;
  transition: 300ms all;
  font-size: 12px;
    margin-top: 10px;
}
#sp-position6 .hikashop_cart_proceed_to_checkout:hover {
  background-color: #bf3922;
  transition: 300ms all; 
}
#hikashop_product_right_part .input-prepend.input-append.hikashop_product_quantity_div {
    padding: 3px 30px;
}
#hikashop_category_information_module_90 h2 {
  text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-top: 80px;
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
}
tr.hikashop_variants_table_thead_tr {
    font-weight: 100 !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
  background-color: #004f7c;
    color: white;
}
label[for="hikashop_checkout_coupon_input_4_3"] {
  background-color: #004f7c;
    padding: 10px 20px;
    margin-top: 30px;
    color: white;
}
.hikabtn {
  border-radius: 0px;
  padding: 10px 20px;
}
.hikashop_checkout_coupon_field {
    width: 30% !important;
    margin-left: 0;
}
.hika_j2 .btn-primary, .hikabtn-primary {
    color: #fff;
    background-color: #004f7c;
    border-color: #004f7c;
}
#hikashop_checkout_login_2_0 .hk-container-fluid .hkc-lg-4 label {
    background-color: #0b3655;
    text-align: center;
    padding: 5px 20px;
    font-size: inherit;
    color: white;
    display: block;
    /* width: 50%; */
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.hikashop_checkout_login h1, .hikashop_checkout_login h2 {
    font-size: 24px;
}
#hikashop_checkout_login_form, #hikashop_checkout_registration {
    background-color: #004f7c;
    color: white;
    padding: 20px;
}
#hikashop_checkout_login_2_0 .hk-container-fluid .hkc-lg-4 label input {
    display: none;
}
.view-product #hikashop_product_quantity_main {
  max-width: 200px;
    margin: auto;
}
.view-product a.hikacart {
    display: block;
  max-width: 200px;
  margin-left: 0;
}
.layout-show .hk-row-fluid {
  background-color: #f6f6f6;
  padding: 20px 0px;
}
#hikashop_module_94 .hikashop_product_code_list {
  display: none;
}
#hikashop_module_94 .hikashop_product_has_options {
  display: inline-flex;
}
#hikashop_module_94 .hikashop_product_has_options:after {
    font-size: inherit;
}
#hikashop_order_main .hikashop_header_title h1 {
  margin: 10px 0 30px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
    background-color: #bf3922;
    color: white;
    padding: 13px 0px;
    text-transform: uppercase;
}
#hikashop_checkout .hikashop_product_price_full, {
  font-size: 13px;
  text-align: center;
      display: block;

}
.red {
  text-align: center;
      display: block;

}
.hikashop_cart_product_quantity_value {
  text-align: center;
}
.hikashop_checkout_cart .hikashop_cart_product_name {
  margin-bottom: 0px;
}
.hikashop_checkout_cart .table-striped tbody tr:nth-of-type(odd) {
    background-color: #e9ecef;
}
.hikashop_checkout_cart .table-hover tbody tr:hover {
    background-color: #e9ecef;
}
.hikashop_products_listing_switcher span i {
    color: #ffffff;
}
.ftblt_net_price {
  display: block;
  font-size:10px;
}
span.hikashop_product_name {
        min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hikashop_subcontainer a.hikabtn:before {
    content: "\f05a";
    display: inline-block;
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    padding-right: 5px;
}
a.hikabtn.hikashop_switcher_list {
    background-color: #004f7c;
}
a.hikabtn.hikashop_switcher_grid {
    background-color: #004f7c;
}
.display_list .hikashop_product_image_subdiv {
  width:115px !important;
}
.pagination .limit {
  display: none;
}
.pagination .counter {
  display: none;
}
span.hikashop_results_counter {
    font-size: 12px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #004f7c;
    border-color: #004f7c;
}
.page-item.active a:hover {
    z-index: 1;
    color: #fff;
    border-color: #bf3922;
    background-color: #bf3922;
}
#hikashop_category_information_menu_103 div.hikashop_container {
    margin: 0px !important;
}
.hikashop_product_price_full {
  display: block;
  min-height: 50px;
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.layout-listing .hikashop_product_price_0,  {
    font-size: 20px;
    font-weight: 500;
}
.hikashop_product_price_full .red {
    font-size: 16px;
    font-weight: 500;
}
.hikashop_product_custom_info_main h4 {
  font-size: 22px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    margin-bottom: 30px !important;
    display: block !important;
}
button#hikabtn_checkout_next:before {
    content: "\f058";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    margin-right: 5px;
}
.hikashop_checkout_cart .table-striped thead {
  text-align: center;
}
#fitting-skylinemenu .deeper ul {
    background-color: #e9ecef !important;
}
#fitting-skylinemenu .deeper ul li.deeper {
    background-color: white;
}
#fitting-skylinemenu .deeper ul li.deeper:hover {
    background: rgba(214,60,36,1);
background: -moz-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,60,36,1)), color-stop(100%, rgba(191,57,34,1)));
background: -webkit-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -o-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -ms-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: linear-gradient(to bottom, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d63c24', endColorstr='#bf3922', GradientType=0 );
}
#fitting-skylinemenu li.active {
    border-left: 2px solid #004f7c;
}
#fitting-skylinemenu li.active .deeper {
    border-left: 0px;
}
.ftblt_net_price {
  color: #555;
}
.ftblt_crt_bgbm .hikashop_product_quantity_field {
    width: 120px !important;
}
td.hikashop_cart_product_image_value {
    max-width: 80px;
}

.login-greeting {
  text-align: center;
}
.logout-button .btn-primary {
  margin: auto;
    display: block;
}
.login_sr_nm {
      color: #bf3923;
}
.fitting_fulltermek_cl {
  width: 100%;
  display: block;
}
#megjegyzsarendelshez {
    width: 100%;
}
.hikashop_checkout_megjegyzsarendelshez_line {
  margin: 15px 0;
}
.hikashop_checkout_megjegyzsarendelshez_line label {
  text-align: left !important;
}
.hikashop_checkout_status {
    margin: 30px 0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.hikashop_variants_table_thead_tr .hikashop_product_image, .hikashop_variants_table_tbody .hikashop_product_image_row, .hikashop_product_custom_info_main_table .hikashop_product_custom_szllts_line, .hikashop_cart_product_image {
  display: none;
}
#hikashop_product_custom_info_main {
  padding-top: 30px;
}
.hikashop_order_sort select#filter_order_range {
  display: none;
}
#hikashop_collectondelivery_end, #hikashop_banktransfer_end {
    padding: 20px;
    background-color: #e9ecef;
}

tbody .hikashop_product_price {
    color: #bf3923;
    font-size: 20px;
    font-weight: 500;
}
div.hika_toolbar .hikabtn span.hk-icon {
    color: #004f7c;
}
.txation {
  color: #b3b3b3;
    font-weight: 100;
}
.hikashop_product_price.title {
  color: white;
}
.hikashop_reset_button_inside a {
    font-size: 12px;
    background: rgba(17,99,143,1);
background: -moz-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,99,143,1)), color-stop(100%, rgba(0,79,124,1)));
background: -webkit-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: -o-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: -ms-linear-gradient(top, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
background: linear-gradient(to bottom, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11638f', endColorstr='#004f7c', GradientType=0 );
    color: white;
}
.hikashop_reset_button_inside:hover a {
    font-size: 12px;
    background: rgba(214,60,36,1);
background: -moz-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,60,36,1)), color-stop(100%, rgba(191,57,34,1)));
background: -webkit-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -o-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: -ms-linear-gradient(top, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
background: linear-gradient(to bottom, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d63c24', endColorstr='#bf3922', GradientType=0 );
    color: white;
}


/* Mike */
.sp-scroll-up {
    bottom: 90px;
}

.hikashop_product_page a.hikabtn.hikacart {
    margin-left: auto;
}

@media(max-width: 340px) {
button.vex-dialog-button-primary.vex-dialog-button.vex-first {
    margin-left: -10px !important;
}
}


@media(min-width: 992px) and (max-width: 1199px) {
  div#sp-menu.col-lg-6 {
    min-width: 100% !important;
    padding-right: 3px !important;
    padding-left: 3px !important;
  }
}

@media(max-width: 991px) {
  
  a#hikashop_reset_button_module_118 {
    margin-top: 10px;
}
  
  .offcanvas-menu {
    background: linear-gradient(to bottom, rgba(17,99,143,1) 0%, rgba(0,79,124,1) 100%);
    color: white;
}
   
  #sp-search {
    margin-top: auto;
    margin-bottom: auto;
  }
  
  
.offcanvas-menu ul.sl_hikashopaccordion.sl_hikashopaccordion_modern_css3#fitting-skylinemenu-mobile {

}
  
 #fitting-skylinemenu-mobile li a span {
    font-size: 12px;
    padding: 10px;
   color: white;
}
  
  .mobile-offcv-categories ul#fitting-skylinemenu-mobile li {
    
  }
  
  
  .mobile-offcv-categories ul#fitting-skylinemenu-mobile li > .deeper.parent {
    
  }
  
  
  .hikashop_product_characteristics > form {
  overflow-x: auto;
}
  
  .mobile-offcv-categories .sp-module-title {
    text-align: center;
    font-size: 16px;
  }
  
  
 .offcanvas-menu  ul.menu li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  
  .offcanvas-menu ul.menu li.current {
   background: linear-gradient(to bottom, rgba(214,60,36,1) 0%, rgba(191,57,34,1) 100%);
  }
  
 .offcanvas-menu  ul.menu li a {
    color: white !important;
    font-weight: bold;
  }
  
  .offcanvas-menu ul.menu {
    border-bottom: 1px solid white;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
  }
  
  .offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 10px;
    margin-top: 25px;
}
  
  #offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
    color: #bb4430;
}
  
  ul#fitting-skylinemenu-mobile li.deeper > .has_link > span:before {
    font-family: "Font Awesome 6 Free" !important;
    content: "\f061";
    padding-right: 8px;
    color: #bf3922;
    font-weight: 1000 !important;
}
  

.hikashop_checkout_cart .table.table-striped.table-hover tr > td {
  min-width: 100%;
    float: right;
  position: relative;
  align-items: center;
    justify-content: center;
    display: flex;
}

  
  span.hikashop_product_price_full {
    padding: 0 !important;
}
  
  p.hikashop_checkout_cart_product_mennyisegiegyseg {
    text-align: center;
}
  
  .hikashop_checkout_cart #fitting_fulltermek .card.card-body {
    overflow-x : auto;
  }
  
  button.btn.btn-primary.fitting_fulltermek_cl {
    overflow-x: auto;
}
  
  .hikashop_cart_product_image_thumb .hikashop_product_checout_cart_image {
    min-width: 20px;
  }
  
.ftblt_crt_bgbm .hikashop_product_quantity_field {
    width: 60px !important;
}
  

td > span {
  margin-left: auto;
}

.hikashop_cart_product_quantity_delete {
  padding-left: 5px;
}


p.hikashop_cart_product_name {
      padding-left: 40px;
}

.offcanvas-menu .hikashop_module h4 {
    /* color: white !important; */
        font-size: 16px;
}

.offcanvas-menu .hikashop_module h4 a {
    color: white !important;
}

.hikashop-category-listing-offcv > .sp-module-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 15px;
}

li.hikashop_category_list_item a{
    color: white !important;
    font-size: 12px !important;
}


li.hikashop_category_list_item a::before {
      font-family: "Font Awesome 6 Free" !important;
    content: "\f1ce";
    padding-right: 8px;
    color: #bf3922;
    font-weight: 900;
}


.hikashop_subcategories .jpane-toggler.title span a::before {
font-family: "Font Awesome 6 Free" !important;
    content: "\f061";
    padding-right: 8px;
    color: #ffffff;
    font-weight: 900;
}
  .layout-listing .hikashop_subcategories_listing {
  display: block !important; 
}
  
  #sp-main-body .hikashop_subcategories_listing {
  display: none !important; 
}

  #sp-header {
  height: 100px;
  }
  
  a#hikashop_reset_button_module_103 {
    margin-top: 10px;
}
  
  input#filter_text_Kereses_1 {
    margin-top: 5px;
}
  
  div#sp-menu {
    margin-top: auto;
    margin-bottom: auto;
}
  
}







p.orderactivate-class {
    color: red;
    font-weight: bold;
    font-size: 0.9rem;
    background: #e9ecef;
 /*   padding-left: 20px; */
    padding-top: 0px !important;
    margin-top: 0px !important;
}


@media(max-width: 767px) {
  tr.hikashop_variant_row {
    display: block;
}

td.hikashop_product_add_to_cart_row.hikashop_variants_table_td.ftblt_btner {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
  
  
  th.hikashop_product_add_to_cart.title.hikashop_variants_table_th {
    display: none;
}
  
  tr.hikashop_variants_table_thead_tr {
    width: 100%;
    display: inline-table;
}
    
    .hikashop_product_characteristics > form {
   overflow-x: visible !important;
}
  
  .hikashop_product_page {
  padding: 0px !important;
}
  
/*
  input#filter_text_Kereses_1 {
    width: auto;
}

  
  .hikashop_reset_button_inside {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  */
  
  thead th.hikashop_variants_table_th {
    text-align: center;
    width: 25%;
  }
  
  tbody td.hikashop_variants_table_td {
    text-align: center;
    width: 25%;
  }

  
  
}

@media(width: 320px) {
     
  div#hikashop_product_characteristics {
    margin-left: -40px !important;
}
  
}
/*
form div.hikashop_reset_button_inside > a#hikashop_reset_button_module_103 {
    display: none !important;
*/
@media (max-width: 991px) .offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 0px !important;
    margin-top: 0px !important; 
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 0px !important;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-right: 0px !important;
}

.d-flex.align-items-center.p-3.pt-4 {
    background: #fff;
}


#offcanvas-toggler {
    color: white !important;
}

.burger-icon span {
    background-color: white !important;
}

div#sp-position4 {
    justify-content: left;
    align-items: center;
    display: flex;    
}



}


#system-message-container {
    position: relative !important;
    width: 100% !important;
    padding: 25px !important;
}

div#hikashop_checkout_login_form a {
    color: white;
}

/*.contact_us_dropdown_hidden a.hikabtn:first-child {
  display: none;
}*/



.com-hikashop.view-user.layout-cpanel.task-cpanel .hkdropdown-menu.hkdropdown-menu-right li:last-child, .com-hikashop.view-order.layout-listing .hkdropdown-menu.hkdropdown-menu-right li:last-child {
    display: none;
}


/* GDPR */



.activebar-container {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #000;
    color: #fff !important;
}
.activebar-container p {
    font-size: 16px;
}
.activebar-container a {
    font-weight: bold;
    font-size: 14px;
color: #d23c24;
}
.activebar-container {
    margin: 0;
    display: block;
    position: fixed;
    top: auto !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    overflow: hidden;
    overflow-x: hidden;
  border-top: 1px dotted white;
}
.activebar-container button.accept {
    color: #fff !important;
    background-color: #5cba3c !important;
}

.activebar-container button {
    float: right;
    clear: none;
    margin: 5px 10px;
    padding: 10px 20px !important;
    border-radius: 5px;
    border: none;
}

.activebar-container button {
    float: right;
    clear: none;
    margin: 5px 10px;
    padding: 10px 20px !important;
    border-radius: 5px;
    border: none;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted, .plg_system_eprivacy_module div.plg_system_eprivacy_declined {
    opacity: 0.60;
    overflow: hidden;
    border: none !important;
    border-top: 1px dotted rgba(255, 255, 255, .1) !important;
    color: #ffffff !important;
    vertical-align: middle;
    padding: 5px !important;
    background-color: #191919;
    font-size: 14px;
}
.plg_system_eprivacy_accepted p {
    margin-bottom: 0px;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button {
    border: 1px solid #fefcfa00;
    color: #929090;
    padding: 0px 10px !important;
    margin-right: 10px;
    background-color: rgba(114, 114, 115, 0);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button:hover, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button:hover {
    color: #025baa;
    border-color: #72727300;
    background-color: #fff0;
}

/* ---------------- GDPR END ------------*/





.cc-compliance.cc-highlight > .cc-deny {
    order: 3 !important;
    color: black !important;
    background: #ffffff !important;
}

.cc-compliance.cc-highlight > .cc-allow {
    order: 2 !important;
}

.cc-compliance.cc-highlight > .cc-allowall {
    order: 1 !important;
    background: #333333 !important;
    color: white !important;
}


.plg_system_webauthn_login_button {
    display: none;
}

#sppb-addon-1602591092811 {
    padding: 25px;
    background: #07588410;
    border-radius: 5px;
}