@font-face {
  font-family: "Eudocus Sans Regular";
  src: url("/assets/fonts/Eudoxus-Sans-font/EudoxusSans-Regular.ttf");
}
body {
  background: #FFFFFF;
  font-family: "Eudocus Sans Regular";
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
p,
span {
  color: #151411;
}

.secondary-color {
  color: #FFB23F;
}

.navbar {
  padding: 15px;
  border-bottom: 2px solid #ECE4DE;
}
.navbar .container .navbar-brand img {
  height: 30px;
}
.navbar .container .collapse .navbar-nav.m-auto .nav-item.active {
  border-bottom: 1px solid #518581;
}
.navbar .container .collapse .navbar-nav.m-auto .nav-item.active .nav-link {
  color: #518581 !important;
  font-weight: bold;
}
.navbar .container .collapse .navbar-nav.m-auto .nav-item .nav-link {
  margin-left: 7px;
  margin-right: 7px;
  color: #151411;
  font-size: 15px;
}
.navbar .container .collapse .navbar-nav .nav-item .nav-link {
  margin-left: 0;
  margin-right: 0;
  color: #151411;
  font-size: 15px;
}
.navbar .container .collapse .navbar-nav .nav-item .nav-link .nav-link-icon {
  height: 25px;
}

.main-page section#head-section .container .row .col .head-text-area {
  position: relative;
  margin: auto;
  width: 700px;
}
.main-page section#head-section .container .row .col .head-text-area img.head-arrow {
  position: absolute;
  height: 150px;
  left: -150px;
  bottom: -30px;
}
.main-page section#head-section .container .row .col .head-text-area h1 {
  color: #151411;
  margin-top: 110px;
  font-weight: bold;
  text-align: center;
  font-size: 60px;
  line-height: 1.2;
}
.main-page section#head-section .container .row .col .head-text-area h1 img {
  height: 45px;
  margin-top: -60px;
}
.main-page section#head-section .container .row .col .head-text-area p {
  margin-top: 30px;
  text-align: center;
  line-height: 1.7;
  color: #AFADB5;
}
.main-page section#head-section .container .row .col .head-search-area {
  display: inline-flex;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.main-page section#head-section .container .row .col .head-search-area .search-div {
  position: absolute;
  top: 0;
  width: 60%;
  height: 80px;
  background: #FFFFFF;
  display: inline-flex;
  box-shadow: 0px 24px 48px 0 rgba(0, 0, 0, 0.16);
}
.main-page section#head-section .container .row .col .head-search-area .search-div img {
  height: 30px;
  margin: auto;
  margin-top: auto;
  margin-left: 20px;
}
.main-page section#head-section .container .row .col .head-search-area .search-div input {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  font-size: 18px;
  border: none;
  outline: none;
}
.main-page section#head-section .container .row .col .head-search-area .search-div input:active {
  border: none;
  outline: none;
}
.main-page section#head-section .container .row .col .head-search-area .search-div input:focus {
  border: none;
  outline: none;
}
.main-page section#head-section .container .row .col .head-search-area .search-div input::-moz-placeholder {
  color: #AFADB5;
  font-size: 18px;
}
.main-page section#head-section .container .row .col .head-search-area .search-div input:-ms-input-placeholder {
  color: #AFADB5;
  font-size: 18px;
}
.main-page section#head-section .container .row .col .head-search-area .search-div input::placeholder {
  color: #AFADB5;
  font-size: 18px;
}
.main-page section#head-section .container .row .col .head-search-area .search-div button {
  color: #FFFFFF;
  background: #518581;
  border: none;
  font-size: 18px;
  padding: 5px 40px 5px 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  justify-self: end;
  margin-left: auto;
  margin-right: 15px;
}
.main-page section#head-section .container .row .col .head-search-area img.search-area-image {
  margin: auto;
  margin-top: 40px;
  height: 480px;
  width: 100%;
}
.main-page section#services-section {
  margin-top: 150px;
}
.main-page section#services-section .container .row .col p {
  font-size: 20px;
}
.main-page section#services-section .container .row .col-md-5 p {
  font-weight: bold;
  font-size: 45px;
  color: #151411;
}
.main-page section#services-section .container .row .col-md-5 span {
  color: #AFADB5;
  line-height: 1.7;
  font-size: 20px;
  display: flex;
  height: 100%;
  width: 100%;
  justify-items: center;
  align-items: center;
}
.main-page section#services-section .container .row .col-md-4 {
  margin-top: 20px;
}
.main-page section#services-section .container .row .col-md-4 .services-card {
  width: 100%;
  box-shadow: 0px 12px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 24px;
}
.main-page section#services-section .container .row .col-md-4 .services-card img.services-card-icon {
  width: 62px;
  height: 62px;
}
.main-page section#services-section .container .row .col-md-4 .services-card .services-card-title {
  margin-top: 10px;
}
.main-page section#services-section .container .row .col-md-4 .services-card .services-card-title p {
  font-weight: bold;
  font-size: 18px;
}
.main-page section#services-section .container .row .col-md-4 .services-card .services-card-body p {
  color: #AFADB5;
  line-height: 1.7;
  margin-bottom: 0px;
}
.main-page section#popular-products-section {
  margin-top: 150px;
}
.main-page section#popular-products-section .container .row .col .products-label {
  text-align: center;
}
.main-page section#popular-products-section .container .row .col .products-title {
  text-align: center;
  font-weight: bold;
}
.main-page section#popular-products-section .container .row .col div.products-desc {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.main-page section#popular-products-section .container .row .col div.products-desc p {
  width: 650px;
  text-align: center;
  color: #AFADB5;
}
.main-page section#popular-products-section .container-fluid .row .col #products-carousel {
  margin-top: 50px;
}
.main-page section#popular-products-section .container-fluid .row .col #products-carousel .products-carousel-card {
  padding-left: 15px;
  padding-right: 15px;
}
.main-page section#popular-products-section .container-fluid .row .col #products-carousel .products-carousel-card .image {
  width: 100%;
}
.main-page section#popular-products-section .container-fluid .row .col #products-carousel .products-carousel-card .category {
  margin-top: 20px;
  margin-bottom: 0;
  color: #AFADB5;
}
.main-page section#popular-products-section .container-fluid .row .col #products-carousel .products-carousel-card .title {
  margin-top: 10px;
  margin-bottom: 0;
  color: #151411;
  font-size: 22px;
}
.main-page section#popular-products-section .container-fluid .row .col #products-carousel .products-carousel-card .desc {
  margin-top: 10px;
  margin-bottom: 0;
  color: #AFADB5;
}
.main-page section#popular-products-section .container-fluid .row .col #products-carousel .products-carousel-card .price {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #151411;
  font-size: 22px;
}
.main-page section#product-section {
  margin-top: 150px;
}
.main-page section#product-section .container .row:nth-child(1) .col .label {
  font-weight: bold;
}
.main-page section#product-section .container .row:nth-child(2) .col-md-6:nth-child(1) h2.title {
  font-size: 35px;
  font-weight: bold;
}
.main-page section#product-section .container .row:nth-child(2) .col-md-6:nth-child(1) p.desc {
  color: #AFADB5;
  margin-top: 20px;
  line-height: 1.7;
}
.main-page section#product-section .container .row:nth-child(2) .col-md-6:nth-child(1) button.detail-button {
  margin-top: 30px;
  background: #518581;
  border: none;
  color: #FFFFFF;
  padding: 10px 15px 10px 15px;
}
.main-page section#product-section .container .row:nth-child(2) .col-md-6:nth-child(1) img {
  margin-top: 40px;
}
.main-page section#product-section .container .row:nth-child(2) .col-md-6:nth-child(2) p.title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
}
.main-page section#product-section .container .row:nth-child(2) .col-md-6:nth-child(2) p.desc {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  color: #AFADB5;
}
.main-page section#product-section .container .row:nth-child(3) {
  margin-top: 20px;
}
.main-page section#product-section .container .row:nth-child(3) .col-md-6:nth-child(1) p.desc {
  color: #AFADB5;
  line-height: 1.7;
}
.main-page section#product-section .container .row:nth-child(3) .col-md-6:nth-child(1) button.detail-button {
  margin-top: 30px;
  background: #518581;
  border: none;
  color: #FFFFFF;
  padding: 10px 15px 10px 15px;
}
.main-page section#product-section .container .row:nth-child(3) .col-md-6:nth-child(1) img {
  margin-top: 40px;
}
.main-page section#product-section .container .row:nth-child(3) .col-md-6:nth-child(2) {
  height: 490px;
}
.main-page section#product-section .container .row:nth-child(3) .col-md-6:nth-child(2) img {
  width: 100%;
  height: 100%;
}
.main-page section#testimonals-section {
  margin-top: 150px;
  margin-bottom: 100px;
}
.main-page section#testimonals-section .container .row .col p.label {
  text-align: center;
}
.main-page section#testimonals-section .container .row .col h2.title {
  font-weight: bold;
  text-align: center;
}
.main-page section#testimonals-section .container .row .col div.desc {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.main-page section#testimonals-section .container .row .col div.desc p {
  width: 650px;
  text-align: center;
  color: #AFADB5;
}
.main-page section#testimonals-section .container-fluid .row .col .owl-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card {
  padding: 20px;
  box-shadow: 0px 12px 12px 0 rgba(0, 0, 0, 0.08);
  margin-left: 15px;
  margin-right: 15px;
}
.main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card img.icon {
  width: 40px;
  height: 40px;
}
.main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card p.comment {
  color: #AFADB5;
  margin-top: 10px;
}
.main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card .person {
  display: flex;
  justify-items: start;
  align-items: end;
}
.main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card .person img.person-image {
  width: 50px;
  height: 50px;
}
.main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card .person p {
  margin-left: 12px;
  font-size: 16px;
  font-weight: bold;
}
.main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card .star-area {
  display: flex;
  justify-content: end;
  align-items: center;
  align-content: center;
  height: 100%;
}
.main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card .star-area img {
  width: 24px;
  height: 24px;
}
.main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card .star-area p {
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 5px;
}

.products-page section#head-section {
  margin-top: 100px;
}
.products-page section#head-section .container-fluid {
  padding: 0;
}
.products-page section#head-section h1 {
  font-weight: bold;
  text-align: center;
}
.products-page section#head-section .products-desc {
  display: flex;
  justify-content: center;
}
.products-page section#head-section .products-desc p {
  width: 750px;
  text-align: center;
  color: #AFADB5;
}
.products-page section#head-section #head-carousel .carousel-card {
  position: relative;
}
.products-page section#head-section #head-carousel .carousel-card .content {
  position: absolute;
  top: 250px;
  left: 155px;
  width: 400px;
}
.products-page section#head-section #head-carousel .carousel-card .content .label {
  color: #FFFFFF;
  background: #518581;
  padding: 8px 10px 8px 10px;
  border-radius: 15px;
}
.products-page section#head-section #head-carousel .carousel-card .content h2 {
  margin-top: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.products-page section#head-section #head-carousel .carousel-card .content p {
  color: #FFFFFF;
  font-size: 20px;
}
.products-page section#head-section #head-carousel .owl-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  width: 100%;
}
.products-page section#head-section #head-carousel .owl-nav .owl-prev {
  float: left;
  margin-left: 40px;
  background: rgba(0, 0, 0, 0.7);
  padding: 12px 20px 12px 17px !important;
  border-radius: 50%;
}
.products-page section#head-section #head-carousel .owl-nav .owl-next {
  float: right;
  margin-right: 40px;
  background: rgba(0, 0, 0, 0.7);
  padding: 12px 17px 12px 20px !important;
  border-radius: 50%;
}
.products-page section#search-area {
  margin-top: 40px;
}
.products-page section#search-area .search-div {
  width: 100%;
  height: 80px;
  display: inline-flex;
  background: #FFFFFF;
  box-shadow: 0px 12px 48px 0 rgba(0, 0, 0, 0.08);
}
.products-page section#search-area .search-div img {
  height: 30px;
  margin: auto;
  margin-top: auto;
  margin-left: 20px;
}
.products-page section#search-area .search-div input {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  font-size: 18px;
  border: none;
  outline: none;
}
.products-page section#search-area .search-div input:active {
  border: none;
  outline: none;
}
.products-page section#search-area .search-div input:focus {
  border: none;
  outline: none;
}
.products-page section#search-area .search-div input::-moz-placeholder {
  color: #AFADB5;
  font-size: 18px;
}
.products-page section#search-area .search-div input:-ms-input-placeholder {
  color: #AFADB5;
  font-size: 18px;
}
.products-page section#search-area .search-div input::placeholder {
  color: #AFADB5;
  font-size: 18px;
}
.products-page section#search-area .search-div button {
  color: #FFFFFF;
  background: #518581;
  border: none;
  font-size: 18px;
  padding: 5px 40px 5px 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  justify-self: end;
  margin-left: auto;
  margin-right: 15px;
}
.products-page section#products-section {
  margin-top: 100px;
  margin-bottom: 70px;
}
.products-page section#products-section .container .row .col-8 .title {
  padding-left: 15px;
  font-weight: bold;
}
.products-page section#products-section .container .row .col-8 .title span {
  font-size: 14px;
  background: #F9F9F9;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
  color: #518581;
}
.products-page section#products-section .container .row .col-4 {
  display: flex;
  justify-content: end;
  align-items: center;
}
.products-page section#products-section .container .row .col-4 button {
  border: 1.5px solid #F9F9F9;
  background: #FFFFFF;
  padding: 9px 20px 9px 20px;
}
.products-page section#products-section .container .row:nth-child(2) {
  margin-top: 80px;
}
.products-page section#products-section .container .row:nth-child(2) .col-md-4 {
  margin-top: 20px;
}
.products-page section#products-section .container .row:nth-child(2) .col-md-4 .product-card {
  padding-left: 15px;
  padding-right: 15px;
}
.products-page section#products-section .container .row:nth-child(2) .col-md-4 .product-card a {
  text-decoration: none;
}
.products-page section#products-section .container .row:nth-child(2) .col-md-4 .product-card .image {
  width: 100%;
}
.products-page section#products-section .container .row:nth-child(2) .col-md-4 .product-card .category {
  margin-top: 20px;
  margin-bottom: 0;
  color: #AFADB5;
}
.products-page section#products-section .container .row:nth-child(2) .col-md-4 .product-card .title {
  margin-top: 10px;
  margin-bottom: 0;
  color: #151411;
  font-size: 22px;
}
.products-page section#products-section .container .row:nth-child(2) .col-md-4 .product-card .desc {
  margin-top: 10px;
  margin-bottom: 0;
  color: #AFADB5;
}
.products-page section#products-section .container .row:nth-child(2) .col-md-4 .product-card .price {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #151411;
  font-size: 22px;
}

.product-detail-page section#product-detail {
  margin-top: 120px;
}
.product-detail-page section#product-detail .product-image {
  width: 100%;
}
.product-detail-page section#product-detail .product-title {
  margin-top: 15px;
  margin-left: 32px;
  font-weight: bold;
}
.product-detail-page section#product-detail .product-mini-detail {
  color: #AFADB5;
  margin-left: 32px;
}
.product-detail-page section#product-detail .colors-area {
  margin-top: 20px;
  margin-left: 32px;
}
.product-detail-page section#product-detail .colors-area p {
  font-weight: bold;
}
.product-detail-page section#product-detail .colors-area .colors {
  display: flex;
}
.product-detail-page section#product-detail .colors-area .colors div {
  width: 50px;
  height: 50px;
}
.product-detail-page section#product-detail .product-desc {
  margin-top: 25px;
  color: #AFADB5;
  margin-left: 32px;
}
.product-detail-page section#product-detail .product-price {
  font-size: 30px;
  font-weight: bold;
  margin-top: 25px;
  margin-left: 32px;
}
.product-detail-page section#product-detail .product-buy-button {
  border: none;
  background: #518581;
  color: #FFFFFF;
  width: calc(100% - 32px);
  padding: 9px 20px 9px 20px;
  margin-left: 32px;
  margin-top: 30px;
}
.product-detail-page section#related-section {
  margin-top: 70px;
  margin-bottom: 70px;
}
.product-detail-page section#related-section .col {
  margin-bottom: 20px;
}
.product-detail-page section#related-section .col h3 {
  font-weight: bold;
}
.product-detail-page section#related-section .related-product-card a {
  text-decoration: none;
}
.product-detail-page section#related-section .related-product-card .image {
  width: 100%;
}
.product-detail-page section#related-section .related-product-card .category {
  margin-top: 20px;
  margin-bottom: 0;
  color: #AFADB5;
}
.product-detail-page section#related-section .related-product-card .title {
  margin-top: 10px;
  margin-bottom: 0;
  color: #151411;
  font-size: 22px;
}
.product-detail-page section#related-section .related-product-card .desc {
  margin-top: 10px;
  margin-bottom: 0;
  color: #AFADB5;
}
.product-detail-page section#related-section .related-product-card .price {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #151411;
  font-size: 22px;
}

.services-page section#head-section {
  margin-top: 100px;
}
.services-page section#head-section .container-fluid {
  padding: 0;
}
.services-page section#head-section h1 {
  font-weight: bold;
  text-align: center;
}
.services-page section#head-section .services-desc {
  display: flex;
  justify-content: center;
}
.services-page section#head-section .services-desc p {
  width: 750px;
  text-align: center;
  color: #AFADB5;
}
.services-page section#head-section .container {
  border-bottom: 1.5px solid #ECE4DE;
  padding-bottom: 50px;
}
.services-page section#services-detail {
  margin-top: 40px;
}
.services-page section#services-detail .services-card {
  padding: 20px;
}
.services-page section#services-detail .services-card p.number {
  font-weight: bold;
  font-size: 50px;
  color: #518581;
}
.services-page section#services-detail .services-card h3.title {
  font-weight: bold;
}
.services-page section#services-detail .services-card p.desc {
  color: #AFADB5;
}

.aboutus-page section#head-section {
  margin-top: 100px;
}
.aboutus-page section#head-section .container-fluid {
  padding: 0;
}
.aboutus-page section#head-section h1 {
  font-weight: bold;
  text-align: center;
}
.aboutus-page section#head-section .aboutus-desc {
  display: flex;
  justify-content: center;
}
.aboutus-page section#head-section .aboutus-desc p {
  width: 750px;
  text-align: center;
  color: #AFADB5;
}
.aboutus-page section#ourmission-section {
  margin-top: 100px;
}
.aboutus-page section#ourmission-section .title {
  font-weight: bold;
  font-size: 35px;
}
.aboutus-page section#ourmission-section .col-4 {
  margin-top: 20px;
}
.aboutus-page section#ourmission-section .col-4 p.title {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0px;
}
.aboutus-page section#ourmission-section .col-4 p.desc {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  color: #AFADB5;
}
.aboutus-page section#ourmission-section .col-md-6 .row .col {
  margin-bottom: 20px;
  display: flex;
}
.aboutus-page section#ourmission-section .col-md-6 .row .col img {
  width: 62px;
  height: 62px;
}
.aboutus-page section#ourmission-section .col-md-6 .row .col .content {
  margin-left: 10px;
}
.aboutus-page section#ourmission-section .col-md-6 .row .col .content .content-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.aboutus-page section#ourmission-section .col-md-6 .row .col .content .content-desc {
  color: #AFADB5;
  font-size: 14px;
}
.aboutus-page section#ourteam-section {
  margin-top: 70px;
  margin-bottom: 100px;
}
.aboutus-page section#ourteam-section .container .row .col p {
  font-size: 20px;
}
.aboutus-page section#ourteam-section .container .row .col-md-5 p {
  font-weight: bold;
  font-size: 45px;
  color: #151411;
}
.aboutus-page section#ourteam-section .container .row .col-md-5 span {
  color: #AFADB5;
  line-height: 1.7;
  font-size: 20px;
  display: flex;
  height: 100%;
  width: 100%;
  justify-items: center;
  align-items: center;
}
.aboutus-page section#ourteam-section .container .row .col-md-4 img {
  width: 100%;
}
.aboutus-page section#ourteam-section .container .row .col-md-4 p.person-name {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}
.aboutus-page section#ourteam-section .container .row .col-md-4 p.person-position {
  color: #AFADB5;
}

footer {
  padding-bottom: 75px;
  margin-top: 20px;
}
footer .container {
  border-top: 2px solid #ECE4DE;
  padding-top: 50px;
}
footer .container .row .col-md-6 p.footer-desc {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #AFADB5;
}
footer .container .row .col-md-6 ul li.title {
  font-weight: bold;
}
footer .container .row .col-md-6 ul li {
  border: none;
}

@media screen and (max-width: 900px) {
  .main-page section#head-section .container .row .col .head-text-area {
    width: 100%;
  }
  .main-page section#head-section .container .row .col .head-text-area img.head-arrow {
    height: 50px;
    left: 0px;
    top: 40px;
  }
  .main-page section#head-section .container .row .col .head-text-area h1 {
    font-size: 30px;
    margin-top: 60px;
  }
  .main-page section#head-section .container .row .col .head-text-area h1 img {
    height: 20px;
    margin-top: -30px;
  }
  .main-page section#head-section .container .row .col .head-search-area {
    display: block;
  }
  .main-page section#head-section .container .row .col .head-search-area .search-div {
    position: relative;
    width: 100%;
  }
  .main-page section#head-section .container .row .col .head-search-area img.search-area-image {
    height: auto;
  }
  .main-page section#services-section {
    margin-top: 60px;
  }
  .main-page section#services-section .container .row .col-md-5 p {
    font-weight: bold;
    font-size: 30px;
    color: #151411;
  }
  .main-page section#services-section .container .row .col-md-5 span {
    color: #AFADB5;
    line-height: 1.7;
    font-size: 20px;
    display: flex;
    height: 100%;
    width: 100%;
    justify-items: center;
    align-items: center;
  }
  .main-page section#popular-products-section {
    margin-top: 60px;
  }
  .main-page section#product-section {
    margin-top: 60px;
  }
  .main-page section#product-section .container .row:nth-child(3) {
    margin-top: 20px;
  }
  .main-page section#product-section .container .row:nth-child(3) .col-md-6:nth-child(1) p.desc {
    color: #AFADB5;
    line-height: 1.7;
  }
  .main-page section#product-section .container .row:nth-child(3) .col-md-6:nth-child(1) button.detail-button {
    margin-top: 30px;
    background: #518581;
    border: none;
    color: #FFFFFF;
    padding: 10px 15px 10px 15px;
  }
  .main-page section#product-section .container .row:nth-child(3) .col-md-6:nth-child(1) img {
    margin-top: 40px;
  }
  .main-page section#product-section .container .row:nth-child(3) .col-md-6:nth-child(2) {
    height: auto;
    margin-top: 30px;
  }
  .main-page section#product-section .container .row:nth-child(3) .col-md-6:nth-child(2) img {
    width: 100%;
    height: auto;
  }
  .main-page section#testimonals-section {
    margin-top: 60px;
  }
  .main-page section#testimonals-section .container-fluid .row .col .owl-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card {
    padding: 20px;
    box-shadow: 0px 12px 12px 0 rgba(0, 0, 0, 0.08);
    margin-left: 15px;
    margin-right: 15px;
  }
  .main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card img.icon {
    width: 40px;
    height: 40px;
  }
  .main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card p.comment {
    color: #AFADB5;
    margin-top: 10px;
  }
  .main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card .person {
    display: flex;
    justify-items: center;
    align-items: center;
  }
  .main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card .person img.person-image {
    width: 50px;
    height: 50px;
  }
  .main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card .person p {
    margin: auto;
    margin-left: 12px;
    font-size: 16px;
    font-weight: bold;
  }
  .main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card .star-area {
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
    height: 100%;
  }
  .main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card .star-area img {
    width: 24px;
    height: 24px;
  }
  .main-page section#testimonals-section .container-fluid .row .col #testimonals-carousel .testimonals-carousel-card .star-area p {
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 5px;
  }
  .products-page section#head-section {
    margin-top: 50px;
  }
  .products-page section#head-section #head-carousel .carousel-card {
    position: relative;
    height: 200px;
  }
  .products-page section#head-section #head-carousel .carousel-card img {
    height: 200px;
  }
  .products-page section#head-section #head-carousel .carousel-card .content {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 400px;
  }
  .products-page section#head-section #head-carousel .carousel-card .content .label {
    color: #FFFFFF;
    background: #518581;
    padding: 8px 10px 8px 10px;
    border-radius: 15px;
  }
  .products-page section#head-section #head-carousel .carousel-card .content h2 {
    margin-top: 10px;
    font-weight: bold;
    color: #FFFFFF;
  }
  .products-page section#head-section #head-carousel .carousel-card .content p {
    color: #FFFFFF;
    font-size: 15px;
  }
  .products-page section#head-section #head-carousel .owl-nav {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    width: 100%;
  }
  .products-page section#head-section #head-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: 40px;
    background: rgba(0, 0, 0, 0.7);
    padding: 12px 20px 12px 17px !important;
    border-radius: 50%;
  }
  .products-page section#head-section #head-carousel .owl-nav .owl-next {
    float: right;
    margin-right: 40px;
    background: rgba(0, 0, 0, 0.7);
    padding: 12px 17px 12px 20px !important;
    border-radius: 50%;
  }
  .product-detail-page section#product-detail {
    margin-top: 20px;
  }
  .product-detail-page section#product-detail .product-image {
    width: 100%;
  }
  .product-detail-page section#product-detail .product-title {
    margin-top: 15px;
    margin-left: 0px;
    font-weight: bold;
  }
  .product-detail-page section#product-detail .product-mini-detail {
    color: #AFADB5;
    margin-left: 0px;
  }
  .product-detail-page section#product-detail .colors-area {
    margin-top: 20px;
    margin-left: 0px;
  }
  .product-detail-page section#product-detail .colors-area p {
    font-weight: bold;
  }
  .product-detail-page section#product-detail .colors-area .colors {
    display: flex;
  }
  .product-detail-page section#product-detail .colors-area .colors div {
    width: 50px;
    height: 50px;
  }
  .product-detail-page section#product-detail .product-desc {
    margin-top: 25px;
    color: #AFADB5;
    margin-left: 0px;
  }
  .product-detail-page section#product-detail .product-price {
    font-size: 30px;
    font-weight: bold;
    margin-top: 25px;
    margin-left: 0px;
  }
  .product-detail-page section#product-detail .product-buy-button {
    border: none;
    background: #518581;
    color: #FFFFFF;
    width: calc(100% - 32px);
    padding: 9px 20px 9px 20px;
    margin-left: 0px;
    margin-top: 30px;
  }
  .product-detail-page section#related-section {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .product-detail-page section#related-section .col {
    margin-bottom: 20px;
  }
  .product-detail-page section#related-section .col h3 {
    font-weight: bold;
  }
  .product-detail-page section#related-section .related-product-card {
    margin-bottom: 30px;
  }
  .product-detail-page section#related-section .related-product-card a {
    text-decoration: none;
  }
  .product-detail-page section#related-section .related-product-card .image {
    width: 100%;
  }
  .product-detail-page section#related-section .related-product-card .category {
    margin-top: 20px;
    margin-bottom: 0;
    color: #AFADB5;
  }
  .product-detail-page section#related-section .related-product-card .title {
    margin-top: 10px;
    margin-bottom: 0;
    color: #151411;
    font-size: 22px;
  }
  .product-detail-page section#related-section .related-product-card .desc {
    margin-top: 10px;
    margin-bottom: 0;
    color: #AFADB5;
  }
  .product-detail-page section#related-section .related-product-card .price {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #151411;
    font-size: 22px;
  }
  footer {
    padding: 10px;
    padding-bottom: 75px;
    margin-top: 20px;
  }
  footer .container {
    border-top: 2px solid #ECE4DE;
    padding-top: 50px;
  }
  footer .container .row .col-md-6 p.footer-desc {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #AFADB5;
  }
  footer .container .row .col-md-6 ul {
    padding-left: 0px;
  }
  footer .container .row .col-md-6 ul li.title {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #ECE4DE;
  }
  footer .container .row .col-md-6 ul li {
    border: none;
  }
}/*# sourceMappingURL=main.css.map */