/* Tools */
.flexbox-row.wrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}
@media (max-width: 767px){
  .xs-expand{
    width: 100%;
  }
}


.flexbox-row.wrap > .flexbox-item {
  flex: 0 0 auto;
  margin: 0px;
}

.flexbox-col{
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}

.flexbox-col > .flexbox-item {
  flex: 0 0 auto;
  margin: 0px;
}


/* General */

.header-container, 
header#header,
.columns-container,
#home-page-tabs{
  background-color: #f6f6f6;
}
ul.product_list.grid > li .product-container .product-image-container{
  border: none;
}
@media (min-width: 768px){
  .sf-menu  {
    border-top: 1px solid #d6d4d4;
  }
}

/*#block_top_menu > ul > li:nth-child(1) > ul{
  display: block !important;
}*/
.sf-menu > li > ul > li > a{
	color: #000;
}
.sf-menu > li > ul > li > ul > li > a{
  color: #33A;
}
.sf-menu > li > ul > li > ul > li.more-li > a{
  color: #C03731;
}
.sf-menu li li li a:hover{
	color: #33A;
	text-decoration: underline;
}
.sf-menu > li > a {
    font: 600 14px/18px "Open Sans", sans-serif;
    color: #484848;
    display: block;
    padding: 10px 8px;
    background-color: #e9e9e9;
    border-bottom: 1px solid #D6D6D4;
    flex-grow: 1;
}
.sf-menu > li:last-of-type > a{
  background-color: #C03731;
  color: #fff;
}
@media (max-width: 767px) {
  .sf-menu > li > ul {
    top: unset !important;
  }  
}
@media (min-width: 768px){
  .sf-menu{
    flex-wrap: nowrap;
  }
  .sf-menu > li{
    display: flex;
    border-right: none;
  }
  .sf-menu > li:last-of-type{
    border-right: 1px solid #D6D6D4;
  }
}

/* top nav bar */
header .nav .shop-phone{
  padding: 8px 0 8px;
}
header .nav .shop-phone i{
  vertical-align: middle;
}
header .nav {
  background-color: #C03731;
  color: #fff;
}
header .nav nav {
  display: flex; }
  header .nav nav .expander{
    flex-grow: 1; }
.header_user_info{
  border-left: 1px solid #C03731;
  border-right: 1px solid #C03731;
}
#contact-link{
  border-left: 1px solid #C03731;
}
.top-nav-link {
  float: right;
  border-left: 1px solid #C03731; }
.top-nav-link.last{
  border-right: 1px solid #C03731; }
  @media (max-width: 479px) {
    .top-nav-link {
      text-align: center; } }
  .top-nav-link a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 11px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      .top-nav-link a {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px; } }
    .top-nav-link a:hover, .top-nav-link a.active {
      background: #2b2b2b; }

@media (max-width: 767px) {
  .top-nav-link {
  display: none;
  } }

/* slider */
.banners-holder{
  padding-bottom: 14px;
}

/* homepage */
.main-page-section-heading{
  margin-bottom: 36px;
}
.main-page-section-heading > span{
  display: inline-block;
  background: none;
  color: #333;
  padding: 10px 0 0;
  font: 600 21px/24px "Open Sans", sans-serif;
  text-transform: uppercase;
}
#home-page-tabs > li a,
#home-page-tabs > li.active a, 
#home-page-tabs > li a:hover {
  background: none;
  color: #333;
  padding: 10px 0 0;
  margin: 0;
}

#page #htmlcontent_home ul{
  margin: 0 -15px;
}
#page #htmlcontent_home ul li{
  padding: 10px 15px 20px;
}

/* filters */
/*#layered_block_left {
  background-color: #C03731;
  color: #fff;
}
#layered_block_left a{
  color: #fff;
}
#layered_block_left .title_block{
  background-color: #C03731;
  color: #fff;
}
#layered_block_left .block_content{
  padding: 0 10px
}
#layered_block_left #enabled_filters{
  background-color: #333;
  border-bottom: none;
}*/

/* tooltip bootstrap */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}


/* Product list */
ul.product_list .button.phone-tooltip-trigger{
  vertical-align: top;
}

@media (min-width: 992px){
  ul.product_list.list .new-box,
  ul.product_list.list .sale-box{
    top: 4px;
    left: 4px;
    overflow: hidden;
    height: auto;
    width: auto;  
  }
  ul.product_list.list .sale-box{
    top: auto;
    right: auto;
    bottom: 4px;
  }
  ul.product_list.list .sale-label,
  ul.product_list.list .new-label{
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 4px;
    font: 400 14px/12px Arial, Helvetica, sans-serif;
    text-shadow: none;
  }
  ul.product_list.list .sale-label{
    right: auto;
  }
  
  ul.product_list.list .new-label:before,
  ul.product_list.list .new-label:after{
    display: none;
  }
  ul.product_list.list .product-container > .row > .left-block{
     width: 16%;
  }
  ul.product_list.list > li .right-block .right-block-content .content_price .price{
    margin-bottom: 0;
    margin-top: 4px;
  }
  ul.product_list.list .product-container > .row > .center-block{
     width: 52%;
     padding: 0;
  }
  ul.product_list.list .product-container > .row > .right-block{
     width: 32%;
  }
  ul.product_list.list > li .right-block .right-block-content{
    display: flex; 
    flex-wrap: wrap;
  }
  ul.product_list.list > li h5{
    display: block;
    float: left;
    width: 40%;
    font-weight: 700;
    padding-right: 5px;
  }
  ul.product_list.list > li .product-desc{
    display: block;
    float: left;
    width: 60%;
    margin: 12px 0 3px;
    max-height: calc(5em * 18 / 13);
    overflow: hidden;
  }
  ul.product_list .color-list-container{
    clear: both;
    width: 100%;
    margin: 1px 0 0;
    height: 0;
  }
  ul.product_list.list > li .right-block .right-block-content .content_price{
    width: 100%;
    padding: 0;
    order: 2;
  }
  ul.product_list.list > li .right-block .right-block-content .tooltip-inner{
    width: 204px;
    max-width: 100%;
  }
  ul.product_list.list > li .right-block .right-block-content .button-container{
    width: 100%;
    padding: 0;
    display: flex;
    order: 1;
    overflow: visible;
  }
  ul.product_list.list > li .right-block .right-block-content .functional-buttons{
    padding: 0;
    width: 100%;
    order: 3;
  }
  ul.product_list.list > li .right-block .right-block-content .button-container .btn.ajax_add_to_cart_button{
    margin-bottom: 5px;
    text-align: center;
  }
  ul.product_list.list .button.phone-tooltip-trigger{
    margin-bottom: 5px;
    margin-left: 5px;
  }
  ul.product_list.list .button.phone-tooltip-trigger span{
    padding: 10px 14px;
    display: block;
    height: 100%;
  }
  ul.product_list.list > li .product-image-container{
    padding: 0;
    border: none;
  }
  ul.product_list.list > li .product-container{
    padding: 15px 0;
  }
}

ul.product_list .quick-view-wrapper-mobile, 
ul.product_list .quick-view{
  display: none !important;
}
ul.product_list.list .availability span{
  margin-bottom: 8px;
}
ul.product_list.list .lnk_view{
  display: none;
}

/* Product page */
body.product .price_tax_excl .price,
body.product .price_tax_excl{
  font: 600 20px/24px "Open Sans", sans-serif;
}
body.product .top-infos h1{
    font-size: 20px;
    color: #3a3939;
    padding-bottom: 10px
}
body.product .pb-center-column{
  padding-top: 60px;
}
body.product .pb-right-column{
  margin-bottom: 15px;
}
body.product .product-box{
  margin-bottom: 10px;
}
.pb-center-column #quantity_wanted_p label{
  display: block;
  width: 100%;
  text-align: left;
}
.accessories-block ul{
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.accessories-block ul li{
  width: 50%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width: 768px){
  .accessories-block ul li{
    width: 33.333%;
  }
}
@media (max-width: 480px){
  .accessories-block ul li{
    width: 33.333%;
  }
}
#page .product-description-scope td{
  padding: 3px;
}
#page #short_description_content p,
#page .product-description-scope p{
  margin: 0 0 0.2em;
}
#page .product-description-scope p:last-of-type{
  margin: 0;
}

ul.product_list.pack-products.grid > li .product-container h5 {
  margin: 0;
}
ul.product_list.pack-products.grid > li .product-container .price{
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  font-family: Arial,Helvetica,sans-serif;
}

ul.product_list.pack-products .button.ajax_add_to_cart_button,
ul.product_list.pack-products .button.lnk_view, 
ul.product_list.pack-products .button.button-medium.phone-tooltip-trigger {
  font: 700 13px/18px Arial,Helvetica,sans-serif;
  vertical-align: top;
}
ul.product_list.pack-products .button.ajax_add_to_cart_button span,
ul.product_list.pack-products .button.lnk_view span,
ul.product_list.pack-products .button.button-medium.phone-tooltip-trigger span{
  padding: 4px 6px;
}

ul.product_list.pack-products .button.button-medium.phone-tooltip-trigger{
  margin: 0 6px 10px 6px;
}

ul.product_list.pack-products .product-name {
  font-size: 14px;
  line-height: 20px;
}


/* blocklayered cusomizations */
#layered_block_left ul{
  padding: 2px 0 1px;
  margin-bottom: 3px;
}
#layered_block_left ul li{
  padding: 0;
}
#layered_block_left ul li label{
  margin-bottom: 0;
}
#layered_block_left ul li div.checker > span{
  top: 0;
}

/* order page styles */
#order #address_invoice .address_firstname,
#order #address_invoice .address_lastname{
  display: none !important;
}
#opc_invoice_address .firstname-group,
#opc_invoice_address .lastname-group{
  display: none !important;
}

.order_carrier_content .checkbox + .checkbox{
  margin-top: 5px;
}

#page.radio + .radio, #page .checkbox + .checkbox {
  margin-top: 5px;
}

/* footer */
#footer #newsletter_block_left,
.footer-container #footer #social_block {
  width: 100%;
}
#footer #newsletter_block_left .text-gdpr{
  margin-top: 18px;
  font-size: 12px;
}

/* stores in contact page */
#contact #map {
  width: 100%;
  height: 447px;
  margin-bottom: 26px; }
#contact input#addressInput {
  display: inline-block;
  width: 269px; }
#contact .address-input {
  float: left;
  margin-right: 19px; }
  @media (max-width: 767px) {
    #contact .address-input {
      width: 100%;
      margin: 0 0 20px 0; } }
  #contact .address-input label {
    margin-right: 5px; }
#contact .radius-input {
  float: left;
  line-height: 23px;
  margin-right: 20px; }
  #contact .radius-input label,
  #contact .radius-input .selector {
    float: left; }
  #contact .radius-input label {
    margin-right: 10px; }
  #contact .radius-input #radiusSelect {
    width: 78px; }
#contact .store-content {
  padding-bottom: 30px; }
#contact .store-content-select .selector {
  visibility: hidden;
  display: none; }
#contact .store-content-select.active {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #d6d4d4; }
  #contact .store-content-select.active .selector {
    visibility: visible;
    display: block; }
#contact .store-title {
  margin-bottom: 16px; }
#contact label {
  font-weight: normal;
  color: #777; }
#contact #stores_loader {
  display: none;
  margin-left: 5px; }
#contact #locationSelect {
  max-width: 356px;
  visibility: hidden; }
#contact #stores-table {
  display: none; }
  #contact #stores-table tbody td {
    padding: 20px; }
    #contact #stores-table tbody td.num {
      background: #fbfbfb;
      width: 46px; }
    #contact #stores-table tbody td.name span {
      padding-left: 15px; }
    @media (max-width: 767px) {
      #contact #stores-table tbody td.name img {
        display: none; } }

.store-image img {
  width: 100%;
  min-width: 100px; }

header .nav #header_logo {
  padding: 5px 10px 5px 0;
  width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .nav #header_logo img {
  width: auto;
  max-width: 130px;
  padding: 0;
}

/* NAV */

@media (max-width: 1199px) {
  .nav-lg-up{
    display: none;
  }
}

@media (max-width: 991px) {
  .nav-md-up{
    display: none;
  }
}

@media (max-width: 767px) {
  .nav-sm-up{
    display: none;
  }
  header .nav nav {
    padding-left: 60px;
  }
}

@media (min-width: 768px) {
  .nav-sm-down{
    display: none;
  }
}

@media (min-width: 992px) {
  .nav-md-down{
    display: none;
  }
}

@media (min-width: 1200px) {
  .nav-lg-down{
    display: none;
  }
}

/* SEARCH */

header .nav #search_block_top{
  padding: 3px 10px;
  width: 260px;
}

header .nav #search_block_top #search_query_top{
  padding: 2px 32px 2px 10px;  
  height: 30px;
}

header .nav #search_block_top .btn.button-search{
  padding: 0;
  line-height: 30px;
  height: 30px;
  width: 30px;
}

@media (max-width: 767px) {
  .mobile-search-opener{
    padding: 5px 0 5px 20px;
  }
  .mobile-search-opener:after{
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 23px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    display: block;
  }
  header .nav #search_block_top {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 50000;
    width: 100%;
    transition: all .3s ease-in-out;
    transform: translate(0, -50%) scale(1, 0);
    opacity: 0;
    pointer-events: none;
  }
  header.is-search-opened .nav #search_block_top{
    transform: translate(0, 0) scale(1, 1);
    opacity: 1;
    pointer-events: unset;
  }
}

/* CART */

#header .nav .shopping_cart{
  padding: 5px 0 5px 10px;
  float: none;
  width: unset;
}

#header .nav .shopping_cart > a:first-child {
  padding: 0;
  background: transparent;
  color: transparent;
  text-decoration: none;
  text-shadow: none;
}

#header .nav .shopping_cart > a:first-child:before{
  padding: 0;
}

#header .nav .shopping_cart > a:first-child:after{
  content: none;
  display: none;
}

#header .nav .cart_block {
  top: 100%;
}

#header .nav .color-body{
  color: #777;
}

@media (max-width: 1200px) {
  #header .nav .cart_block {
    width: 270px;
    max-width: 100vw;
  }
}

/* MENU */

@media (max-width: 767px) {
  .cat-title:hover,
  .cat-title{
    position: absolute;
    top: -37px;
    left: 15px;
    width: 30px;
    height: 37px;
    font-size: 0;
    text-transform: uppercase;
    color: transparent;
    padding: 0;
    border: none;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .cat-title:after{
    display: none;
    content: none;
  }
  .cat-title--dash{
    display: block;
    margin: 3px 0;
    height: 3px;
    background-color: #fff;
    width: 100%;
    border-radius: 1px;
  }
  .cat-title.active{
    background-color: transparent;
  }
  .cat-title.active .cat-title--dash:nth-last-of-type(1) {

  }
  #block_top_menu{
    padding-top: 0;
  }
 
  .sf-menu > li span {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 30px;
    height: 30px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sf-menu > li span:after{
    font-size: 22px;
    line-height: 22px;
    display: block;
  }
  
  .sf-menu > li:last-of-type span:after {
    color: #fff;
  }
}

/* product list fix - mobile */
@media (max-width: 991px) {
  ul.product_list.list > li .right-block .right-block-content .button-container .button {
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .product_list.list .product-container .left-block,
  .product_list.list .product-container .center-block,
  .product_list.list .product-container .right-block{
    width: 100%;
    text-align: center;
  }
  ul.product_list.list > li .right-block .right-block-content .button-container .btn {
    margin-bottom: 0;
  }
  ul.product_list.list > li .right-block .right-block-content .content_price,
  ul.product_list.list > li .right-block .right-block-content .button-container {
    width: 100%;
  }
  ul.product_list.list > li .right-block .right-block-content {
    padding-top: 0;
  }
  ul.product_list.list > li .right-block .right-block-content .functional-buttons {
    text-align: center;
  }
  ul.product_list.list > li .right-block .right-block-content .functional-buttons > div {
    float: none;
    padding-right: 0;
  }
}

/* client demand update */
body{
  color: #333;
}

.header-container, header#header, .columns-container, #home-page-tabs {
  background-color: #fff;
}

#block_top_menu {
  padding-top: inherit;
  margin-top: 14px;
}

#columns {
  position: inherit;
  padding-bottom: inherit;
  padding-top: inherit;
}

header {
  padding-bottom: inherit;
  margin-bottom: 14px;
}

.breadcrumb {
  margin-bottom: 14px;
}

h1, h2, h3 {
  margin-top: inherit;
}

.block .title_block, .block h4 {
  background: inherit;
  padding: 14px 5px 5px 5px;
}

#categories_block_left li span.grower {
  background: inherit;
}

#categories_block_left li a {
  line-height: 28px;
  padding: 0 25px 0px 5px;
}

#categories_block_left li li a {
  color: inherit;
}

#enabled_filters {
  background: inherit;
  padding: inherit;
}

.content_scene_cat .content_scene_cat_bg {
  background-color: inherit !important;
  padding: 12px 10px 10px 0px;
}

.content_scene_cat p {
  margin: 0 0 9px; /* tu tak naprawde usunac zerowanie */
}

.content_scene_cat {
  color: inherit;
}

.content_scene_cat span.category-name {
  color: inherit;
  margin-bottom: inherit;
}

.content_scene_cat a {
  color: inherit;
}

body.product .top-infos h1 {
  margin-top: 10px;
}

/* update - 2021-09-24 - delivery is displaying and shouldn't */
@media (max-width: 767px) {
  #order-detail-content #cart_summary tr.unvisible {
    display: none;
  }
}