@charset "UTF-8";
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

img {
  height: auto;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

button {
  border: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  position: relative;
  font-family: "Verdana", sans-serif;
  font-size: 1.5rem;
  color: #595b61;
  overflow-x: hidden;
}
body h1,
body h2,
body a {
  color: #034ea9;
}
body .btn-primary,
body .btn-primary:hover,
body .btn-inverse,
body .btn-inverse:hover,
body .btn-navbar,
body .btn-navbar:hover,
body .navbar-header {
  background-color: #034ea9;
  background-image: none;
  border-color: #034ea9;
  border-radius: 0;
}
body #top {
  display: none;
}
body #content {
  position: static;
  padding: 0;
  max-width: 100%;
}
body #content .swiper-viewport {
  height: 50rem;
  position: relative;
  box-shadow: none;
  border: none;
  margin: 0;
}
body #content .swiper-viewport .swiper-container {
  width: 100vw;
  height: 50rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #content .swiper-viewport .swiper-container img {
  min-width: 100%;
  width: auto;
  max-width: unset;
  height: auto;
  object-fit: cover;
  margin: -4px 0 0 0;
}
body #content .swiper-viewport .swiper-wrapper .banner-txt-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
  padding: 0;
  color: #ffffff;
  padding-top: 70px;
}
body #content .swiper-viewport .swiper-wrapper .banner-txt-wrapper h1 {
  font-size: 4rem;
  font-weight: 900;
  color: inherit;
}
body #content .swiper-viewport .swiper-wrapper .banner-txt-wrapper h2 {
  font-size: 4rem;
  font-weight: 700;
  color: inherit;
}
body #content .swiper-viewport .swiper-wrapper .banner-txt-wrapper .see-more {
  border-radius: 0;
  color: #595b61;
  background-color: #fff;
}
body #content .swiper-viewport .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
body #content .swiper-viewport .swiper-wrapper .swiper-slide > div {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 1170px;
  transform: translateX(-50%);
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
}
body #content .swiper-viewport .swiper-wrapper .swiper-slide > div * {
  color: white;
  font-weight: bold;
  text-align: right;
  text-shadow: 4px 4px 6px rgba(66, 68, 90, 0.5);
}
body #content .swiper-viewport .swiper-pagination {
  opacity: 0.8;
  bottom: 20px;
}
body #content .swiper-viewport .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  box-shadow: none;
  margin: 0 0.75rem;
}
body #content .swiper-viewport .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E30613;
}
body #content #banners {
  display: flex;
  padding: 2.5rem 0;
  margin: 2.5rem 0;
  border-bottom: 3px solid #E30613;
  border-top: 3px solid #E30613;
}
body #content #banners img {
  margin: 0;
  width: auto;
  height: 100%;
}
body #content #banners .col-sm-7 {
  flex-basis: 59.6%;
  width: 100%;
  padding: 0 1.2rem 0 0;
}
body #content #banners .col-sm-5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 40.4%;
  flex-flow: column nowrap;
  padding: 0;
  margin: -12px 0;
}
body #content #banners .col-sm-5 a {
  padding: 12px;
  margin-right: -12px;
}
body #content #banners a {
  height: 100%;
}
body #content .line-header {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
body #content .line-header:after {
  content: "";
  display: block;
  flex: 1;
  background-color: #034ea9;
  height: 3px;
  width: auto;
  margin-left: 1.5rem;
}

header {
  padding: 1.5rem 0;
  background-color: #ececed;
}
header .container {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
header .container .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .container .row::before, header .container .row::after {
  display: none;
}
header .container .row .col-sm-4 {
  width: unset;
  padding: 0;
}
header .container .row .col-sm-4 #logo img {
  height: 10rem;
  margin: 2rem 0;
}
header .container .row .right-site {
  display: flex;
  flex-direction: column;
}
header .container .row .right-site .nav-container {
  padding-right: 0;
}
header .container .row .right-site .log-reg-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 0;
}
header .container .row .right-site .log-reg-cart li {
  list-style: none;
  white-space: nowrap;
}
header .container .row .right-site .log-reg-cart li td {
  vertical-align: middle;
}
header .container .row .right-site .log-reg-cart li a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #034ea9;
  min-width: 40px;
  height: 100%;
  display: block;
}
header .container .row .right-site .log-reg-cart li button.btn-danger {
  background-color: transparent;
  color: #E30613;
}
header .container .row .right-site .log-reg-cart li button.btn-danger:hover {
  background-color: transparent;
  color: #c04541;
  box-shadow: none;
}
header .container .row .right-site .log-reg-cart li .login, header .container .row .right-site .log-reg-cart li .account {
  padding: 0 1rem;
  border-right: 1px solid #034ea9;
}
header .container .row .right-site .log-reg-cart li .register, header .container .row .right-site .log-reg-cart li .logout {
  padding: 0 1rem;
}
header .container .row .right-site .col-sm-3 {
  padding-right: 0;
}
header .container .row .right-site .col-sm-3 #cart {
  margin-bottom: 0;
}
header .container .row .right-site .col-sm-3 #cart .btn-inverse {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #034ea9;
  background-color: transparent;
  border: 1px solid #034ea9;
  padding: 0 !important;
}
header .container .row .right-site .col-sm-3 #cart .btn-inverse i {
  width: 35px;
  height: 35px;
  background-color: #034ea9;
  position: relative;
}
header .container .row .right-site .col-sm-3 #cart .btn-inverse i::before {
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.35' height='26.879' viewBox='0 0 30.35 26.879'%3E%3Cg id='Group_110' data-name='Group 110' transform='translate(-888.792 -27.874)'%3E%3Cpath id='Path_14' data-name='Path 14' d='M900.132,49.708a2.522,2.522,0,1,1-2.523,2.522,2.521,2.521,0,0,1,2.523-2.522' fill='%23fff'/%3E%3Cpath id='Path_15' data-name='Path 15' d='M911.143,49.708a2.522,2.522,0,1,1-2.522,2.522,2.521,2.521,0,0,1,2.522-2.522' fill='%23fff'/%3E%3Cpath id='Path_16' data-name='Path 16' d='M917.567,35.879H897.924A1.229,1.229,0,0,0,897,37.1c0,1.015-1.117,1.307-1.117,1.307h20.071l-.786,2.656H898.4a1.141,1.141,0,0,0-.857,1.134,1.289,1.289,0,0,0,.857,1.219h16.081l-.735,2.482H899.575l-.94-7.491-.307-2.527s-.275-2.335-.431-3.3-2.57-2.182-7.776-4.634c-1.224-.513-2.247,1.725,0,2.9l4.1,1.918s.957.556,1.04,1.3,1.745,13.088,1.745,13.088.066,1.722,1.629,1.722h15.656a1.664,1.664,0,0,0,1.566-1.371l3.1-9.216s.92-2.4-1.395-2.4' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A") center center no-repeat;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .container .row .right-site .col-sm-3 #cart .btn-inverse span#cart-total {
  padding: 8.5px 30px;
  font-size: 1.7rem;
}

#menu {
  position: relative;
  background-color: #034ea9;
  border-radius: 0;
}
#menu:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2.5rem;
  border-bottom: 1rem solid #E30613;
}
#menu .navbar-collapse {
  padding: 0;
}
#menu .navbar-collapse .navbar-nav li:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  left: -1px;
  bottom: -4px;
  background-color: #E30613;
  height: 4px;
}
#menu .navbar-collapse .navbar-nav li:hover::after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  height: 2.5rem;
  width: 100%;
  display: block;
}
#menu .navbar-collapse a {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 1rem 3rem !important;
  line-height: normal;
  white-space: nowrap;
}
#menu .navbar-collapse .dropdown-menu {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
  top: calc(100% + 2.5rem);
  padding: 1rem;
}
#menu .navbar-collapse .dropdown-menu a {
  color: #034ea9;
  font-size: 1.6rem;
  text-transform: none;
}
#menu .navbar-collapse .dropdown-menu a:hover {
  color: #E30613;
}
#menu .navbar-collapse .dropdown-menu .see-all {
  color: #034ea9;
  padding: 1rem 2rem !important;
  margin: 0;
  border-top: none;
}
#menu .navbar-collapse .dropdown-menu:before {
  display: none;
}
#menu .navbar-collapse .dropdown-inner {
  border: none;
}
#menu .navbar-collapse .dropdown-inner a {
  padding: 1rem 2rem !important;
}
#menu .navbar-collapse .dropdown-inner a:hover {
  border: none;
}
#menu .navbar-collapse .dropdown-inner li:hover:before {
  display: none;
}
#menu .btn-navbar {
  background-color: #E30613;
}

footer {
  position: relative;
  background-color: #ffffff;
  border-top: none;
}
footer .container {
  font-size: 1.6rem;
  padding: 0;
}
footer .container .row {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0 1.5rem;
  margin: 0;
  border-top: 1px solid #034ea9;
  border-bottom: 1px solid #034ea9;
  color: #85878b;
}
footer .container .row::before, footer .container .row::after {
  display: none;
}
footer .container .row .col-sm-3 {
  display: flex;
  flex-direction: column;
  width: max-content;
  padding: 0;
}
footer .container .row h5 {
  margin: 2.5px 0 27px;
  color: #85878b;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 700;
}
footer .container .row a {
  color: #85878b;
  font-size: 1.7rem;
  line-height: 2.2rem;
}
footer .container .row li {
  margin-bottom: 7px;
}
footer .container hr {
  border-bottom: 1px solid #034ea9;
}
footer .container .footer-powered {
  margin: 2.5rem 0;
  color: #85878b;
}
footer .container a {
  color: #85878b;
}
footer .container a:hover {
  color: #595b61;
}

.contact-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5.5rem 2rem;
  background-color: #ececed;
}
.contact-wrapper .contact-containeer {
  position: relative;
  width: 1170px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  color: #595b61;
}
.contact-wrapper .contact-containeer .logo-contact {
  display: flex;
  flex-wrap: wrap;
}
.contact-wrapper .contact-containeer .logo-contact .ksm-logo {
  padding-right: 1rem;
}
.contact-wrapper .contact-containeer .logo-contact .ksm-logo .logo-img {
  display: flex;
  margin: 0;
}
.contact-wrapper .contact-containeer .logo-contact .ksm-logo .logo-img img {
  width: 55%;
  margin-left: auto;
}
.contact-wrapper .contact-containeer .logo-contact .contact-1 {
  display: flex;
}
.contact-wrapper .contact-containeer .contact-details {
  height: fit-content;
  border-left: 1px solid #034ea9;
  padding-left: 1rem;
  font-size: 1.7rem;
  color: #595b61;
}
.contact-wrapper .contact-containeer .contact-details p {
  margin: 0;
  font-size: inherit;
  white-space: nowrap;
}
.contact-wrapper .contact-containeer .contact-details a, .contact-wrapper .contact-containeer .contact-details a:hover, .contact-wrapper .contact-containeer .contact-details a:focus {
  color: #595b61;
}
.contact-wrapper .contact-containeer .contact-title {
  margin-bottom: 5px;
  font-weight: 900;
}
.contact-wrapper .contact-containeer:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5.5rem;
  border-bottom: 1px solid #034ea9;
}

footer {
  margin-top: 2.5rem;
  padding-top: 0;
}
footer .container .wrapper-banner-btm {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
footer .container .wrapper-banner-btm .img-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 6rem auto;
}
footer .container .wrapper-banner-btm .img-wrapper img {
  width: auto;
  height: 9rem;
}
footer .container .wrapper-banner-btm .img-wrapper img:nth-of-type(2) {
  height: 10rem;
}
footer .container .wrapper-banner-btm p {
  text-align: center;
  color: #595b61;
  font-size: 1.6rem;
}

.icon-wrapper {
  position: absolute;
  left: 0;
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  background-color: #034ea9;
  color: #ffffff;
  height: 300px;
  padding: 35px 0 0;
}
.icon-wrapper .icon {
  max-width: 20rem;
  padding: 3.3rem 1rem 1.5rem;
  text-align: center;
}
.icon-wrapper .icon img {
  height: 100px;
  width: auto;
  padding: 0;
  margin-bottom: 2.5rem;
}
.icon-wrapper .icon p {
  font-size: 1.6rem;
}

#content .map-section-wrapper {
  margin-top: 35rem;
}
#content .map-section-wrapper h2 {
  font-size: 2.2rem;
  color: #85878b;
}

.map-wrapper {
  display: flex;
  justify-content: center;
}
.map-wrapper img {
  width: 100%;
}

.breadcrumb {
  margin-top: 1rem 0;
  padding: 2rem 0;
  list-style: none;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #034ea9;
}
.breadcrumb li i {
  font-size: 1.9rem;
}
.breadcrumb li a {
  color: #595b61;
}
.breadcrumb li:last-of-type a {
  color: #034ea9;
}
.breadcrumb li::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: -5px;
  width: 10px;
  height: 10px;
}
.breadcrumb li:nth-of-type(1) {
  padding-left: 0;
}
.breadcrumb li:nth-of-type(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: -5px;
  width: 10px;
  height: 10px;
  color: #E30613;
}
.breadcrumb li:last-of-type::after {
  display: none;
}

#product-category {
  max-width: 1170px;
  padding: 0;
}
#product-category .row {
  margin: 0;
  display: flex;
}
#product-category .row .sort-bar {
  justify-content: space-between;
}
#product-category .row .sort-bar::before, #product-category .row .sort-bar::after {
  display: none;
}
#product-category .row .sort-bar > * {
  padding: 0;
}
#product-category .row .sort-bar .sort-input {
  display: flex;
  margin-bottom: 1rem;
}
#product-category .row .sort-bar .sort-input .input-group-addon {
  width: max-content;
}
#product-category .row .sort-bar #input-sort {
  border-radius: unset;
  border-color: #878787;
  color: #B2B2B2;
  width: max-content;
}
#product-category .row .sort-bar #grid-view,
#product-category .row .sort-bar #list-view {
  background: none;
  border: none;
  border-radius: unset;
  text-shadow: none;
  box-shadow: none;
}
#product-category .row .sort-bar #grid-view:focus,
#product-category .row .sort-bar #list-view:focus {
  outline: none;
}
#product-category .row .sort-bar #grid-view svg path,
#product-category .row .sort-bar #list-view svg path {
  fill: #878787;
}
#product-category .row .sort-bar #grid-view.active svg path,
#product-category .row .sort-bar #list-view.active svg path {
  fill: #034ea9;
}
#product-category .row #column-left,
#product-category .row .main-category {
  width: 29%;
  padding-left: 0;
  line-height: 2.4rem;
}
#product-category .row #column-left .col-sm-3,
#product-category .row .main-category .col-sm-3 {
  padding: 0;
}
#product-category .row #column-left .list-group,
#product-category .row .main-category {
  padding: 3rem 3.5rem 4rem;
  border: 1px solid #034ea9;
  height: fit-content;
}
#product-category .row #column-left .list-group .list-group-item, #product-category .row #column-left .list-group li,
#product-category .row .main-category .list-group-item,
#product-category .row .main-category li {
  font-size: 1.7rem;
}
#product-category .row #column-left .list-group .active,
#product-category .row .main-category .active {
  color: #034ea9;
  background-color: #ffffff;
}
#product-category .row #column-left .list-group > a, #product-category .row #column-left .list-group li,
#product-category .row .main-category > a,
#product-category .row .main-category li {
  padding-left: 0;
  border: none;
  width: 100%;
  padding: 8px 12px;
  list-style-type: none;
}
#product-category .row #column-left .list-group > a:first-of-type, #product-category .row #column-left .list-group h3,
#product-category .row .main-category > a:first-of-type,
#product-category .row .main-category h3 {
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
  padding-bottom: 10px;
  font-size: 2rem;
  border-bottom: 1px solid #034ea9;
  color: #034ea9;
}
#product-category .row #column-left .list-group a:hover,
#product-category .row .main-category a:hover {
  background-color: #ffffff;
}
#product-category .row .swiper-viewport {
  display: none;
}
#product-category .row #column-left + .main-category {
  display: none;
}
#product-category #content {
  width: 69%;
  margin-left: 2rem;
}
#product-category #content h2 {
  margin-top: 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #85878b;
}
#product-category #content .row {
  margin: 0 0 2rem 0;
  border-bottom: 1px solid #85878b;
}
#product-category #content .row .fa-th {
  color: #034ea9;
}
#product-category #content .row .input-group-addon {
  background-color: #ffffff;
  border: none;
  margin: 0;
}
#product-category #content .product-listed {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem;
  border-bottom: 0;
}
#product-category #content .category-footer {
  margin-top: 4rem;
  border-bottom: none;
  display: flex;
  justify-content: center;
}
#product-category #content .category-footer .pagination > li > a,
#product-category #content .category-footer .pagination > li > span {
  margin: 0 1rem;
  border-radius: 5px;
  border: none;
  background-color: #878787;
  color: white;
}
#product-category #content .category-footer .pagination > li.active > a,
#product-category #content .category-footer .pagination > li.active > span {
  background-color: #034ea9;
}

#product-product .row {
  display: flex;
  flex-wrap: wrap;
}
#product-product .row .col-sm-8 {
  width: 49%;
}
#product-product .row .col-sm-8 .thumbnails {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
#product-product .row .col-sm-8 .thumbnails .image-main {
  padding: 0;
  border: none;
}
#product-product .row .col-sm-8 .thumbnails .image-main img {
  width: 100%;
  margin-left: unset;
}
#product-product .row .col-sm-4 {
  width: 50%;
  display: flex;
  flex-direction: column;
  line-height: 2.4rem;
}
#product-product .row .col-sm-4 h1 {
  padding-bottom: 1.5rem;
  font-size: 2.6rem;
  font-weight: 700;
  border-bottom: 1px solid #595b61;
}
#product-product .row .col-sm-4 h2 {
  margin-top: 0;
  font-size: 3.2rem;
  font-weight: 700;
}
#product-product .row .col-sm-4 ul:first-of-type {
  padding: 1rem 0;
}
#product-product .row .col-sm-4 .short_description {
  min-width: 100%;
  padding-bottom: 3rem;
  border-bottom: 1px solid #595b61;
}
#product-product .row .col-sm-4 .short_description h3 {
  display: none;
}
#product-product .row .col-sm-4 .short_description ul {
  padding-left: 1.5rem;
  list-style: none;
}
#product-product .row .col-sm-4 .short_description ul li::before {
  content: "•";
  color: #034ea9;
  display: inline-block;
  width: 1rem;
  margin-left: -1.5rem;
  margin-right: 1rem;
}
#product-product .row .col-sm-4 .price-product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#product-product .row .col-sm-4 .price-product #product {
  width: 100%;
}
#product-product .row .col-sm-4 .price-product #product .price-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
#product-product .row .col-sm-4 .price-product #product .price-wrapper .list-unstyled, #product-product .row .col-sm-4 .price-product #product .price-wrapper h2 {
  margin: 0;
  padding: 0;
}
#product-product .row .col-sm-4 .price-product #product .price-wrapper .quantity-wrapper {
  display: flex;
}
#product-product .row .col-sm-4 .price-product #product .price-wrapper .quantity-wrapper button {
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #034ea9;
  border: none;
  color: white;
}
#product-product .row .col-sm-4 .price-product #product .price-wrapper .form-group {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin-bottom: 0;
}
#product-product .row .col-sm-4 .price-product #product .price-wrapper .form-group .form-control {
  width: 10rem;
  height: 35px;
  text-align: center;
  border-radius: 0;
}
#product-product .row .col-sm-4 .rating {
  display: none;
}
#product-product .row .description-wrapper {
  width: 98%;
}
#product-product .row .description-wrapper .nav-tabs {
  border-bottom: 1px solid #595b61;
}
#product-product .row .description-wrapper .nav-tabs a {
  color: #595b61;
  border: none;
}
#product-product .row .description-wrapper .nav-tabs .active {
  border-bottom: 2px solid #034ea9;
}
#product-product .row .description-wrapper .nav-tabs .active a {
  color: #034ea9;
}
#product-product .row .description-wrapper .tab-content #tab-description p:first-of-type {
  color: #034ea9;
}
#product-product .row .description-wrapper .tab-content #tab-newtabcontent .inspirations-tab {
  display: flex;
  justify-content: space-between;
}
#product-product .row .description-wrapper .tab-content #tab-newtabcontent .inspirations-tab img {
  width: 360px;
}
#product-product #button-cart {
  width: auto;
  margin-left: 2.5rem;
  border-radius: 2.5rem;
  padding: 0.5rem 2.5rem;
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  header .container .row {
    flex-direction: column;
  }
  .navbar-nav .dropdown-toggle {
    padding-left: 1rem;
  }
}
.product-layout,
.product-miniature {
  display: flex;
  flex-flow: column nowrap;
  flex-basis: 50%;
  max-width: calc(50% - 4rem);
  margin: 2rem;
  padding: 0;
}
.product-layout .product-thumb,
.product-miniature .product-thumb {
  border: none;
}
.product-layout .product-name,
.product-miniature .product-name {
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0 1rem 1.5rem;
  border: 1px solid #034ea9;
  border-right: none;
}
.product-layout .product-thumbnail a,
.product-miniature .product-thumbnail a {
  display: flex;
  justify-content: center;
  aspect-ratio: 1;
}
.product-layout .product-thumbnail a img,
.product-miniature .product-thumbnail a img {
  object-fit: cover;
  width: 100%;
}
.product-layout .product-description,
.product-miniature .product-description {
  padding: 0 1.5rem;
  color: #034ea9;
  margin-top: 10px;
}
.product-layout .product-list-details,
.product-miniature .product-list-details {
  border: 1px solid #034ea9;
  padding: 1.2rem;
  margin-top: auto;
}
.product-layout .product-list-details .price-box,
.product-miniature .product-list-details .price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #034ea9;
}
.product-layout .product-list-details .price-box .price,
.product-miniature .product-list-details .price-box .price {
  font-size: 2rem;
  color: #034ea9;
  font-weight: bold;
  margin-bottom: 0;
}
.product-layout .product-list-details .price-box .button-group button,
.product-miniature .product-list-details .price-box .button-group button {
  min-width: 13rem;
  background-color: #034ea9;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: white;
  padding: 0.5rem;
  border-radius: 1.5rem;
}
.product-layout .product-list-details .price-box .button-group button i,
.product-miniature .product-list-details .price-box .button-group button i {
  display: none;
}

.thumbnail {
  display: flex;
  aspect-ratio: 1;
}
.thumbnail img {
  object-fit: cover;
  width: 100%;
}

.related-products-list,
.combo-products {
  margin: 0 -2rem;
  padding: 0;
  width: 100%;
}
.related-products-list h3,
.combo-products h3 {
  margin-left: 20px;
}
.related-products-list .product-miniature,
.combo-products .product-miniature {
  flex-basis: 33%;
  max-width: calc(33.3333% - 4rem);
}

.combo-products-list {
  padding: 0;
  margin: 0;
  width: 100%;
}

.vp-top-bar-wrapper .top-bar-msg {
  color: #ffffff;
  text-align: center;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px;
  margin: 4px 0px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px;
  border: -6px;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 6px 6px 17px rgba(0, 0, 0, 0.175);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  border-color: 0px;
  padding: 5px;
  margin: 3px 0px;
  border: 0px;
  border-radius: 0px;
  line-height: 2.5;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -1px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border: 0px;
  border-radius: 0px;
}

.alert {
  padding: 12px 14px 12px 14px;
}

.panel-group .panel,
.form-control {
  border-radius: 0px;
  border-color: #f5f5f5;
}

#d_quickcheckout .panel-default > .panel-heading {
  color: #fff;
  background-color: #044EA9;
  border-color: #dddddd;
}

#d_quickcheckout .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-radius: 0px;
}

.btn-primary, body .btn-primary:hover, body .btn-inverse, body .btn-inverse:hover, body .btn-navbar {
  background-color: #034ea9;
  background-image: none;
  border-color: #034ea9;
  border-radius: 0;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0.7rem 1.5rem !important;
}

.btn-default, body .btn-default:hover {
  background-color: #e7e7e7;
  background-image: none;
  border-color: #e7e7e7;
  border-radius: 0;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0.6rem 1.5rem !important;
  box-shadow: none;
}

#d_quickcheckout .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  letter-spacing: 1px;
  color: #fff !important;
  text-transform: uppercase;
}

#d_quickcheckout .panel-default > div.panel-heading {
  color: #333;
  background-color: #044EA9;
  border-bottom: 3px solid #DD0913 !important;
  border-radius: 0px;
}

#d_quickcheckout .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #044EA9;
  background-image: linear-gradient(to bottom, #044EA9, #044EA9);
  background-repeat: repeat-x;
  border-color: #044EA9 #044EA9 #145e7a;
  border-radius: 0px;
}

#d_quickcheckout .btn-primary:hover {
  background: #044EA9 !important;
}

#d_quickcheckout .input-group-sm > .form-control, #d_quickcheckout .input-group-sm > .input-group-addon, #d_quickcheckout .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

#d_quickcheckout a {
  color: #044EA9;
  text-decoration: underline;
}

#d_quickcheckout .form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: left;
}

#d_quickcheckout .btn-default {
  color: #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #044EA9;
  background-image: linear-gradient(to bottom, #044EA9, #044EA9);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
  text-transform: uppercase;
}

#d_quickcheckout .btn-default.active, #d_quickcheckout .btn-default.focus, #d_quickcheckout .btn-default:active, #d_quickcheckout .btn-default:focus, #d_quickcheckout .btn-default:hover, #d_quickcheckout .open > .dropdown-toggle.btn-default {
  color: #cecece;
}

#d_quickcheckout .panel-default {
  border-color: rgba(255, 255, 255, 0);
}

#d_quickcheckout .panel-body {
  padding: 15px 0px;
}

#d_quickcheckout .btn.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #044EA9;
  background-image: linear-gradient(to bottom, #044EA9, #1f6ecf);
  background-repeat: repeat-x;
  border-color: #044EA9 #044EA9 #145e7a;
}

#d_quickcheckout .btn {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#d_quickcheckout .btn-primary:hover, #d_quickcheckout .btn-primary:active,
#d_quickcheckout .btn-primary.active, #d_quickcheckout .btn-primary.disabled,
#d_quickcheckout .btn-primary[disabled] {
  background-color: #1461bf;
}

#qc_confirm_order {
  margin: 20px 0px !important;
  text-transform: uppercase;
}

#d_quickcheckout a {
  color: #044EA9;
}

#login_password {
  margin-bottom: 20px;
}

#remeber_password {
  padding-top: 20px !important;
}

#d_quickcheckout select.form-control, #d_quickcheckout textarea.form-control, #d_quickcheckout input[type=text].form-control, #d_quickcheckout input[type=password].form-control, #d_quickcheckout input[type=datetime].form-control, #d_quickcheckout input[type=datetime-local].form-control, #d_quickcheckout input[type=date].form-control, #d_quickcheckout input[type=month].form-control, #d_quickcheckout input[type=time].form-control, #d_quickcheckout input[type=week].form-control, #d_quickcheckout input[type=number].form-control, #d_quickcheckout input[type=email].form-control, #d_quickcheckout input[type=url].form-control, #d_quickcheckout input[type=search].form-control, #d_quickcheckout input[type=tel].form-control, #d_quickcheckout input[type=color].form-control {
  font-size: 12px;
  border-radius: 0px;
  border: 0px;
  background:   #f0f0f0;
}

#payment_address_fax_input,
#payment_address_zone_id_input,
#shipping_address_zone_id_input {
  display: none;
}

#checkout-cart .input-group.btn-block {
  width: 100%;
  max-width: unset !important;
}
#checkout-cart .input-group.btn-block input, #checkout-cart .input-group.btn-block button {
  height: 40px;
  margin: 0;
  overflow: hidden;
}

.zdjecia-numer-3 {
  display: flex;
  align-items: center;
  margin: -10px;
}
.zdjecia-numer-3 .image-zd {
  flex: 1;
}
.zdjecia-numer-3 .image-zd img {
  width: 100% !important;
  padding: 10px;
}

.account-page > .row {
  display: flex;
}
.account-page > .row > #content {
  min-height: unset;
}
.account-page#account-account .list-unstyled {
  display: flex;
  flex-flow: row wrap;
}
.account-page#account-account .list-unstyled li {
  display: block;
  width: 100%;
  max-width: calc(25% - 20px);
  min-height: 150px;
  margin: 10px;
  border: 2px solid #034ea9;
  border-bottom: 3px solid #E30613;
}
.account-page#account-account .list-unstyled li a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.account-page#account-account .logout-button {
  display: block;
  margin: 20px auto;
  width: max-content;
}

#d_quickcheckout div.btn-group-justified {
  display: flex;
  flex-flow: row wrap;
}
#d_quickcheckout div.btn-group-justified > .btn-group {
  display: block;
  width: 50%;
}
#d_quickcheckout div.btn-group-justified > .btn-group label, #d_quickcheckout div.btn-group-justified > .btn-group button {
  color: #fff;
  text-shadow: none;
  background-color: #034ea9;
  background-image: none;
  border: none;
  border-bottom: 3px solid #034ea9 !important;
  border-radius: 0px;
  padding: 10px 15px !important;
  font-size: 1.2rem;
  line-height: 19px;
}
#d_quickcheckout div.btn-group-justified > .btn-group label.active, #d_quickcheckout div.btn-group-justified > .btn-group button.active {
  border-bottom: 3px solid #E30613 !important;
}
#d_quickcheckout div.btn-group-justified > .btn-group.buy-as-guest {
  display: flex;
  width: 100%;
  flex-flow: column nowrap;
}
#d_quickcheckout div.btn-group-justified > .btn-group.buy-as-guest::after {
  width: 100%;
  content: "LUB";
  text-align: center;
  display: block;
  padding: 15px 0;
}

#d_quickcheckout .form-horizontal .form-group#payment_address_customer_group_id_input,
#d_quickcheckout .form-horizontal .form-group#payment_address_shipping_address_input {
  display: none !important;
}

@media (max-width: 767px) {
  header .container .row .right-site .nav-container {
    padding: 0 20px 30px;
  }
  header .container .row .right-site .nav-container #menu {
    margin: 0 !important;
  }
  header .container .row .right-site .log-reg-cart {
    flex-flow: row wrap;
    margin: 20px;
  }
  header .container .row .right-site .log-reg-cart .col-sm-3 {
    margin-top: 20px;
    width: 100%;
    padding: 0;
  }
  header .container .row .right-site .log-reg-cart .col-sm-3 #cart-total {
    flex: 1;
  }
  .contact-wrapper .contact-containeer .contact-details p {
    white-space: unset;
  }
  body #content #banners .col-sm-5 a,
  body #content #banners .col-sm-7 {
    margin-right: 0;
    padding: 12px 0 !important;
  }
  body #content #banners .col-sm-5 {
    margin: 0;
  }
  .product-layout, .product-miniature {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 !important;
  }
  .product-layout .product-description, .product-miniature .product-description {
    padding: 0;
  }
  #product-category .row .sort-bar > div {
    width: 100%;
  }
  #product-category .row .sort-bar > div > .form-group {
    justify-content: space-between;
  }
  #product-category .row .sort-bar > div > .form-group .input-group-addon {
    padding-left: 0;
  }
  #product-product .row .col-sm-4 .price-product #product .price-wrapper {
    flex-flow: column nowrap;
  }
  #product-product .row .col-sm-4 .price-product #product .price-wrapper .form-group {
    flex-flow: column nowrap;
    margin-top: 2rem;
    width: 100%;
  }
  #product-product .row .col-sm-4 .price-product #product .price-wrapper .form-group .quantity-wrapper {
    width: 100%;
  }
  #product-product .row .col-sm-4 .price-product #product .price-wrapper .form-group .quantity-wrapper #input-quantity {
    width: calc(100% - 70px);
  }
  #product-product .row .col-sm-4 .price-product #product .price-wrapper .form-group #button-cart {
    width: 100%;
    margin-left: 0;
  }
  #product-product .row div.description-wrapper {
    padding: 0 10px;
    overflow: hidden;
    max-width: 100vw;
    margin-top: 20px;
  }
  #product-product .row div.description-wrapper .nav-tabs {
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 3px;
  }
  #product-product .row div.description-wrapper .nav-tabs::-webkit-scrollbar {
    height: 2px;
  }
  #product-product .row div.description-wrapper .nav-tabs::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 1px;
  }
  #product-product .row div.description-wrapper .nav-tabs::-webkit-scrollbar-thumb {
    background-color: #034ea9;
    border-radius: 1px;
  }
  #product-product .row div.description-wrapper .nav-tabs li.active {
    border-bottom-color: transparent;
    font-weight: bold;
  }
  #product-product .row div.description-wrapper .nav-tabs li a {
    width: max-content;
  }
  .container {
    padding: 0 20px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0 10px;
  }
  .related-products-list, .combo-products {
    margin: 0;
  }
  .related-products-list .combo-products-list, .combo-products .combo-products-list {
    flex-flow: column nowrap !important;
    height: max-content;
  }
  .related-products-list .product-miniature, .combo-products .product-miniature {
    max-width: 100%;
    flex-basis: 100%;
    margin: 10px 0;
    padding: 0;
  }
  .account-page > .row > #content {
    width: 100%;
    padding: 0 15px !important;
  }
  .account-page#account-account .list-unstyled {
    flex-flow: column nowrap;
  }
  .account-page#account-account .list-unstyled li {
    max-width: 100%;
    flex-basis: 100%;
    margin: 10px 0;
  }
  #d_quickcheckout .panel-body.qc-checkout-product {
    overflow: hidden;
  }
  #d_quickcheckout .panel-body.qc-checkout-product .cart-table-wrapper {
    overflow-x: auto;
  }
  #d_quickcheckout .panel-body.qc-checkout-product .cart-table-wrapper table {
    margin-bottom: 0;
  }
  #d_quickcheckout .panel-body.qc-checkout-product .cart-table-wrapper::-webkit-scrollbar {
    height: 2px;
  }
  #d_quickcheckout .panel-body.qc-checkout-product .cart-table-wrapper::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 1px;
  }
  #d_quickcheckout .panel-body.qc-checkout-product .cart-table-wrapper::-webkit-scrollbar-thumb {
    background-color: #034ea9;
    border-radius: 1px;
  }
}
#skip-links a {
  display: inline;
  top: 0;
  left: -9000em;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  background-color: #034ea9;
  color: #fff;
  width: 150px;
  z-index: 200;
  border: none;
}
#skip-links a:hover, #skip-links a:focus, #skip-links a:active {
  left: 0;
}

.dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}