/* cormorant-garamond-regular - latin */
/* cormorant-garamond-300 - latin */

.fixed-top-2 {
  margin-top: 41px;
}

body {
  padding-top: 105px;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "BauerBodoniStd-Roman";
  src: url("/font/BauerBodoniStd-Roman/fonts/BauerBodoniStd-Roman.eot"); /* IE9 Compat Modes */
  src: url("/font/BauerBodoniStd-Roman/fonts/BauerBodoniStd-Roman.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("/font/BauerBodoniStd-Roman/fonts/BauerBodoniStd-Roman.otf")
      format("opentype"),
    /* Open Type Font */
      url("/font/BauerBodoniStd-Roman/fontsBauerBodoniStd-Roman.svg")
      format("svg"),
    /* Legacy iOS */
      url("/font/BauerBodoniStd-Roman/fonts/BauerBodoniStd-Roman.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/font/BauerBodoniStd-Roman/BauerBodoniStd-Roman.woff") format("woff"),
    /* Modern Browsers */
      url("/font/BauerBodoniStd-Roman/fonts/BauerBodoniStd-Roman.woff2")
      format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

.navbar {
  background-color: rgba(255, 255, 255, 1);
}

.navbar {
  font-weight: 300;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.top-nav-collapse {
  background-color: white !important;
}

@media only screen and (max-width: 768px) {
  .fixed-top-2 .navbar {
    background-color: white !important;
  }
}
.black {
  max-height: 50px !important;
  margin-bottom: 100px !important;
}
.container {
  max-width: 1420px !important;
}
.container-prod {
  max-width: 1220px !important;
}
/* Required for full background image */
html,
body,
.view1 {
  height: 510px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.view-contact {
  height: 640px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.mt-32 {
  margin-top: 20px;
}

@media (max-width: 740px) {
  html,
  body,
  .view1 {
    height: 330px;
    background-size: cover;
  }
  .mt-32 {
    margin-top: 20px;
  }

  .view-contact {
    height: 460px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  .view1 {
    height: 450px;
    background-size: contain;
  }
  .mt-32 {
    margin-top: 20px;
  }

  .view-contact {
    height: 460px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}

@media (min-width: 992px) {
  .view1 {
    height: 650px;
    background-size: contain;
  }
  .mt-32 {
    margin-top: 20px;
  }

  .view-contact {
    height: 460px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}

@media (min-width: 1200px) {
  .view1 {
    height: 800px;
    background-size: contain;
  }
  .mt-32 {
    margin-top: 320px;
  }

  .view-contact {
    height: 460px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}

.btn .fa {
  margin-left: 3px;
}

.top-nav-collapse {
  background-color: white !important;
}

.fixed-top-2 .navbar:not(.top-nav-collapse) {
  background: transparent !important;
}

@media (max-width: 991px) {
  .fixed-top-2 .navbar:not(.top-nav-collapse) {
    background: white !important;
  }
}

.btn-white {
  color: black !important;
}

h6 {
  line-height: 1.7;
}

.rgba-gradient {
  background: -moz-linear-gradient(
    45deg,
    rgba(42, 27, 161, 0.7),
    rgba(29, 210, 177, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(42, 27, 161, 0.7),
    rgba(29, 210, 177, 0.7) 100%
  );
  background: -webkit-gradient(
    linear,
    45deg,
    from(rgba(42, 27, 161, 0.7)),
    to(rgba(29, 210, 177, 0.7))
  );
  background: -o-linear-gradient(
    45deg,
    rgba(42, 27, 161, 0.7),
    rgba(29, 210, 177, 0.7) 100%
  );
  background: linear-gradient(
    to 45deg,
    rgba(42, 27, 161, 0.7),
    rgba(29, 210, 177, 0.7) 100%
  );
}

.product-image:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.product-image:hover {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0px auto;
  display: inline-block;
  vertical-align: middle;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.product-image {
  -moz-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  -o-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  -webkit-transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
}

.bg-newsletter {
  background-image: url("/img/BG_Newsletter.png");
  background-color: #fef3ee;
  background-repeat: none;
  background-size: contain;
  height: 550px;
}

.bg-dark {
  background-color: #333333 !important;
}

.font-weight-slim {
  font-weight: 300 !important;
}

.btn-op {
  background-color: #bbdde9;
  color: white;
}

.btn-op:hover {
  background-color: #62b1ce;
  color: white;
}

:root {
  --color__accent: #bbdde9;

  --field__background: #fff;
  --field__background--hover: #fff;
  --input__border: rgba(0, 0, 0, 0.42);
  --input__border--hover: rgba(0, 0, 0, 0.62);
  --label__color: #222;

  --font__size: 16px;
  --font__family: Roboto, Arial, sans-serif;
}

.floating {
  margin-bottom: 2rem;
  background-color: var(--field__background);
  transition: background-color 0.2s ease;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.floating:hover,
.floating:focus-within {
  background-color: var(--field__background--hover);
}

.floating__input {
  padding: 1rem 1rem 0.6rem;
  font-size: 1rem;
  border-bottom: 0.1rem solid var(--input__border);
  transition: border-color 0.2s ease;
  caret-color: var(--color__accent);
}

.floating:hover .floating__input {
  border-color: var(--input__border--hover);
}

.floating__input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating__label {
  display: block;
  position: relative;
  max-height: 0;
  font-weight: 500;
  pointer-events: none;
}

.floating__label::before {
  color: var(--label__color);
  content: attr(data-content);
  display: inline-block;
  filter: blur(0);
  backface-visibility: hidden;
  transform-origin: left top;
  transition: transform 0.2s ease;
  left: 1rem;
  position: relative;
}

.floating__label::after {
  bottom: 1rem;
  content: "";
  height: 0.1rem;
  position: absolute;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  opacity: 0;
  left: 0;
  top: 100%;
  margin-top: -0.1rem;
  transform: scale3d(0, 1, 1);
  width: 100%;
  background-color: var(--color__accent);
}

.floating__input:focus + .floating__label::after {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.floating__input:placeholder-shown + .floating__label::before {
  transform: translate3d(0, -2.2rem, 0) scale3d(1, 1, 1);
}

.floating__label::before,
.floating__input:focus + .floating__label::before {
  transform: translate3d(0, -3.12rem, 0) scale3d(0.82, 0.82, 1);
}

.floating__input:focus + .floating__label::before {
  color: var(--color__accent);
  font-size: 20px;
}

/* ---------------------------------------------- */
/* --  Codepen styles & resets - not required  -- */
/* ---------------------------------------------- */

input {
  background: none;
  border-width: 0;
  display: block;
  width: 100%;
}

fieldset {
  padding: 3rem 2rem 1.5rem;
}

legend {
  padding: 0 0.5rem;
}

.hidden--visually {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form {
  background-color: #fff;
  padding: 2rem 3rem 4rem;
  box-shadow: 2px 2px 16px 3px rgba(0, 0, 0, 0.4);
}

.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
  background-color: #fff !important;
  border-bottom: 2px solid #62b1ce;
}

html {
  overflow-x: hidden;
}

footer.page-footer {
  bottom: 0;
  color: #fff;
  margin-top: -25px !important;
}

footer.page-footer a {
	color: #000;
  }

.breadcrumb-h {
  padding-top: 5px !important;
  padding-bottom: 0px !important;
}

.alert {
  margin-top: 3rem;
}

.tooltip .md-tooltip-main {
  background-color: #4285f4 !important;
}
.tooltip-inner {
  background-color: #4285f4 !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #4285f4;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #4285f4;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4285f4;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #4285f4;
}

.tooltip.show {
  opacity: 1;
}
.shopping-cart-position {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
}
.shopping-cart-position img {
  height: 150px;
  object-fit: cover;
  width: 100%;
}

.shopping-cart-position-price {
  text-align: right;
  padding-right: 2rem;
}
.shopping-cart-position-quantity {
  text-align: center;
}

.shopping-cart-position-option {
  font-size: 90%;
}
.shopping-cart-position-option .option-title {
  font-size: 100%;
  font-weight: bold;
}

#shoppingcart-total {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: right;
  padding: 2rem 2rem 4rem 0rem;
}
#shoppingcart-total .shoppingcart-total-title {
  font-weight: bolder;
}

#blockingOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin: 0px auto;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.child_category {
  margin-left: 20px !important;
}


.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active {
	background-color: #4285f4;
	border-radius: .125rem;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
  }


  .subcategories {
	padding-left: 1rem;
  }