body {
  font-family: "Cinzel Decorative", cursive;
  background-color: #dcdcdc;
  color: #23364B;
  scroll-behavior: smooth;
}

.short-line {
  border-bottom: 1px solid black;
  width: 15%;
}

nav > ul > li > a {
  font-family: "Rock Salt", cursive;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .image-box {
  color: white;
  text-align: center;
}
nav .image-box img {
  border-radius: 0.5em;
  border: 3px double white;
}
nav .image-box h3 {
  padding: 0.5em 0;
  color: white;
}
nav .image-box h3 span {
  background-color: #23364B;
  border-radius: 0.2em;
  padding: 0 1em;
}
nav a {
  color: #fefefe;
  text-decoration: none;
}

a:hover, a.active, a:active, a:visited, a:focus {
  color: #fefefe;
  text-decoration: none;
}

nav .exo-menu {
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  list-style: none;
  background: #23364B;
  z-index: 9999;
  position: fixed;
}
nav .exo-menu > li {
  display: inline-block;
  float: left;
}
nav .exo-menu > li > a {
  color: #ccc;
  text-decoration: none;
  border-right: 1px #365670 dotted;
  transition: color 0.2s linear, background 0.2s linear;
}
nav .exo-menu > li > a.active, nav .exo-menu > li > a:hover {
  background: #0d5b7e;
  color: #fff;
}
nav li.drop-down ul > li > a:hover {
  background: #0d5b7e;
  color: #fff;
}
nav .exo-menu i {
  font-size: 1.5em;
  line-height: 20px !important;
}
nav li.drop-down, nav .flyout-right, nav .flyout-left {
  position: relative;
}
nav li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
nav li.drop-down > ul {
  left: 0px;
  min-width: 230px;
}
nav .drop-down-ul {
  display: none;
}
nav .flyout-right > ul, nav .flyout-left > ul {
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
}
nav li.drop-down > ul > li > a, nav .flyout-right ul > li > a, nav .flyout-left ul > li > a {
  color: #fff;
  display: block;
  padding: 20px 22px;
  text-decoration: none;
  background-color: #365670;
  border-bottom: 1px dotted #547787;
  transition: color 0.2s linear, background 0.2s linear;
}
nav .flyout-right ul > li > a, nav .flyout-left ul > li > a {
  border-bottom: 1px dotted #B8C7BC;
}
nav .flyout-mega-wrap {
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  display: none;
  height: 100%;
  padding: 15px;
  min-width: 742px;
}
nav h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
nav .flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
nav .flyout-mega ul > li > a:hover, nav .flyout-mega ul > li > a:active, nav .flyout-mega ul > li > a:focus {
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important;
}
nav .mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display: none;
  padding-top: 0;
  min-height: 100%;
}
nav h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670;
}
nav .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
nav ul.stander li a {
  padding: 3px 0px;
}
nav ul.stander li {
  display: flex;
  gap: 0.4em;
  align-items: center;
  padding: 0.2em 0;
}
nav ul.stander li img {
  border-radius: 0.3em;
  border: 3px double white;
}
nav ul.stander li a {
  font-size: 1.3em;
}
nav ul.description li {
  padding-bottom: 12px;
  line-height: 8px;
}
nav ul.description li span {
  color: #ccc;
  font-size: 85%;
}
nav .view-more-btn {
  text-align: right;
}
nav ul.icon-des li a i {
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #009FE1;
  line-height: 35px !important;
}
nav ul.icon-des li {
  width: 100%;
  display: table;
  margin-bottom: 11px;
}
nav .flyout-right ul > li > a, nav .flyout-left ul > li > a, nav .flyout-mega-wrap {
  background-color: #547787;
}
nav .mega-menu {
  background-color: #547787;
}
nav .mega-menu:hover {
  display: block;
}
nav .drop-down-ul:hover {
  display: block;
}
nav li.flyout-left > ul:hover, nav li.flyout-right > ul:hover {
  display: block;
}
nav .flyout-mega-wrap:hover {
  display: block;
}
nav li.flyout-left a:hover + ul, nav li.flyout-right a:hover + ul {
  display: block;
}
nav .blog-drop-down > a:hover + .Blog, nav li.drop-down > a:hover + .drop-down-ul, nav .images-drop-down > a:hover + .Images, nav .mega-drop-down a:hover + .mega-menu, nav li.flyout-mega > a:hover + .flyout-mega-wrap {
  display: block;
}
nav .view-more-btn h3 {
  margin-top: 2em;
}
nav a.toggle-menu {
  position: absolute;
  right: 0;
  padding: 20px;
  font-size: 27px;
  background-color: #ccc;
  color: #23364B;
  top: 0;
}

/*Flyout Mega */
/*mega menu */
/*common */
/*responsive */
@media (min-width: 992px) {
  nav .exo-menu > li > a {
    display: block;
    padding: 2em 3em;
  }
  nav .mega-menu, nav .flyout-mega-wrap, nav .flyout-right > ul, nav .flyout-left > ul, nav li.drop-down > ul {
    position: absolute;
  }
  nav .flyout-right > ul {
    left: 100%;
  }
  nav .flyout-left > ul {
    right: 100%;
  }
}
.headline svg {
  position: absolute;
  top: 60%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}

.headline-wrapper {
  position: relative;
}
.headline-wrapper:hover {
  cursor: pointer;
}
.headline-wrapper path {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.animated-headline .headline-wrapper path {
  stroke: #fff;
}

.headline svg path {
  display: none;
}
.headline:hover svg path {
  display: block;
  stroke: #ffffff;
  stroke-width: 9;
  fill: none;
  stroke-dasharray: 1500;
  animation: headline-dash 20s;
}

@keyframes headline-dash {
  0% {
    stroke-dasharray: 0 1500;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  to {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
.imagecontainer {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition: 1.2s ease-in;
  z-index: 0;
}
.imagecontainer img {
  width: 100%;
  transition: 0.7s ease-in;
}

.textblock {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  transition: 0.7s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.textblock h3 {
  margin-top: 5em;
  vertical-align: center;
  color: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.textblock .price {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 1.5em;
  color: white !important;
  border-radius: 0.6em;
  transform: rotate(45deg);
}

.imagecontainer:hover .textblock {
  left: 0;
  opacity: 1;
}
.imagecontainer:hover {
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.09);
}
.imagecontainer:hover img {
  filter: blur(5px);
}
.imagecontainer h3 span {
  background-color: #23364B;
  border-radius: 0.2em;
  padding: 0 1em;
}
.imagecontainer h3 {
  padding: 0.7em 0;
}

.selected {
  opacity: 1;
}

@media only screen and (max-width: 992px) {
  .textblock {
    position: relative;
    left: 0;
    opacity: 1;
    height: auto;
    background: unset;
    text-decoration: none;
    box-shadow: unset;
    display: flex;
    align-items: end;
    flex-direction: column;
    font-family: "Raleway", sans-serif;
    gap: 0;
    text-align: right;
  }
  .textblock h3 {
    margin-top: 0;
    display: block;
    vertical-align: center;
    border-top: unset;
    border-bottom: unset;
    color: #0a445f;
  }
  .textblock h3 span {
    background-color: unset;
    border-radius: unset;
    padding: 0;
  }
  .textblock .price {
    position: relative;
    transform: unset;
    top: unset;
    left: unset;
    color: #0a445f !important;
    right: 0;
  }
  .imagecontainer {
    box-shadow: unset;
  }
  .imagecontainer:hover {
    box-shadow: unset;
  }
  .imagecontainer:hover img {
    filter: none;
  }
  .imagecontainer h3 {
    padding: 0.2em;
  }
  .selected {
    opacity: 1;
  }
}
.bg-image {
  opacity: 0;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  animation: fadein 2s forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.product-img--main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  float: left;
  transition: transform 0.5s ease-out;
  cursor: crosshair;
}

.product-img--main__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-out;
}

.product-section-thumbnail img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.75rem !important;
  width: auto;
  max-width: 3.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  /*width: 60px !important; */
  /*height: auto !important; */
  cursor: pointer;
  margin: 0.4375rem;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  border: 0.0625rem solid #e7e7e7;
}
.product-section-thumbnail img:hover {
  opacity: 1;
}
.product-section-thumbnail.selected img {
  opacity: 1;
}

.product-section-image {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 31.25rem;
  width: 100%;
  position: relative;
}
.product-section-image img {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
  max-width: 100%;
  height: auto;
}
.product-section-image img.selected-img {
  opacity: 1;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer {
  display: block;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.sort-by {
  height: 2em;
  font-size: 1em;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid black;
  background-color: transparent;
  color: unset;
  box-shadow: unset;
}

.contact-form {
  margin-top: 5%;
  width: 70%;
}

.contact-image {
  text-align: center;
}
.contact-image img {
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
}

.contact-form .btnContact {
  width: 50%;
  border: none;
  border-radius: 0.3em;
  padding: 1em;
  background: #dc3545;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}

.wishlist-btn {
  position: fixed;
  right: 5em;
  bottom: 5em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
.wishlist-btn:hover {
  width: 6em;
  height: 6em;
}

.toast-title, .toast-message {
  font-family: "Raleway", sans-serif;
}

@media screen and (max-width: 992px) {
  .search-box {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .search-box {
    border-radius: 1em 0 0 1em;
    width: 100px;
    height: 75px;
    background-color: #23364b;
    position: fixed;
    right: -50px;
    top: 8em;
    padding: 0 13px;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: start;
    gap: 1em;
    align-items: center;
    z-index: 100;
    transition: all 0.3s ease-in-out;
  }
  .search-box span {
    font-size: 20px;
  }
  .search-box:hover {
    right: 0;
    width: 200px;
  }
}
.checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4bb71b;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: #dcdcdc;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}
#main {
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.fof {
  display: table-cell;
  vertical-align: middle;
}

.fof h1 {
  font-size: 50px;
  display: inline-block;
  padding-right: 12px;
  animation: type 0.5s alternate infinite;
}

@keyframes type {
  from {
    box-shadow: inset -3px 0px 0px #888;
  }
  to {
    box-shadow: inset -3px 0px 0px transparent;
  }
}
.about-us-desc {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  animation: fadein 2s forwards;
  margin: 1em 0;
}
