/*	Media Queries: ;*/
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes c {
  0% {
    transform: translate(-1%, -1%) scale(1.1);
  }
  to {
    transform: translate(0) scale(1);
  }
}

.product-thumb:after, .modal .modal-content:after, #menu .navbar-nav > li > .dropdown-menu .dropdown > a:after, .menu-wrapper .main-menu ul > li.dropdown .child-toggle:after, footer a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.product-thumb, .modal .modal-content {
  position: relative;
}

.product-thumb:after, .modal .modal-content:after {
  content: "\f110";
  color: #f5791f;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  font-size: 3rem;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  animation: spin 4s linear infinite;
}

.product-thumb:before, .modal .modal-content:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.loading.product-thumb:after, .modal .loading.modal-content:after {
  opacity: 1;
  visibility: visible;
}

.loading.product-thumb:before, .modal .loading.modal-content:before {
  opacity: 1;
  visibility: visible;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

#menu.navbar {
  background: #34495e;
  padding: 0;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  #menu.navbar {
    margin-bottom: 1rem;
    padding: 0.5rem 0.75rem;
    color: #fff;
  }
}

#menu .nav-item:hover > a {
  background: #16a085;
}

#menu .nav-item.dropdown {
  position: static;
}

@media screen and (min-width: 992px) {
  #menu .nav-item.dropdown:hover > .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

#menu .dropdown-menu {
  width: 100%;
  min-height: 100%;
  min-width: 220px;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #1abc9c;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(5px);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
}

#menu .dropdown-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu .dropdown-inner ul {
  flex: 1 1 50%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu .dropdown-inner ul > li:hover > a {
  background: #16a085;
}

#menu .dropdown-inner a {
  display: block;
  color: #fff;
  font-size: 1rem;
}

#menu .navbar-toggler {
  background: #1abc9c;
}

#menu .navbar-toggler:focus {
  box-shadow: 0px 0 6px #b3b3b3;
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 1em;
}

#menu .navbar-nav {
  table-layout: fixed;
  display: table;
  width: 100%;
}

#menu .navbar-nav > li {
  display: table-cell;
  border-right: 1px solid #fff;
  text-align: center;
}

#menu .navbar-nav > li.dropdown {
  position: relative;
}

#menu .navbar-nav > li:last-of-type {
  border: none;
}

#menu .navbar-nav > li > .dropdown-menu {
  left: 0;
  top: 100%;
}

#menu .navbar-nav > li > .dropdown-menu .dropdown > a {
  position: relative;
  padding-right: 2rem;
}

#menu .navbar-nav > li > .dropdown-menu .dropdown > a:after {
  content: "\f105";
  color: #fff;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  margin-top: -10px;
  font-size: 0.8rem;
  transition: 0.3s;
}

#menu .navbar-nav > li > .dropdown-menu .dropdown-menu {
  border-left: 1px solid #fff;
}

#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 1.05rem;
}

#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .navbar-nav > li:nth-child(1n):hover > a {
  background: #1abc9c;
}

#menu .navbar-nav > li:nth-child(2n):hover > a {
  background: #f5791f;
}

#menu .navbar-nav > li:nth-child(3n):hover > a {
  background: #3498db;
}

#menu .navbar-nav > li:nth-child(4n):hover > a {
  background: #9b59b6;
}

#menu .navbar-nav > li:nth-child(5n):hover > a {
  background: #2ecc71;
}

.menu-wrapper {
  position: relative;
  z-index: 200;
}

.menu-wrapper-overlay {
  content: "";
  display: block;
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

@media screen and (max-width: 991px) {
  .menu-wrapper-overlay {
    transition: 0.5s;
  }
}

.menu-wrapper .main-menu {
  width: 240px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
}

.menu-wrapper .main-menu-body {
  height: calc(100% - 50px);
  padding: 0 10px 15px 10px;
  overflow: hidden;
  overflow-y: auto;
}

.menu-wrapper .main-menu-top {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}

.menu-wrapper .main-menu-top .logo {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
  margin-right: 1rem;
}

.menu-wrapper .main-menu-top .logo img {
  max-height: 40px;
}

.menu-wrapper .main-menu-top .logo:hover {
  text-decoration: none;
  color: #34495e;
}

.menu-wrapper .main-menu-top button {
  border: none;
  font-size: 1rem;
  line-height: 1;
  color: #888;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.menu-wrapper .main-menu-top button:hover {
  text-decoration: none;
  color: #34495e;
}

.menu-wrapper .main-menu__help {
  margin: 0 0 1rem 0;
}

.menu-wrapper .main-menu__help .btn {
  font-size: 0.8rem;
}

.menu-wrapper .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.menu-wrapper .main-menu ul > li {
  border-bottom: 1px solid #f2f2f2;
}

.menu-wrapper .main-menu ul > li a {
  padding: 0.5rem 0;
  display: inline-block;
  color: #596067;
}

.menu-wrapper .main-menu ul > li a i {
  margin-right: 0.75rem;
}

.menu-wrapper .main-menu ul > li a:hover {
  text-decoration: none;
  color: #34495e;
}

.menu-wrapper .main-menu ul > li > .dropdown-menu {
  position: static;
  border: none;
  border-radius: 0;
  display: none;
  padding: 0.25rem 0;
  margin: 0;
  border-top: 1px solid #f2f2f2;
  background: #1abc9c;
}

.menu-wrapper .main-menu ul > li > .dropdown-menu ul > li {
  padding: 0 0.75rem;
  border: none;
}

.menu-wrapper .main-menu ul > li > .dropdown-menu ul > li:last-of-type {
  border: none;
}

.menu-wrapper .main-menu ul > li > .dropdown-menu ul > li a {
  color: #fff;
  display: block;
  padding: 0.5rem 0;
}

.menu-wrapper .main-menu ul > li.dropdown {
  position: relative;
}

.menu-wrapper .main-menu ul > li.dropdown > a {
  padding-right: 1.25rem;
}

.menu-wrapper .main-menu ul > li.dropdown .child-toggle {
  position: absolute;
  right: 0px;
  top: 6px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  background: none;
  border: none;
}

.menu-wrapper .main-menu ul > li.dropdown .child-toggle:after {
  content: "\f105";
  color: #1abc9c;
  font-size: 1rem;
  transition: 0.3s;
}

.menu-wrapper .main-menu ul > li.dropdown.opened .child-toggle {
  transform: rotate(90deg);
}

.menu-wrapper .main-menu ul > li.dropdown.opened > a {
  color: #34495e;
}

.menu-wrapper .main-menu ul > li.dropdown.opened .dropdown-menu {
  display: block;
}

.menu-wrapper .main-menu__bot {
  padding: 20px 0;
}

.menu-wrapper .main-menu__bot ul {
  font-weight: 300;
}

.menu-wrapper .main-menu__bot .menu-contacts {
  padding: 20px 0 0;
  text-align: center;
}

.menu-wrapper .main-menu__bot .menu-contacts a {
  font-size: 1.2em;
  display: block;
  color: #596067;
  margin: 0 0 20px 0;
}

.menu-wrapper .main-menu__bot .menu-contacts a i {
  margin-right: 5px;
}

.menu-wrapper .main-menu__bot .menu-contacts a:hover {
  color: #34495e;
  text-decoration: none;
}

.menu-wrapper .main-menu__bot .menu-contacts button {
  margin: 0 auto;
  font-size: 1em;
  padding: 6px 15px;
}

.menu-wrapper--opened {
  z-index: 1002;
}

.menu-wrapper--opened .menu-wrapper-overlay {
  opacity: 0.6;
  visibility: visible;
}

.menu-wrapper--opened .main-menu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#alert {
  z-index: 9999;
  pointer-events: all;
}

#alert .alert {
  width: 320px;
  position: relative;
  margin-bottom: 1rem;
}

#alert .alert i {
  margin-right: 1rem;
}

.breadcrumb {
  margin: 0 0 20px 0;
  padding: 0.25rem 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #596067;
  border: none;
}

.breadcrumb a {
  color: #596067;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #fff;
  padding: 0 20px;
  position: relative;
}

.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}

.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: -5px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transform: rotate(-45deg);
}

.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

.product-thumb {
  background: #f7f7f7;
  margin-bottom: 1rem;
}

.product-thumb .content-main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 210px;
  padding: 1rem;
}

.product-thumb .content-main h4 {
  line-height: 1.4;
  margin: 0 0 1rem 0;
  color: #596067;
  font-size: 1.1rem;
  font-weight: 300;
}

.product-thumb .content-main h4 a {
  text-decoration: none;
  color: #596067;
}

.product-thumb .content-main h4 a:hover {
  color: #e74c3c;
}

.product-thumb .content-main .description {
  overflow: hidden;
  flex: 1 1 160px;
}

.product-thumb .image {
  text-align: center;
  overflow: hidden;
  height: 200px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.product-thumb .image .lbl {
  color: #fff;
  position: absolute;
  z-index: 100;
  width: 140px;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
}

.product-thumb .image .lbl-share {
  background: #e74c3c;
}

.product-thumb .image .lbl-new {
  background: #3498db;
  left: -30px;
}

.product-thumb .image .lbl-hot {
  background: #f5791f;
  right: -30px;
  transform: rotate(45deg);
}

.product-thumb .image .lbl-nostock {
  background: #7f7f7f;
  left: -30px;
}

.product-thumb .image a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-thumb .image a img {
  object-fit: contain;
  transition: 0.3s;
}

.product-thumb .image a:hover img {
  transform: scale(1.05);
}

.product-thumb .price {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.product-thumb .price .price-new {
  color: #e74c3c;
}

.product-thumb .price .price-old {
  color: #596067;
  font-weight: 300;
  font-size: 0.85rem;
}

.product-thumb .button-group {
  display: flex;
}

.product-thumb .button-group button {
  background: #34495e;
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  border-radius: 0;
  color: #fff;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}

.product-thumb .button-group button + button {
  border-left: 1px solid #fff;
}

.product-thumb .button-group button:hover {
  background-color: #22303d;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button-group button.btn-orange {
  background: #f5791f;
}

.product-thumb .button-group button.btn-orange[disabled] {
  opacity: 0.5;
  cursor: default;
}

.product-thumb .button-group button.btn-red {
  background: #e74c3c;
}

.product-thumb .button-group button.btn-blue {
  background: #3498db;
}

.product-thumb .button-group button.btn-grey {
  background: #b3b2b2;
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}

.rating {
  margin-bottom: 1rem;
}

.rating .fa-stack {
  width: 14px;
  font-size: 0.9rem;
  line-height: 1.6;
}

.rating.fa-star {
  color: #999;
}

.rating .fa-star {
  color: #FC0;
}

.rating .fa-star + .fa-star {
  color: #E69500;
}

.price {
  color: #444;
}

.price-new {
  font-weight: 600;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.main-banner.carousel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 2rem;
  background: #f7f7f7;
}

.main-banner.carousel .carousel-control-prev, .main-banner.carousel .carousel-control-next {
  width: 50px;
  height: 50px;
  background: #34495e;
  color: #fff;
  font-size: 1rem;
  top: 50%;
  margin-top: -25px;
}

@media screen and (max-width: 991px) {
  .main-banner.carousel .carousel-control-prev, .main-banner.carousel .carousel-control-next {
    display: none !important;
  }
}

.main-banner.carousel .carousel-control-prev:hover, .main-banner.carousel .carousel-control-next:hover {
  opacity: 1;
}

.main-banner.carousel .carousel-control-prev {
  left: 0;
}

.main-banner.carousel .carousel-control-next {
  right: 0;
}

.main-banner.carousel:hover .carousel-control-prev {
  left: 1rem;
}

.main-banner.carousel:hover .carousel-control-next {
  right: 1rem;
}

.main-banner .carousel-indicators {
  display: none !important;
}

.section-special-header {
  background: #34495e;
  color: #fff;
  text-transform: uppercase;
  padding: .5rem 1rem;
  height: 50px;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: .5rem;
}

.section-special-header h3 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}

.gd-search-mod {
  display: flex;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  right: 0;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(5px);
  background: #1abc9c;
  color: #fff;
  max-height: 520px;
}

.gd-search-mod-container {
  padding: 1rem;
  overflow: auto;
}

.gd-search-mod.opened {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.gd-search-mod a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.gd-search-mod a:hover {
  color: #3498db;
}

.gd-search-list-catalog {
  width: 300px;
  height: 100%;
  display: none;
  flex-direction: column;
  height: auto;
  margin-bottom: 50px;
}

.gd-search-list-catalog.show {
  display: flex;
}

.gd-search-list-catalog span {
  padding: 5px;
  cursor: pointer;
  background: #5fbc47;
  color: #fff;
  border-radius: 4px;
  min-width: 30px;
  display: flex;
  justify-content: center;
}

.gd-search-list-catalog button {
  padding: 12px 5px 12px 5px;
  font-size: 15px;
  border-bottom: 1px solid #dfdfdf;
  margin: 0px 40px 0px 0px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.gd-search-list-catalog button:hover {
  background: #f9f9f9;
}

.gd-search-list-items {
  display: flex;
  flex-wrap: wrap;
}

.gd-search-list-grid {
  width: 100%;
  margin-bottom: 1rem;
}

.gd-search-item {
  border: 1px solid #d9d9d9;
  padding: 0.25rem;
  flex: 0 0 48%;
}

.gd-search-item a {
  display: flex;
  gap: .5rem;
}

.gd-search-item a:hover img {
  transform: scale(1.05);
}

.gd-search-item-name {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.gd-search-item-image {
  flex: 0 0 60px;
  width: 60px;
  display: flex;
  background: #fff;
  overflow: hidden;
}

.gd-search-item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: 0.3s;
}

.gd-search-item-price {
  color: #f9f9f9;
}

.gd-search-cat-name {
  font-size: 1.1rem;
  margin-bottom: .5rem;
}

.gd-search-cat-count {
  cursor: pointer;
  background: none;
  padding: 0;
  color: #fff;
  border: none;
  transition: .3s;
}

.gd-search-cat-count:hover {
  color: #3498db;
}

.gd-search-cat-products {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.gd-search-btn {
  position: absolute;
  display: none;
}

.pagination {
  margin-bottom: 1rem;
}

.pagination .page-item .page-link {
  border-radius: 0 !important;
  color: #34495e;
}

.pagination .page-item.active .page-link {
  background: #34495e;
  border-color: #34495e;
  color: #fff;
}

.cart-popup .image {
  width: 60px;
  text-align: center;
}

.cart-popup .image a {
  display: block;
}

.cart-popup .image a img {
  max-width: 50px;
}

.cart-popup .name {
  width: 100%;
}

.cart-popup .name a:hover {
  text-decoration: none;
}

.cart-popup .price {
  text-align: right;
  white-space: nowrap;
}

.cart-popup .remove {
  text-align: center;
  width: 60px;
}

.cart-popup .remove .btn {
  color: #ff0000;
}

.cart-popup .quantity {
  width: 120px;
}

.cart-popup .quantity .input-group {
  flex-wrap: nowrap;
  justify-content: center;
}

.cart-popup .quantity .input-group .quantity-input-wrapper input {
  width: 56px;
  height: 34px;
  text-align: center;
}

.cart-popup .quantity .input-group .quantity-input-wrapper input::-webkit-outer-spin-button,
.cart-popup .quantity .input-group .quantity-input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-popup .quantity .input-group .quantity-input-wrapper input[type="number"] {
  -moz-appearance: textfield;
}

.cart-popup-total .right {
  text-align: right;
}

body {
  background: #7fcae8 url(images/background.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #596067;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

footer h5 {
  font-size: .9rem;
}

h6 {
  font-size: .75rem;
}

a {
  color: #3498db;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

legend {
  padding: .5rem 0;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-weight: normal;
}

.list-unstyled a {
  text-decoration: none;
}

.nav-tabs {
  margin-bottom: 1rem;
}

div.required .col-form-label:before,
div.required .form-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 1.25rem;
  min-height: 30px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .col-form-label {
    text-align: left;
  }
}

.pagination {
  margin: 0;
}

.btn {
  border-radius: 0;
  font-weight: 400;
}

.btn-light {
  color: #fff;
  background: #46637f;
  border: none;
  border-radius: 0;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #fff;
  background: #3d566e;
  border: none;
  background-position: 0;
}

.btn-primary {
  color: #fff;
  background: #34495e;
  border: none;
  border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background: #2b3c4e;
  border: none;
  background-position: 0;
}

.btn-red {
  color: #fff;
  background: #e74c3c;
  border: none;
  border-radius: 0;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .btn-red.disabled, .btn-red[disabled] {
  color: #fff;
  background: #d62c1a;
  border: none;
  background-position: 0;
}

.btn-blue {
  color: #fff;
  background: #3498db;
  border: none;
  border-radius: 0;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.disabled, .btn-blue[disabled] {
  color: #fff;
  background: #217dbb;
  border: none;
  background-position: 0;
}

.btn-orange {
  color: #fff;
  background: #f5791f;
  border: none;
  border-radius: 0;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled] {
  color: #fff;
  background: #d7600a;
  border: none;
  background-position: 0;
}

.navbar-light .navbar-toggler {
  font-size: 1rem;
  font-stretch: expanded;
  color: #FFF;
  padding: .25rem .75rem;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}

#product-product h1 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

#information-contact .card {
  margin-bottom: 1.25rem;
}

#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 1rem;
  color: #FFFFFF;
}

.nav-tabs {
  margin-bottom: 0;
  border: none;
}

.nav-tabs .nav-item {
  margin: 0;
}

.nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  background: #b9c9d8;
  padding: .5rem 2rem;
  margin: 0;
}

.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
  background: #34495e;
}

.text-content {
  font-size: .9rem;
  line-height: 1.4;
  text-align: justify;
}

@media screen and (max-width: 991px) {
  .text-content {
    text-align: left;
  }
  .text-content img {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 1rem 0 !important;
  }
  .text-content iframe {
    width: 100% !important;
    height: 320px !important;
    margin: 0 0 1rem 0 !important;
  }
}

.text-content p {
  margin-bottom: .75rem;
}

.text-content ul,
.text-content ol {
  margin: 0 0 .75rem 0;
  padding: 0 0 0 1rem;
}

.text-content table {
  margin: 1rem 0;
}

table {
  width: 100%;
  background: #f7f7f7;
  margin-bottom: 20px;
  border: 1px solid #999;
}

table th {
  background: #3d566e;
  color: #fff;
  font-size: .9rem;
  font-weight: 300;
  padding: .5rem;
  text-align: center;
  border-left: 1px solid #fff;
}

table th:first-child {
  border-left-color: var(--bs-border-color);
}

table td {
  padding: .5rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

@media screen and (max-width: 991px) {
  .table-container {
    overflow-x: auto;
    margin: 0 0 1rem 0;
  }
  .table-container table {
    margin: 0;
    min-width: 420px;
  }
}

.light-heading {
  font-weight: 300;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

a:hover {
  text-decoration: none;
}

#top {
  background: #fff;
  padding: 0.25rem 0;
  margin-bottom: 1rem;
  min-height: 34px;
  position: relative;
}

#top .top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 1rem;
}

#top a {
  font-size: 1em;
  text-decoration: none;
  color: #7a8188;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s;
}

#top a:hover {
  color: #3498db !important;
}

#top .phones {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

#top .phones a {
  color: #596067;
  font-weight: 600;
}

#top .contacts {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

#header {
  margin-bottom: 1rem;
}

#header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

@media screen and (max-width: 1199px) {
  #header .header-container {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

#header .logo {
  margin: 0;
  flex: 1 0 320px;
}

@media screen and (max-width: 991px) {
  #header .logo {
    flex: 0 0 50%;
  }
}

#header .logo img {
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 991px) {
  #header .logo img {
    max-width: 100%;
  }
}

#header .header-menu {
  display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: flex-end;
}

#header .header-menu-item {
  border-left: 1px solid #fff;
}

#header .header-menu-item a {
  text-decoration: none;
}

#header .header-menu-item:first-of-type {
  border: none;
}

#header .header-menu-item-link {
  width: 62px;
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #34495e;
  border: none;
  outline: none;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.8rem;
  transition: 0.1s;
}

@media screen and (max-width: 991px) {
  #header .header-menu-item-link {
    width: 48px;
    height: 48px;
  }
}

#header .header-menu-item-link.link-blue {
  background: #3498db;
}

#header .header-menu-item-link.link-blue:hover {
  background: #217dbb;
}

#header .header-menu-item-link.link-red {
  background: #e74c3c;
}

#header .header-menu-item-link.link-red:hover {
  background: #d62c1a;
}

#header .header-menu-item-link.link-orange {
  background: #f5791f;
}

#header .header-menu-item-link.link-orange:hover {
  background: #d7600a;
}

#header .header-menu-item-link span {
  line-height: 1;
}

#header .header-menu .dropdown-menu {
  border-radius: 0;
  --bs-dropdown-link-active-bg: #34495e;
  display: block;
  transform: translateY(5px) !important;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  top: 100% !important;
}

@media screen and (max-width: 991px) {
  #header .header-menu .dropdown-menu {
    right: 0;
  }
}

#header .header-menu .dropdown-menu.show {
  transform: none !important;
  visibility: visible;
  opacity: 1;
}

#header .header-menu .dropdown-menu .dropdown-item {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

#header .header-menu .dropdown-menu .dropdown-item i {
  opacity: 0.7;
}

.search-container {
  width: 100%;
  position: relative;
}

.search-container .loading-icon {
  display: none;
}

.search-container.loading .search-icon {
  display: none;
}

.search-container.loading .loading-icon {
  display: block;
}

@media screen and (max-width: 1199px) {
  .search-container {
    order: 2;
    flex: 0 0 100%;
  }
}

.search-container .input-group {
  width: 100%;
}

.search-container .form-control-lg {
  height: 48px;
  font-size: 1rem;
  line-height: 1.4;
  padding: 0 0.75rem;
  border-radius: 0;
}

.search-container .btn-lg {
  font-size: 1rem;
  line-height: 18px;
  padding: 0.5rem 1rem;
  background: #1abc9c;
}

.search-container .btn-lg:hover {
  background: #17a689;
}

#header-cart .dropdown-menu {
  background: #eee;
}

#header-cart .dropdown-menu li {
  min-width: 427px;
}

footer {
  background: #f7f7f7;
  padding: 1rem;
  color: #596067;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #dfe6f3;
}

footer a {
  color: #41474c;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  gap: 0.5rem;
}

footer a:before {
  content: "\f0da";
  font-size: 0.8rem;
}

footer a:hover {
  color: #e74c3c;
}

footer p {
  margin-bottom: 1rem;
}

footer h5 {
  font-size: 1.1rem;
  font-weight: 300;
  color: #596067;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.copyright {
  padding: 1rem;
  color: #7a8188;
}

.copyright a {
  color: #7a8188;
}

.footre_logo img {
  width: 100%;
  max-width: 180px;
  margin-bottom: 5px;
}

.side-box {
  margin-bottom: 2rem;
}

.side-box .box-heading {
  background: #34495e;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  height: 50px;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.side-box .box-heading h4 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}

.side-box .box-content a {
  transition: 0.3s;
}

.side-box .box-content a:hover {
  background: #f3f3f3;
}

.side-box .box-content a.active {
  background: #f3f3f3;
  color: var(--bs-list-group-color);
  border-color: var(--bs-list-group-border-color);
  font-weight: 500;
}

.side-box--purple .box-heading {
  background: #9b59b6;
  color: #fff;
}

.side-box--purple .box-heading h4 {
  color: #fff;
}

.side-box--purple .box-content a:hover {
  color: #9b59b6;
}

.wrapper {
  background: linear-gradient(to bottom, #e0f2f6 82%, #dde3e6 100%);
  max-width: 1230px;
  padding: 0 1rem;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .wrapper {
    padding: 0;
  }
}

#content {
  min-height: 100px;
}

#content > h1 {
  color: #34495e;
  text-transform: uppercase;
  padding: 0 0 1rem 0;
  position: relative;
  margin: 0 0 1.25rem 0;
  font-size: 1.15rem;
  font-weight: 500;
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
}

main {
  margin-bottom: 1rem;
  min-height: calc(100vh - 501px);
}

.page-heading {
  background: #34495e;
  padding: 0.85rem 1rem;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

#common-home {
  padding-top: 1rem;
}

.child-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.child-categories li {
  margin-bottom: 1rem;
}

.child-categories li a {
  display: block;
  color: #596067;
  text-decoration: none;
  transition: .3s;
}

.child-categories li a:hover {
  color: #3498db;
}

.child-categories li .category-image {
  height: 65px;
  padding: 5px;
  overflow: hidden;
  display: block;
  background: #fff;
  text-align: center;
}

.child-categories li .category-image img {
  object-fit: contain;
}

.child-categories li .category-name {
  background: #f7f7f7;
  height: 40px;
  overflow: hidden;
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
  text-align: center;
}

.product {
  margin-bottom: 2rem;
}

.product-container {
  background: #f7f7f7;
  padding: 1rem;
}

.product a {
  color: #596067;
  text-decoration: none;
}

.product a:hover {
  color: #e74c3c;
}

.product-gallery {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.product-gallery .image {
  width: 100%;
}

.product-gallery .image > a {
  display: block;
  margin-bottom: 1rem;
}

.product-gallery .image > a img {
  width: 100%;
}

.product-gallery .images-preview {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.product-gallery .images-preview > a {
  flex: 1 calc(25% - 1rem);
}

.product-gallery .images-preview > a .img-thumbnail {
  transition: .3s;
}

.product-gallery .images-preview > a .img-thumbnail:hover {
  border-color: #34495e;
}

.product .row-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product .row-item-name {
  flex: 0 0 90px;
  font-size: 0.9rem;
  font-weight: 300;
}

.product .row-item-name label {
  font-size: 0.9rem;
  font-weight: 300;
}

.product .row-item-value {
  flex: 1 1 auto;
}

.product-name {
  margin: 0 0 0.25rem 0;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 300;
}

.product-rating.rating {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.product-settings {
  margin-bottom: 1rem;
}

.product-price {
  margin-bottom: 1rem;
}

.product-price .row-item-value {
  font-size: 1.5rem;
}

.product-price .price-new {
  color: #e74c3c;
}

.product-price .price-old {
  font-weight: 300;
}

.product-add-cart {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product-add-cart .form-control {
  border-radius: 0;
  width: 82px;
  height: 42px;
}

.product-add-cart .btn {
  height: 42px;
  background: #f5791f;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.25rem 1rem;
  font-size: 0.9rem;
}

.product-add-cart .btn i {
  margin-right: 0.5rem;
}

.product-add-cart .btn:hover {
  background: #d7600a;
}

.product .lbl {
  color: #fff;
  position: absolute;
  z-index: 100;
  width: 140px;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
}

.product .lbl-share {
  background: #e74c3c;
}

.product .lbl-new {
  background: #3498db;
  left: -30px;
}

.product .lbl-hot {
  background: #f5791f;
  right: -30px;
  transform: rotate(45deg);
}

.product .lbl-nostock {
  background: #7f7f7f;
  left: -30px;
}

.product-buttons {
  margin-bottom: 1rem;
}

.product-buttons .btn {
  font-size: 0.9rem;
  border-right: 1px solid #ffffff !important;
  margin: 0 !important;
}

.product-buttons .btn i {
  margin-right: 0.5rem;
}

#form-review {
  font-size: 0.9rem;
}

#form-review a.btn {
  color: #fff;
}

#form-review .review-buttons {
  margin: 2rem 0 0 0;
}

#form-review .review-buttons .btn {
  font-size: 1rem;
}

#review {
  margin: 1rem 0;
}

.select2 {
  width: 100% !important;
}

.checkout-card {
  margin-bottom: 1rem;
  background: #fff;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.checkout-card-heading {
  font-size: 1rem;
  padding: 0.75rem 1rem;
  margin: 0;
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
  font-weight: 300;
  text-transform: uppercase;
}

.checkout-card-body {
  padding: 1rem;
}

.checkout-card .form-control {
  min-height: 42px;
  border-radius: 0;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.col-right {
  position: relative;
}

.col-right-content {
  position: sticky;
  top: 1rem;
}

.col-right-content table {
  background: #fff;
}

.select2 .select2-selection {
  outline: none !important;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  font-size: 1em;
  padding: 0.25rem;
  height: auto;
  color: #000;
  min-height: 42px;
}

.select2 .select2-selection .select2-selection__arrow {
  height: 100%;
}

.select2 .select2-selection .select2-selection__arrow b {
  color: #596067;
}

.select2-search__field {
  border-radius: 4px;
  outline: none;
  transition: 0.3s;
}

.select2-search__field:focus {
  border-color: #34495e !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #34495e;
}

.checkout-buttons {
  text-align: right;
}

.checkout-buttons button {
  font-size: 1rem;
}

.checkout-buttons button:focus {
  background: #e74c3c;
}

.checkout-buttons button:active, .checkout-buttons button:focus-visible {
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
  color: #fff !important;
  box-shadow: none;
}

.brands-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  background: #fff;
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding: 1rem;
  margin-bottom: 1rem;
}

.brands-nav-list {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.brands-nav-list a:hover {
  text-decoration: none;
}

.brands-item h2 {
  font-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0;
}

.brands-item-grid {
  background: #fff;
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding: 1rem 1rem 0 1rem;
  margin: 0 0 1rem 0;
}

.brands-item-grid a:hover {
  text-decoration: none;
}

div .border {
  background: #f7f7f7;
  display: block;
}

div .border .btn {
  min-width: 120px;
}

div .border h2 {
  font-weight: 300;
}

div .border h2 + p {
  font-weight: 300;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1rem;
}

div .border .text-end {
  border-top: 1px solid #e6e6e6;
  padding-top: 1rem;
}

fieldset {
  border: 1px solid #e5e5e5;
  padding: 1rem;
  background: #f7f7f7;
  margin-bottom: 1rem;
}

fieldset legend {
  padding: 0 0 1rem 0;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 300;
}

.form-control {
  border-radius: 0;
  padding: .5rem 1rem;
}

#form-register .text-end {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

#form-register .text-end .form-check {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#form-register .text-end .form-check-label {
  text-align: left;
  font-size: .9rem;
  line-height: 1.4;
  order: 1;
}

#form-register .text-end .form-check-input {
  margin: 0;
  order: 0;
}

#form-register .text-end .btn {
  margin-left: auto;
  min-width: 160px;
}

#form-forgotten .btn {
  min-width: 160px;
}

/*# sourceMappingURL=style.css.map */