@import "https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined";
@import 'https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap';

:root {
  --primary-background-color: #4F4F4F;
  --primary-background-text-color: #fff;
}

* {
  font-family: 'Montserrat', sans-serif;
}

body,
html {
  background: #fff;
  height: auto !important;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
}

.headerMain {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 50;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 29%);
}

.headerMain>.row {
  padding: 5px 0;
}

@media(max-width: 768px) {
  .headerMain .search {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    background: #fff;
  }

  .headerMain .search .search-container {
    border: 0;
  }
}

#main {
  min-height: 700px;
}

.searchKeyWordAutoComplete li+li {
  border-top: 1px solid #e7e7e7;
}

.searchKeyWordAutoComplete li {
  height: auto !important;
  padding: 5px 15px !important;
}

.searchKeyWordAutoComplete li .picture {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin: 0 10px 0 0;
}

.searchKeyWordAutoComplete li .picture img {
  width: 100%;
}

.searchKeyWordAutoComplete li a,
.searchKeyWordAutoComplete li .title h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

.logo img {
  width: auto;
  max-height: 40px;
  float: left;
}

footer {
  background: #f9f9f9;
  padding-top: 20px;
  padding-bottom: 50px;
}

footer * {
  color: #4e4e4e;
  font-size: 13px;
  line-height: 20px;
}

footer .moreInfo .colPagesCategories {
  padding: 0 0 15px 0;
}

footer .moreInfo .colPagesCategories .item h5 {
  text-transform: capitalize;
}

footer .moreInfo .colPagesCategories .item nav {
  display: flex;
  flex-direction: column;
}

footer .moreInfo .colPagesCategories .item nav a {
  text-transform: capitalize;
  text-decoration: none;
}

footer .moreInfo .colPagesCategories .item nav a:hover {
  text-decoration: underline;
}

footer .social {
  display: flex;
  gap: 10px;
}

footer .social a {
  text-decoration: none;
  height: auto;
  width: auto;
  padding: 0;
  background: none !important;
  transition: 0.3s;
}

footer .social a:hover {
  margin-bottom: 5px;
}

footer .social img {
  width: 35px;
  height: auto;
}

.mailCrypted:after {
  content: attr(data-a) "@" attr(data-b);
}

.phones i,
.emails i {
  margin: 0 5px 0 0;
  color: #636363;
}

.notFound {
  padding: 50px 0;
}

.notFound h2 {
  color: #585858;
  margin: 0 0 10px 0;
}

.notFound p {
  margin: 0 0 10px;
  color: #717171;
}

.notFound i {
  font-size: 100px;
  color: #b3b3b3;
}

/* gRecaptcha */
.grecaptcha-badge {
  visibility: hidden;
}

.gRecaptchaTerms {
  font-size: 12px;
  text-align: center;
  color: #b5b5b5;
  display: block;
  border-top: 1px solid #f7f7f7;
  padding: 10px 0 0 0;
}

.gRecaptchaTerms a {
  text-decoration: none;
  color: #9494d4;
}

.dev {
  padding: 5px 0;
}

.dev * {
  font-size: 12px;
  text-decoration: none;
}

/* ANGULAR */
md-backdrop.md-sidenav-backdrop {
  position: fixed;
  z-index: 101 !important;
}

md-sidenav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
}

md-toast {
  position: fixed;
}

body.md-toast-animating {
  overflow: auto !important;
}

.md-button {
  text-transform: inherit;
}

@media(min-width: 768px) {
  md-dialog {
    position: fixed;
    top: 20px;
    bottom: 20px;
    min-width: 40%;
  }
}

.paginator ul {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}

.paginator ul li {
  margin: 0 2px;
}

.paginator ul li.dots {
  padding: 5px 0;
  font-size: 20px;
  color: rgb(0 0 0 / 33%);
}

.paginator ul li.active a {
  font-weight: bold;
  pointer-events: none;
  cursor: initial;
}

.paginator ul li a span {
  font-size: 20px;
  line-height: 0;
}

.paginator ul li.active a,
.paginator ul li a:hover {
  background: rgb(0 0 0 / 6%);
}

.paginator ul li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  height: 36px;
  width: 36px;
  display: block;
  text-align: center;
  padding: 9px 0 0;
}

.btn-icon {
  border: 0;
  background: transparent;
  margin: 0;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
}

.btn-icon svg {
  width: 100%;
  display: block;
}

.btn-icon:focus {
  outline: none;
}

.btn-icon:hover,
.btn-icon:focus {
  background-color: rgba(158, 158, 158, 0.2);
}

.btn-icon img {
  fill: currentColor;
  height: 24px;
  margin: auto;
  min-height: 24px;
  min-width: 24px;
  vertical-align: middle;
  width: 24px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.2s;
}

.sidenav.right {
  left: auto;
  right: 0;
}

.sidenav::before {
  content: '';
}

#sidenavRetina {
  position: fixed;
  background: rgb(0 0 0 / 78%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

@media (min-width: 991px) {
  .search-container {
    width: 80%;
    border: 1px solid rgb(0 0 0 / 12%);
    border-radius: 7px;
    overflow: hidden;
  }
}

.search-container form {
  display: flex;
  margin: 0;
}

.search-container form input {
  flex: auto;
  border: 0;
  padding: 0 10px;
}

.search-container form input:focus {
  outline: none;
}

.search-container form .btn-icon {
  border-radius: 0;
  border-left: 1px solid rgb(0 0 0 / 3%);
}

.dropdownMenu>ul {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 240px;
  border-radius: 0 0 5px 5px;
  box-shadow: 5px 5px 6px rgb(0 0 0 / 35%);
  display: none;
}

.dropdownMenu:hover>ul {
  display: block;
}

.dropdownMenu>ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.dropdownMenu a {
  color: #000;
  text-decoration: none;
  padding: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.dropdownMenu a:hover {
  background-color: rgba(158, 158, 158, 0.2);
}

.dropdownMenu {
  display: flex;
  justify-content: end;
  position: relative;
}

.dropdownMenu button {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
}

.dropdownMenu button:focus {
  outline: none;
}

.dropdownMenu img {
  width: 24px;
}

#cartRight .top {
  padding: 5px 10px;
  background-color: var(--primary-background-color);
  color: var(--primary-background-text-color);
  fill: var(--primary-background-text-color);
}

.cartHeaderMain {
  position: relative;
}

.cartHeaderMain .qty {
  position: absolute;
  background: var(--primary-background-color);
  color: var(--primary-background-text-color);
  top: 1px;
  right: 1px;
  line-height: 0;
  font-size: 13px;
  padding: 11px 7px;
  border-radius: 50%;
}

#cartRight .content {
  flex: auto;
  overflow: auto;
}

#cartRight .content .noItems {
  flex: auto;
}

#cartRight .content .item .containerImg {
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border: 1px solid #dee2e6;
  border-radius: 7px;
  margin: 0 5px 0 0;
  flex: none;
}

#cartRight .content .item {
  padding: 5px;
  border-bottom: 1px solid #dee2e6;
}

#cartRight .content .item .pInfo {
  flex: auto;
  gap: 3px;
}

#cartRight .content .item .pInfo .price,
#cartRight .content .item .pInfo .attribute {
  gap: 5px;
}

#cartRight .content .item .containerImg img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.qtyControlQty {
  border: 1px solid #dee2e6;
  overflow: hidden;
  border-radius: 4px;
}

#cartRight .content .item .qtyControlQty {
  width: 120px;
}

.qtyControlQty input {
  outline: none;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 30px;
  border: 0;
  background: none;
  width: 100%;
}

.qtyControlQty input::-webkit-outer-spin-button,
.qtyControlQty input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

.qtyControlQty input[type=number] {
  -moz-appearance: textfield;
}

.qtyControlQty button {
  outline: none;
  border: 0;
  background: none;
  margin: 0;
  text-align: center;
  padding: 0 7px;
  font-weight: bold;
  cursor: pointer;
}

.qtyControlQty button svg {
  width: 21px;
  display: block;
  fill: #E91E63;
}

.qtyControlQty button.remove {
  border-right: 1px solid #dee2e6;
}

.qtyControlQty button.add {
  border-left: 1px solid #dee2e6;
}

#cartRight .footer {
  padding: 7px;
}

#cartRight .footer .finish {
  background-color: var(--primary-background-color);
  color: var(--primary-background-text-color);
}

#cartRight .footer .prices .item {
  padding: 10px 0;
  margin: 0 0 10px;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

#cartRight .loaderContainer {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(255 255 255 / 82%);
}

#cartRight .loaderContainer .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.loader {
  border: 10px solid #f3f3f3;
  border-top: 10px solid var(--primary-background-color);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
  margin-top: 50px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.over18Alert {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  background: rgb(0 0 0 / 87%);
}

.over18Alert p {
  font-size: 14px;
  text-align: center;
}

.over18Alert h4 {
  font-size: 18px;
}