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

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #233a48;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
body * {
  outline: none !important;
}

footer {
  padding: 70px 0 42px;
  background: #233a48;
  font-size: 14px;
}
footer, footer a {
  color: #fff !important;
}

footer .title {
  font-size: 15px;
  font-weight: 700;
}

footer hr {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 0;
  width: 100px;
  border-color: #e5191d;
}

footer p {
  margin-bottom: 22px;
  line-height: 22px;
}

footer p:last-child {
  margin-bottom: 0;
}

.footer-top {
  margin-bottom: 51px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

footer .nav > li > a {
  display: block;
  padding: 5px 0;
}

footer .item {
  margin-bottom: 40px;
}

footer .content {
  padding-top: 4px;
}

button, .btn {
  cursor: pointer;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 0.8571rem;
  line-height: 1.35;
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 16px;
}

h3, .h3 {
  font-size: 13px;
}

b, strong, .fw-bold, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
}

.fw-black {
  font-weight: 900;
}

.small, small {
  font-size: 13px;
}

.text-uppercase, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-transform: uppercase;
}

a {
  color: #233a48;
  transition: all .3s ease;
}
a:hover, a:focus {
  color: #233a48;
}

hr {
  margin-top: 2px;
  margin-bottom: 10px;
  border-color: #d3d8da;
}

.row:not(.no-gutters) {
  margin-right: -12.5px;
  margin-left: -12.5px;
}

.container, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.gutters-xxs {
  margin-right: -0.5px !important;
  margin-left: -0.5px !important;
}
.gutters-xxs > .col,
.gutters-xxs > [class*="col-"] {
  padding-right: 0.5px !important;
  padding-left: 0.5px !important;
}

.gutters-xs {
  margin-right: -3.5px !important;
  margin-left: -3.5px !important;
}
.gutters-xs > .col,
.gutters-xs > [class*="col-"] {
  padding-right: 3.5px !important;
  padding-left: 3.5px !important;
}

.gutters-sm {
  margin-right: -9px !important;
  margin-left: -9px !important;
}
.gutters-sm > .col,
.gutters-sm > [class*="col-"] {
  padding-right: 9px !important;
  padding-left: 9px !important;
}

.navbar-inverse, .navbar-inverse a {
  color: #fff;
}

.bg-inverse, .bg-navy {
  background-color: #233a48 !important;
}

.bg-danger {
  background-color: #e5191d !important;
}

.bg-gray-light {
  background-color: #f5f5f5;
}

.bg-gray {
  background-color: #ebebeb;
}

.bg-gray-2 {
  background-color: #f5f4f6;
}

.bg-blue {
  background-color: #2c94c5;
}

.bg-blue-light {
  background-color: #95c9e2;
}

.bg-none {
  background: transparent !important;
}

.text-white, .text-white a {
  color: #fff;
}

.text-info, .text-info a {
  color: #2c94c5;
}

.text-danger, .text-danger a {
  color: #e5191d !important;
}

.text-muted, .text-muted a {
  color: rgba(35, 58, 72, 0.5) !important;
}

footer .text-muted, footer .text-muted a {
  color: rgba(255, 255, 255, 0.4) !important;
}

.text-md {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.429rem;
}

.bg-navy a {
  color: #e5191d;
}

.lead {
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
}

.box-fix {
  background: no-repeat center;
  background-size: cover;
  height: 100%;
}
.box-fix.box-fix-col-2 {
  padding-bottom: 58.4%;
}
.box-fix.box-fix-col-3 {
  padding-bottom: 100%;
}

.top-bar {
  position: relative;
  z-index: 1040;
  padding: 11px 7px 8px;
  font-size: 15px;
  font-weight: 400;
}
.top-bar, .top-bar a {
  color: #233a48;
}
.top-bar a {
  text-decoration: none;
}

.top-bar .ico + .ico {
  margin-left: 30px;
}

.info-box {
  margin-bottom: 25px;
  padding: 34px 50px;
  min-height: 57px;
}
.info-box h2, .info-box .h2 {
  font-weight: 900;
}
.info-box .btn-fixed {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.info-box-inner {
  position: relative;
}

.price {
  font-weight: 300;
}

.price-old {
  font-weight: 700;
  text-decoration: line-through;
}

.price, .price-old {
  display: inline-block;
  color: #314047;
}

.weight-md { 
	font-weight: 300;
}

/* =UI Elements
----------------------------------------------- */
.btn {
  padding: 0.7143rem 1.786rem;
  min-height: 40px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0;
  box-shadow: none !important;
}

.btn-sm {
  padding: 0.7143rem 0.8571rem;
  min-height: 38px;
  font-size: 13px;
}

.btn-lg {
  padding: 1rem 2.857rem;
  min-height: 50px;
  font-size: 16px;
}

.btn-primary {
  background: #ebebeb !important;
  color: #233a48 !important;
  border-color: #ebebeb !important;
}
.btn-primary:hover, .btn-primary:focus {
  background: #4f616d !important;
  color: #fff !important;
  border-color: #4f616d !important;
}

.btn-outline-primary {
  color: #fff !important;
  border-color: #fff !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background: #e5191d !important;
  color: #fff !important;
  border-color: #e5191d !important;
}

.bg-danger .btn-outline-primary:hover, .bg-danger .btn-outline-primary:focus {
  background: #fff !important;
  color: #e5191d !important;
  border-color: #fff !important;
}

.btn-secondary {
  background: #233a48 !important;
  color: #fff !important;
  border-color: #314047 !important;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #2c94c5 !important;
  color: #fff !important;
  border-color: #2c94c5 !important;
}

.btn-outline-secondary {
  color: #233a48 !important;
  border-color: #233a48 !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  background: #233a48 !important;
  color: #fff !important;
  border-color: #233a48 !important;
}

.btn-danger {
  background: #e5191d !important;
  color: #fff !important;
  border-color: #e5191d !important;
}
.btn-danger:hover, .btn-danger:focus {
  background: #2c94c5 !important;
  color: #fff !important;
  border-color: #2c94c5 !important;
}

.btn-info {
  background: #95c9e2 !important;
  color: #fff !important;
  border-color: #95c9e2 !important;
}
.btn-info:hover, .btn-info:focus {
  background: #2c94c5 !important;
  color: #fff !important;
  border-color: #2c94c5 !important;
}

.btn.disabled, .btn:disabled {
  cursor: default;
}

.dropdown-toggle::after {
  border-width: 7px;
  margin-top: -5px;
}

.form-control {
  padding: 10px;
  font-family: "Lato", sans-serif;
  border-radius: 0;
}

.form-group, .form-check {
  margin-bottom: 24px;
}

label {
  margin-bottom: 0;
}

textarea {
  min-height: 105px;
}

.nice-select {
  float: none;
  height: auto;
  line-height: 18px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: all .3s ease;
}

.nice-select.wide .list {
  left: -1px !important;
  right: -1px !important;
  transform: none;
  transition: all .3s ease;
}

.form-control:focus, .nice-select:focus {
  border-color: #2c94c5;
}

::-webkit-input-placeholder {
  color: rgba(35, 58, 72, 0.5) !important;
}

::-moz-placeholder {
  color: rgba(35, 58, 72, 0.5) !important;
}

:-ms-input-placeholder {
  color: rgba(35, 58, 72, 0.5) !important;
}

:-moz-placeholder {
  color: rgba(35, 58, 72, 0.5) !important;
}

.input-sm {
  max-width: 40px;
  text-align: center;
}

.sidebar-section .form-check {
  margin-bottom: 5px;
}
.sidebar-section .form-check label {
  margin-bottom: 4px;
}
.sidebar-section .form-check:last-child, .sidebar-section .form-check:last-child label {
  margin-bottom: 0;
}

.custom-control-indicator {
  top: 3px;
  width: 16px;
  height: 16px;
  background-color: transparent !important;
  border: 1px solid #cbcfd3;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("../images/check.png");
  background-size: auto;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("../images/radio.png");
  background-size: auto;
}

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

.custom-control-description.checkbox-text {
  cursor: default;
}
.custom-control-description a {
  text-decoration: underline;
}
.custom-control-description a:hover {
  text-decoration: none;
}

.sidebar-section .custom-checkbox .custom-control-input:checked ~ .custom-control-description {
  font-weight: 700;
}

.card {
  border-radius: 0;
}

.card, .card-header, .card-footer {
  border-color: #ebebeb;
}

.card-product {
  margin-bottom: 25px;
}
.card-product .card {
  padding-top: 70px;
  min-height: 297px;
}
.card-product .card img {
  margin: auto;
  display: block;
}
.card-product .card-header, .card-product .card-block, .card-product .card-footer {
  padding: 7px;
}
.card-product .card-block {
  padding-left: 25px;
  padding-right: 25px;
}
.card-product .card-header, .card-product .card-footer {
  background: transparent;
  border: none;
}
.card-product .card-title, .card-product .card-title a {
  color: #314047;
}
.card-product .card-title a {
  text-decoration: none;
}
.card-product .card-title a:hover, .card-product .card-title a:focus {
  color: #e5191d;
}

.label {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0.7857rem 1.286rem;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.label-recommended {
  background: #233a48;
  color: #fff;
}

.label-new {
  background: #2c94c5;
  color: #fff;
  z-index: 1;
}

.label-sale {
  background: #ebebeb;
  color: #e5191d;
}

.ico {
  display: inline-block;
  padding-left: 26px;
  min-height: 21px;
  background: no-repeat left top;
}

.ico.ico-fix {
	padding-left: 40px;
	background-position: left top 5px;
}

.ico-only {
  margin-left: 2px;
  padding-left: 0;
  width: 19px;
  min-height: 19px;
}
.ico-only + .ico-only {
  margin-top: 2px;
}

.ico-block {
  display: block;
}

.ico-phone {
  background-image: url("../images/phone.png");
}

.ico-address {
  background-image: url("../images/address.png");
}

.ico-time {
  background-image: url("../images/time.png");
}

.ico-time-gray {
  background-image: url("../images/time-gray.png");
}

.ico-delivery {
  background-image: url("../images/delivery.png");
}

.ico-remove {
  background-image: url("../images/remove.png");
}

.ico-minus {
  background-image: url("../images/minus.png");
}

.ico-plus {
  background-image: url("../images/plus.png");
}

.ico-person {
  background-image: url("../images/person.png");
  padding-left: 55px;
  min-height: 32px;
  line-height: 32px;
}

.ico-mail {
  background-image: url("../images/ico-mail.png");
}

.page-item.disabled {
  display: none;
}

.page-dots {
  display: block;
  padding: .5rem;
}

.page-link, .page-dots {
  min-width: 40px;
  height: 40px;
  color: #314047;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.page-link {
  margin-right: 12px;
  border-radius: 0 !important;
}

.page-dots {
  margin-left: -12px;
}

.page-link:focus, .page-link:hover {
  border-color: #ebebeb;
  background-color: #ebebeb;
}

.page-item.active .page-link {
  background-color: #ebebeb;
  color: #314047;
  border-color: #ebebeb;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
  background: transparent no-repeat center;
  border: none;
}

.page-item:first-child .page-link {
  background-image: url("../images/prev-dark.png");
}

.page-item:last-child .page-link {
  background-image: url("../images/next-dark.png");
}

.custom-list-img > li {
  position: relative;
  padding-left: 80px;
}
.custom-list-img > li > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.content-box {
  padding: 30px 50px;
  text-align-last: center;
}

.border-img {
  border: 1px solid #ebebeb;
}

.table-bordered {
  border: none;
}

.table .thead-light th {
  background: #f5f4f6;
  color: rgba(35, 58, 72, 0.5);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  border: none;
}

.table th, .table td {
  vertical-align: middle;
}

.table-bordered td {
  border-color: rgba(35, 58, 72, 0.2);
}

.table-bordered tbody tr:first-child td {
  border-top: 0;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

/* =Theme
----------------------------------------------- */
#wrap {
  flex: 1;
}

#navbar-top {
  z-index: 1030;
  padding: 0 2.143rem;
  min-height: 90px;
}
#navbar-top .cart-btn {
  padding-left: 45px;
  min-width: 50px;
  min-height: 40px;
  background: url("../images/cart.png") no-repeat left center;
  font-size: 15px;
  text-decoration: none;
}
#navbar-top .cart-btn small {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.navbar-brand {
  height: 90px;
  display: flex;
  align-items: center;
}

.navbar-toggler {
  top: 25px;
  width: 40px;
  height: 40px;
  color: #fff;
  border: none;
  border-radius: 0;
}
.navbar-toggler span {
  height: 2px;
  display: block;
  width: 100%;
  background: #fff;
}
.navbar-toggler span + span {
  margin-top: 4px;
}

#nav-main {
  width: 100%;
}
#nav-main .navbar-nav .nav-link {
  position: relative;
  margin-right: 25px;
  padding: 0;
  color: #233a48;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  transition: all .3s ease;
}
#nav-main .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -.5rem;
  left: 0;
  height: 1px;
  transition: all .3s ease;
}
#nav-main .navbar-nav .nav-link:hover, #nav-main .navbar-nav .nav-link.active {
  color: #e5191d;
}
#nav-main .navbar-nav .nav-link:hover::after, #nav-main .navbar-nav .nav-link.active::after {
  bottom: 0;
  background: red;
}
#nav-main .navbar-nav .nav-link.active {
  font-weight: 700;
}
#nav-main .navbar-nav .promo {
  text-transform: uppercase;
  font-weight: 900 !important;
}

#sidebar {
  background: #f5f4f6;
}
#sidebar form {
  margin-bottom: 25px;
}
#sidebar .sidebar-section {
  padding: 14px 20px;
  border-bottom: 1px solid #fff;
}
#sidebar .sidebar-section .category-title {
  margin-bottom: 6px;
  font-weight: 900;
}
#sidebar .sidebar-section .text-muted {
  color: #627581 !important;
}

#offer {
  position: relative;
}
#offer .box-wrap {
  overflow: hidden;
  position: relative;
}
#offer .box-fix-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all .3s ease;
}
#offer .box-fix:hover .box-fix-hover {
  transform: scale(1.04);
}
#offer .box-fix .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#offer .content {
  padding: 13px 15px;
  height: 100%;
}
#offer .content p:last-child {
  margin-bottom: 0;
}
#offer .content .btn {
  margin-top: 0.5rem;
}
#offer .box-fix:hover .content .btn {
  background: #e5191d !important;
  color: #fff !important;
  border-color: #e5191d !important;
}

#products .price, .products-carousel .price {
  font-size: 20px;
}
#products .price-old, .products-carousel .price-old {
  font-size: 16px;
}

#products {
  margin-top: 18px;
}

#product {
  position: relative;
  padding-top: 65px;
}
#product .img-lg {
  position: relative;
}
#product .price {
  font-size: 26px;
}
#product .price-old {
  font-size: 20px;
}
#product .price, #product .price-old {
  margin-top: 10px;
  margin-bottom: 24px;
}
#product .info-box {
  padding: 18px 25px;
}
#product .info-box p:last-child {
  margin-bottom: 0;
}
#product .info-box .ico {
  margin-top: 23px;
}
#product .info-box .ico + .ico {
  margin-top: 8px;
}
#product .product-info {
  min-height: 314px;
}
#product .product-desc {
  line-height: 30px;
}
#product .product-desc .content {
  margin-bottom: 25px;
  padding: 0 12px;
}

#about .content {
  padding: 13px 15px;
  height: 100%;
  padding: 50px;
  text-align-last: center;
}
#about .content p:last-child {
  margin-bottom: 0;
}
#about .content .btn {
  margin-top: 0.5rem;
}
#about .info-box .items img {
  margin: 0 10px 30px;
  transition: all .3s ease;
}

#content-main .nav-custom > li {
  margin-right: 50px;
}
#content-main .nav-custom > li:not(.active) > a {
  color: rgba(35, 58, 72, 0.5);
}
#content-main p {
  margin-bottom: 17px;
}

#map {
  background: #ebebeb;
  height: 350px;
}

#certifications .items {
  margin-top: 40px;
  margin-bottom: 30px;
}
#certifications .items img {
  margin: auto;
}

.certifications-carousel .slick-slide {
  padding: 0 20px;
}

/* =Cart
----------------------------------------------- */
#cart .cart-img {
  border: 1px solid #ebebeb;
}
#cart .cart-content {
  padding: 21px 40px 10px 26px;
  background: #f5f4f6;
}
#cart .ico-remove {
  margin-top: 9px;
}
#cart .price {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
}

.cart-summary {
  padding-top: 14px;
  padding-bottom: 40px;
}
.cart-summary .content {
  line-height: 30px;
}

/* =Login
----------------------------------------------- */
.form-login, .form-register {
  padding: 34px;
  width: 100%;
  max-width: 342px;
}

/* =Carousels
----------------------------------------------- */
.slick-track {
  margin: auto;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 40px;
  height: 40px;
  background: #ebebeb no-repeat center;
  border: 0;
  text-indent: -9999px;
  outline: none !important;
}

.slick-prev {
  left: 0;
  transform: translateX(-50%);
  background-image: url("../images/prev.png");
}

.slick-next {
  right: 0;
  transform: translateX(50%);
  background-image: url("../images/next.png");
}

.slick-dots {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
}
.slick-dots button {
  display: block;
  margin: 0 6px;
  padding: 0;
  background: #fff;
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 50%;
  text-indent: -99999px;
  transition: all .3s ease;
}
.slick-dots .slick-active button {
  background: #233a48;
}

.slick-slide:hover {
  cursor: pointer;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.slick-slide:active, .slick-slide:active * {
  cursor: pointer;
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
}

.products-carousel {
  width: 100%;
}
.products-carousel .slick-list {
  height: 100%;
}
.products-carousel .slick-track {
  min-width: 100%;
  height: calc(100% - 25px);
}
.products-carousel .slick-arrow {
  bottom: 25px;
}
.products-carousel .slick-prev {
  left: 12.5px;
}
.products-carousel .slick-next {
  right: 12.5px;
}
.customers-carousel {
  padding: 50px;
}
.customers-carousel img {
  margin: auto;
  max-width: 120px;
}

.content-carousel, .content-images-carousel, .slick-slider:not(.slider-nav) .slick-list, .slick-slider:not(.slider-nav) .slick-track {
  height: 100%;
}

.content-carousel .content {
  padding: 50px;
  text-align-last: center;
}
.content-carousel, .content-images-carousel {
	display: none;
}
.content-carousel.slick-initialized, .content-images-carousel.slick-initialized {
	display: block;
}

/* =Gallery
----------------------------------------------- */
.gallery img {
  display: block;
  margin: auto;
  width: 100%;
}
.gallery .thumbnails {
  margin-top: 25px;
}
.gallery .thumbnails img {
  cursor: pointer;
  margin-bottom: 18px;
}
.gallery .zoom {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 40px;
  height: 40px;
  background: #f5f5f5 url("../images/zoom.png") no-repeat center;
  cursor: pointer;
  transition: all .3s ease;
}
.gallery .zoom:hover {
  width: 50px;
  height: 50px;
  background-color: #ebebeb;
}
.slider-nav {
	margin: 20px 0;
}
.slider-nav .slick-list {
    padding: 0 !important;
    height: auto;
}
.slider-nav .slick-list, .slider-nav .slick-track {
	display: flex;
}
.slider-nav .slick-track {
	margin: 0;
}
.slider-nav .item {
	display: flex;
	align-items: center;
	margin: 0 10px;
	border: 1px solid #ebebeb;
	cursor: pointer;
}
.slider-nav .item:first-child { margin-left: 0 }
.slider-nav .item:last-child { margin-right: 0 }

/* =Lightbox
----------------------------------------------- */
.jslghtbx {
  z-index: 9999;
}

.jslghtbx-prev, .jslghtbx-next {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: all .3s ease;
  background: no-repeat center;
  background-color: #ebebeb;
  border: none !important;
}

.jslghtbx-prev {
  left: 15px;
  background-image: url("../images/prev-dark.png");
}

.jslghtbx-next {
  background-image: url("../images/next-dark.png");
  right: 15px;
}

.jslghtbx-close {
  color: #fff;
  position: fixed;
  z-index: 1;
  top: 10px;
  right: 15px;
  font-size: 35px;
  font-weight: bold;
  text-shadow: none;
  opacity: .5;
  cursor: pointer;
  background: url("../images/close.png") no-repeat center;
  transition: all .3s ease;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
}
.jslghtbx-close:hover {
  opacity: 1;
}

.jslghtbx-contentwrapper > img {
  padding: 0;
}

[data-jslghtbx] {
  cursor: pointer;
}

#cookiesEU-box {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 80%;
  max-width: 340px;
  background: rgba(79, 97, 109, 0.9);
  z-index: 9999;
  margin: 0 auto;
  border-radius: 0;
}
#cookiesEU-box .cookiesEU-inner {
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  text-align: left;
  line-height: 20px;
}
#cookiesEU-box .cookiesEU-inner strong {
  display: block;
  font-size: 16px;
  margin-bottom: 10px
}
#cookiesEU-box .cookiesEU-inner a {
  font-weight: 600;
  color: #fff;
}
#cookiesEU-box a.cookiesEU-close {
  color: #fff;
  border: 1px #fff solid;
  padding: 0.7143rem 1.786rem;
  min-height: 40px;
  font-weight: 400 !important;
  display: inline-block;
  margin-top: 15px
}
#cookiesEU-box a.cookiesEU-close:hover {
  background: #e5191d;
  color: #fff;
  border-color: #e5191d;
  text-decoration: none;
}

/* =Modal
----------------------------------------------- */
#modal-basket .modal-content { border: 0; border-radius: 0 }
#modal-basket .modal-content .form-control { display: inline-block }
#modal-basket .modal-footer { display: block }
#modal-basket .modal-footer a:last-child { float: right }
/* =Media queries
----------------------------------------------- */
@media (max-width: 1279px) {
  /*#product .product-info {
    height: 291px;
  }*/
  #product .price, #product .price-old {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  #product .info-box .ico {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  #nav-main .navbar-nav .nav-link {
    margin-right: 20px;
  }

  #product .product-info {
    height: auto;
  }
}
@media (max-width: 991px) {
  #modal-basket .modal-footer a { float: none; margin: 0 auto; display: block }
  #modal-basket .modal-footer a:last-child { margin-top: 15px; float: none }
  footer {
    padding: 50px 0 10px;
  }

  #navbar-top {
    padding: 0 5rem 0 1rem;
  }

  .navbar-brand {
    width: 140px;
  }

  .navbar-toggler-right {
    right: 1rem;
  }

  #nav-main .navbar-nav {
    margin-right: -4rem;
    padding: 5px 0 25px;
  }
  #nav-main .navbar-nav .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: .5rem;
    color: #fff;
  }
  #nav-main .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -.5rem;
    width: 1px;
    height: auto;
  }
  #nav-main .navbar-nav .nav-link:hover::after, #nav-main .navbar-nav .nav-link.active::after {
    left: 0;
  }

  #navbar-top .cart-btn {
    background-position: center;
  }

  #about .content, .content-carousel .content {
    padding: 30px;
  }

  .info-box {
    padding: 30px;
  }

  #product {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .box-fix {
    padding-bottom: 50% !important;
  }
}
@media (max-width: 575px) {
  footer {
    text-align: center;
  }

  footer hr {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .row:not(.no-gutters) {
    margin-right: -5px;
    margin-left: -5px;
  }

  .container, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .info-box .btn-fixed {
    position: static;
    margin-top: 25px;
  }

  .slick-arrow {
    transform: translate(0);
  }

  .slider-nav .item:last-child { margin-right: 5px }
}
@media (max-width: 374px) {
  .navbar-brand {
    width: 120px;
  }

  .card-product {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  #sidebar {
    display: block;
  }
}
@media (min-width: 992px) {
  #navbar-top {
    margin-bottom: 40px;
  }

  #nav-main {
    position: absolute;
    top: 100%;
    left: 0;
    height: 40px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .custom-col-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .custom-col-xl-10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1225px;
  }
}
#navbar-top ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

#navbar-top ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

#navbar-top :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

#navbar-top :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.searchform {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
}
.searchform .searchform-inner {
  width: 500px;
  transition: all .3s ease;
}
.searchform input {
  padding-left: 25px;
  padding-right: 76px;
  background: #4f616d !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 16px;
  font-weight: 400;
  border: none;
  box-shadow: none !important;
}
.searchform .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto !important;
  z-index: 10;
  width: 51px;
  height: 40px;
  background: transparent url("../images/search.png") no-repeat center;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.searchform .searchform-inner, .searchform input {
  height: 100%;
  min-height: auto;
}

@media (max-width: 991px) {
  .searchform {
    z-index: 15;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 40px;
  }
  .searchform:not(.off) {
    position: absolute;
    right: 0;
    left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    background: #233a48;
  }
  .searchform:not(.off) .btn {
    right: 2rem;
  }
  .searchform.off .searchform-inner {
    width: 0;
    transition: none;
    opacity: 0;
    visibility: hidden;
  }
  .searchform .searchform-inner {
    right: 0;
    width: 100%;
    height: 40px;
  }
  .searchform.off input {
    padding-right: 0;
  }
  .searchform.off [type="submit"], .searchform:not(.off) [type="button"] {
    display: none;
  }
}
