@import url('https://fonts.googleapis.com/css2?family=Passions+Conflict&family=Quicksand:wght@300..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Passions+Conflict&family=Quicksand:wght@300..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/*
@font-face {
    font-family: 'Quicksand';
    src: url('fonts/Quicksand.eot');
    src: url('fonts/Quicksand.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand.woff') format('woff'),
         url('fonts/Quicksand.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik.eot');
    src: url('fonts/Rubik.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rubik.woff') format('woff'),
         url('fonts/Rubik.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/


html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  background-color: #f0f3f7;
  color: #414141;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}
body a:hover {
  color: #61b34b;
  text-decoration: none;
}
body, td, th, input, textarea, select, a {
  font-size: 16px;
}

header {
  background-color: #fff;
  padding: 25px 0px 0px 0px;
}
header .logo {
  margin-bottom: 20px;
}
header .search form {
  margin-bottom: 0px!important; 
}
header .search input {
  font-size: 16px;
  color: #7d7f81;
  border-color: #b9bcc0;
  border-radius: 7px;
}
header .search input::placeholder {
  color: #7d7f81;
}
header .search input:focus {
  border-color: #61b34b;
}

header .search button {
  background-color: #61b34b;
  border-color: #61b34b;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-width: 0px;
  color: #fff;
  font-weight: 700;
}
header .search button:hover {
  background-color: #5a9d47;
  border-color: #5a9d47;
}
header .search button.search_cart {
  margin-left: 10px;
  background-color: #f26c55;
  border-radius: 7px;
  font-weight: 600;
}
header .search button.search_cart:hover {
  background-color: #f06149;
  text-decoration: none;
  cursor: pointer;
}
header .me_dropdown li.me_product_list {
  padding: 5px 0px;
}
header .search .me_dropdown {
  margin-top: 0px;
}
header .search .me_dropdown::before {
  display: none;
}
@media  (max-width: 1539px) {
  header .search .me_dropdown {
    width: 530px!important;
  }
}
header .search .me_seach_dropdown .me_caption h4 {
  font-weight: 400;
}
header .search .me_seach_dropdown .me_caption .price {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
}
header .search .me_seach_dropdown .me_caption .price .price-new {
  color: #f56f49;
}
header .search .me_seach_dropdown .me_dropdown .view-all {
  position: relative;
}
header .search .me_seach_dropdown .me_dropdown .view-all a {
  font-size: 15px;
  font-weight: 600;
  color: #414141;
}
header .search .me_seach_dropdown .me_dropdown .view-all a:hover {
  color: #f26c55;
}
header .search .me_seach_dropdown .me_dropdown .view-all .clearable__clear {
  display: inline-block;
  padding: 0px 10px;
  margin-right: 10px;
  position: relative;
  top: inherit;
  right: inherit;
  font-size: 30px;
  line-height: 38px;
  cursor: pointer;
}
header .search .me_seach_dropdown .me_dropdown .view-all .clearable__clear:hover {
  color: #f26c55;
}

header .interface {
  text-align: center;
}
header .interface .row {
  display: inline-flex;
  flex-direction: row;
  width: auto;
  line-height: 47px;
}

header .interface .wishlist {
  width: 105px;
  height: 47px;
}
header .interface .wishlist a {
  padding-left: 46px;
  background: url(img/wishlist.png) left center no-repeat;
  display: inline-block;
  border: none;
  position: relative;
  font-size: 15px;
  height: 47px;
  font-weight: 600;
  color: #414141;
}
header .interface .wishlist a .interface_count {
 position: absolute;
 bottom: 5px;
 left: 17px;
 display: inline-block;
 width: 22px;
 height: 21px;
 padding-top: 2px;
 border-radius: 11px;
 border: 1px solid #fff;
 background-color: #6eab48;
 color: #fff; 
 line-height: 1;
 text-align: center;
 z-index: 2000;
}
header .interface .account {
  width: 150px;
  height: 47px;
}
header .interface .account a.dropdown-toggle {
  padding-left: 31px;
  background: url(img/account.png) left center no-repeat;
  display: inline-block;
  border: none;
  position: relative;
  font-size: 15px;
  height: 47px;
  font-weight: 600;
  color: #414141;
}
header .interface .account .dropdown {
  height: 47px;
}
header .interface #cart {
  width: 120px;
  margin-bottom: 0px;
}
header .interface #cart > .dropdown > button {
  padding: 0px 0px 0px 42px;
  background: url(img/cart.png) left center no-repeat;
  display: inline-block;
  border: none;
  position: relative;
  font-size: 15px;
  height: 47px;
  font-weight: 600;
  color: #414141;
}

header .interface #cart button .interface_count {
 position: absolute;
 bottom: 5px;
 left: 17px;
 display: inline-block;
 width: 22px;
 height: 21px;
 padding-top: 2px;
 border-radius: 11px;
 border: 1px solid #fff;
 background-color: #f26c55;
 color: #fff; 
 font-size: 13px;
 line-height: 1;
 text-align: center;
 z-index: 2000;
}
header .interface #cart > .dropdown .image {
  padding-right: 10px;
}
header .interface #cart > .dropdown .image img {
  padding: 0px;
  border: none;
}
header .interface #cart > .dropdown .name {
  min-width: 300px;
  line-height: 20px;
}
header .interface #cart > .dropdown .name a {
  font-family: 'Rubik';
  font-weight: 400;
  color: #414141;
}
header .interface #cart > .dropdown .info {
  display: none
}
header .interface #cart > .dropdown .remove button {
  width: 36px;
  height: 36px; 
  margin-right: 10px;
  background: url(img/delete.png) center no-repeat;
  border: 1px solid #d7dbe0;
}
header .interface #cart > .dropdown .quantity span, header .interface #cart > .dropdown .quantity .qty, header .interface #cart > .dropdown .quantity button {
  display: inline-block;
  padding: 0px;
}
header .interface #cart > .dropdown .quantity .qty, header .interface #cart > .dropdown .quantity button {
  width: 50px;
  height: 50px;
  border: 1px solid #d7dbe0;
  background-color: #fff;
  border-radius: 7px;
  text-align: center;
  font-size: 20px;
}
header .interface #cart > .dropdown .quantity input+span {
  margin-left: 6px;
}
header .interface #cart > .dropdown .quantity .qty {
  border-color: #f0f3f7;
  background-color: #f0f3f7;
  margin-left: 6px;
}
header .interface #cart > .dropdown .quantity .plus{
  margin-right: 10px;
}

header .interface #cart > .dropdown .total {
  font-family: 'Rubik';
  font-weight: 600;
  font-size: 20px;
  color: #414141;
}
header .menu .container { padding: 0px; }
header .menu #menu { 
  padding: 0px;
  margin-bottom: 7px;
  background-color: transparent;
  background-image: none;
  position: relative;
  padding-right: 160px;
}
header .menu .navbar-nav {
  width: 100%;
}
header .menu .navbar-nav > li {
  padding-left: 0px;
}
header .menu .navbar-nav > li+li {
  margin-left: 0px;
}
header .menu .navbar-nav > li.cat_1 > a { padding-right: 16px; padding-left: 38px; background: url(img/menu/papier_black.png) 8px center no-repeat; }
header .menu .navbar-nav > li.cat_8 > a { padding-right: 16px; padding-left: 31px; background: url(img/menu/tusze_black.png) 8px center no-repeat; }
header .menu .navbar-nav > li.cat_13 > a { padding-right: 16px; padding-left: 32px; background: url(img/menu/urzadzenia_black.png) 8px center no-repeat; }
header .menu .navbar-nav > li.cat_16 > a { padding-right: 16px; padding-left: 43px; background: url(img/menu/spozywcze_black.png) 8px center no-repeat; }
header .menu .navbar-nav > li.cat_22 > a { padding-right: 16px; padding-left: 30px; background: url(img/menu/chemiczne_black.png) 8px center no-repeat; }
header .menu .navbar-nav > li.cat_26 > a { padding-right: 16px; padding-left: 32px; background: url(img/menu/wyposazenie_black.png) 8px center no-repeat; }
header .menu .navbar-nav > li.cat_32 > a { padding-right: 16px; padding-left: 26px; background: url(img/menu/biurowe_black.png) 8px center no-repeat; }
header .menu .navbar-nav > li.cat_1:hover > a { padding-left: 38px; background: url(img/menu/papier_orange.png) 8px center no-repeat; color: #f56f49!important; }
header .menu .navbar-nav > li.cat_8:hover > a { padding-left: 31px; background: url(img/menu/tusze_orange.png) 8px center no-repeat; color: #f56f49!important; }
header .menu .navbar-nav > li.cat_13:hover > a { padding-left: 32px; background: url(img/menu/urzadzenia_orange.png) 8px center no-repeat; color: #f56f49!important; }
header .menu .navbar-nav > li.cat_16:hover > a { padding-left: 43px; background: url(img/menu/spozywcze_orange.png) 8px center no-repeat; color: #f56f49!important; }
header .menu .navbar-nav > li.cat_22:hover > a { padding-left: 30px; background: url(img/menu/chemiczne_orange.png) 8px center no-repeat; color: #f56f49!important; }
header .menu .navbar-nav > li.cat_26:hover > a { padding-left: 32px; background: url(img/menu/wyposazenie_orange.png) 8px center no-repeat; color: #f56f49!important; }
header .menu .navbar-nav > li.cat_32:hover > a { padding-left: 26px; background: url(img/menu/biurowe_orange.png) 8px center no-repeat; color: #f56f49!important; }
header .menu .navbar-nav > li.special { position: absolute; right: 0px; padding: 0; margin: 0; }
header #menu .navbar-nav > li.special > a { 
  display: inline-block;
  padding-left: 50px;
  padding-right: 20px;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  font-weight: 600;
  text-transform: uppercase;
  background: #f26c55 url(img/special.png) 20px center no-repeat;
}


@media (min-width: 1200px) {
  header .menu .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1199px) {
  header .interface .wishlist {
    width: 47px;
    padding: 0px;
  }
  header .interface #cart {
    width: 47px;
    padding: 0px;
  }
  header .interface .account {
    width: 47px;
    padding: 0px;
  }
  header .interface .account a.dropdown-toggle {
    padding-left: 47px;
    background-position-x: center;
  }
  header .interface .wishlist a {
    background-position-x: 8px;
  }
  header .interface .wishlist a .interface_count {
    right: 0px;
    left: initial;
  }
  header .menu {
    width: 47px;
    height: 47px;
    padding: 0px;
  }
  header #menu .dropdown-menu {
    left: 100%;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 0px;
    border: 0px;
  }
  header #menu .dropdown-menu .dropdown-inner {
    display: block;
    min-height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    background-image: none!important;
  }
  header #menu .dropdown-menu .dropdown-inner ul {
    display: block;
  }
  header .menu .navbar-nav {
    max-width: 300px;
    padding: 15px 0px 15px 15px;
    background-color: #fff;
    border-top: 1px solid #f0f3f7;
  }
  header .menu .navbar-nav .dropdown.active {
    background: url(img/arrow-right_orange.png) 92% center no-repeat;
  }
  header .menu .navbar-nav .dropdown > .dropdown-menu {
    display: none;
  }
  header .menu .navbar-nav .dropdown.active > .dropdown-menu {
    display: block;
  }
  header #menu .navbar-nav > li {
    position: relative;
    cursor: pointer;
  }
  header .menu .navbar-nav > li.special {
    position: static;
    right: auto;
    margin: 20px 0px;
  }
  header .menu .navbar-nav > li {
    background: url(img/arrow-right_black.png) 92% center no-repeat;
  }
  header .menu .navbar-nav > li:hover {
    background: url(img/arrow-right_orange.png) 92% center no-repeat;
  }
  header .menu .navbar-nav > li.nav-item a, header .menu .navbar-nav > li.nav-item:hover a {
    display: inline-block;
  }
  header #menu .dropdown-inner ul li a, header #menu .dropdown-inner ul li a:hover {
    background-image: none;
  }
  header #menu .dropdown-inner ul + ul {
    margin-left: 0px;
  }
  #menu .dropdown-inner ul li a {
    border-top: 1px solid #d7dbe0;
  }
  #menu .dropdown-inner ul li + li a {
    border-top: 0px solid #d7dbe0;
  }
  
  
  header #menu .navbar-nav > li.special {
    background: none;
  }
  header #menu .navbar-nav > li.special > a {
    width: auto;
  }
  header .menu .navbar-toggler {
    width: 47px;
    height: 47px;
    padding: 0px;
    background: url(img/menu.png) center no-repeat;
    cursor: pointer;
  }
  header .menu #menu {
    position: absolute;
    right: 0px;
    left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 991px) {
  header .menu #menu {
    //width: 720px;
  }

}
@media (min-width: 768px) {
  header .search.search2 {
    display: none!important;
  }
}
@media (max-width: 767px) {
  #content h1, #content h2, #content h3 {
    font-size: 26px;
    margin: 20px 0px;
  }
  
  header .logo {
     width: 50%;
  }
  header .interface {
     width: 33.33333333%;
  }
  header .menu #menu {
     //width: 540px;
  }
  header .menu .navbar-nav {
    max-width: initial;
    padding-left: 0px;
  }
  header #menu .dropdown-menu {
    position: static;
  }
  header #menu .dropdown-menu .dropdown-inner {
    position: static;
    
  }
  header .menu .navbar-nav .dropdown {
    background: url(img/arrow-down_black.png) 92% 20px no-repeat;
  }
  header .menu .navbar-nav .dropdown:hover {
    background: url(img/arrow-down_orange.png) 92% 20px no-repeat;
  }
  header .menu .navbar-nav .dropdown.active {
    background: url(img/arrow-up_orange.png) 92% 20px no-repeat;
  }
  header .menu .navbar-nav li.nav-item a.nav-link {
    padding-left: 60px!important;
    background-position-x: 28px!important;
    
  }
  header .menu .navbar-nav .dropdown-inner li a {
    padding-left: 60px!important;
    white-space: initial;
  }
    
  header .search {
    display: none!important;
  }
  header .search.search2 {
    display: block!important;
    margin: 0px 0px 20px 0px;
  }
  #menu #category{
    display: none!important;
  }
  main > .container .carousel {
    margin-bottom: 40px;
  }
  #content .banner_8 {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  #container main > .container .carousel.banner_8 .carousel-indicators {
    bottom: -35px;
  }
  #container .banner_8 .carousel-item .img-fluid {
    padding: 10px;
  }
}
@media (max-width: 430px) {
header .logo, header .interface {
   width: 40%;
  }
  #container .banner_8 .carousel-item .img-fluid {
    padding: 5px;
  }
}




main > .container {
  padding-top: 20px;
}

main > .container .carousel {
 border: 0px solid transparent;
 border-radius: 7px; 
 box-shadow: none;
 background-color: transparent;
}
main > .container .carousel .carousel-inner {
  border-radius: 7px; 
}
main > .container .carousel .carousel-indicators {
  bottom: 30px;
  margin-bottom: 0px;
}
main > .container .carousel .carousel-indicators [data-bs-target] {
  box-shadow: none;
  opacity: 1;
  border-color: #d7dbe0;
  background-color: #d7dbe0;
}
main > .container .carousel .carousel-indicators .active {
  border-color: #414141;
  background-color: #414141;
}


h1, h2, h3, h4, h5, h6 {
  color: #414141;
  font-family: 'Rubik';
  line-height: 1;
  font-weight: 500;
}
h1, h2, h3 {
  margin: 30px 0px;
  font-size: 32px;
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 36px;
  }
}

#common-home h1, #common-home h2, #common-home h3 {
  margin-top: 60px;
}

.accordion-header {
  margin: 0px;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: 500;
}

body .container .rounded {
  border-radius: 10px!important;
}

.form-label-control {
  position: relative;
}
.form-label-control .form-label, .form-label-control .col-form-label {
  position: absolute;
  top: 0px;
  padding: 0px 5px;
  margin: 0px 0px 0px 15px;
  font-size: 15px;
  line-height: 1;
  color: #7d7f81;
  background-color: #fff;
}
.form-label-control .form-control, .form-label-control .form-select {
  padding: 0px 20px;
  margin-top: 8px;
}
.form-label-control .form-control::placeholder {
  color: transparent;
}
.form-label-control input, .form-label-control select {
  line-height: 50px;
  border: 1px solid #d7dbe0;
  border-radius: 7px;
  font-size: 16px;
  color: #414141;
}
.form-check-input-label {
  padding-left: 30px;
  margin-bottom: 8px;
}
.form-check-input-label .form-check-input {
  width: 20px;
  height: 20px;
  margin-left: -30px;
  border-radius: 10px;
  color: #bbbec1;
}
.form-check-input-label .form-check-input:checked {
  background-color: #f26c55;
  border-color: #f26c55;
}
.form-check-input-label .form-check-input:checked + label {
  color: #f26c55;
}
.form-check-label {
  font-size: 15px;
  line-height: 20px;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}
.btn {
  font-family: 'Quicksand';
  font-weight: 600;
}
.btn-primary {
  background-color: #61b34b;
  border-color: #61b34b;
}
.btn-primary:hover {
  background-color: #5a9d47;
  border-color: #5a9d47;
}


/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  //padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    //padding-bottom: 470px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: #61b34b;
  color: #fff;
  position: relative;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
}

#top .telephone {
   margin-right: 40px;
 }
#top .telephone > a {
  padding-left: 30px;
  background: url(img/telephone.png) left center no-repeat;
}
#top .email > a {
  padding-left: 30px;
  background: url(img/email.png) left center no-repeat;
}

/* logo */
#logo {
  text-align: center;
  line-height: 47px;
}
#logo img {
  width: 100%;
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
.dropdown-menu {
  border: 0px solid #d7dbe0;
  border-radius: 7px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 50px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  padding: 20px 15px;
  background: #fff;
  border-radius: 7px;
  top: 15px!important;
  border: 0px solid #d7dbe0;
  -webkit-box-shadow: 0px 0px 25px 13px rgba(215,219,224,0.25); 
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  
  position: absolute;
  inset: 0px 0px auto auto;
  margin: 0;
  transform: translate3d(0px, 49px, 0px);
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
#cart .cart-list > tbody > tr > * {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}
#cart .cart-list > tbody > tr:nth-of-type(2n+1) > * {
  //padding-top: 0px;
  --bs-table-bg-type: none;
  border-bottom: 1px solid #d7dbe0;
}
#cart .cart-sum > table {
  width: initial;
  float: right;
}
#cart .cart-sum > table tr > * {
  padding: 0px;
  border: none;
  vertical-align: bottom;
}
#cart .cart-sum > table tr > .cart-sum-label {
  padding-right: 70px;
  font-size: 15px;
  line-height: 40px;
  color: #7d7f81;
}
#cart .cart-sum > table tr > .cart-sum-val {
  font-family: 'Rubik';
  font-size: 20px;
  line-height: 40px;
  color: #414141;
}
#cart .gotocart {
  margin-bottom: 0px;
  clear: right; 
}
#cart .gotocart a {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-radius: 7px;
  background-color: #f26c55;
  color: #fff;
}


/* menu */
#menu {
  padding: 0 1rem;
}
#menu .navbar-nav > li > a {
  font-size: 16px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  //background-color: rgba(0, 0, 0, 0.1);
  color: #f56f49;
}





#menu .dropdown {
  position: initial;
}
#menu .dropdown-menu {
  padding: 20px;
  border: 0px;
  border: 1px solid #f0f3f7;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  left: 0px;
  right: 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  background-position-x: right;
  background-position-y: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
#menu .dropdown-inner ul {
  //width: 100%;
  min-width: 300px;
}
#menu .dropdown-inner ul+ul {
  margin-left: 60px;
}
#menu .dropdown-inner ul li {
  
}
#menu .dropdown-inner ul li a {
  padding: 13px 13px 13px 0px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  background-image: url(img/arrow-right_black.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#menu .dropdown-inner ul li a:hover {
  color: #f56f49;
  background-image: url(img/arrow-right_orange.png);
}
#menu .dropdown-inner ul li+li a {
  border-top: 1px solid #d7dbe0;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    //display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    //left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    //left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    //left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    //left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    //left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 0px solid #000000;
  //position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #fff;
  color: #414141;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  
}
@media (min-width: 768px) and (max-width: 992px) {
  footer .info .list-inline {
    margin-top: 0px!important;
    text-align: right;
  }
  footer .info .list-inline li {
    margin-right: 0px;
  }
  footer .container .services, footer .privacy {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}
footer > .container {
  position: relative;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  font-size: 15px;
  color: #5f6061;
  text-decoration: none;
}
footer a:hover {
  color: #f56f49;
}
footer h5 {
  font-family: "Rubik", sans-serif;
  color: #414141;
  font-size: 22px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .info {
  font-size: 15px;
  color: #5f6061;
}
footer .info .logo {
  margin-top: 15px;
  margin-bottom: 30px;
}
footer .info p  {
 margin: 0px; 
 max-width: 420px;
}
footer .info .list-inline  {
  margin: 30px 0px;
}
footer .info .list-inline li a {
  display: inline-block;
  min-width: 190px;
  padding: 15px 15px 15px 55px;
  margin-bottom: 10px;
  border: 1px solid #e4e8ed;
  border-radius: 7px;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
  float: left;
  clear: left;
}
footer .info .list-inline li.telephone a {
  background: url(img/telephone_red.png) 15px center no-repeat;
}
footer .info .list-inline li.email a {
  background: url(img/email_red.png) 15px center no-repeat;
}
footer .privacy > div {
  padding: 0px;
  line-height: 70px;
  border-top: 1px solid #d7dbe0;
  text-align: right;
  font-size: 14px;
  color: #5f6061;
}
footer .privacy > div+div {
  text-align: right;
}
footer .services {
  justify-content: right;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  footer .services {
    position: absolute;
    bottom: 88px;
    right: 0px;
  }
}
footer .services .dpd { background: url(img/dpd.png) center no-repeat; }
footer .services .dhl { background: url(img/dhl.png) center no-repeat; }
footer .services .inpost { background: url(img/inpost.png) center no-repeat; }
footer .services .przelewy { background: url(img/przelewy.png) center no-repeat; }

footer .services > div {
  width: 100px;
  height: 50px;
  margin-left: 10px;
  border: 1px solid #e4e8ed;
  border-radius: 7px;
}
.footer2 { 
  background-color: #61b34b;
  padding: 5px;
 }
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  font-size: 15px;
  line-height: 1;
  color: #5f6061;
  text-decoration: none;
}
.breadcrumb > li + li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -15px;
  width: 20px;
  height: 20px;
  border-right: 0px solid #5f6061;
  border-bottom: 1px solid #5f6061;
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}


.carousel, .product-thumb { 
  background-color: #fff; 
  border: 0px solid transparent;
  border-radius: 7px;
  position: relative;
}

.product-thumb {
  height: 100%;
  padding: 20px;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 20px 0px;
}
.product-thumb .description h4 {
  margin-bottom: 0px;
  min-height: 40px;
}
.product-thumb .description h4 a {
  font-family: 'Rubik';
  font-size: 17px;
  font-weight: 500;
  color: #414141;
}
.product-thumb .description .table-auto {
  display: none;
  width: auto;
  margin: 10px 0px;
}
.product-thumb .description .table-auto td {
  border-bottom: 0px;
  font-size: 14px;
  line-height: 1;
}
.product-thumb .description .table-auto td.label {
  color: #7d7f81;
  min-width: 150px;
  padding-left: 0px;
}
.product-thumb .description .desc, .product-thumb .form_cart .price-tax {
  display: none;
}
.product-thumb .form_cart .price { 
  margin-bottom: 20px;
  font-family: 'Rubik';
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  color: #414141;
}
.product-thumb .form_cart .price .symbol {
  margin-left: 5px;
  font-size: 18px;
}
.product-thumb .form_cart .price .price-old {
    font-size: 20px;
    color: #9b9da0;
}
.product-thumb .form_cart .price .price-new {
    font-size: 26px;
    color: #f56f49;
}

.product-thumb .form_cart .price .price-lowest {
  display: none;
  margin-top: 5px;
  font-size: 14px;
  color: #7d7f81;
  font-family: 'Quicksand';
}
.product-thumb .form_cart .price .price-lowest .symbol {
  font-size: 14px;
  margin-left: 2px;
}

.product-thumb .wishlist {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(img/wishlist_silver.png) center no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
}

.product-thumb .button {
  display: table;
  width: 100%;
}
.product-thumb .button .qty { 
  display: table-cell;
  width: 70px;
}
.product-thumb .button .qty input {
  width: 50px;
  text-align: center;
  background-color: #f0f3f7;
  border: 0px solid transparent;
  border-radius: 7px;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
}
.product-thumb .button .cart_add { 
  display: table-cell;
 }
.product-thumb .button .cart_add button {
  display: block;
  width: 100%;
  border: 0px solid transparent;
  border-radius: 7px;
  background-color: #f26c55;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
.product-thumb .button button:hover {
  background-color: #f06149;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1200px) and (max-width: 1539px) {
  .product-thumb .button .cart_add button {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-thumb .button .cart_add button {
    //font-size: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-thumb .button .cart_add button {
    //font-size: 13px;
  }
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
    flex-direction: row;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
    flex: 25%;
  }
  .product-list .product-thumb .content {
    flex-direction: row;
    flex: 75%;
    position: relative;
    display: flex;
  }
  .product-list .product-thumb .content .description {
    flex: 60%;
    padding-left: 20px;
  }
  .product-list .product-thumb .content .description h4 a {
    font-size: 20px;
  }
  .product-list .product-thumb .content .description .table-auto { 
    display: table;
   }
  .product-list .product-thumb .content form {
    flex: 40%;
    position: relative;
    display: table;
  }
  .product-list .product-thumb .content form > div {
    display: table-cell;
    vertical-align: middle;
    padding-top: 30px;
  }
  .product-list .product-thumb .content form .price {
    text-align: right;
  }
  .product-list .product-thumb .button {
    border-left: 0px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
  .product-list .product-thumb .wishlist {
    top: 0px;
    right: 0px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

.banner_8 {
  margin-top: 60px;
  margin-bottom: 120px;
}
.banner_8 .carousel-item .img-fluid {
  border-radius: 7px;
  padding: 30px;
  background-color: #fff;
}
main > .container  .carousel.banner_8 .carousel-indicators {
  bottom: -55px;
}
.banner_8 div a img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.banner_8 div a:hover img {
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%); 
}


.alert {
  border: 0px;
}

.list-group {
  padding: 30px;
  background-color: #fff;
}
.list-group-item {
  padding: 7px 0px;
  border: none;
  background-color: initial;
  font-size: 15px;
  line-height: 1;
  color: #414141;
}
.list-group-item.active {
  background-color: initial;
  color: #f26c55;
}
.rounde { border-radius: 8px; }
.pagin {
  margin: 0 auto;
}
.pagination {
  margin: 40px auto;
  justify-content: center;
}
.pagination li + li {
  margin-left: 10px;
}
.pagination .page-link {
  width: 50px;
  padding: 0px;
  font-size: 18px;
  line-height: 50px;
  color: #414141;
  text-align: center;
  border: none;
  border-radius: 6px;
  background-color: #fff;
}
.pagination .active .page-link {
  color: #fff;
  background-color: #414141;
}

.results {
  font-size: 15px;
  line-height: 1;
  color: #414141;
  text-align: right;
  margin-bottom: 10px;
}

/* Product listing */
@media (max-width: 1199px) {
  #product-category aside {
    display: none!important;
  }
  .breadcrumb > li.breadcrumb-item {
    padding-left: 0px;
  }
  .breadcrumb > li + li.breadcrumb-item {
    padding-left: 20px;
  }
}
.product-list-header .header-name h1 {
  padding-bottom: 15px;
  font-size: 36px; 
  line-height: 1;
  font-weight: 500;
  display: table-cell;
  vertical-align: bottom;
}
.product-list-header .header-name h1 .product_total {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
@media (max-width: 959px) {
  .product-list-header .header-name h1 {
    
  }
}
.product-list-header .input-group-text {
  border: 0px;
  background-color: transparent;
}
.product-list-header select {
  border: 0px;
  border-radius: 7px!important;
}
.product-list-header .header-view .btn {
  border: 0px;
  background-color: transparent;
  color: #d7dbe0;
  font-size: 20px;
  line-height: 1; 
}
.product-list-header .header-view .btn.active {
  color: #7d7f81;
}
#product-list > .item {
  padding: 0px 10px;
  margin-bottom: 20px;
}

/* Product page */
.product_data {
  position: relative;
  height: 100%;
  padding: 30px;
  margin-right: 0px;
  background-color: #fff;
  border-radius: 8px;
}
.product_data .wishlist_add {
  position: absolute;
  top: 20px;
  right: 20px;
}
.product_data .wishlist_add .btn { 
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(img/wishlist_silver.png) center no-repeat;
  border: none;
}
.product_image .img-thumbnail {
  border: 1px solid #e4e8ed;
}
.product_image .img-thumbnail:hover {
  border-color: #414141;
}
.product_image .image_main .img-thumbnail {
  border: none;
}
.product_info h1 {
  margin: 0px 25px 25px 0px;
  font-size: 32px;
  font-family: 'Rubik';
}
.product_info .product_info_arrt {
  padding: 25px 0px;
  border-top: 1px solid #e4e8ed;
  border-bottom: 1px solid #e4e8ed;
}
.product_info .product_related h4 {
  margin: 25px 0px 15px 0px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  font-family: 'Quicksand';
}
.product_info .product_related .product-thumb {
  padding: 0.25rem;
  border: 1px solid #e4e8ed;
  border-radius: 8px;
}
.product_info .product_related .product-thumb .content {
  display: none;
}
.product_info .product_related .product-thumb:hover {
  border-color: #61b34b;
}
.product_cart {
  height: 100%;
  padding: 30px;
  margin-left: 0px;
  background-color: #fff;
  border-radius: 8px;
}
.product_cart .price { 
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e8ed;
  font-family: 'Rubik';
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: #414141;
}
.product_cart .price .symbol {
  margin-left: 5px;
  font-size: 18px;
}
.product_cart .price .price-old {
    font-size: 20px;
    color: #9b9da0;
}
.product_cart .price .price-new {
    font-size: 36px;
    color: #f56f49;
}
.product_cart .price .price-lowest {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #7d7f81;
  font-family: 'Quicksand';
}
.product_cart .price .price-lowest .symbol {
  font-size: 14px;
  margin-left: 2px;
}

.product_cart .discounts {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e8ed;
}
.product_cart .discounts h4 {
  margin: 25px 0px 15px 0px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  font-family: 'Quicksand';
}
.product_cart .discount {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.product_cart .discount:hover .product-thumb {
  border-color: #61b34b;
}
.product_cart .discounts .product-thumb {
  height: auto;
  padding: 0.25rem;
  border: 1px solid #e4e8ed;
  border-radius: 8px;
}
.product_cart .discounts .discount_quantity {
  padding: 0px 5px 2px 0px;
  font-weight: 500;
  line-height: 1;
  position: absolute; 
  top: -7px;
  z-index: 100;
  background-color: #fff;
}
.product_cart .discounts .discount_price {
  margin-top: 5px;
  font-family: 'Rubik';
  color: #f56f49;
  line-height: 1;
}



.product_cart .collectives {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e8ed;
}
.product_cart .collectives h4 {
  margin: 25px 0px 15px 0px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  font-family: 'Quicksand';
}
.product_cart .collective {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.product_cart .collective:hover .product-thumb {
  border-color: #61b34b;
}
.product_cart .collectives .product-thumb {
  height: auto;
  padding: 0.25rem;
  border: 1px solid #e4e8ed;
  border-radius: 8px;
}
.product_cart .collectives .collective_quantity {
  padding: 0px 5px 2px 0px;
  font-weight: 500;
  line-height: 1;
  position: absolute; 
  top: -7px;
  z-index: 100;
  background-color: #fff;
}




.product_cart .add_to_cart {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e8ed;
  font-size: 16px;
  line-height: 1;
}
.product_cart .add_to_cart #button-cart {
  width: 100%;
  margin: 10px 0px;
  padding: 0px;
  border-radius: 7px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  background-color: #f26c55;
  color: #fff;
}
.product_cart .form-check {
  font-size: 14px;
  line-height: 14px;
}
.product_cart label {
  font-size: 14px;
  line-height: 20px;
}
.product_cart .form-label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.product_cart .form-check-input[type="radio"] {
  margin-top: 2px;
}
.add_to_cart_qty > * {
  display: inline-block;
  line-height: 50px;
}
.add_to_cart_qty .quantity, .add_to_cart_qty .plus, .add_to_cart_qty .minus {
  width: 50px;
  text-align: center;
  border: 1px solid #d7dbe0;
  background-color: #fff;
  border-radius: 7px;
  font-size: 20px;
}
.add_to_cart_label {
  margin-bottom: 10px;
}
.add_to_cart_qty .quantity {
  border-color: #f0f3f7;
  background-color: #f0f3f7;
}
.add_to_cart_qty .pieces {
  margin-right: 10px;
}
.add_to_cart_qty .availability {
  font-size: 15px;
  color: #7d7f81;
}
.product_cart .reward, .product_cart .points {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1;
  color: #7d7f81;
  font-family: 'Quicksand';
}
.product_cart .reward span {
  color: #414141;
}
.product_cart .cart_info {
  padding-left: 35px;
  font-size: 15px;
  line-height: 30px;
}
.product_cart .cart_info.delivery {
  background: url(img/delivery.png) left center no-repeat;
}
.product_cart .cart_info.shipping {
  background: url(img/shipping.png) left center no-repeat;
}
.product_cart .cart_info.payment {
  background: url(img/payment.png) left center no-repeat;
}
.product_desc {
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  border-top: 1px solid #e4e8ed;
}
.product_desc .nav-tabs {
  padding-bottom: 20px;
}
.product_desc .nav-tabs .nav-item {
  margin-right: 10px;
}
.product_desc .nav-tabs .nav-item .nav-link {
  border: 1px solid #e4e8ed;
  border-radius: 7px;
  color: #9b9da0;
  font-size: 15px;
  font-weight: 600;
}
.product_desc .nav-tabs .nav-item .nav-link.active {
  color: #414141;
  font-weight: 700;
}
#product-info .table-auto {
  width: auto;
  margin-bottom: 0px;
}
#product-info .table tr td {
  padding: 5px 5px 5px 0px;
  border-bottom: 0px;
  line-height: 1;
}
#product-info .table tr td.value {
  padding-left: 40px;
}
#product-info .table tr td a {
  color: #414141;
}
#product-info .table tr td a:hover {
  color: #61b34b;
}
#product-info .table .label {
 color: #9b9da0; 
}



/* Cart */
#shopping-cart h1, #account-account h2, #checkout-checkout h1 {
  margin-top: 10px;
}
#shopping-cart .symbol {
  font-family: 'Quicksand';
  margin-left: 5px;
  font-size: 14px;
  font-weight: 700;
}
.cart_products {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 8px;
}
.cart_products .table {
  margin: 0px;
}
.cart_products thead {
  display: none;
}
.cart_products tr td {
  padding: 10px;
  border-bottom: 0px;
  vertical-align: middle;
  background-color: transparent;
}
.cart_products tr + tr td {
  border-top: 1px solid #d7dbe0;
}
.cart_products .cart_product_image img {
  min-width: 40px;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
.cart_products .cart_product_name {
  font-size: 14px;
  line-height: 1.1;
  color: #5f6061;
}
.cart_products .cart_product_name a {
  display: block;
  margin-bottom: 5px;
  font-family: 'Rubik';
  font-size: 17px;
  color: #414141;
  font-weight: 400;
}
.cart_products .cart_product_price {
  font-family: 'Rubik';
  font-size: 18px;
  white-space: nowrap;
}
.cart_products .cart_product_price .pieces {
  font-family: 'Quicksand';
  font-size: 14px;
  font-weight: 700;
}
.cart_products .cart_product_sum, .cart_products .cart_product_sum_mobile {
  font-family: 'Rubik';
  font-size: 20px;
}
.cart_products .cart_product_qty {
  font-size: 16px;
}
.cart_products .cart_product_qty .update {
  display: none;
}
.cart_products .cart_product_qty form {
  display: table;
}
.cart_products .cart_product_qty form > div {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
.cart_products .cart_product_qty .cart_product_quantity, .cart_products .cart_product_qty button, .cart_products .cart_product_qty .cart_product_remove {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 50px;
  line-height: 50px;
  padding: 0px;
  text-align: center;
  border: 1px solid #d7dbe0;
  background-color: #fff;
  border-radius: 7px;
  font-size: 20px;
}
.cart_products .cart_product_qty .cart_product_remove {
  width: 36px;
  line-height: 36px;
  margin-right: 20px;
  background: url(img/delete.png) center no-repeat;
}
.cart_products .cart_product_qty .cart_product_quantity {
  border: 1px solid #f0f3f7;
  background-color: #f0f3f7;
}
@media (max-width: 767px) {
  .cart_products tr {
    text-align: right;
  }
  .cart_products tr td {
    display: inline-block;
  }
  .cart_products .cart_product_image {
    width: 25%;
  }
  .cart_products .cart_product_name {
    width: 74%;
  }
  .cart_products .cart_product_price {
    width: 37%;
    font-size: 16px;
    text-align: left!important;
  }
  .cart_products .cart_product_sum_mobile {
    width: 37%;
  }
  .cart_products .cart_product_qty {
    width: 74%;
    text-align: right;
  }
  .cart_products .cart_product_qty form {
    float: right;
    clear: right;
  }
  .cart_products tr + tr {
    border-top: 1px solid #d7dbe0;
  }
  .cart_products tr + tr td {
    border-top-color: transparent;
  }
}
.cart_totals {
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
}
.cart_totals .table td {
  padding: 5px;
  font-size: 15px;
  line-height: 1;
  color: #7d7f81;
  border: 0px; 
}
.cart_totals .table td.value {
  font-family: 'Rubik';
  font-size: 18px;
  color: #414141;
  text-align: right;
}
.cart_totals .subtotals {
  margin-bottom: 20px;
}
.cart_totals .total tr td {
  padding-top: 20px;
  border-top: 1px solid #d7dbe0;
}
.cart_totals .table.total td.value {
  font-size: 26px;
}
.cart_totals .button-checkout, .cart_totals #button-confirm {
  width: 100%;
  margin: 10px 0px;
  padding: 0px;
  border-radius: 7px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  background-color: #f26c55;
  color: #fff;
}
.cart_totals .button-checkout:disabled {
  background-color: #d7dbe0;
}

.cart_totals .accordion {
  margin-top: 10px;
}
.cart_totals .accordion .accordion-item {
  border: 0px;
  font-size: 14px;
}
.cart_totals .accordion-button {
  padding: 5px;
  font-size: 14px;
  color: #7d7f81;
}
.cart_totals .accordion-button:not(.collapsed) {
  background-color: #f0f3f7;
  box-shadow: none;
}
.cart_totals .accordion-body {
  padding: 10px 0px;
}
.cart_totals .cart_help {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d7dbe0;
  font-size: 15px;
}
.cart_totals .cart_help .telephone {
  display: block;
  padding: 5px 0px 5px 40px;
  font-size: 17px;
  font-weight: 600;
  color: #414141;
  background: url(img/telephone_green.png) left center no-repeat
}
.cart_totals .cart_help .telephone:hover {
  color: #f56f49;
}



/* Checkout */
.checkout-customer-data, .checkout-shipping-method, .checkout-payment-method {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 8px;
}
.checkout-customer-data #button-register {
  width: 100%;
}
#checkout-checkout legend {
  padding: 0px;
  margin-bottom: 10px;
  border-bottom: 0px;
  font-family: 'Rubik';
  font-size: 26px;
  line-height: 1;
}
#shipping-addresses input:checked, #payment-addresses input:checked {
  background-color: #d7dbe0;
  border-color: #d7dbe0;
}
#shipping-addresses input:checked + label, #payment-addresses input:checked + label {
  color: #414141;
}
#input-shipping-address ,#input-payment-address {
  display: block;
}
#input-shipping-address .shipping-addres, #input-payment-address .payment-addres {
  float: left;
  display: block;
  min-width: 200px;
  min-height: 106px;
  margin: 0px 20px 20px 0px;
  padding: 15px 25px;
  border: 2px solid #d7dbe0;
  border-radius: 8px;
  cursor: pointer;
}
#input-shipping-address .shipping-addres.selected, #input-payment-address .payment-addres.selected {
  border: 2px solid #61b34b;
}
#input-shipping-address .shipping-addres > div, #input-payment-address .payment-addres > div  {
  font-size: 15px;
  line-height: 18px;
}
#input-shipping-address .shipping-addres .company, #input-shipping-address .shipping-addres .name, #input-payment-address .payment-addres .company, #input-payment-address .payment-addres .name {
  font-weight: 700;
}

.checkout-product .cart_products .cart_product_qty {
  font-size: 20px;
  font-weight: 600;
}
.checkout-product .cart_products .cart_product_qty .pieces {
  width: auto;
  margin: 0px;
  border: 0px;
  font-size: 16px;
  line-height: initial;
  font-weight: 500;
}
.checkout-product .cart_products .symbol {
  font-family: 'Quicksand';
  margin-left: 5px;
  font-size: 14px;
  font-weight: 700;
}




#account-login h2 {
  margin-top: 40px;
}
#account-address #address .table {
  
}
#account-address #address .table tr {
  border: 0px;
}
#account-address #address .table tr td {
  padding: 15px 25px;
  border: 0px;
  font-size: 15px;
  line-height: 18px;
}

.table-border {
  border: 2px solid #61b34b;
  border-radius: 8px;
  margin-bottom: 20px;
}
.table-border .table {
  margin: 0px;
  border-radius: 8px;
}
.table-border .table td {
  background: none;
}

#information-contact h1 {
 margin-top: 0px;
 margin-bottom: 10px; 
 font-size: 26px;
}
#information-contact .company_info {
  padding-left: 20px;
}
#information-contact .company_info legend {
  padding: 30px 0px 20px 0px;
  margin: 20px 0px 0px 0px;
  font-family: 'Rubik';
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  border-top: 1px solid #e5e5e5;
  border-bottom: 0px;
}
#information-contact .company_info address, #information-contact .company_info .open {
  line-height: 26px;
}
#information-contact .company_info .link {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #e4e8ed;
  border-radius: 7px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #5f6061;
  text-align: center;
}
#information-contact .company_info .link:hover {
  color: #f56f49;
}
#information-contact .company_info .link span {
  display: inline-block;
  height: 24px;
  padding-left: 40px;
}
#information-contact .company_info .telephone span {
  background: url(img/telephone_red.png) left center no-repeat;
}
#information-contact .company_info .email span {
  background: url(img/email_red.png) left center no-repeat;
}
#information-contact #form-contact fieldset {
  margin-top: 15px;
}
#information-contact #form-contact .send {
  margin-top: 15px;
}
#information-contact #form-contact .send button {
  width: 100%;
  padding: 0px;
  border-radius: 7px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  background-color: #f26c55;
  color: #fff;
  text-align: center;
}
#information-contact #form-contact .form-label-control .form-label {
  top: -9px;
}
#information-contact #form-contact .form-label-control textarea {
  padding-top: 10px;
  font-size: 16px;
}

