@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
}
body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300 !important;
}

img {
  max-width: 100%;
}

.display_none {
  display: none !important;
}

p {
  color: #f3f3f3;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 25px;
}

a {
  text-decoration: none;
  outline: none;
}

.after {
  position: relative;
}
.after:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background-color: #cc0000;
}

.default-button {
  border: none;
  border-radius: 6px;
  color: #fff;
  background: #cc0000;
  font-weight: 300;
  padding: 8px 16px;
}

.default-title {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 50px;
}
.default-title h3 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 18px;
}
.default-title .after:after {
  bottom: -11px;
  right: 0;
  margin: 0 auto;
}
.default-title p {
  color: #e8e8e8;
  font-weight: 200;
  width: 600px;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0 auto;
  font-size: 15px;
  max-width: calc(100% - 40px);
}

.top-nav {
  background-color: #000;
  position: sticky;
  top: 0;
  z-index: 2;
}
.top-nav a {
  padding: 5px 7px;
  text-decoration: none;
  display: block;
  color: #fff !important;
  transition: 0.2s;
  position: relative;
}
.top-nav a:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #000;
  transition: 0.3s;
}
.top-nav a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cc0000;
  transition: 0.3s;
}
.top-nav a:hover {
  transform: translateY(-3px);
  transition: 0.3s;
}
.top-nav a:active {
  transform: translateY(0);
}
.top-nav .active {
  transform: translateY(-3px);
  color: #cc0000 !important;
  transition: 0.3s;
}
.top-nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-nav .wrapper {
  width: 800px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  border-bottom: 1px solid #cc0000;
  display: flex;
  justify-content: space-between;
  padding-top: 1px;
}

nav {
  background-color: #000;
  position: sticky !important;
  top: 36px;
  z-index: 2;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  padding: 5px 16px;
}
nav .navbar-brand img {
  width: 90px;
}
nav .navbar-collapse {
  justify-content: flex-end;
}
nav .navbar-nav .nav-item {
  padding: 0 14px;
}
nav .navbar-nav .nav-link {
  color: #fff;
  padding: 8px 0 !important;
  position: relative;
  border: none;
  outline: none;
}
nav .navbar-nav .nav-link:hover:after {
  transition: 0.2s;
  height: 3px;
}
nav .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #cc0000;
  transition: 0.2s;
}
nav .navbar-nav .active .nav-link {
  color: #fff;
}
nav .navbar-nav .active .nav-link:after {
  height: 3px;
}
nav .navbar-toggler {
  padding: 10px 10px;
  border: 1px solid transparent;
  transition: 0.2s;
}
nav .navbar-toggler:hover {
  transition: 0.2s;
  border-color: #fff;
}
nav .navbar-toggler img {
  width: 30px;
}

.main-owl-wrapper {
  position: relative;
}
.main-owl-wrapper .item {
  background-size: cover;
  background-repeat: no-repeat;
}
.main-owl-wrapper .wrapper-text {
  width: max-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 120px;
  position: relative;
}
.main-owl-wrapper .wrapper-text:after {
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #cc0000;
  transition: 5s;
}
.main-owl-wrapper .wrapper-text .second-title {
  color: #cc0000;
  font-size: 16px;
  font-weight: 300;
}
.main-owl-wrapper .wrapper-text .title {
  color: #fff;
  font-weight: 400;
  margin-bottom: 50px;
  margin-top: 17px;
  line-height: 48px;
}
.main-owl-wrapper .wrapper-text .after:after {
  bottom: -26px;
  height: 2px;
  width: 65px;
}
.main-owl-wrapper .wrapper-text p {
  color: #f3f3f3;
  font-weight: 200;
  width: 700px;
  letter-spacing: 1px;
  line-height: 25px;
}
.main-owl-wrapper .wrapper-text .default-button {
  margin-top: 35px;
  margin-bottom: 28px;
  display: block;
}
.main-owl-wrapper .wrapper-text strong {
  color: #cc0000;
}
.main-owl-wrapper .active .wrapper-text:after {
  transition: 5s;
  width: 100%;
}
.main-owl-wrapper .owl-button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cc0000;
  border-radius: 5px;
  z-index: 1;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  transition: 0.1s linear;
}
.main-owl-wrapper .owl-button:focus {
  outline: none;
}
.main-owl-wrapper .owl-button img {
  width: 10px;
}
.main-owl-wrapper .customPrevBtn {
  left: 40px;
}
.main-owl-wrapper .customPrevBtn:active {
  transition: 0.1s linear;
  padding-right: 15px !important;
}
.main-owl-wrapper .customNextBtn {
  right: 40px;
}
.main-owl-wrapper .customNextBtn:active {
  transition: 0.1s linear;
  padding-left: 15px !important;
}

.home-page .discover-content {
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0.5), rgba(27, 27, 27, 0.5)), url("../img/main-img/DSC03782-min.JPG");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.home-page .discover-content .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 30px;
  border: 1px solid #737373;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
}
.home-page .discover-content .content .icon {
  color: #fff;
  font-size: 50px;
  background-color: #cc0000;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 9px;
  margin-bottom: 15px;
}
.home-page .discover-content .content .title {
  font-size: 22px;
  color: #fff;
  padding-bottom: 18px;
  margin-bottom: 15px;
}
.home-page .discover-content .content .after:after {
  right: 0;
  margin: 0 auto;
}
.home-page .discover-content .content a {
  text-decoration: none;
  color: #fff;
}

.our-products {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
  z-index: 1;
  position: relative;
}
.our-products .wrapper-btn-category {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.our-products .wrapper-btn-category button {
  outline: none !important;
  border: none;
  width: 70px;
  padding: 5px 0;
  color: #ffffff;
  border-radius: 3px;
  margin: 0 6px;
  background-color: darkgrey;
  font-weight: 300;
  font-size: 15px;
  transition: 0.2s;
}
.our-products .wrapper-btn-category button:hover {
  color: #757575;
  transition: 0.2s;
  background-color: #fff;
}
.our-products .wrapper-btn-category .active {
  transform: translateY(-5px);
  background-color: #cc0000;
}
.our-products .wrapper-btn-category .active:hover {
  color: #fff;
  transition: 0.2s;
  background-color: #cc0000;
}
.our-products .default-button {
  text-decoration: none;
  color: #fff;
}
.our-products .product {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px 15px;
  border: 1px solid #737373;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
}
.our-products .wrapper-img {
  background-color: #000000f5;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  margin-bottom: 17px;
}
.our-products .title {
  font-size: 22px;
  color: #fff;
  padding-bottom: 18px;
  margin-bottom: 15px;
}
.our-products .after:after {
  right: 0;
  margin: 0 auto;
}

footer {
  position: relative;
  z-index: 1;
  background-color: #000;
  padding: 20px 0 0;
  -webkit-box-shadow: 0 -2px 3px 0 rgba(255, 255, 255, 0.14), 0 0px 10px 0 rgba(255, 255, 255, 0.12), 0 -1px 4px -1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 -2px 3px 0 rgba(255, 255, 255, 0.14), 0 0px 10px 0 rgba(255, 255, 255, 0.12), 0 -1px 4px -1px rgba(255, 255, 255, 0.3);
}
footer .wrapper-content {
  display: flex;
  justify-content: space-evenly;
  padding: 0 5px 15px;
}
footer .content {
  padding-right: 15px;
  margin-right: 20px;
  width: 180px;
  padding-left: 15px;
}
footer .content img {
  width: 140px;
}
footer .content ul {
  padding-left: 0;
  padding-top: 16px;
  list-style: none;
  margin: 0;
}
footer .content ul a {
  color: #fff;
  padding: 8px 0;
  display: block;
  font-size: 15px;
  transition: 0.3s;
  width: max-content;
  text-decoration: none;
}
footer .content ul a:hover:after {
  height: 2px;
  transition: 0.3s;
}
footer .content ul a:active {
  transition: 0.1s;
  transform: translateY(0);
}
footer .content ul a:after {
  right: 0;
  height: 0;
  width: unset;
  transition: 0.3s;
}
footer .content ul .active .after:after {
  height: 2px;
}
footer .content-contact-us {
  padding-top: 50px;
  width: 250px;
  margin-right: 18px;
}
footer .content-contact-us .title-content {
  color: #fff;
  font-size: 19px;
  padding: 2px 0;
  margin: 0 0 9px;
}
footer .content-contact-us .title-content:after {
  bottom: 0;
  background-color: #fff;
}
footer .content-contact-us .title-content:before {
  top: 0;
  background-color: #fff;
}
footer .content-contact-us .data {
  display: flex;
  border-bottom: 1px solid #cc0000;
  padding-top: 9px;
  padding-bottom: 9px;
}
footer .content-contact-us .data:last-child {
  border: none;
}
footer .content-contact-us .data ul {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
}
footer .content-contact-us .data ul a {
  color: #fff;
  padding: 6px 5px 6px 0;
  display: block;
  font-size: 15px;
  transition: 0.2s;
}
footer .content-contact-us .data ul a:hover {
  transition: 0.2s;
  color: #cc0000;
}
footer .content-contact-us .data ul a:active {
  transition: 0.1s;
  transform: translateY(0);
}
footer .content-contact-us .data .icon {
  color: #fff;
  margin-top: 2px;
}
footer .content-contact-us .last-data {
  border: none;
}
footer .contact-form {
  padding-top: 93px;
  position: relative;
  width: 550px;
}
footer .contact-form .main-button {
  margin: 0 0;
  border-color: #fff;
  color: #fff;
  float: right;
}
footer .contact-form .main-button:hover {
  background: #fff;
  color: #cc0000;
}
footer .contact-form textarea {
  height: 158px;
}
footer .contact-form .icons ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .contact-form .icons a {
  font-size: 18px;
  color: #fff;
  padding: 5px 7px;
  transition: 0.2s;
  text-decoration: none;
}
footer .contact-form .icons a:hover i {
  transition: 0.2s;
  transform: translateY(-3px);
  color: #cc0000;
}
footer .contact-form .icons a:active i {
  transition: 0.1s;
  transform: translateY(0);
}
footer .contact-form .icons a i {
  transition: 0.1s;
}
footer .form-control {
  background: transparent;
  border-color: #cc0000;
  font-weight: 200;
  color: #f3f3f3 !important;
  padding: 8px 12px;
  height: unset;
}
footer .form-control:focus {
  background: transparent;
  border-color: #cc0000;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
}
footer .flesh-message {
  font-weight: bold;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  width: max-content;
  padding: 10px 16px;
  border-radius: 30px;
  color: #fff;
  background: transparent;
  border: 1px solid #ced4da;
}
footer .message-success {
  animation: successMessage 2s infinite;
  color: #2cb21f;
  box-shadow: 0 0 0 rgba(93, 230, 53, 0.4);
}
@-webkit-keyframes successMessage {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(93, 230, 53, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(93, 230, 53, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(93, 230, 53, 0);
  }
}
@keyframes successMessage {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(93, 230, 53, 0.4);
    box-shadow: 0 0 0 0 rgba(93, 230, 53, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(93, 230, 53, 0);
    box-shadow: 0 0 0 10px rgba(93, 230, 53, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(93, 230, 53, 0);
    box-shadow: 0 0 0 0 rgba(93, 230, 53, 0);
  }
}
footer .message-danger {
  animation: dangerMessage 2s infinite;
  color: #cc0000;
  box-shadow: 0 0 0 rgba(242, 5, 5, 0.4);
}
@-webkit-keyframes dangerMessage {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 5, 5, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(242, 5, 5, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 5, 5, 0);
  }
}
@keyframes dangerMessage {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(242, 5, 5, 0.4);
    box-shadow: 0 0 0 0 rgba(242, 5, 5, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(242, 5, 5, 0);
    box-shadow: 0 0 0 10px rgba(242, 5, 5, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(242, 5, 5, 0);
    box-shadow: 0 0 0 0 rgba(242, 5, 5, 0);
  }
}
footer .hide-message {
  transition: 0.3s linear;
  top: -8%;
  opacity: 0;
  transform: scale(0.8);
}

.footer-data {
  height: 36px;
  padding: 7px 0;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
  background: #000;
  text-align: center;
  z-index: 1;
  position: relative;
}
.footer-data a {
  color: #cc0000;
}
.footer-data a:hover {
  color: #cc0000;
}

.about-content {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  background: #000;
}
.about-content .col-lg-9 {
  position: relative;
}
.about-content .text {
  border-radius: 3px;
  padding: 30px 10px 30px;
  position: absolute;
  right: -200px;
  width: 500px;
  top: 0;
  text-align: center;
  bottom: 0;
  margin: auto;
  height: max-content;
  border: 1px solid #cc0000;
}
.about-content .text .background {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  padding: 30px 30px 15px;
  height: max-content;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
}
.about-content img {
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}
.about-content .default-button {
  position: absolute;
  right: 0;
  bottom: -50px;
  color: #fff !important;
  text-decoration: none;
  display: block;
}

.second-header-page {
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0.5), rgba(27, 27, 27, 0.5)), url("../img/main-img/DSC03749-min.JPG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-attachment: fixed;
  background-position-y: bottom;
}
.second-header-page .wrapper-content {
  position: fixed;
}
.second-header-page .default-title {
  margin-bottom: 0;
}
.second-header-page .page-address {
  font-size: 17px;
  font-weight: 400;
}
.second-header-page .page-address a {
  margin-right: 5px;
  color: #fff;
}
.second-header-page .page-address a i {
  color: #cc0000;
}
.second-header-page .page-address span {
  color: #cc0000;
}

.product-view-page .product-details {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background: #fff;
}
.product-view-page .product-details .title h5 {
  color: #000;
  font-weight: 300;
  font-size: 23px;
}
.product-view-page .product-details .title .after:after {
  bottom: -15px;
  width: 38px;
}
.product-view-page .product-details .product_ratting ul {
  display: flex;
  padding: 0;
  margin: 39px 0 0;
  list-style: none;
}
.product-view-page .product-details .product_ratting ul li {
  color: #ffd54c;
}
.product-view-page .product-details .price_box {
  margin-top: 20px;
}
.product-view-page .product-details .price_box p {
  color: #cc0000;
  margin: 0;
  font-size: 18px;
  padding-top: 10px;
  font-weight: 500;
}
.product-view-page .product-details .price_box span {
  margin-right: 12px;
  font-weight: 300;
  font-size: 14px;
  color: #757575;
  text-decoration: line-through;
}
.product-view-page .product-details .text {
  padding-top: 30px;
}
.product-view-page .product-details .text p {
  font-size: 15px;
  font-weight: 300;
  color: #2b2b2b;
  line-height: 24px;
}
.product-view-page .product-details .buy-content {
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.product-view-page .product-details .buy-content .title {
  color: #000;
  font-weight: 300;
  margin-right: 15px;
}
.product-view-page .product-details .buy-content .count-product-order {
  position: relative;
  width: 120px;
  padding: 0 30px 0;
  border: 1px solid #cc0000;
  border-radius: 4px;
}
.product-view-page .product-details .buy-content .count-product-order input {
  width: 100%;
  height: 30px;
  border: none;
  padding: 0 6px;
  color: black;
}
.product-view-page .product-details .buy-content .count-product-order button {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  background: #cc0000;
  font-size: 16px;
  border: none;
  color: #fff;
}
.product-view-page .product-details .buy-content .count-product-order button:first-child {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.product-view-page .product-details .buy-content .count-product-order button:last-child {
  right: 0;
  border-radius: 0 3px 3px 0;
}
.product-view-page .product-details .buy-content .count-product-order button:active {
  background: #8c0000;
}
.product-view-page .product-details .buy-content .wrapper-button {
  margin-left: 100px;
}
.product-view-page .product-details .main-img {
  padding: 20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin: 0 30px;
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0.5), rgba(27, 27, 27, 0.5)), url("../img/main-img/DSC03749-min.JPG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-y: bottom;
}
.product-view-page .product-details .main-img .wrapper-img {
  background-color: #000;
  -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
  padding: 15px 0;
}
.product-view-page .product-details .main-img img {
  transition: 0.2s linear;
  width: 100%;
}
.product-view-page .product-details .animate-img {
  opacity: 0;
  transform: scale(0.8) rotateX(90deg);
}
.product-view-page .product-details .wrapper-owl {
  position: relative;
  padding: 0 30px 0;
  margin-top: 10px;
}
.product-view-page .product-details .wrapper-owl .item {
  border: 1px solid #cccccc;
  border-radius: 3px;
  position: relative;
  background-color: #000;
  padding: 10px 0;
}
.product-view-page .product-details .wrapper-owl .item:hover .icon {
  opacity: 1;
  transition: 0.3s;
  background-color: rgba(1, 14, 23, 0.6);
}
.product-view-page .product-details .wrapper-owl .item .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(1, 14, 23, 0);
  color: #ffffff;
  font-size: 35px;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.product-view-page .product-details .wrapper-owl .item .icon:active {
  color: #cc0000;
}
.product-view-page .product-details .wrapper-owl .owl-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  border: 1px solid;
  border-radius: 3px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cc0000;
}
.product-view-page .product-details .wrapper-owl .ourProdNext {
  right: 0;
}
.product-view-page .product-details .wrapper-owl .ourProdPrev {
  left: 0;
}
.product-view-page .product-details .wrapper-owl .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 5px auto 0;
  background-color: #fff;
  padding: 3px 8px;
  border-radius: 2px;
  width: 100%;
}
.product-view-page .product-details .wrapper-owl .owl-dots .active {
  transition: 0.3s linear;
  transform: translateY(-3px);
}
.product-view-page .product-details .wrapper-owl .owl-dots .active span {
  transition: 0.3s linear;
  background: #cc0000;
}
.product-view-page .product-details .wrapper-owl .owl-dots button {
  transition: 0.3s linear;
  padding: 12px 2px !important;
}
.product-view-page .product-details .wrapper-owl .owl-dots button span {
  transition: 0.3s linear;
  width: 23px;
  height: 3px;
  background: #bebebe;
  display: block;
}
.product-view-page .product-details .wrapper-owl .owl-dots button:focus {
  outline: none;
}
.product-view-page .product-details .wrapper-owl .owl-dots button:hover span {
  transition: 0.3s linear;
  background: #cc0000;
}

.about-owl-content {
  position: relative;
  z-index: 1;
  padding: 50px 0 60px;
  background-image: url(../img/content/about-1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.about-owl-content .exp-values-item {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 60px 20px;
  border-radius: 5px;
  margin: 20px 0;
  box-shadow: 0 1px 12px -2px rgba(200, 200, 200, 0.2);
  border: #8b7b6c 1px solid;
}
.about-owl-content .icon {
  font-size: 40px;
  color: #cc0000;
}
.about-owl-content .exp-values-content {
  padding-top: 20px;
}
.about-owl-content .exp-values-content h6 {
  color: #cc0000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.map-content {
  padding: 50px 0 0;
  position: relative;
  z-index: 1;
  background: #000;
}
.map-content #map {
  height: 500px;
}

.page-wrapper {
  z-index: 4;
  height: 100vh;
  background-size: cover;
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0.5), rgba(27, 27, 27, 0.5)), url("../img/page/DSC03847-min.JPG");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page-wrapper .wrapper-brand img {
  width: 200px;
  border-radius: 4px;
  margin-bottom: 8px;
  background-color: #fff;
  padding: 12px;
}
.page-wrapper .wrapper-text {
  padding: 15px 15px;
  text-align: center;
  border-radius: 4px;
  background-color: #3c3b40;
  max-width: calc(100% - 30px);
}
.page-wrapper .wrapper-text h5 {
  color: #fff;
  max-width: 100%;
  line-height: 29px;
  width: 610px;
  margin-bottom: 0;
}
.page-wrapper .wrapper-text p {
  margin-top: 13px;
  margin-bottom: 0;
  color: #e00909;
  width: 610px;
  max-width: 100%;
}
.page-wrapper .wrapper-text .wrapper-btn {
  display: flex;
  justify-content: center;
}
.page-wrapper .wrapper-text a {
  padding: 7px 0;
  display: block;
  border: 1px solid;
  border-radius: 3px;
  margin: 11px 12px 0;
  color: #fff !important;
  width: 63px;
  font-size: 17px;
  border: unset;
  cursor: pointer;
  text-decoration: none !important;
}

.form-captcha {
  max-width: 100%;
}

.gallery-content {
  background-color: #000;
  position: relative;
  z-index: 1;
}
.gallery-content a {
  display: block;
  overflow: hidden;
}
.gallery-content a:hover img {
  transition: 0.2s;
  transform: scale(1.1);
}
.gallery-content a img {
  transition: 0.2s;
}

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