@import url(flag-icon.min.css);

body {
  /* font-family: 'Roboto', sans-serif; */
  /* font-family: 'Comic Sans MS', cursive, sans-serif; */
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.bb1 {
  border-bottom: 3px solid rgba(255, 255, 255, 1);
}

.navigation {
  background-color: #4a596b;
}

.header-toprow {
  background-color: #647b6f;
}
.header-bottomrow {
  background-color: #d7cec7;
}
/* .header-toprow a {
    font-weight: 600;
}
.header-toprow span {
    font-weight: 600;
} */

.btn {
  font-size: 0.98rem;
}

.btn-outline-secondary {
  color: #525252;
  border-color: #525252;
  background-color: #fff;
}
.btn-outline-secondary:hover {
  color: #fff;
  border-color: #fff;
  background-color: #525252;
}

.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}

.dropdown-menu {
  font-size: unset;
  border-radius: 0;
}

.bg-light {
  background-color: #4a596b !important;
}

nav {
  color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #687a8f;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 1rem;
  padding: 1rem 0.5rem;
}
.navbar-nav .nav-link:hover {
  color: #aaa;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: -1px;
}

.dropdown-item {
  white-space: break-spaces;
}
.list-none {
  list-style: none;
  padding: 0;
  margin: 0;
}
.extended {
  min-width: 18rem;
  max-width: 100%;
}
.functionality {
  min-width: 15rem;
  max-width: 100%;
}

.cart img {
  max-width: 60px;
}
.cart h5 {
  font-size: 1rem;
}
a.remove {
  padding: 0.125rem 0.25rem;
  font-size: 0.725rem;
  line-height: 1.5;
  border-radius: 0;
}
.cart-summary {
  margin-top: 10px;
  font-weight: 600;
  color: #000;
  font-size: 14px;
}
.cart-summary .total-price {
  float: right;
}
.dropdown-menu {
  padding: 0.5rem;
}
#quantity-sm {
  max-width: 75px;
  border-radius: 0;
}
.sm-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.product .card-footer {
  padding: 0.5rem;
}
.usps {
  background-color: #e4e4e4;
}

.alert-white {
  background-color: #fff;
  color: #fff;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.3);
}
.truck {
  background: url(../images/truck.png) right center no-repeat #c30b00;
}
.gift {
  background: url(../images/gift.png) right center no-repeat #cc4512;
}
.shield {
  background: url(../images/shield.png) right center no-repeat #b75f00;
}
.banners .card {
  border: none;
}
.banners .card figure {
  overflow: hidden;
  margin: 0;
}
.banners .card figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.banners .card:hover figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banners .card-img-overlay {
  padding: 4rem;
  background-color: rgba(33, 37, 41, 0.5);
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.nav-pills .nav-item {
  margin: 0 5px;
}
.nav-pills .nav-item .nav-link {
  background-color: #fff;
  border-bottom: 5px solid transparent;
  color: #676767;
  font-size: 17px;
  font-weight: 600;
  border-radius: 0;
}
.nav-pills .nav-item .nav-link:hover {
  background-color: #fff;
  border-bottom: 5px solid #000000;
  color: #000000;
}
.nav-pills .nav-item .nav-link.active {
  background-color: #fff;
  border-bottom: 5px solid #343a40;
  color: #343a40;
}
.brands-container {
  background-color: #ffffff;
}

.newsletter {
  background-color: #d8d8d8;
}
footer,
footer h3 {
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #cecece;
  text-decoration: none;
}
footer hr {
  background-color: #cecece;
}

.bt {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-dark {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
}
.btn-dark:hover {
  color: #fff !important;
  background-color: #23272b !important;
  border-color: #1d2124 !important;
}
.btn-default {
  color: #fff !important;
  background-color: #525252 !important;
  border-color: #525252 !important;
}
.btn-default:hover {
  color: #fff !important;
  background-color: #23272b !important;
  border-color: #1d2124 !important;
}

.product a.card-title {
  color: #343a40;
  text-decoration: none;
  font-weight: bold;
}
.product a.card-title:hover {
  color: #23272b;
  text-decoration: none;
}
.product a.default {
  color: #343a40;
  text-decoration: none;
}
.product a.default:hover {
  color: #23272b;
  text-decoration: none;
}

a.link-dark {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s linear;
}
a.link-dark i {
  /* color: #000; */
}
a.link-dark:hover {
  color: #23272b;
  text-decoration: none;
}

.product .card-body {
  text-align: center;
}

.product figure {
  overflow: hidden;
  margin-bottom: 0;
}
.product img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.price {
  font-size: 20px;
  color: #8b0000;
  font-weight: bold;
}
.discount {
  font-size: 14px;
  color: #676767;
  font-weight: normal;
  text-decoration: line-through;
}

.jumbotron {
  background-position-x: center !important;
  background-position-y: center !important;
  background-repeat: no-repeat !important;
  background-attachment: inherit;
}
.jumbotron h1 {
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.breadcrumb-container {
  background-color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.breadcrumb {
  background-color: #fff;
}

.breadcrumb-item.active {
  color: #c84d46;
}

.card-img-overlay {
  top: unset;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.category {
  overflow: hidden;
}
.category img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.category:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #343a40;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-control-label:before {
  background-color: #343a40;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #343a40;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #343a40;
}
.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #343a40;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #343a40;
}
.custom-checkbox .custom-control-indicator {
  border-radius: 0;
}
.filter .card-header {
  background-color: #e9ecef;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  border-bottom: none;
}
.list-group-item {
  border-left: none;
  border-right: none;
}
.btn-link {
  color: #343a40;
  text-decoration: none;
}
.btn-link:hover,
.btn-link:focus {
  color: #343a40;
  text-decoration: none;
}
.filter .card-header h2 {
  line-height: 0;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-link {
  color: #2b2b2b;
  background-color: #fff;
  border-color: #cecece;
}
.page-link:hover {
  color: #000;
  background-color: #cecece;
  border-color: #cecece;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ececec;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.breadcrumb-item a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.breadcrumb-item a:hover {
  color: #343a40;
  text-decoration: none;
}

.btn-alternate {
  background-color: #d3d3d4;
  border: 1px solid #d3d3d4;
  color: #343a40;
}
.btn-alternate:hover {
  background-color: #aaaaaa;
  border: 1px solid #aaaaaa;
  color: #000000;
}

.bg-image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.none {
  display: none;
}
#otheraddress {
  background-color: #fff;
}
input[type="textarea"] {
  width: 100%;
}

.display-4 {
  font-size: 1.5rem;
}

.product-title {
  border-bottom: 2px solid #8b0000;
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
}

.product-details label {
  color: #6f6f6f;
  font-weight: 500;
}

.jumbotron p {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  text-align: center;
}

.suggest {
  background-color: #657b6f;
  color: #fff;
}

.sm-gutters {
  margin-right: -5px;
  margin-left: -5x;
}

.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-right: 5x;
  padding-left: 5x;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.85);
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  display: flex;
  justify-content: center;
}
.list-photos {
  float: left;
}

.category .card-img-overlay .card-title {
  font-size: 1rem;
  font-weight: bold;
}

.breadcrumb-container h3.page-title {
  font-size: 1.25rem;
  color: #c84d46;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 20px;
}

.btn-red {
  background-color: #ad0000;
  color: #fff;
  border: 1px solid #ad0000;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding: 6px 20px;
}
.btn-red:hover {
  background-color: #c00000;
  border: 1px solid #c00000;
  color: #fff;
  text-decoration: none;
}

.btn-beige {
  background-color: #8a603f;
  color: #fff;
  border: 1px solid #8a603f;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding: 6px 15px;
}
.btn-beige:hover {
  background-color: #b6a79b;
  border: 1px solid #b6a79b;
  color: #fff;
  text-decoration: none;
}

.prices {
  font-size: 20px;
}
.prices .discount {
  font-size: 17px;
}
.prices .price {
  font-size: 22px;
  color: #f00;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
}

.av1 {
  color: green;
}
.av2 {
  color: blue;
}
.av3 {
  color: orange;
}
.av4 {
  color: purple;
}
.av5 {
  color: red;
}

element.style {
  display: block;
}
footer a.gototop {
  display: none;
  background: #687a8f;
  color: #fff;
  text-align: center;
  position: fixed;
  text-decoration: none;
  font-size: 20px;
  line-height: 40px;
  vertical-align: middle;
  right: 40px;
  width: 40px;
  bottom: 40px;
  height: 40px;
  z-index: 1;
  border: 1px solid #687a8f;
}

footer a.gototop:hover {
  text-decoration: none;
  border-color: #56697e;
  color: #56697e;
  background: #fff;
}

footer a.gototop i {
  font-size: 20px;
  line-height: 40px;
  display: block;
}

input.quantity {
  max-width: 40px;
  text-align: center;
}

.modal-backdrop.show {
  opacity: 0.75;
}

input#quantity::-webkit-outer-spin-button,
input#quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input#quantity[type="number"] {
  -moz-appearance: textfield;
}

.ekko-lightbox-nav-overlay a {
  color: #4a596b;
  opacity: 1;
}
.page-link.active,
.page-link:hover {
  background-color: #4a596b;
  color: #fff;
}
.free-shipping .note {
  padding: 20px;
  color: #ffffff;
  background: #D23200;
  border-radius: 10px;
  display: inline-block;
}

.btn-orange {
    color: #FFF;
    background-color: #D23200!important;
    border-color: #D23200!important;
}
.btn-orange:hover {
    color: #FFF;
    background-color: #af2900!important;
    border-color: #af2900!important;
}

.relative .card-header figure {
  overflow: hidden;
}
.relative .card-header figure a img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.relative:hover .card-header figure a img {
  transform: scale(1.1);
}
.relative .card-header {
  border: none;
}

.relative a {
  color: #343a40;
  text-decoration: none;
}
.relative a:hover {
  color: #23272b;
  text-decoration: none;
}

.relative .card-text {
  color: #212529;
}

.btn-default-relative {
  color: #fff !important;
  background-color: #525252 !important;
  border-color: #525252 !important;
}
.btn-default-relative:hover {
  color: #fff !important;
  background-color: #23272b !important;
  border-color: #1d2124 !important;
}
.form-control-small {
  width: 80px;
}

.col-form-label-small {
  font-size: 0.8em;
}
.chechoutbox + .chechoutbox + .chechoutbox p label,
.chechoutbox.full p label {
  width: 80% !important;
}
table.basket tr > th {
  line-height: initial !important;
}

/* .espa {
    position: fixed;
    top: 150px;
    left: 0;
    z-index: 999;
} */

b, strong {
    font-weight: bold;
}

.espa {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}


/* changes 2024_02-18 */
footer .badges img {
    display: inline-block;
    width: 100%;
    margin: 0;
    max-width: 200px;
}
footer .badges img.half {
    max-width: 100px;
}
footer .badges .bestprice__placeholder {
    max-width: 200px;
    margin: 0 0 10px;
}
footer .badges .bestprice__placeholder svg {
    width: 100%;
    height: auto;
}



/* changes 2025-02-05 */
footer .row:has(.badges) {
	align-items: flex-start;
}
footer .row .badges {
	gap: 5px;
	align-items: flex-start;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
}
footer .row .badges > div {
	flex-basis: 100%;
	max-width: 100%
}
footer .row .badges img {
	flex-basis: calc(33.3% - 5px);
	width: auto;
	height: auto;
	min-width: 0;
}



