/*!
Theme Name: Gamefinity
Author: PLAWINET
Author URI: http://plawinet.pl/
Version: 1.0
*/
/* =Global styles
----------------------------------------------- */
html {
  font-size: 16px;
}

html, body {
  height: 100%;
}

body {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-weight: 300;
  color: #414141;
  line-height: 24px;
}
body * {
  outline: none !important;
}

#wrap {
  display: table-row;
  height: 100%;
}

footer {
  display: table-row;
  height: 1px;
}

#footer {
  background-color: #72b738;
  font-size: 14px;
}
#footer, #footer a:not(.btn) {
  color: #ffffff;
}
#footer .h3, #footer h3 {
  font-weight: 300;
}

.footer-top {
  padding: 45px 0 20px;
}

.footer-bottom {
  padding: 28px 0;
  background: rgba(0, 0, 0, 0.25);
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(65, 65, 65, 0.9);
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
  transition: background 0.1s ease-in-out;
}

body.home .navbar {
  background: rgba(0, 0, 0, 0.3);
}
body.home .navbar.sticky {
  background: rgba(0, 0, 0, 0.7);
}

.navbar-brand {
  display: block;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.navbar-brand img {
	max-height: 55px;
}
.navbar-collapse {
  min-height: 100px;
}
.navbar-nav > li > a {
  display: block;
  padding: 0 8px;
  line-height: 100px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
}
.navbar-nav > li > a:hover {
  color: #72b738;
}

.navbar-nav .dropdown {
  position: static;
}
.navbar-nav .dropdown:hover > a {
  color: #72b738;
}
.navbar-nav .dropdown > a {
  position: relative;
}
.navbar-nav .dropdown > a::after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10.5px 11px 10.5px;
  border-color: transparent transparent #72b738 transparent;
}

.navbar-nav .dropdown-menu {
  overflow-y: auto;
  left: 0;
  right: 0px;
  margin: 0;
  padding: 0;
  max-height: calc(100vh - 120px);
  background: rgba(114, 183, 56, 0.95);
  border: 0;
  border-radius: 0;
}
.navbar-nav .dropdown-menu .dropdown-top {
  padding: 50px;
}
.navbar-nav .dropdown-menu .dropdown-footer {
  padding: 30px 50px;
  background: rgba(0, 0, 0, 0.25);
}
.navbar-nav .dropdown-menu a:not(.btn), .navbar-nav .dropdown-menu .product-list .item a, .navbar-nav .dropdown-menu .price {
  color: #ffffff;
}
.navbar-nav .dropdown-menu .nav > li > a {
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-nav .dropdown-menu .logo {
  margin-bottom: 25px;
  height: 45px;
}
.navbar-nav .dropdown-menu .logo img {
  max-height: 45px;
  filter: brightness(0) invert(1);
}
.navbar-nav .dropdown-menu .border-line + .border-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  background: rgba(250, 250, 250, 0.25);
  display: block;
  width: 1px;
}

.navbar-nav .product-list .item-sm .badges {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.navbar-nav .product-list .item-sm .badges .badge {
  margin-bottom: 0px;
}

.navbar-nav .dropdown.logged {
  position: relative;
}
.navbar-nav .dropdown.logged.show > a {
  color: #72b738;
  background-position-y: -30px;
}
.navbar-nav .dropdown.logged .dropdown-menu {
  left: auto;
  margin-top: 46px;
}
.navbar-nav .dropdown.logged > a::after {
  bottom: -46px;
}
.navbar-nav .dropdown-menu .dropdown-item {
  padding: 6px 15px;
  font-size: 14px;
  background: transparent !important;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  text-decoration: underline;
}
.navbar-nav .dropdown-menu .dropdown-item.logout {
  background: rgba(0, 0, 0, 0.25) !important;
}

.community-nav > li {
  margin-right: 20px;
}
.community-nav > li:last-child {
  margin-right: 0;
}
.community-nav > li > a {
  position: relative;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: normal;
  background: url("../images/sprite.png") no-repeat 0 0;
  text-indent: -99999px;
  transition: none;
}
.community-nav > li.profile a {
  background-position-x: 0;
}
.community-nav > li.search a, .community-nav > li.search button {
  background-position-x: -30px;
}
.community-nav > li.favorite a {
  background-position-x: -60px;
}
.community-nav > li.facebook a {
  background-position-x: -90px;
}
.community-nav > li.cart a {
  background-position-x: -120px;
}
.community-nav > li:hover a, .community-nav > li:hover button {
  background-position-y: -30px;
}
.community-nav > li.logged a {
  position: relative;
  text-indent: 0;
}
.community-nav > li.logged a span {
  position: absolute;
  right: 0;
  padding-right: 40px;
  font-weight: 300;
  text-transform: none;
  line-height: 30px;
  white-space: nowrap;
}

.community-nav > li.cart > a > span {
  position: absolute;
  left: 20px;
  top: -6px;
  margin: 0;
  padding: 0 5px;
  min-width: 18px;
  background: #72b738;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-indent: 0;
  border-radius: 50%;
}

.community-nav .searchform input {
  transition: all 0.35s ease-in-out;
  position: absolute;
  top: -4px;
  right: 40px;
  width: 300px;
  border-radius: 3px !important;
}

.community-nav .searchform.off input {
  opacity: 0;
  visibility: hidden;
  width: 0;
  padding-left: 0;
  padding-right: 0;
}

.community-nav .searchform .btn {
  position: relative;
  padding: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  line-height: normal;
  background: no-repeat 0 0;
  background-image: url("../images/sprite.png") !important;
  text-indent: -99999px;
  transition: none;
  background-position-x: -30px;
}

.community-nav .search:hover .searchform .btn {
  background-position-y: -30px;
}

.community-nav .searchform .btn[type="button"] {
  display: block;
}

.community-nav .searchform .btn[type="submit"] {
  display: none;
}

.community-nav .searchform:not(.off) {
  z-index: 3;
}

.community-nav .searchform:not(.off) .btn[type="button"] {
  display: none;
}

.community-nav .searchform:not(.off) .btn[type="submit"] {
  display: block;
}

.community-nav .searchform .search-results {
  position: absolute;
  right: 40px;
  top: 37px;
  width: 300px;
  max-height: 250px;
  overflow-y: auto;
  background: #fff;
}

.community-nav .searchform .search-results .result {
  padding: 8px 8px 8px 15px;
  border-bottom: 1px solid #222;
}

.community-nav .searchform .search-results .result a {
  font-size: 13px;
  line-height: 10px;
  color: #222;
}
.community-nav .searchform .search-results .result a span {
  display: inline-block;
  width: calc( 100% - 70px);
  vertical-align: middle;
}
.community-nav .searchform .search-results .result div {
  display: inline-block;
  margin-right: 8px;
  max-width: 40px;
  width: 100%;
}

.community-nav .searchform .search-results .result div img {
  max-width: 40px;
  max-height: 60px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.navbar-toggler {
  margin-right: 3px;
  padding: 0;
  width: 46px;
  height: 38px;
  border: none;
  border-radius: 0;
  transform: rotate(0deg);
  cursor: pointer;
}
.navbar-toggler .icon-bar {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #ffffff;
  opacity: 1;
  left: 10px;
  margin-top: 0 !important;
  transform: rotate(0deg);
  transition: .15s ease-in-out;
}
.navbar-toggler .icon-bar:nth-child(1) {
  top: 9px;
  transform-origin: left center;
}
.navbar-toggler .icon-bar:nth-child(2) {
  top: 17px;
  transform-origin: left center;
}
.navbar-toggler .icon-bar:nth-child(3) {
  top: 25px;
  transform-origin: left center;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
  left: 14px;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  width: 0;
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 25px;
  left: 14px;
}

.collapsing {
  transition: height 0.1s ease-in-out;
}

a {
  color: #72b738;
  transition: all 0.1s ease-in-out;
}
a:hover {
  color: #72b738;
}

.h1, h1, .h2, h2 {
  font-size: 24px;
  font-weight: 700;
}

.h2 .small, .h2 small, h2 .small, h2 small {
  line-height: 24px;
}

.h3, h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

hr {
  border-color: #dcdcdc;
}

.header-bar {
  margin-top: 45px;
  margin-bottom: 36px;
}

b, strong {
  font-weight: 500;
}

/* =Helper classes
----------------------------------------------- */
.radius-15 {
	border-radius: 15px !important;
}
.white-space-normal {
	white-space: normal;
}
.lh-normal {
	line-height: normal;
}

.text-muted {
  color: #939393 !important;
}

.text-color-base {
  color: #414141 !important;
}
.color-blue {
	color: #258ec5 !important;
}
.bg-primary {
  background-color: #72b738 !important;
}

.bg-light {
  background-color: #fafafa !important;
}

.bg-light-2 {
  background-color: #eee !important;
}

.bg-img {
  background: no-repeat center / cover;
}

.lead {
  font-size: 18px;
}

.small, small {
  font-size: 14px;
  line-height: 24px;
}

.fs-xsmall {
  font-size: 12px;
}

.display-4 {
  font-size: 36px;
  font-weight: 200;
  line-height: 38px;
}

.img-area {
  overflow: hidden;
  position: relative;
}

.h-164 {
  min-height: 164px;
}

.h-235 {
  min-height: 235px;
}

.h-325 {
  min-height: 325px;
}

.img-area.h-164, .img-area.h-235, .img-area.h-325 {
  padding-bottom: 128%;
  min-height: auto !important;
}
.img-area.h-164 img, .img-area.h-235 img, .img-area.h-325 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
}

.badge {
  margin-bottom: 10px;
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 0;
}

.badge-info {
  background-color: #557d96;
}

.badge-secondary {
  background-color: #656567;
}

.badge-danger {
  background-color: #d24e26;
}

.badge-warning {
  background-color: #ffc107;
  font-size: 7px;
}

.badge-novelty, .badge-promotion, .badge-preorder, .badge-warning, .badge-bf {
  position: absolute;
  top: 10px;
  left: -54px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 60px;
  padding-right: 60px;
  transform: rotate(-29deg);
}
.badge-bf {
	top: 17px;
	left: -53px;
	transform: rotate(-35deg);
	background-color: #000;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	padding-top: 8px;
	padding-bottom: 8px;
}

.badge-novelty {
  background-color: #72b738;
}

.badge-promotion {
  background-color: #e2523a;
}

.badge-preorder {
  background-color: #258ec5;
}

.badge-pill {
  position: relative;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  text-indent: -99999px;
}
.badge-pill::before {
  content: "";
  border: 1px solid;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 5px;
}
.badge-pill.badge-success {
  background-color: #5b963a;
}
.badge-pill.badge-success::before {
  border-color: #5b963a;
}
.badge-pill.badge-danger {
  background-color: #d24e26;
}
.badge-pill.badge-danger::before {
  border-color: #d24e26;
}
.badge-pill.badge-orange {
  background-color: #ffc107;
}
.badge-pill.badge-orange::before {
  border-color: #ffc107;
}
.badge-pill.badge-dark {
  width: 12px;
  height: 12px;
}
.badge-pill.badge-dark::before {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-color: #ffffff;
}

.badge-pill.success-warning {
  background: #ffc107;
  background: -moz-linear-gradient(-45deg, #5b963a 0%, #5b963a 50%, #ffc107 51%, #ffc107 100%);
  background: -webkit-linear-gradient(-45deg, #5b963a 0%, #5b963a 50%, #ffc107 51%, #ffc107 100%);
  background: linear-gradient(135deg, #5b963a 0%, #5b963a 50%, #ffc107 51%, #ffc107 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b963a', endColorstr='#ffc107',GradientType=1 );
}
.badge-pill.success-danger {
  background: #ffc107;
  background: -moz-linear-gradient(-45deg, #5b963a 0%, #5b963a 50%, #d24e26 51%, #d24e26 100%);
  background: -webkit-linear-gradient(-45deg, #5b963a 0%, #5b963a 50%, #d24e26 51%, #d24e26 100%);
  background: linear-gradient(135deg, #5b963a 0%, #5b963a 50%, #d24e26 51%, #d24e26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b963a', endColorstr='#d24e26',GradientType=1 );
}
.badge-pill.warning-success {
  background: #ffc107;
  background: -moz-linear-gradient(-45deg, #ffc107 0%, #ffc107 50%, #5b963a 51%, #5b963a 100%);
  background: -webkit-linear-gradient(-45deg, #ffc107 0%, #ffc107 50%, #5b963a 51%, #5b963a 100%);
  background: linear-gradient(135deg, #ffc107 0%, #ffc107 50%, #5b963a 51%, #5b963a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#5b963a',GradientType=1 );
}
.badge-pill.warning-danger {
  background: #ffc107;
  background: -moz-linear-gradient(-45deg, #ffc107 0%, #ffc107 50%, #d24e26 51%, #d24e26 100%);
  background: -webkit-linear-gradient(-45deg, #ffc107 0%, #ffc107 50%, #d24e26 51%, #d24e26 100%);
  background: linear-gradient(135deg, #ffc107 0%, #ffc107 50%, #d24e26 51%, #d24e26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#d24e26',GradientType=1 );
}
.badge-pill.danger-success {
  background: #ffc107;
  background: -moz-linear-gradient(-45deg, #d24e26 0%, #d24e26 50%, #5b963a 51%, #5b963a 100%);
  background: -webkit-linear-gradient(-45deg, #d24e26 0%, #d24e26 50%, #5b963a 51%, #5b963a 100%);
  background: linear-gradient(135deg, #d24e26 0%, #d24e26 50%, #5b963a 51%, #5b963a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d24e26', endColorstr='#5b963a',GradientType=1 );
}
.badge-pill.danger-warning {
  background: #ffc107;
  background: -moz-linear-gradient(-45deg, #d24e26 0%, #d24e26 50%, #ffc107 51%, #ffc107 100%);
  background: -webkit-linear-gradient(-45deg, #d24e26 0%, #d24e26 50%, #ffc107 51%, #ffc107 100%);
  background: linear-gradient(135deg, #d24e26 0%, #d24e26 50%, #ffc107 51%, #ffc107 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d24e26', endColorstr='#ffc107',GradientType=1 );
}

.badge-pill.dark-success {
  background: #ffc107;
  background: -moz-linear-gradient(-45deg, #343a40 0%, #343a40 50%, #5b963a 51%, #5b963a 100%);
  background: -webkit-linear-gradient(-45deg, #343a40 0%, #343a40 50%, #5b963a 51%, #5b963a 100%);
  background: linear-gradient(135deg, #343a40 0%, #343a40 50%, #5b963a 51%, #5b963a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343a40', endColorstr='#5b963a',GradientType=1 );
}

.badge-pill.dark-warning {
  background: #ffc107;
  background: -moz-linear-gradient(-45deg, #343a40 0%, #343a40 50%, #ffc107 51%, #ffc107 100%);
  background: -webkit-linear-gradient(-45deg, #343a40 0%, #343a40 50%, #ffc107 51%, #ffc107 100%);
  background: linear-gradient(135deg, #343a40 0%, #343a40 50%, #ffc107 51%, #ffc107 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343a40', endColorstr='#ffc107',GradientType=1 );
}

.badge-pill.dark-danger {
  background: #ffc107;
  background: -moz-linear-gradient(-45deg, #343a40 0%, #343a40 50%, #d24e26 51%, #d24e26 100%);
  background: -webkit-linear-gradient(-45deg, #343a40 0%, #343a40 50%, #d24e26 51%, #d24e26 100%);
  background: linear-gradient(135deg, #343a40 0%, #343a40 50%, #d24e26 51%, #d24e26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343a40', endColorstr='#d24e26',GradientType=1 );
}

.xone {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: 100%;
  background: url("../images/ico_xone.png") no-repeat scroll center center/100% auto;
}
.xone.xone-lg {
  max-width: 70px;
  max-height: 70px;
}
.xone.xone-sm {
  max-width: 40px;
  max-height: 40px;
}

.product-list {
  margin-top: 20px;
}
.product-list .price .large, .product-list .price sup {
  font-weight: 900;
}
.product-list .price s sup {
  font-weight: 300;
}
.product-list .item {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 38px;
  max-width: 351px;
}
.product-list .item a {
  display: block;
  text-decoration: none !important;
  color: #414141;
}
.product-list .item:hover a {
  color: #72b738;
}
.product-list .item .h3, .product-list .item h3 {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 4px;
  height: 70px;
  font-size: 16px !important;
  font-weight: 300 !important;
}
.product-list .item .badge-pill {
  margin-top: 13px;
}
.product-list .item-lg .h3, .product-list .item-lg h3 {
  height: auto;
  font-size: 22px;
}
.product-list .item-lg .price {
  font-size: 16px;
  line-height: 44px;
}
.product-list .item-lg .price .large {
  font-size: 26px;
}
.product-list .item-sm .badges {
  position: static;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.product-list .item-sm {
  margin-bottom: 30px;
}

#cart .product-list .item {
  margin-bottom: 0;
}
#cart .product-list {
  margin-top: 30px;
}
#cart .card {
  height: 100%;
}

.price {
  font-size: 14px;
  line-height: 34px;
}
.price .large {
  font-size: 22px;
}

.dropdown-menu {
  margin-top: 0;
  padding: 0;
  border: 0;
}

.dropdown-select .dropdown-menu {
  border-radius: 0;
}

.custom-nav .dropdown-menu {
  background: transparent;
}
.custom-nav .nav {
  margin-top: 4px;
}
.custom-nav .nav .nav-item {
  margin-right: 26px;
}
.custom-nav .nav .nav-item:last-child {
  margin-right: 0;
}
.custom-nav .nav .nav-link {
  padding: 0;
  color: #c0c0c0;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.custom-nav .nav .nav-link:hover, .custom-nav .nav .nav-link.active {
  color: #72b738;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: transparent;
}

.breadcrumb-bar {
  background: rgba(238, 238, 238, 0.7);
}

.breadcrumb {
  margin-bottom: 0;
  padding: 13px 0;
  background: transparent;
  border-radius: 0;
}

.breadcrumb-item {
  font-size: 14px;
}
.breadcrumb-item a {
  color: #414141;
}
.breadcrumb-item.active {
  color: #939393;
}

.sidebar a:not(:hover) {
  color: #414141;
}
.sidebar .card {
  margin-bottom: 10px;
}
.sidebar .navbar-toggler .icon-bar {
  background: #414141;
}

.embed-responsive {
  max-width: 100%;
  margin: auto;
}

#fb-widget {
  position: fixed;
  left: 20px;
  top: 120px;
  width: 56px;
  height: 56px;
  overflow: hidden;
  transition: all 0.5s;
  white-space: nowrap;
  z-index: 1000;
}
#fb-widget img { 
  border: 8px #72b738 solid;
  border-radius: 100%;
  background: #72b738
}

/* =Cookies policy
----------------------------------------------- */
#cookiesEU-box {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #68aa31;
  z-index: 9999;
  margin: 0 auto;
  border-radius: 0;
}

#cookiesEU-box .cookiesEU-inner {
  padding: 15px 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  overflow: hidden;
  text-align: center;
  line-height: 16px;
  max-width: calc(100% - 60px);
  text-align: left;
}

#cookiesEU-box .cookiesEU-inner a {
  font-weight: 800;
  color: #fff;
}

#cookiesEU-box .cookiesEU-inner a.cookiesEU-close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #68aa31;
  background: #fff;
  border: 1px solid #68aa31;
}
#cookiesEU-box .cookiesEU-inner a.cookiesEU-close span {
	margin: auto;
}
#cookiesEU-box .cookiesEU-inner a:hover, #cookiesEU-box .cookiesEU-inner a:focus, #cookiesEU-box .cookiesEU-inner a:active {
  text-decoration: none;
}

/* =UI
----------------------------------------------- */
.btn {
  padding: 9px 30px 8px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
  box-shadow: none !important;
}

.btn-sm {
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 700;
}

.btn-xs {
	padding: 6px 8px 4px;
	font-size: 10px;
	font-weight: 500;
	text-transform: initial;
}
.btn-primary {
  background: #72b738;
  border-color: #72b738;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #72b738;
  border-color: #72b738;
  color: #ffffff;
}

.btn-secondary {
  background: #ffffff;
  border-color: #ffffff;
  color: #72b738;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background: #ffffff;
  border-color: #ffffff;
  color: #72b738;
}

.btn-secondary-danger {
  background: #ffffff;
  border-color: #ffffff;
  color: #d24e26;
}
.btn-secondary-danger:hover, .btn-secondary-danger:focus, .btn-secondary-danger:not([disabled]):not(.disabled).active, .btn-secondary-danger:not([disabled]):not(.disabled):active, .show > .btn-secondary-danger.dropdown-toggle {
  background: #ffffff;
  border-color: #ffffff;
  color: #d24e26;
}

.btn-secondary-2 {
  color: #656567;
}
.btn-secondary-2:hover, .btn-secondary-2:focus, .btn-secondary-2:not([disabled]):not(.disabled).active, .btn-secondary-2:not([disabled]):not(.disabled):active, .show > .btn-secondary-2.dropdown-toggle {
  color: #656567;
}

.btn-info {
  background: #557d96;
  border-color: #557d96;
  color: #ffffff;
}
.btn-info:hover, .btn-info:focus, .btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  background: #557d96;
  border-color: #557d96;
  color: #ffffff;
}

.btn-danger {
  background: #d24e26;
  border-color: #d24e26;
  color: #ffffff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  background: #d24e26;
  border-color: #d24e26;
  color: #ffffff;
}

.btn-outline-primary {
  background: transparent;
  border-color: #72b738;
  color: #72b738;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  background: #72b738;
  border-color: #72b738;
  color: #ffffff;
}

.btn-outline-secondary {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  background: #ffffff;
  border-color: #ffffff;
  color: #72b738;
}

.btn-outline-dark {
  font-weight: 300;
  background: transparent;
  border-color: #939393;
  color: #656567;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:not([disabled]):not(.disabled).active, .btn-outline-dark:not([disabled]):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  background: transparent;
  border-color: #939393;
  color: #656567;
}

.btn-favorite {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: normal;
  background: no-repeat -60px -60px;
  background-image: url("../images/sprite.png") !important;
  text-indent: -99999px;
  transition: none;
}
.btn-favorite.active {
  background-position-y: -30px;
}

.btn-amount, .btn-remove {
  padding: 0 !important;
  width: 19px;
  height: 19px;
  background: transparent;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  border: 1px solid #939393;
  margin-left: 2px;
}
.btn-amount + .btn, .btn-remove + .btn {
  margin-top: 2px;
}

.btn-remove {
  margin-left: 0;
  margin-right: 2px;
  color: #939393;
}

.input-amount {
  width: 40px;
  height: 40px;
  background: transparent !important;
  text-align: center;
  border: 1px solid #939393 !important;
}
.input-amount.input-amount-lg {
  width: 80px;
}

.input-group > .input-group-append > .btn {
  z-index: 10;
  border-radius: 5px;
}

.input-group-append {
  margin-left: -5px;
}

.filters .btn {
  margin: 0 15px 30px;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  padding: 9px 14px 8px;
  color: #414141;
  font-size: 14px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  box-shadow: none !important;
}
.form-control:focus {
  border-color: #72b738;
}
.form-control::-webkit-input-placeholder {
  color: #939393;
}
.form-control::-moz-placeholder {
  color: #939393;
}
.form-control:-ms-input-placeholder {
  color: #939393;
}
.form-control:-moz-placeholder {
  color: #939393;
}

.custom-file-input:lang(pl) ~ .custom-file-label::after {
  content: "Wybierz plik";
}

.custom-file-input:focus ~ .custom-file-label {
  box-shadow: none !important;
  border-color: #72b738;
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #72b738;
}

.custom-file, .custom-file-input, .custom-file-label {
  height: 40px !important;
}

.custom-file-input {
  cursor: pointer;
}

.custom-file-label::after {
  padding: 9px 30px 8px;
  height: 38px !important;
  background: #72b738;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}

.custom-control {
  padding-left: 0;
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}
.custom-control a {
  color: #414141;
}

.sidebar .custom-control {
  margin-bottom: 6px;
  font-size: 14px;
}

.custom-control-label {
  padding-left: 30px;
  cursor: pointer;
}

.custom-control-label::before {
  top: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #cacaca;
}

.custom-control-input:active ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #72b738;
}

.custom-control-label::after {
  top: 0;
  width: 20px;
  height: 20px;
  background-size: 0;
  transition: all 0.1s ease-in-out;
}

.custom-control-input:checked ~ .custom-control-label::after {
  background-size: 100%;
}

.custom-checkbox .custom-control-input ~ .custom-control-label::after {
  background-image: url("../images/checkbox.png") !important;
}

.custom-control-input:checked ~ .custom-control-label {
  color: #72b738;
  transition: all 0.1s ease-in-out;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #72b738;
}

.points .custom-range {
  max-width: 300px;
}

.ui-widget-header {
  background: #72b738;
}

.ui-slider {
  background: #eee;
  border-radius: 4px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border-color: #cacaca;
  background: #ffffff !important;
}

.ui-widget.ui-widget-content {
  border-color: #cacaca;
}

.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.page-item {
  margin: 0 5px;
}

.page-item.active .page-link {
  background: #72b738 !important;
  border-color: #72b738;
  font-weight: 800;
  color: #ffffff !important;
}

.page-link {
  padding: 0 10px;
  min-width: 40px;
  background: transparent !important;
  color: #414141;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 38px;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  box-shadow: none !important;
}

.page-link:hover {
  background: #ffffff;
  color: #414141;
  border-color: #d1d1d1;
}

.card {
  border: 0;
  border-radius: 0;
}

.card-body {
  padding: 22px;
}

.card-boxes {
  margin-top: 40px;
}
.card-boxes .price {
  font-size: 15px;
  font-weight: 200;
  line-height: 38px;
}
.card-boxes .price .large {
  font-size: 32px;
}

.gallery .item {
  position: relative;
  margin-bottom: 30px;
}
.gallery .item img {
  margin: auto;
  display: block;
}

.item .overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-in-out;
}
.item .overlay .btn {
  transform: scale(0.5);
}
.item:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.item:hover .overlay .btn {
  transform: scale(1);
}

.item-sm:hover .overlay .btn {
  transform: scale(0.6);
}

#baguetteBox-overlay {
  transition: opacity 0.1s ease-in-out;
}

.thumbnail-wrapper {
  position: relative;
  overflow: hidden;
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

#content-main img.thumbnail-gallery, .thumbnail-gallery {
  margin: 0 !important;
  max-height: 100%;
  height: 100% !important;
  width: auto !important;
}

.container-custom {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0,0,0,.02);
}
/* =Page modules
----------------------------------------------- */
#slider {
  position: relative;
  background: #000;
}
#slider > .slider {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  visibility: hidden;
}
#slider > .slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}

#slider .slick-list, #slider .slick-track, #slider .slider-item {
	display: flex;
}
#slider .slider-item a.btn {
	border-radius: 0;
}
.slider .slider-item .content.slider-logo-left p {
	text-align: left;
}
.slider .slider-item .content.slider-logo-right p {
	text-align: right;
}
.slider .slider-item .content.slider-logo-center p {
	text-align: center;
}
.slider .slider-item .content img{
	display: inline-block;
}
.block-items {
  margin: 1rem 0 3rem;
  color: #ffffff;
}
.block-items .item {
  position: relative;
  z-index: 1;
  padding: 37px 30px 40px;
  height: 100%;
  background: no-repeat center top / cover;
}
.block-items .item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 10px;
  border: 10px solid rgba(255, 255, 255, 0.2);
}
.block-items .item .btn {
  margin-top: 17px;
}

.slider .slider-item {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 405px;
  background: no-repeat center top / cover;
  color: #ffffff;
}
.slider .slider-item .h1, .slider .slider-item h1 {
  margin-bottom: 0;
  font-size: 36px;
}
.slider .slider-item .h1 .small, .slider .slider-item .h1 small, .slider .slider-item h1 .small, .slider .slider-item h1 small {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.slider .slider-item .content {
  margin-top: 60px;
}
.slider .slider-item .content img {
  margin-bottom: 22px;
  max-width: 700px;
  max-height: 300px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.slider .slider-item.slick-current.slick-active .content img {
	opacity: 1;
}
.slider .slider-item .content .btn {
  margin-top: 20px;
}

#products {
  padding: 100px 0 0;
}

.boxes {
	display: none;
	position: absolute;
	max-width: 185px;
	height: 100%;
	top: 40px;
	bottom: 0;
	margin: auto;
}
.boxes.boxes-left {
	left: calc(50% - 760px);
}
.boxes.boxes-right {
	right: calc(50% - 760px);
}
#logotypes {
  padding: 65px 0;
}

#viewed {
  padding: 48px 0;
}

#accessories {
  padding: 46px 0 0;
}

#newsletter {
  margin-top: auto;
  padding: 42px 0 34px;
  background: #fafafa;
}
#newsletter .h2 {
  margin-bottom: 17px;
}
#newsletter .input-group {
  max-width: 400px;
}
#newsletter .form-control:not(:focus) {
  border-color: #eee;
}

body.home #newsletter, body.products #newsletter {
  background: #ffffff;
}

#products, #content, .modal-content {
  /*background: url("../images/content-bg.jpg") no-repeat center top/1920px auto;*/
}

#content {
  padding-top: 100px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
#content .dropdown-menu:not(.nav) {
  padding: 15px 0;
  background: #eee;
  border-radius: 0;
}
#content .dropdown-item {
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 300;
}
#content .dropdown-item:focus, #content .dropdown-item:hover, #content .dropdown-item.active, #content .dropdown-item:active {
  background: transparent;
  color: #72b738;
}

#content-main {
  padding-bottom: 37px;
}
#content-main .h1, #content-main h1, #content-main .h2, #content-main h2, #content-main .h3, #content-main h3, #content-main .h4, #content-main h4, #content-main .h5, #content-main h5, #content-main .h6, #content-main h6 {
  margin-bottom: 12px;
  font-weight: 300;
}
#content-main .h2, #content-main h2 {
  font-size: 20px;
}
#content-main .h3, #content-main h3 {
  font-size: 18px;
}
#content-main .h4, #content-main h4, #content-main .h5, #content-main h5, #content-main .h6, #content-main h6 {
  font-size: 16px;
}
#content-main dl, #content-main ol, #content-main ul {
  margin-bottom: 12px;
}
#content-main ul:not(.nav):not(.pagination) li + li {
  margin-top: 12px;
}
#content-main img {
  max-width: 100%;
  height: auto;
}
#content-main p {
  margin-bottom: 10px;
}

#about {
  padding: 42px 0 0;
  background: #ececec;
  font-size: 14px;
}
#about .row [class*='col-'] {
  margin-bottom: 50px;
}


/* =Slick slider
----------------------------------------------- */
.slick-slider {
  overflow-x: hidden;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.slick-slider button {
  display: block;
  padding: 0;
  border: 0;
  text-indent: -99999px;
  cursor: pointer;
}

.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 70px;
  background: no-repeat center;
  opacity: .5;
  transition: all 0.1s ease-in-out;
}
.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: 0;
  background-image: url("../images/arrow-left.png");
}

.slick-next {
  right: 0;
  background-image: url("../images/arrow-right.png");
}

.carousel-md {
  padding: 0 50px;
  margin-left: -50px;
  margin-right: -50px;
}
.carousel-md .slick-arrow {
  width: 50px;
  background-size: 22px auto;
}
.carousel-md .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.carousel-sm {
  padding: 0 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.carousel-sm .slick-arrow {
  width: 30px;
  background-size: 11px auto;
}
.carousel-sm .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.logotypes-carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.logotypes-carousel .item {
  margin: 0 15px;
}
.logotypes-carousel .item img {
  margin: auto;
  opacity: .5;
  transition: all 0.1s ease-in-out;
}
.logotypes-carousel .item:hover img {
  opacity: 1;
}

.accessories-carousel {
  margin-top: 54px;
}

.product-gallery .slick-list, .product-gallery .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-gallery .slider-for .slick-slide img {
  margin: auto;
}

.slider-nav {
  margin: 20px -30px 0;
}
.slider-nav .slick-list {
  margin: 0 -5px;
  padding: 0 !important;
}
.slider-nav .item {
  display: flex;
  align-items: center;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}

.slider-for .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb_reset > div {
  position: absolute;
  /*bottom: 60px !important;*/
}
.fb_dialog.fb_dialog_advanced {
	background: transparent;
}
.fb_customer_chat_bounce_in_v2 {
	bottom: 115px !important;
}
/* =Modal
----------------------------------------------- */
.modal-close {
	background: transparent;
	color: #212529;
	border: none;
	padding: 0 5px;
	font-size: 18px;
}
.btn-modal {
	display: block;
	max-width: 100%;
	width: 100%;
	padding: 20px 0;
	border-radius: 0;
	font-weight: 600;
	color: #72b738;
	background-color: #fff;
}
.btn-modal.btn-modal-forward {
	color: #fff;
	background-color: #72b738;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.cart-product {
	border: 1px solid #ddd;
}
.cart-url {
	color: #212529;
}
.modal .form-group {
	margin-bottom: 15px;
}
.modal .form-group label {
	font-weight: 600;
}
.modal .form-group .form-control {
	border-radius: 0;
}
/* =Media queries
----------------------------------------------- */
@media (min-width: 768px) {
  .dropdown-select .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative !important;
    top: 0;
    transform: none !important;
  }

  .columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media (min-width: 992px) {
	.slider .slider-item .content.slider-logo-xl-left p {
		text-align: left;
	}
	.slider .slider-item .content.slider-logo-xl-right p {
		text-align: right;
	}
	.slider .slider-item .content.slider-logo-xl-center p {
		text-align: center;
	}
	
}
@media (min-width: 1200px) {
  .navbar-nav .dropdown:not(.logged):hover > a::after {
    display: block;
  }
  .navbar-nav .dropdown:not(.logged):hover .dropdown-menu {
    display: block;
  }

  .navbar-nav .dropdown.logged.show > a::after {
    display: block;
  }

  .navbar-nav .dropdown.show:not(:hover):not(.logged) .dropdown-menu {
    display: none;
  }
}
@media (min-width: 1440px) {
  .navbar {
    padding-right: 50px;
    padding-left: 40px;
  }
}
@media (min-width: 1921px) {
  #products, #content {
    background-size: 2560px auto;
  }
}
@media (max-width: 1500px) {
	.slider .slider-item {
		min-height: 750px;
		padding-top: 100px;
		padding-bottom: 200px;
	}
	.slider .slider-item .content img {
		max-width: 400px;
		max-height: 200px;
		width: auto;
		height: auto;
	}
}
@media (max-width: 1199px) {
  .navbar {
    min-height: 70px;
  }

  body.home .navbar {
    background: rgba(0, 0, 0, 0.7);
  }
  
	#wrap > .fixed-top {
		position: fixed;
		
	}
	.navbar {
		background: rgba(65, 65, 65, 1);
	}
	
  .navbar-brand {
    margin-left: 15px;
    text-align: left;
  }
  .navbar-brand img {
    height: 46px;
    margin: 11px 0;
  }

  .navbar-right {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 70px;
  }

  .navbar-nav {
    margin: 30px 0;
  }
  .navbar-nav > li > a {
    padding: 4px 15px;
    font-size: 18px;
    text-align: center;
    line-height: normal;
  }

  .navbar-nav .dropdown .dropdown-close {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 0;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    padding: 6px 55px 6px 15px;
  }

  .navbar-nav .dropdown-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: none;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    transform: translateY(-100%);
    transition: transform 0.1s ease-in-out;
    display: flex;
  }
  .navbar-nav .dropdown-menu.show {
    transform: translateY(0);
  }
  .navbar-nav .dropdown-menu .dropdown-footer {
    margin-top: auto;
  }

  .navbar-collapse {
    margin-right: -18px;
    padding-right: 18px;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }

  .community-nav {
    margin-right: 15px;
  }

  .community-nav > li.logged > a {
    text-indent: -99999px;
  }

  .navbar-nav .dropdown.logged .dropdown-menu {
    margin-top: 0;
    padding-top: 15px;
    transform: translateX(100%);
  }
  .navbar-nav .dropdown.logged .dropdown-menu.show {
    transform: translateX(0);
  }
  #slider {
  	margin-top: 69px;
  }
  .slider .slider-item, #content {
    padding-top: 60px;
  }
  .slider .slider-item {
  	min-height: 500px;
  	height: auto;
  	padding-bottom: 0;
  }
  .slider .slider-item .content {
  	margin-top: 10px;
  	text-align: center;
  }
  .slider .slider-item .content img {
    height: auto !important;
    max-width: 350px;
    max-height: 150px;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
  #products {
    padding: 50px 0 50px;
  }
  .fb_reset > div {
	  bottom: 80px !important;
	}
	.fb_customer_chat_bounce_in_v2 {
		bottom: 135px !important;
	}
}
@media (max-width: 991px) {
  .block-items .item::before {
    display: none;
  }

  .slider .slider-item {
    min-height: 400px;
  }
  .cart-product .cart-url {
	font-size: 13px;
	line-height: 15px;
  }
  .cart-product .price {
    display: inline-block;
  }
  .cart-product .large.cart-price {
    font-size: 20px;
  }
  
  .slider .slider-item .content .h3 *:not(img), .slider .slider-item .content h3 *:not(img) {
    display: none;
  }
  .slider .slider-item .content img {
    max-width: 350px;
    max-height: 120px;
  }
  .slider .slider-item .content .h3, .slider .slider-item .content h3 {
    display: none;
  }

  .slider .slider-item .content {
    margin-top: 20px;
  }

  .slider .slider-item {
    padding-bottom: 30px;
  }
  #slider .slick-list {
  	height: auto;
  }
   .product-list .item .h3, .product-list .item h3 {
    height: auto;
  }
}
@media (max-width: 767px) {
	body {
		font-size: 0.9rem;
	}
	.h1, h1, .h2, h2, #content-main .h3, #content-main h3 {
	  font-size: 15px;
	}
	.h3, h3 {
		line-height: 21px;
	}
	.card-boxes .price {
	  font-size: 25px;
	  font-weight: 600;
	  margin: 10px auto;
	}
  .dropdown-select .nav {
    display: none;
  }
  .dropdown-select.dropdown.show .nav {
    display: block;
  }

  .dropdown-select .dropdown-menu {
    background: #ffffff !important;
    padding: 10px;
    border: 1px solid #dcdcdc;
  }

  .sidebar {
    overflow-y: auto;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 70px;
    max-height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-100%);
    transition: transform 0.1s ease-in-out;
  }
  .sidebar.show {
    transform: translateY(0);
  }
  .sidebar .sidebar-toggler {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 0;
  }

  .carousel-md {
    margin: 0;
    padding: 0 30px;
  }

  .carousel-md .slick-arrow {
    width: 20px;
  }

  .modal-footer .btn {
    white-space: normal;
  }

  .navbar-nav .border-line + .border-line {
    margin-top: 40px;
  }
  #cookiesEU-box .cookiesEU-inner {
    padding: 12px 15px;
  }

  #products {
    padding: 50px 0 50px;
  }

  #logotypes {
    display: none;
  }
  .page-link {
  	padding: 0 8px;
  	min-width: 30px;
  	font-size: 12px;
  	line-height: 28px;
  }
  .slider .slider-item {
    min-height: 380px;
  }
  .slider .slider-item .content img {
    max-width: 300px;
    max-height: 100px;
  }
  .product-list .row > .col-md-6:last-child .item-sm {
	  margin-bottom: 0;
	}
	#fb-widget {
		display: none;
	}
}
@media (max-width: 575px) {
	.cart-product {
		text-align: center;
		border: none;
	}
	.cart-img img {
		max-height: 150px;
		width: auto;
	}
  #footer {
    text-align: center;
  }

  .card-body {
    padding: 12px 15px;
  }

  .btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .community-nav {
    margin-right: 5px;
  }

  .community-nav > li {
    margin-right: 10px;
  }

  .navbar-brand img {
    height: 40px;
    margin: 13px 0 10px;
  }

  #about {
    text-align: center;
  }
  .community-nav-mobile {
  	margin-right: 12px;
  }
  .community-nav .searchform input, .community-nav .searchform .search-results {
  	max-width: calc(100vw - 86px);
  	width: calc(100vw - 86px);
  }
  .slider .slider-item, #content {
    padding-top: 40px;
  }
  #slider {
    margin-top: 103px;
  }
  .slider .slider-item {
    min-height: 340px;
  }
  .slider .slider-item .content img {
    max-width: 200px;
    max-height: 100px;
  }
}
@media (max-width: 1559px) and (min-width: 1200px) {
  .navbar-nav > li > a {
    font-size: 10px;
    padding: 0 5px;
  }

  .navbar-brand {
    max-width: 150px;
  }
  
}
@media (max-width: 1500px) and (min-width: 1200px) {
	.slider .slider-item > .container {
		max-width: 960px;
	}
}
@media (max-width: 1679px) and (min-width: 1560px) {
  .navbar-nav > li > a {
    font-size: 12px;
  }
}

@media (max-width: 1921px) and (min-width: 1800px) {
  #slider .slick-slide {
    height: 1000px;
    min-height: 100% !important
  }
}

@media (max-width: 1799px) and (min-width: 1501px) {
  #slider .slick-slide {
    height: 900px;
    min-height: 100% !important
  }
}

.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
	.navbar-nav .dropdown-top .col-xl-2 {
		-ms-flex: 0 0 19.5%;
		flex: 0 0 19.5%;
		max-width: 19.5%;
	}
}
@media (min-width: 1700px) {
    .boxes {
        display: block;
    }
}