/*
Theme Name: C15WE0524
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/gilroy/SVN-Gilroy Regular.otf") format("opentype"), url("assets/fonts/gilroy/SVN-Gilroy Regular.ttf") format("truetype"), url("assets/fonts/gilroy/SVN-Gilroy Regular.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/gilroy/SVN-Gilroy Bold.otf") format("opentype"), url("assets/fonts/gilroy/SVN-Gilroy Bold.ttf") format("truetype"), url("assets/fonts/gilroy/SVN-Gilroy Bold.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/gilroy/SVN-Gilroy Italic.otf") format("opentype"), url("assets/fonts/gilroy/SVN-Gilroy Italic.ttf") format("truetype"), url("assets/fonts/gilroy/SVN-Gilroy Italic.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/gilroy/SVN-Gilroy BoldItalic.otf") format("opentype"), url("assets/fonts/gilroy/SVN-Gilroy BoldItalic.ttf") format("truetype"), url("assets/fonts/gilroy/SVN-Gilroy BoldItalic.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.btn-contact-wrapper {
  display: block;
  text-align: center;
}
.btn-contact-wrapper .single-product-btn-contact {
  display: inline-block;
  background: #455ba8;
  padding: 15px 30px;
  border-radius: 15px;
  color: #FFF;
  line-height: 1;
  margin: 0 auto;
  font-size: 16px;
}

.wpcf7 {
  background: #FFF;
  padding: 15px;
  border-radius: 15px;
}
.wpcf7 .wpcf7-response-output {
  display: none;
}
.wpcf7 input, .wpcf7 textarea {
  outline: none;
  border: 1px solid #F1F1F1;
  box-shadow: none;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  outline: none;
  box-shadow: none;
}
.wpcf7 input[type=submit] {
  display: inline-block;
  border: 1px solid #F1F1F1;
  padding: 10px 15px;
  background: #445aa7;
  color: #FFF;
  line-height: 1;
  border-radius: 10px;
}

.text.text-border {
  background: #ebf5ff;
  border-radius: 15px;
  padding: 20px;
}
.text.text-border p {
  margin-bottom: 10px;
}
.text.text-border a {
  display: inline-block;
  padding: 5px 15px;
  color: #445aa7;
  font-weight: bold;
  line-height: 1;
  border-left: 4px solid #445aa7;
}

.text.home-heading {
  margin-bottom: 15px;
}
.text.home-heading h1, .text.home-heading h2 {
  position: relative;
  display: inline-block;
  width: fit-content;
  font-family: Gilroy, Sans-serif;
}
.text.home-heading h1:before, .text.home-heading h2:before {
  content: "";
  width: 100px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -115px;
  background: #2f2d71;
  border-radius: 20px;
}
.text.home-heading h1:after, .text.home-heading h2:after {
  content: "";
  width: 100px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -115px;
  background: #2f2d71;
  border-radius: 20px;
}
@media all and (max-width: 576px) {
  .text.home-heading h1:before, .text.home-heading h2:before {
    width: 30px;
    left: -45px;
  }
  .text.home-heading h1:after, .text.home-heading h2:after {
    width: 30px;
    right: -45px;
  }
}
.text.home-heading.light h1:before, .text.home-heading.light h1:after, .text.home-heading.light h2:before, .text.home-heading.light h2:after {
  background: #FFF;
}

section.products .box.product-small {
  border: 1px solid #F1F1F1;
  border-radius: 15px;
  overflow: hidden;
}
section.products .box.product-small .box-text {
  padding: 10px 15px;
}
section.products .box.product-small .box-text .title-wrapper a {
  color: #2f2d71;
  font-weight: bold;
}
section.products .box.product-small .box-text .product-short-description {
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
}

section.best-seller .img.featured-image {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #F1F1F1;
  box-shadow: 1px 1px 5px #484040;
}

section.why-choose-us .row.custom-01 {
  background: #f7f7f8;
  border-radius: 10px;
}
section.why-choose-us .icon-box {
  margin-top: 20px;
}
section.why-choose-us .icon-box .icon-box-text h3 {
  margin-bottom: 0px;
  color: #2f2d71;
}
@media all and (max-width: 576px) {
  section.why-choose-us .icon-box .icon-box-img {
    width: 100% !important;
    margin-bottom: 15px;
  }
  section.why-choose-us .icon-box .icon-box-img .icon .icon-inner {
    text-align: center;
  }
  section.why-choose-us .icon-box .icon-box-img img {
    width: 30%;
  }
}

footer {
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom right, #f2f9ff, #d1e8ff);
}
footer .row.ft-row-header {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media all and (max-width: 576px) {
  footer .ft-social-list .social-icons {
    text-align: center;
  }
}
footer .ft-featured-text {
  font-family: Gilroy, Sans-serif;
}
@media all and (max-width: 576px) {
  footer .ft-featured-text {
    padding: 0 15px;
  }
}
footer .ft-featured-text-2 {
  font-family: Gilroy, Sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .ft-featured-text-2 p {
  margin-bottom: 0;
}
footer .ft-location-label {
  font-family: Gilroy, Sans-serif;
  color: #000;
}
footer .row {
  z-index: 1;
  position: relative;
}
footer .curved-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
footer .curved-background .curve, footer .curved-background .curve-secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  animation: moveCurve 10s ease-in-out infinite alternate;
}
footer .curved-background .curve-secondary {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  animation: moveCurveSecondary 12s ease-in-out infinite alternate;
}
@keyframes moveCurve {
  0% {
    clip-path: ellipse(75% 45% at 50% 35%);
  }
  100% {
    clip-path: ellipse(80% 50% at 50% 40%);
  }
}
@keyframes moveCurveSecondary {
  0% {
    clip-path: ellipse(60% 40% at 60% 70%);
  }
  100% {
    clip-path: ellipse(65% 45% at 55% 65%);
  }
}

body.single-product .product-title {
  color: #2f2d71;
  font-family: Gilroy, Sans-serif;
}
body.single-product .entry-content img {
  display: block;
  border-radius: 10px;
  margin: 10px auto;
  border: 1px solid #F1F1F1;
}

body.single.single-post .entry-title {
  color: #2f2d71;
  font-family: Gilroy, Sans-serif;
  position: relative;
  display: inline-block;
  width: fit-content;
  font-family: Gilroy, Sans-serif;
}
body.single.single-post .entry-title:before {
  content: "";
  width: 100px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -115px;
  background: #2f2d71;
  border-radius: 20px;
}
body.single.single-post .entry-title:after {
  content: "";
  width: 100px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -115px;
  background: #2f2d71;
  border-radius: 20px;
}

body.archive.category .archive-page-header .page-title {
  color: #2f2d71;
  font-family: Gilroy, Sans-serif;
  position: relative;
  display: inline-block;
  width: fit-content;
  font-family: Gilroy, Sans-serif;
}
body.archive.category .archive-page-header .page-title:before {
  content: "";
  width: 100px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -115px;
  background: #2f2d71;
  border-radius: 20px;
}
body.archive.category .archive-page-header .page-title:after {
  content: "";
  width: 100px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -115px;
  background: #2f2d71;
  border-radius: 20px;
}

#shop-sidebar {
  background: #FFF;
  padding: 10px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
}

.box.product-small {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  overflow: hidden;
}
.box.product-small .box-text {
  padding: 10px 15px;
}
.box.product-small .box-text .title-wrapper a {
  color: #2f2d71;
  font-weight: bold;
}
.box.product-small .box-text .product-short-description {
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
}

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