html {
  position: relative;
  overflow-x: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}

strong {
  font-weight: 700;
}

hr {
  border-top: 0.4rem solid #f4efe8;
  margin-bottom: 5rem;
}

a:focus,
button:focus {
  outline: none;
}

.buttonBlock {
  margin-top: 3rem;
}

.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: 300;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
}
.button.buttonGreen {
  background-color: #8bc932;
  color: white;
}
.button.buttonDarkPink {
  background-color: #e6007e;
  color: white;
}

.textLink {
  color: #ee7aae;
  text-decoration: underline;
  font-size: 0.9rem;
  display: block;
  margin-top: 0.75rem;
  font-weight: 300;
}

.blockLink:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.searchForm {
  position: relative;
}
.searchForm input[type=text] {
  font-size: 0.9rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-color: #b6b4b1;
}
.searchForm .submitButton {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background-color: transparent;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  color: #6e6a64;
}

.noPaddingTop {
  padding-top: 0 !important;
}

.relative {
  position: relative;
}

.borderRadius {
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.drops {
  height: 9rem;
  top: 15rem;
  position: absolute;
  width: 100%;
  background-size: contain;
  background-repeat: repeat-x;
}

.dropsTwo {
  top: 0;
}

.modal-backdrop {
  background-color: #6e6a64;
}

.modal .modal-content {
  border: none;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.modal .modal-content .modal-header {
  padding-bottom: 0;
  border-bottom: none;
  -webkit-box-shadow: inset 0 4rem 0 0 #f4efe8;
  box-shadow: inset 0 4rem 0 0 #f4efe8;
}
.modal .modal-content .modal-header .close {
  background-color: #e6007e;
  color: white;
  opacity: 1;
  position: absolute;
  right: 1rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-border-radius: 0 0.25rem 0 0;
  border-radius: 0 0.25rem 0 0;
  z-index: 1000;
}
.modal .modal-content .modal-header .close span {
  line-height: 0;
  display: block;
  left: -0.15rem;
  position: relative;
}
.modal .modal-content .modal-header h3 {
  font-size: 1.5rem;
  color: #6e6a64;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
.modal .modal-content .modal-header .drops {
  position: absolute;
  top: 4rem;
}
.modal .modal-content .modal-body .gform_wrapper .gform_body textarea {
  margin-top: 0.1rem;
}
.modal .modal-content .modal-body .gform_wrapper .gform_fields .gfield {
  padding-right: 0;
}

header .sawsBottom {
  position: absolute;
  top: 0;
  left: 0;
  height: 3.5rem;
  width: 100%;
  background-color: #f4efe8;
  background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(-45deg, white 50%, transparent 50%);
  background-position: bottom left, bottom left;
  background-size: 2rem 2rem;
  background-repeat: repeat-x;
}
header .topbar {
  padding-top: 1rem;
}
header .topbar .logoBar img {
  max-width: 8rem;
}
header .topbar .websiteNavigation {
  background-color: #b6b4b1;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 0.6rem 1rem;
}
header .topbar .websiteNavigation li {
  display: inline-flex;
}
header .topbar .websiteNavigation li a {
  color: white;
  font-weight: 300;
  font-size: 0.9rem;
}
header .topbar .websiteNavigation li .badge {
  background-color: #e6007e;
  color: white;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header .menubar {
  position: relative;
  margin-top: -0.75rem;
}
header .menubar .categoryNav {
  padding-left: 12rem;
  padding-right: 12rem;
  border-bottom: none;
}
header .menubar .categoryNav .nav-item .nav-link {
  color: #6e6a64;
  font-weight: 300;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
}
header .menubar .categoryNav .nav-item .nav-link.active {
  background-color: #ee7aae;
  color: white;
}
header .menubar .categoryNav .nav-item .nav-link:hover {
  background-color: #ee7aae;
  color: white;
}
header .menubar .categoryTab {
  background-color: #ee7aae;
  position: relative;
}
header .menubar .categoryTab:before {
  content: "";
  height: 40px;
  position: absolute;
  width: 200%;
  top: 0;
  left: -100%;
  background-color: #ee7aae;
}
header .menubar .categoryTab:after {
  content: "";
  height: 40px;
  position: absolute;
  width: 200%;
  top: 0;
  right: -100%;
  background-color: #ee7aae;
}
header .menubar .categoryTab .tab-pane {
  color: white;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 1;
  position: relative;
}
header .menubar .categoryTab .tab-pane ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .menubar .categoryTab .tab-pane ul li {
  padding-left: 1rem;
  padding-right: 1rem;
}
header .menubar .categoryTab .tab-pane ul li a {
  font-size: 0.9rem;
  color: white;
  font-weight: 300;
}

main .contentContainer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
main .contentContainer h1 {
  font-size: 2.5rem;
  color: #6e6a64;
  font-weight: 300;
  margin-bottom: 0;
}
main .contentContainer h2 {
  font-size: 1.5rem;
  color: #6e6a64;
  font-weight: 300;
  margin-bottom: 0;
}
main .contentContainer p {
  color: #6e6a64;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.75rem;
}
main .contentContainer p.subtitle {
  margin-bottom: 2rem;
  line-height: 1.25rem;
}
main .contentContainer p a {
  color: #e6007e;
}
main .contentContainer ul.imageList {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .contentContainer ul.imageList li {
  padding: 2rem 3rem;
}
main .contentContainer .textParagraphs p:first-of-type::first-letter {
  color: #ee7aae;
  font-family: "Sofia", cursive;
  font-size: 2rem;
}
main .contentContainer .textParagraphs ul {
  color: #6e6a64;
  font-size: 0.9rem;
  font-weight: 300;
  padding-left: 1.25rem;
}
main .contentContainer .textParagraphs ul li {
  line-height: 1.75rem;
}
main .contentContainer .brochure {
  position: absolute;
  right: 0;
  bottom: 3.5rem;
  width: 17rem;
}
main .contentContainer .categoryList {
  padding: 0;
  margin-bottom: 2rem;
  list-style: none;
}
main .contentContainer .categoryList li {
  display: inline-flex;
  margin: 0 0.25rem;
}
main .contentContainer .categoryList li a {
  background-color: #b6b4b1;
  color: white;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.5rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
main .backgroundBrown {
  position: relative;
  -webkit-box-shadow: inset 0 15rem 0 0 #f4efe8;
  box-shadow: inset 0 15rem 0 0 #f4efe8;
}
main .populairProductsList {
  background-color: #f4efe8;
}
main .populairProducts {
  margin-bottom: 4rem;
}
main .productFigure {
  border: 1px solid #f4efe8;
  background-color: white;
  margin-bottom: 2rem;
  position: relative;
}
main .productFigure .contentHolder {
  height: 290px;
  padding: 2rem 1rem;
  position: relative;
}
main .productFigure .contentHolder .labels {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: wrap-reverse;
  max-width: 100%;
  padding: 0 1rem;
  gap: 6px 10px;
  justify-content: left;
  align-items: end;
}
main .productFigure .contentHolder img {
  max-height: 12rem;
  margin-bottom: 3rem;
}
main .productFigure .contentHolder img.placeholder-image {
  padding: 1rem;
  object-fit: contain;
  object-position: center;
  opacity: 30%;
}
main .productFigure h3 {
  text-align: center;
  font-size: 0.8rem;
  color: #6e6a64;
  margin-bottom: 0.5rem;
}
main .productFigure figcaption {
  font-size: 0.8rem;
  color: #6e6a64;
  position: relative;
  background-color: #f4efe8;
  min-height: 2rem;
  display: flex;
  align-items: center;
}
main .productFigure figcaption .price {
  position: absolute;
  right: 0.5rem;
  top: 0.4rem;
  color: #6e6a64;
}
main .productFigure .productLabel {
  font-size: 0.8rem;
  padding: 0.1rem 0.6rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  display: flex;
  width: fit-content;
  height: fit-content;
}
main .productFigure .productLabel.new {
  background-color: #8bc932;
  color: white;
}
main .productFigure .productLabel.quickDelivery {
  background-color: #e6007e;
  color: white;
}
main .productFigure .productLabel.category {
  background-color: #ee7aae;
  color: white;
}
main .productFigure:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 3px solid white;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
main .noProducts .suggestions {
  margin-top: 2rem;
  text-align: center;
}
main .noProducts .suggestions strong {
  color: #6e6a64;
}
main .noProducts .suggestions ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 1rem 0 0;
  gap: 0.2rem;
}
main .noProducts .suggestions ul li a {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: 300;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  background-color: #ee7aae;
  color: white;
  border: none;
  transition: 0.2s all;
}
main .noProducts .suggestions ul li a:hover {
  background-color: #e6007e;
  text-decoration: none;
}
main .homepageBlocks {
  background-color: #f4efe8;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
main .homepageBlocks .backgroundImage {
  background-size: cover;
}
main .homepageBlocks .backgroundImage .titleHolder {
  position: absolute;
  left: 2rem;
  top: 3rem;
}
main .homepageBlocks .backgroundPink {
  background-color: #ee7aae;
}
main .homepageBlocks .backgroundPink h2, main .homepageBlocks .backgroundPink p {
  color: white;
}
main .homepageBlocks .backgroundWhite {
  background-color: white;
}
main .homepageBlocks .backgroundWhite h2, main .homepageBlocks .backgroundWhite p {
  color: #6e6a64;
}
main .homepageBlocks .backgroundGrey {
  background-color: #b6b4b1;
}
main .homepageBlocks .backgroundGrey h2, main .homepageBlocks .backgroundGrey p {
  color: white;
}
main .newsBlocks {
  position: relative;
}
main .newsBlocks .backgroundImage {
  background-size: cover;
  background-position: center;
}
main .newsBlocks h2 {
  color: white;
  text-shadow: 0 1px 2px rgba(110, 106, 100, 0.8);
}
main .newsBlocks h2.colorBrown {
  color: #6e6a64;
}
main .block {
  margin-bottom: 2rem;
  position: relative;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 2rem;
}
main .block.blockSmall {
  height: 10.938em;
}
main .block.blockSmall .buttonBlock {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 1rem;
}
main .block.blockSmall .imageLeft {
  position: absolute;
  left: 1rem;
  bottom: -1rem;
  width: 10rem;
  z-index: 1;
}
main .block.blockSmall .imageRight {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  width: 10rem;
}
main .block.blockMedium {
  height: 21.875em;
}
main .block.blockMedium .buttonBlock {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
main .block.blockLarge {
  height: 32.813em;
}
main .block.blockLarge .buttonBlock {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
main .block.insetBorder:after {
  content: "";
  position: absolute;
  border: 1px solid #f4efe8;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  top: 0.2rem;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  pointer-events: none;
}
main .block .buttonBlock {
  margin-top: 0;
}
main .block h1 {
  font-family: "Sofia", cursive;
  font-size: 5rem;
  color: #ee7aae;
  -webkit-text-stroke: 1px white;
  text-shadow: 3px 3px 0 #e6007e, -1px -1px 0 #e6007e, 1px -1px 0 #e6007e, -1px 1px 0 #e6007e, 1px 1px 0 #e6007e;
  font-style: italic;
  line-height: 2.75rem;
}
main .block h1 span.first {
  position: relative;
  left: 5rem;
  font-size: 6rem;
}
main .block h1 span.second {
  position: relative;
  left: 3rem;
  font-size: 4rem;
}
main .block h1 span.second span {
  display: inline-block;
  width: 2.5rem;
}
main .block h1 span.third {
  position: relative;
  left: 2rem;
}
main .block .headingSubtitle {
  position: relative;
  z-index: 3;
  left: 2rem;
  top: 1.25rem;
  border: 1px solid white;
  background-color: #ee7aae;
  color: white;
  font-family: "Sofia", cursive;
  padding: 0.4rem 0.75rem;
  font-size: 1.65rem;
  font-style: italic;
  display: block;
  -webkit-box-shadow: 2px 2px 0 0 #e6007e;
  box-shadow: 2px 2px 0 0 #e6007e;
}
main .block h2 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0;
}
main .block p {
  margin-bottom: 0.5rem;
  font-size: 0.9em;
  font-weight: 300;
}
main .singleCarousel,
main .singleImage {
  border: 0.4rem solid #f4efe8;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 2rem;
}
main .singleCarousel .carousel-indicators,
main .singleImage .carousel-indicators {
  bottom: 0;
}
main .singleCarousel .carousel-indicators li,
main .singleImage .carousel-indicators li {
  background-color: rgba(238, 122, 174, 0.5);
}
main .singleCarousel .carousel-indicators li.active,
main .singleImage .carousel-indicators li.active {
  background-color: #ee7aae;
}
main .singleCarousel .carousel-control-prev,
main .singleCarousel .carousel-control-next,
main .singleImage .carousel-control-prev,
main .singleImage .carousel-control-next {
  width: 8%;
  opacity: 1;
}
main .singleCarousel .carousel-control-prev i,
main .singleCarousel .carousel-control-next i,
main .singleImage .carousel-control-prev i,
main .singleImage .carousel-control-next i {
  color: #ee7aae;
}
main table {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
main table thead tr {
  background-color: #ee7aae;
}
main table thead tr th {
  color: white;
  padding: 0.4rem;
}
main table tbody tr {
  font-weight: 300;
}
main table tbody tr:nth-of-type(even) {
  background-color: #f4efe8;
}
main table tbody tr td {
  padding: 0.4rem;
}
main .acf-map {
  margin-bottom: 4rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
main .acf-map.insetBorder:after {
  content: "";
  position: absolute;
  border: 1px solid #f4efe8;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  top: 0.2rem;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  pointer-events: none;
}
main .alert-danger {
  text-align: center;
  font-weight: 300;
  border-color: #ee7aae;
  background-color: rgba(238, 122, 174, 0.25);
  color: #6e6a64;
}

footer {
  background-color: #ee7aae;
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(225deg, white 50%, transparent 50%);
  background-position: top left, top left;
  background-size: 2rem 2rem;
  background-repeat: repeat-x;
}
footer h3 {
  color: white;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
footer ul {
  list-style: none;
  padding: 0;
  font-size: 0.9rem;
}
footer ul li {
  line-height: 1.75rem;
}
footer ul li a {
  color: white;
  font-weight: 300;
}
footer ul li a:hover {
  color: white;
}
footer p {
  color: white;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.75rem;
}
footer p a {
  color: white;
}
footer .veconet {
  color: white;
  font-size: 0.75rem;
  font-weight: 300;
  padding-left: 15px;
}
footer .veconet a {
  color: white;
}

#backToTop {
  background-color: #e6007e;
  color: white;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: opacity 0.2s ease-out;
  z-index: 9999;
  opacity: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#backToTop i {
  font-size: 1.5rem;
}
#backToTop.show {
  opacity: 1;
}
#backToTop:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* show 3 items */
  .page-template-front-page .carousel-inner .active,
  .page-template-front-page .carousel-inner .active + .carousel-item,
  .page-template-front-page .carousel-inner .active + .carousel-item + .carousel-item,
  .page-template-front-page .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
  .page-template-front-page .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .page-template-front-page .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .page-template-front-page .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
  .page-template-front-page .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
  .page-template-front-page .carousel-inner .carousel-item-next,
  .page-template-front-page .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .page-template-front-page .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .page-template-front-page .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .page-template-front-page .carousel-item-next.carousel-item-left + .carousel-item,
  .page-template-front-page .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .page-template-front-page .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
  .page-template-front-page .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be abso position for animations */
  .page-template-front-page .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .page-template-front-page .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .page-template-front-page .carousel-item-prev.carousel-item-right + .carousel-item,
  .page-template-front-page .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .page-template-front-page .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
  .page-template-front-page .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6e6a64;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #6e6a64;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #6e6a64;
}

:-moz-placeholder { /* Firefox 18- */
  color: #6e6a64;
}

.gform_wrapper .gform_body .gfield.showLabel .gfield_label {
  display: block;
  color: #6e6a64;
  font-size: 0.9rem;
}
.gform_wrapper .gform_body .gfield .gfield_description {
  color: #6e6a64;
  font-style: italic;
}
.gform_wrapper .gform_body .gfield .gfield_label {
  display: none;
}
.gform_wrapper .gform_body .gfield .gfield_checkbox label,
.gform_wrapper .gform_body .gfield .gfield_radio label {
  font-weight: 300;
}
.gform_wrapper .gform_body .gfield .gfield_checkbox input[type=checkbox],
.gform_wrapper .gform_body .gfield .gfield_checkbox input[type=radio],
.gform_wrapper .gform_body .gfield .gfield_radio input[type=checkbox],
.gform_wrapper .gform_body .gfield .gfield_radio input[type=radio] {
  margin-top: 0;
}
.gform_wrapper .gform_body .gfield .gfield_select {
  font-size: 0.9rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.8rem;
  padding-right: 1rem;
  border: 1px solid #b6b4b1;
  color: #6e6a64;
}
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_body textarea {
  font-size: 0.9rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #b6b4b1;
}
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper .gform_body textarea:focus {
  outline: none;
  border: 1px solid #ee7aae !important;
  box-shadow: 0 0 3px #ee7aae !important;
  -moz-box-shadow: 0 0 3px #ee7aae !important;
  -webkit-box-shadow: 0 0 3px #ee7aae !important;
}
.gform_wrapper .gform_body textarea {
  margin-top: 0.8rem;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label {
  color: #6e6a64;
  font-weight: 400;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label {
  max-width: 95% !important;
}
.gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: 300;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  background-color: #e6007e;
  color: white;
  border: none;
}

.font-size-12 {
  font-size: 12px;
}

@media (max-width: 1199.98px) {
  main .contentContainer ul.imageList li {
    padding: 1.5rem 2rem;
  }
  footer h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  header .topbar .searchForm {
    top: -4.5rem;
  }
  header .menubar .categoryNav {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  header .menubar .categoryTab .tab-pane ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  header .menubar .categoryTab .tab-pane ul li a {
    font-size: 0.75rem;
  }
  .columnTwo {
    order: -1;
    margin-bottom: 2rem;
  }
  main .carousel-inner .img-fluid {
    align-self: center !important;
  }
  main .contentContainer h1 {
    font-size: 2.25rem;
  }
  main .contentContainer .categoryList li a {
    margin-bottom: 0.5rem;
  }
  main .contentContainer ul.imageList li {
    padding: 1rem;
  }
  main .featuredBlocksHome .productColumn:last-of-type {
    display: none;
  }
  main .block.blockSmall .imageLeft {
    width: 6rem;
    bottom: 2rem;
  }
  main .block.blockSmall .imageRight {
    width: 6rem;
    bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  body {
    padding-top: 128px;
  }
  header .topbar {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  }
  header .topbar .backgroundBeige {
    background-color: #eae0d2;
  }
  header .topbar .searchForm {
    top: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  header .topbar .searchForm input[type=text] {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  header .topbar .logoBar {
    position: relative;
    z-index: 1002;
  }
  header .topbar .logoBar img {
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
  header .topbar p {
    font-size: 0.85rem;
    margin-bottom: 0;
    line-height: 1.5rem;
    color: #e6007e;
  }
  header .topbar p i {
    margin-right: 0.25rem;
  }
  header .topbar p a {
    color: #e6007e;
    text-decoration: none;
  }
  header .topbar .navigationColumn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header .topbar .navigationColumn .navToggleButton {
    color: black;
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
  }
  header .topbar .navigationColumn .navToggleButton:focus {
    outline: none;
  }
  main .categorySelect {
    margin-bottom: 2rem;
    font-size: 0.85rem;
  }
  main .block.blockLarge {
    height: 25rem;
  }
  main .block.blockSmall .imageRight {
    bottom: 0;
  }
  main .block h1 {
    font-size: 3.5rem;
    line-height: 2.25rem;
  }
  main .block h1 span.first {
    font-size: 3.5rem;
  }
  main .block h1 span.second {
    left: 0.5rem;
  }
  main .block .headingSubtitle {
    left: 0;
    font-size: 1.5rem;
    text-align: center;
  }
  main .contentContainer h1 {
    font-size: 1.75rem;
  }
  footer .veconet {
    text-align: center;
    display: block;
    margin-top: 1rem;
  }
  .offCanvasNavigation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    z-index: 100;
    padding-top: 10rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 0.2s ease;
  }
  .offCanvasNavigation .mainNavigation {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
    text-align: center;
  }
  .offCanvasNavigation .mainNavigation li {
    line-height: 2.5rem;
  }
  .offCanvasNavigation .mainNavigation li .sub-menu {
    display: none;
  }
  .offCanvasNavigation .mainNavigation li a {
    color: #6e6a64;
    font-size: 1.25rem;
  }
  .offCanvasNavigation .mainNavigation li.current-menu-item a {
    color: #e6007e;
  }
  .offCanvasNavigation.toggled {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
}

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