@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
:root {
  --main-color: #ffd054;
  --hover-main: #ffd054;
  --text-title: #b9b9b9;
  --text-subtitle: #cacaca;
  --dark-color: #323232;
  --hover-dark: #4b4b4b;
  --white-color: #fff;
  --hover-white: #edece9;
  --color-text: #b9b9b9;
  --color-text-sub: #33393e;
  --footer-bg: #f0f0f0;
  --bg-color: #f0f0f1;
  --hover-color: #5ea544;
}

body {
  margin: 0;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
}

a, a:hover, a:focus {
  color: inherit;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
}

div, p, h1, h2, h3, h4, h5, blockquote, span, img, video {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

img {
  max-width: 100%;
}

section {
  padding: 50px 0;
}

.module--title, .product-related-title {
  text-align: center;
  margin-bottom: 2rem;
}

.module--title .title-top p {
  font-size: 1.2rem;
  color: #3a3432;
  margin-bottom: 0;
}

.module--title .title-top h3, .page-product .product-related-title .title {
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  color: var(--hover-color);
}

.module--title .title-top h3:before, .contact--content .contact--title:before, .page-product .product-related-title .title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: var(--hover-color);
  opacity: 0.6;
  z-index: -1;
}

.module--title .title-decor {
  margin: 0.5rem 0 1rem;
  position: relative;
}

.module--title .title-decor img {
  width: 150px;
  display: block;
  margin: 0 auto;
}

.module--title .title-bottom p {
  font-size: 1rem;
  color: #3a3432;
  margin-bottom: 0;
}

.module--title .title-bottom a {
  font-size: 16px;
}

.module--title .title-bottom a i {
  margin-right: 4px;
}

.module--title .title-bottom h5 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .module--title {
    margin-bottom: 0.5rem;
  }

  .module--title .title-decor img {
    width: 90px;
  }

  .module--title .title-decor:after, .module--title .title-decor:before {
    width: 90px;
  }

  .module--title .title-decor:before {
    /*left: calc(50% - 75px);*/
  }

  .module--title .title-decor:after {
    /*right: calc(50% - 75px);*/
  }

  .module-featured {
    padding: 30px 0;
  }

  .module--title .title-top p,
.module--title .title-bottom h5 {
    font-size: 1.1rem;
  }

  .module--title .title-top h3 {
    font-size: 1.5rem;
  }

  .module--title .title-bottom p {
    font-size: 0.9rem;
  }
}
.headingStyle {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
  position: relative;
  margin-bottom: 70px;
  padding: 0 15px;
}
.headingStyle .headingText {
  font-size: 1.9em;
  color: var(--hover-color);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.4em;
  position: relative;
}
.headingStyle .headingSubText {
  font-size: 1.05em;
  color: #33393e;
  margin-bottom: 0.4em;
}
.headingStyle:before {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  position: absolute;
  top: calc(100%);
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/public/upload/banner/decor.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.headingStyle .headingLine {
  color: #d0382d;
  font-size: 2.4em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

@media screen and (max-width: 991px) {
  .headingStyle .headingText {
    font-size: 1.3em;
  }
}
.templateBreadcrumb {
  padding: 80px 0 50px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.templateBreadcrumb:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32);
  content: "";
}
.templateBreadcrumb .breadcrumbTitle {
  font-size: 1.4em;
  color: #ffffff;
  margin-bottom: 1em;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.templateBreadcrumb .breadcrumb {
  background: transparent;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.templateBreadcrumb .breadcrumb li {
  margin: 0 15px;
  position: relative;
}
.templateBreadcrumb .breadcrumb li a {
  color: #ffffff;
}
.templateBreadcrumb .breadcrumb li:not(:first-of-type):before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  content: "";
  position: absolute;
  top: 4px;
  left: -15px;
  font-size: 14px;
  color: #ffffff;
  padding-right: 0;
}
.templateBreadcrumb .breadcrumb li:last-of-type {
  font-weight: bold;
  color: #ffffff !important;
}

@media screen and (max-width: 768px) {
  .templateBreadcrumb {
    padding: 40px 0 30px;
  }
  .templateBreadcrumb .breadcrumbTitle {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .templateBreadcrumb .breadcrumb {
    font-size: 0.87em;
  }
  .templateBreadcrumb .breadcrumb li:not(:first-of-type):before {
    font-size: 12px;
    top: 5px;
  }
}
#return-to-top {
  position: fixed;
  bottom: 45px;
  right: 15px;
  background: var(--button-background-color);
  width: 45px;
  height: 45px;
  color: var(--white-color);
  text-align: center;
  line-height: 45px;
  font-size: 1.4em;
  z-index: 9999;
  text-decoration: none;
  border-radius: 100%;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  line-height: 30px;
  background: var(--hover-main);
}

.floatContact {
  display: none;
  left: 10px;
  bottom: 20px;
  position: fixed;
  z-index: 99;
}
.floatContact .floatContactItem {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.floatContact .floatContactItem .floatContactItemIcon {
  font-size: 1.4em;
  height: 50px;
  width: 50px;
  position: relative;
  z-index: 2;
  padding: 10px;
  color: white;
  background: var(--main-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.floatContact .floatContactItem .floatContactItemIcon:before {
  content: "";
  display: block;
  position: absolute;
  border: 2px var(--main-color) solid;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 100%;
  -webkit-animation-name: hover-ripple-out;
  animation-name: hover-ripple-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.floatContact .floatContactItem .floatContactItemText {
  padding: 0.4em 0.7em 0.4em 1em;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  background: var(--main-color);
  font-weight: bold;
  margin-left: -0.8em;
  z-index: 1;
  font-size: 1em;
  min-width: 100px;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.floatEmail {
  display: none;
  left: 10px;
  bottom: 90px;
  position: fixed;
  z-index: 99;
}
.floatEmail .floatContactItem {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.floatEmail .floatContactItem .floatContactItemIcon {
  font-size: 1.4em;
  height: 50px;
  width: 50px;
  position: relative;
  z-index: 2;
  padding: 10px;
  color: white;
  background: #F9A825;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.floatEmail .floatContactItem .floatContactItemIcon:before {
  content: "";
  display: block;
  position: absolute;
  border: 2px #F9A825 solid;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 100%;
  -webkit-animation-name: hover-ripple-out;
  animation-name: hover-ripple-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.floatEmail .floatContactItem .floatContactItemText {
  padding: 0.4em 0.7em 0.4em 1em;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  background: #F9A825;
  font-weight: bold;
  margin-left: -0.8em;
  z-index: 1;
  font-size: 1em;
  min-width: 100px;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
  #return-to-top {
    width: 45px;
    height: 45px;
  }

  .floatContact {
    border-bottom: 30px;
  }
  .floatContact .floatContactItem {
    margin-bottom: 0;
  }
  .floatContact .floatContactItem .floatContactItemIcon {
    font-size: 1.2em;
    height: 45px;
    width: 45px;
    position: relative;
  }
  .floatContact .floatContactItem .floatContactItemText {
    display: none;
  }

  .floatEmail {
    border-bottom: 30px;
  }
  .floatEmail .floatContactItem {
    margin-bottom: 0;
  }
  .floatEmail .floatContactItem .floatContactItemIcon {
    font-size: 1.2em;
    height: 45px;
    width: 45px;
    position: relative;
  }
  .floatEmail .floatContactItem .floatContactItemText {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container.container-width {
    max-width: 1200px;
  }
}
.row.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.row-5 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.row-10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

@media (min-width: 576px) {
  .p-sm-10 {
    padding: 10px;
  }

  .p-sm-15 {
    padding: 15px;
  }

  .p-sm-20 {
    padding: 20px;
  }

  .p-sm-25 {
    padding: 25px;
  }

  .p-sm-30 {
    padding: 30px;
  }

  .p-sm-35 {
    padding: 35px;
  }

  .p-sm-40 {
    padding: 40px;
  }

  .p-sm-45 {
    padding: 45px;
  }

  .p-sm-50 {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .p-md-10 {
    padding: 10px;
  }

  .p-md-15 {
    padding: 15px;
  }

  .p-md-20 {
    padding: 20px;
  }

  .p-md-25 {
    padding: 25px;
  }

  .p-md-30 {
    padding: 30px;
  }

  .p-md-35 {
    padding: 35px;
  }

  .p-md-40 {
    padding: 40px;
  }

  .p-md-45 {
    padding: 45px;
  }

  .p-md-50 {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .p-lg-10 {
    padding: 10px;
  }

  .p-lg-15 {
    padding: 15px;
  }

  .p-lg-20 {
    padding: 20px;
  }

  .p-lg-25 {
    padding: 25px;
  }

  .p-lg-30 {
    padding: 30px;
  }

  .p-lg-35 {
    padding: 35px;
  }

  .p-lg-40 {
    padding: 40px;
  }

  .p-lg-45 {
    padding: 45px;
  }

  .p-lg-50 {
    padding: 50px;
  }
}
.pt-10,
.py-10 {
  padding-top: 10px;
}

.pt-15,
.py-15 {
  padding-top: 15px;
}

.pt-20,
.py-20 {
  padding-top: 20px;
}

.pt-25,
.py-25 {
  padding-top: 25px;
}

.pt-30,
.py-30 {
  padding-top: 30px;
}

.pt-35,
.py-35 {
  padding-top: 35px;
}

.pt-40,
.py-40 {
  padding-top: 40px;
}

.pt-45,
.py-45 {
  padding-top: 45px;
}

.pt-50,
.py-50 {
  padding-top: 50px;
}

@media (min-width: 576px) {
  .pt-sm-10,
.py-sm-10 {
    padding-top: 10px;
  }

  .pt-sm-15,
.py-sm-15 {
    padding-top: 15px;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 20px;
  }

  .pt-sm-25,
.py-sm-25 {
    padding-top: 25px;
  }

  .pt-sm-30,
.py-sm-30 {
    padding-top: 30px;
  }

  .pt-sm-35,
.py-sm-35 {
    padding-top: 35px;
  }

  .pt-sm-40,
.py-sm-40 {
    padding-top: 40px;
  }

  .pt-sm-45,
.py-sm-45 {
    padding-top: 45px;
  }

  .pt-sm-50,
.py-sm-50 {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .pt-md-10,
.py-md-10 {
    padding-top: 10px;
  }

  .pt-md-15,
.py-md-15 {
    padding-top: 15px;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 20px;
  }

  .pt-md-25,
.py-md-25 {
    padding-top: 25px;
  }

  .pt-md-30,
.py-md-30 {
    padding-top: 30px;
  }

  .pt-md-35,
.py-md-35 {
    padding-top: 35px;
  }

  .pt-md-40,
.py-md-40 {
    padding-top: 40px;
  }

  .pt-md-45,
.py-md-45 {
    padding-top: 45px;
  }

  .pt-md-50,
.py-md-50 {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .pt-lg-10,
.py-lg-10 {
    padding-top: 10px;
  }

  .pt-lg-15,
.py-lg-15 {
    padding-top: 15px;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 20px;
  }

  .pt-lg-25,
.py-lg-25 {
    padding-top: 25px;
  }

  .pt-lg-30,
.py-lg-30 {
    padding-top: 30px;
  }

  .pt-lg-35,
.py-lg-35 {
    padding-top: 35px;
  }

  .pt-lg-40,
.py-lg-40 {
    padding-top: 40px;
  }

  .pt-lg-45,
.py-lg-45 {
    padding-top: 45px;
  }

  .pt-lg-50,
.py-lg-50 {
    padding-top: 50px;
  }
}
.pb-10,
.py-10 {
  padding-bottom: 10px;
}

.pb-15,
.py-15 {
  padding-bottom: 15px;
}

.pb-20,
.py-20 {
  padding-bottom: 20px;
}

.pb-25,
.py-25 {
  padding-bottom: 25px;
}

.pb-30,
.py-30 {
  padding-bottom: 30px;
}

.pb-35,
.py-35 {
  padding-bottom: 35px;
}

.pb-40,
.py-40 {
  padding-bottom: 40px;
}

.pb-45,
.py-45 {
  padding-bottom: 45px;
}

.pb-50,
.py-50 {
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 10px;
  }

  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 15px;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 20px;
  }

  .pb-sm-25,
.py-sm-25 {
    padding-bottom: 25px;
  }

  .pb-sm-30,
.py-sm-30 {
    padding-bottom: 30px;
  }

  .pb-sm-35,
.py-sm-35 {
    padding-bottom: 35px;
  }

  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 40px;
  }

  .pb-sm-45,
.py-sm-45 {
    padding-bottom: 45px;
  }

  .pb-sm-50,
.py-sm-50 {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .pb-md-10,
.py-md-10 {
    padding-bottom: 10px;
  }

  .pb-md-15,
.py-md-15 {
    padding-bottom: 15px;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 20px;
  }

  .pb-md-25,
.py-md-25 {
    padding-bottom: 25px;
  }

  .pb-md-30,
.py-md-30 {
    padding-bottom: 30px;
  }

  .pb-md-35,
.py-md-35 {
    padding-bottom: 35px;
  }

  .pb-md-40,
.py-md-40 {
    padding-bottom: 40px;
  }

  .pb-md-45,
.py-md-45 {
    padding-bottom: 45px;
  }

  .pb-md-50,
.py-md-50 {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 10px;
  }

  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 15px;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 20px;
  }

  .pb-lg-25,
.py-lg-25 {
    padding-bottom: 25px;
  }

  .pb-lg-30,
.py-lg-30 {
    padding-bottom: 30px;
  }

  .pb-lg-35,
.py-lg-35 {
    padding-bottom: 35px;
  }

  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 40px;
  }

  .pb-lg-45,
.py-lg-45 {
    padding-bottom: 45px;
  }

  .pb-lg-50,
.py-lg-50 {
    padding-bottom: 50px;
  }
}
.pl-10,
.px-10 {
  padding-left: 10px;
}

.pl-15,
.px-15 {
  padding-left: 15px;
}

.pl-20,
.px-20 {
  padding-left: 20px;
}

.pl-25,
.px-25 {
  padding-left: 25px;
}

.pl-30,
.px-30 {
  padding-left: 30px;
}

.pl-35,
.px-35 {
  padding-left: 35px;
}

.pl-40,
.px-40 {
  padding-left: 40px;
}

.pl-45,
.px-45 {
  padding-left: 45px;
}

.pl-50,
.px-50 {
  padding-left: 50px;
}

@media (min-width: 576px) {
  .pl-sm-10,
.px-sm-10 {
    padding-left: 10px;
  }

  .pl-sm-15,
.px-sm-15 {
    padding-left: 15px;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 20px;
  }

  .pl-sm-25,
.px-sm-25 {
    padding-left: 25px;
  }

  .pl-sm-30,
.px-sm-30 {
    padding-left: 30px;
  }

  .pl-sm-35,
.px-sm-35 {
    padding-left: 35px;
  }

  .pl-sm-40,
.px-sm-40 {
    padding-left: 40px;
  }

  .pl-sm-45,
.px-sm-45 {
    padding-left: 45px;
  }

  .pl-sm-50,
.px-sm-50 {
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .pl-md-10,
.px-md-10 {
    padding-left: 10px;
  }

  .pl-md-15,
.px-md-15 {
    padding-left: 15px;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 20px;
  }

  .pl-md-25,
.px-md-25 {
    padding-left: 25px;
  }

  .pl-md-30,
.px-md-30 {
    padding-left: 30px;
  }

  .pl-md-35,
.px-md-35 {
    padding-left: 35px;
  }

  .pl-md-40,
.px-md-40 {
    padding-left: 40px;
  }

  .pl-md-45,
.px-md-45 {
    padding-left: 45px;
  }

  .pl-md-50,
.px-md-50 {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .pl-lg-10,
.px-lg-10 {
    padding-left: 10px;
  }

  .pl-lg-15,
.px-lg-15 {
    padding-left: 15px;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 20px;
  }

  .pl-lg-25,
.px-lg-25 {
    padding-left: 25px;
  }

  .pl-lg-30,
.px-lg-30 {
    padding-left: 30px;
  }

  .pl-lg-35,
.px-lg-35 {
    padding-left: 35px;
  }

  .pl-lg-40,
.px-lg-40 {
    padding-left: 40px;
  }

  .pl-lg-45,
.px-lg-45 {
    padding-left: 45px;
  }

  .pl-lg-50,
.px-lg-50 {
    padding-left: 50px;
  }
}
.pr-10,
.px-10 {
  padding-right: 10px;
}

.pr-15,
.px-15 {
  padding-right: 15px;
}

.pr-20,
.px-20 {
  padding-right: 20px;
}

.pr-25,
.px-25 {
  padding-right: 25px;
}

.pr-30,
.px-30 {
  padding-right: 30px;
}

.pr-35,
.px-35 {
  padding-right: 35px;
}

.pr-40,
.px-40 {
  padding-right: 40px;
}

.pr-45,
.px-45 {
  padding-right: 45px;
}

.pr-50,
.px-50 {
  padding-right: 50px;
}

@media (min-width: 576px) {
  .pr-sm-10,
.px-sm-10 {
    padding-right: 10px;
  }

  .pr-sm-15,
.px-sm-15 {
    padding-right: 15px;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 20px;
  }

  .pr-sm-25,
.px-sm-25 {
    padding-right: 25px;
  }

  .pr-sm-30,
.px-sm-30 {
    padding-right: 30px;
  }

  .pr-sm-35,
.px-sm-35 {
    padding-right: 35px;
  }

  .pr-sm-40,
.px-sm-40 {
    padding-right: 40px;
  }

  .pr-sm-45,
.px-sm-45 {
    padding-right: 45px;
  }

  .pr-sm-50,
.px-sm-50 {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .pr-md-10,
.px-md-10 {
    padding-right: 10px;
  }

  .pr-md-15,
.px-md-15 {
    padding-right: 15px;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 20px;
  }

  .pr-md-25,
.px-md-25 {
    padding-right: 25px;
  }

  .pr-md-30,
.px-md-30 {
    padding-right: 30px;
  }

  .pr-md-35,
.px-md-35 {
    padding-right: 35px;
  }

  .pr-md-40,
.px-md-40 {
    padding-right: 40px;
  }

  .pr-md-45,
.px-md-45 {
    padding-right: 45px;
  }

  .pr-md-50,
.px-md-50 {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .pr-lg-10,
.px-lg-10 {
    padding-right: 10px;
  }

  .pr-lg-15,
.px-lg-15 {
    padding-right: 15px;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 20px;
  }

  .pr-lg-25,
.px-lg-25 {
    padding-right: 25px;
  }

  .pr-lg-30,
.px-lg-30 {
    padding-right: 30px;
  }

  .pr-lg-35,
.px-lg-35 {
    padding-right: 35px;
  }

  .pr-lg-40,
.px-lg-40 {
    padding-right: 40px;
  }

  .pr-lg-45,
.px-lg-45 {
    padding-right: 45px;
  }

  .pr-lg-50,
.px-lg-50 {
    padding-right: 50px;
  }
}
.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

@media (min-width: 576px) {
  .m-sm-10 {
    margin: 10px;
  }

  .m-sm-15 {
    margin: 15px;
  }

  .m-sm-20 {
    margin: 20px;
  }

  .m-sm-25 {
    margin: 25px;
  }

  .m-sm-30 {
    margin: 30px;
  }

  .m-sm-35 {
    margin: 35px;
  }

  .m-sm-40 {
    margin: 40px;
  }

  .m-sm-45 {
    margin: 45px;
  }

  .m-sm-50 {
    margin: 50px;
  }
}
@media (min-width: 768px) {
  .m-md-10 {
    margin: 10px;
  }

  .m-md-15 {
    margin: 15px;
  }

  .m-md-20 {
    margin: 20px;
  }

  .m-md-25 {
    margin: 25px;
  }

  .m-md-30 {
    margin: 30px;
  }

  .m-md-35 {
    margin: 35px;
  }

  .m-md-40 {
    margin: 40px;
  }

  .m-md-45 {
    margin: 45px;
  }

  .m-md-50 {
    margin: 50px;
  }
}
@media (min-width: 992px) {
  .m-lg-10 {
    margin: 10px;
  }

  .m-lg-15 {
    margin: 15px;
  }

  .m-lg-20 {
    margin: 20px;
  }

  .m-lg-25 {
    margin: 25px;
  }

  .m-lg-30 {
    margin: 30px;
  }

  .m-lg-35 {
    margin: 35px;
  }

  .m-lg-40 {
    margin: 40px;
  }

  .m-lg-45 {
    margin: 45px;
  }

  .m-lg-50 {
    margin: 50px;
  }
}
.mt-10,
.my-10 {
  margin-top: 10px;
}

.mt-15,
.my-15 {
  margin-top: 15px;
}

.mt-20,
.my-20 {
  margin-top: 20px;
}

.mt-25,
.my-25 {
  margin-top: 25px;
}

.mt-30,
.my-30 {
  margin-top: 30px;
}

.mt-35,
.my-35 {
  margin-top: 35px;
}

.mt-40,
.my-40 {
  margin-top: 40px;
}

.mt-45,
.my-45 {
  margin-top: 45px;
}

.mt-50,
.my-50 {
  margin-top: 50px;
}

@media (min-width: 576px) {
  .mt-sm-10,
.my-sm-10 {
    margin-top: 10px;
  }

  .mt-sm-15,
.my-sm-15 {
    margin-top: 15px;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 20px;
  }

  .mt-sm-25,
.my-sm-25 {
    margin-top: 25px;
  }

  .mt-sm-30,
.my-sm-30 {
    margin-top: 30px;
  }

  .mt-sm-35,
.my-sm-35 {
    margin-top: 35px;
  }

  .mt-sm-40,
.my-sm-40 {
    margin-top: 40px;
  }

  .mt-sm-45,
.my-sm-45 {
    margin-top: 45px;
  }

  .mt-sm-50,
.my-sm-50 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .mt-md-10,
.my-md-10 {
    margin-top: 10px;
  }

  .mt-md-15,
.my-md-15 {
    margin-top: 15px;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 20px;
  }

  .mt-md-25,
.my-md-25 {
    margin-top: 25px;
  }

  .mt-md-30,
.my-md-30 {
    margin-top: 30px;
  }

  .mt-md-35,
.my-md-35 {
    margin-top: 35px;
  }

  .mt-md-40,
.my-md-40 {
    margin-top: 40px;
  }

  .mt-md-45,
.my-md-45 {
    margin-top: 45px;
  }

  .mt-md-50,
.my-md-50 {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .mt-lg-10,
.my-lg-10 {
    margin-top: 10px;
  }

  .mt-lg-15,
.my-lg-15 {
    margin-top: 15px;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 20px;
  }

  .mt-lg-25,
.my-lg-25 {
    margin-top: 25px;
  }

  .mt-lg-30,
.my-lg-30 {
    margin-top: 30px;
  }

  .mt-lg-35,
.my-lg-35 {
    margin-top: 35px;
  }

  .mt-lg-40,
.my-lg-40 {
    margin-top: 40px;
  }

  .mt-lg-45,
.my-lg-45 {
    margin-top: 45px;
  }

  .mt-lg-50,
.my-lg-50 {
    margin-top: 50px;
  }
}
.mb-10,
.my-10 {
  margin-bottom: 10px;
}

.mb-15,
.my-15 {
  margin-bottom: 15px;
}

.mb-20,
.my-20 {
  margin-bottom: 20px;
}

.mb-25,
.my-25 {
  margin-bottom: 25px;
}

.mb-30,
.my-30 {
  margin-bottom: 30px;
}

.mb-35,
.my-35 {
  margin-bottom: 35px;
}

.mb-40,
.my-40 {
  margin-bottom: 40px;
}

.mb-45,
.my-45 {
  margin-bottom: 45px;
}

.mb-50,
.my-50 {
  margin-bottom: 50px;
}

@media (min-width: 576px) {
  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 10px;
  }

  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 15px;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 20px;
  }

  .mb-sm-25,
.my-sm-25 {
    margin-bottom: 25px;
  }

  .mb-sm-30,
.my-sm-30 {
    margin-bottom: 30px;
  }

  .mb-sm-35,
.my-sm-35 {
    margin-bottom: 35px;
  }

  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 40px;
  }

  .mb-sm-45,
.my-sm-45 {
    margin-bottom: 45px;
  }

  .mb-sm-50,
.my-sm-50 {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .mb-md-10,
.my-md-10 {
    margin-bottom: 10px;
  }

  .mb-md-15,
.my-md-15 {
    margin-bottom: 15px;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 20px;
  }

  .mb-md-25,
.my-md-25 {
    margin-bottom: 25px;
  }

  .mb-md-30,
.my-md-30 {
    margin-bottom: 30px;
  }

  .mb-md-35,
.my-md-35 {
    margin-bottom: 35px;
  }

  .mb-md-40,
.my-md-40 {
    margin-bottom: 40px;
  }

  .mb-md-45,
.my-md-45 {
    margin-bottom: 45px;
  }

  .mb-md-50,
.my-md-50 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 10px;
  }

  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 15px;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 20px;
  }

  .mb-lg-25,
.my-lg-25 {
    margin-bottom: 25px;
  }

  .mb-lg-30,
.my-lg-30 {
    margin-bottom: 30px;
  }

  .mb-lg-35,
.my-lg-35 {
    margin-bottom: 35px;
  }

  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 40px;
  }

  .mb-lg-45,
.my-lg-45 {
    margin-bottom: 45px;
  }

  .mb-lg-50,
.my-lg-50 {
    margin-bottom: 50px;
  }
}
.ml-10,
.mx-10 {
  margin-left: 10px;
}

.ml-15,
.mx-15 {
  margin-left: 15px;
}

.ml-20,
.mx-20 {
  margin-left: 20px;
}

.ml-25,
.mx-25 {
  margin-left: 25px;
}

.ml-30,
.mx-30 {
  margin-left: 30px;
}

.ml-35,
.mx-35 {
  margin-left: 35px;
}

.ml-40,
.mx-40 {
  margin-left: 40px;
}

.ml-45,
.mx-45 {
  margin-left: 45px;
}

.ml-50,
.mx-50 {
  margin-left: 50px;
}

@media (min-width: 576px) {
  .ml-sm-10,
.mx-sm-10 {
    margin-left: 10px;
  }

  .ml-sm-15,
.mx-sm-15 {
    margin-left: 15px;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 20px;
  }

  .ml-sm-25,
.mx-sm-25 {
    margin-left: 25px;
  }

  .ml-sm-30,
.mx-sm-30 {
    margin-left: 30px;
  }

  .ml-sm-35,
.mx-sm-35 {
    margin-left: 35px;
  }

  .ml-sm-40,
.mx-sm-40 {
    margin-left: 40px;
  }

  .ml-sm-45,
.mx-sm-45 {
    margin-left: 45px;
  }

  .ml-sm-50,
.mx-sm-50 {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .ml-md-10,
.mx-md-10 {
    margin-left: 10px;
  }

  .ml-md-15,
.mx-md-15 {
    margin-left: 15px;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 20px;
  }

  .ml-md-25,
.mx-md-25 {
    margin-left: 25px;
  }

  .ml-md-30,
.mx-md-30 {
    margin-left: 30px;
  }

  .ml-md-35,
.mx-md-35 {
    margin-left: 35px;
  }

  .ml-md-40,
.mx-md-40 {
    margin-left: 40px;
  }

  .ml-md-45,
.mx-md-45 {
    margin-left: 45px;
  }

  .ml-md-50,
.mx-md-50 {
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  .ml-lg-10,
.mx-lg-10 {
    margin-left: 10px;
  }

  .ml-lg-15,
.mx-lg-15 {
    margin-left: 15px;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 20px;
  }

  .ml-lg-25,
.mx-lg-25 {
    margin-left: 25px;
  }

  .ml-lg-30,
.mx-lg-30 {
    margin-left: 30px;
  }

  .ml-lg-35,
.mx-lg-35 {
    margin-left: 35px;
  }

  .ml-lg-40,
.mx-lg-40 {
    margin-left: 40px;
  }

  .ml-lg-45,
.mx-lg-45 {
    margin-left: 45px;
  }

  .ml-lg-50,
.mx-lg-50 {
    margin-left: 50px;
  }
}
.mr-10,
.mx-10 {
  margin-right: 10px;
}

.mr-15,
.mx-15 {
  margin-right: 15px;
}

.mr-20,
.mx-20 {
  margin-right: 20px;
}

.mr-25,
.mx-25 {
  margin-right: 25px;
}

.mr-30,
.mx-30 {
  margin-right: 30px;
}

.mr-35,
.mx-35 {
  margin-right: 35px;
}

.mr-40,
.mx-40 {
  margin-right: 40px;
}

.mr-45,
.mx-45 {
  margin-right: 45px;
}

.mr-50,
.mx-50 {
  margin-right: 50px;
}

@media (min-width: 576px) {
  .mr-sm-10,
.mx-sm-10 {
    margin-right: 10px;
  }

  .mr-sm-15,
.mx-sm-15 {
    margin-right: 15px;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 20px;
  }

  .mr-sm-25,
.mx-sm-25 {
    margin-right: 25px;
  }

  .mr-sm-30,
.mx-sm-30 {
    margin-right: 30px;
  }

  .mr-sm-35,
.mx-sm-35 {
    margin-right: 35px;
  }

  .mr-sm-40,
.mx-sm-40 {
    margin-right: 40px;
  }

  .mr-sm-45,
.mx-sm-45 {
    margin-right: 45px;
  }

  .mr-sm-50,
.mx-sm-50 {
    margin-right: 50px;
  }
}
@media (min-width: 768px) {
  .mr-md-10,
.mx-md-10 {
    margin-right: 10px;
  }

  .mr-md-15,
.mx-md-15 {
    margin-right: 15px;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 20px;
  }

  .mr-md-25,
.mx-md-25 {
    margin-right: 25px;
  }

  .mr-md-30,
.mx-md-30 {
    margin-right: 30px;
  }

  .mr-md-35,
.mx-md-35 {
    margin-right: 35px;
  }

  .mr-md-40,
.mx-md-40 {
    margin-right: 40px;
  }

  .mr-md-45,
.mx-md-45 {
    margin-right: 45px;
  }

  .mr-md-50,
.mx-md-50 {
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .mr-lg-10,
.mx-lg-10 {
    margin-right: 10px;
  }

  .mr-lg-15,
.mx-lg-15 {
    margin-right: 15px;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 20px;
  }

  .mr-lg-25,
.mx-lg-25 {
    margin-right: 25px;
  }

  .mr-lg-30,
.mx-lg-30 {
    margin-right: 30px;
  }

  .mr-lg-35,
.mx-lg-35 {
    margin-right: 35px;
  }

  .mr-lg-40,
.mx-lg-40 {
    margin-right: 40px;
  }

  .mr-lg-45,
.mx-lg-45 {
    margin-right: 45px;
  }

  .mr-lg-50,
.mx-lg-50 {
    margin-right: 50px;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes hover-ripple-out {
  100% {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    opacity: 0;
  }
}
@keyframes hover-ripple-out {
  100% {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    opacity: 0;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    opacity: 0.4;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  50% {
    opacity: 0.4;
    transform: rotate(0deg) scale(1.4) skew(1deg);
  }
  100% {
    opacity: 0.4;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes circle-anim {
  0% {
    opacity: 0.4;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  50% {
    opacity: 0.4;
    transform: rotate(0deg) scale(1.4) skew(1deg);
  }
  100% {
    opacity: 0.4;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes circle-anim-02 {
  0% {
    opacity: 0.4;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  50% {
    opacity: 0.4;
    transform: rotate(0deg) scale(1.6) skew(1deg);
  }
  100% {
    opacity: 0.4;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes circle-anim-02 {
  0% {
    opacity: 0.4;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  50% {
    opacity: 0.4;
    transform: rotate(0deg) scale(1.6) skew(1deg);
  }
  100% {
    opacity: 0.4;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes wiggle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(30deg);
  }
}
@keyframes wiggle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(30deg);
  }
}
@-webkit-keyframes translateCTA {
  from {
    transform: scale(2) rotate(-45deg) translate3d(0, -250%, 0);
  }
  to {
    transform: scale(2) rotate(-45deg) translate3d(0, 250%, 0);
  }
}
@keyframes translateCTA {
  from {
    transform: scale(2) rotate(-45deg) translate3d(0, -250%, 0);
  }
  to {
    transform: scale(2) rotate(-45deg) translate3d(0, 250%, 0);
  }
}
.btn-style {
  display: inline-block;
  border-radius: 40px;
  text-transform: uppercase;
  color: var(--white-color) !important;
  border-color: var(--main-color);
  background-color: var(--button-background-color) !important;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 35px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s all;
}
.btn-style:hover {
  color: #fff !important;
  border-color: var(--hover-main);
  background-color:  var(--hover-color) !important;
}

.btn-CTA {
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-CTA:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-animation: translateCTA 1.2s alternate ease infinite 0.2s;
  animation: translateCTA 1.2s alternate ease infinite 0.2s;
  pointer-events: none;
  z-index: 1;
}
.btn-CTA span {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-weight: 600;
  padding: 0.8em 3.5em;
  padding-right: 6em;
  background: #d0382d;
  border: none;
  color: white !important;
  transition: 0.2s;
}
.btn-CTA span:before, .btn-CTA span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  font-size: 1.2em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}
.btn-CTA span:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
}
.btn-CTA span:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "ï¡¹";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.btn-CTA:hover, .btn-CTA:active, .btn-CTA:focus {
  outline: none;
}
.btn-CTA:hover span, .btn-CTA:active span, .btn-CTA:focus span {
  background: #a62d24;
}
.btn-CTA:hover span:after, .btn-CTA:active span:after, .btn-CTA:focus span:after {
  -webkit-animation: wiggle 0.15s alternate ease infinite;
  animation: wiggle 0.15s alternate ease infinite;
}
.btn-CTA:hover:before, .btn-CTA:active:before, .btn-CTA:focus:before {
  -webkit-animation: translateCTA 1.2s alternate ease infinite 0.2s;
  animation: translateCTA 1.2s alternate ease infinite 0.2s;
}

@media screen and (max-width: 768px) {
  .btn-CTA span {
    width: 100%;
    padding: 0.8em 2em;
    padding-right: 3em;
  }
}
.btn-send {
  border: 1px solid #fff;
  outline: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  -webkit-transition: text-shadow 0.5s ease-in-out;
  transition: text-shadow 0.5s ease-in-out;
  background: #787878;
  background: -moz-linear-gradient(left, #787878 0%, #7b7a7f 100%);
  background: -webkit-linear-gradient(left, #787878 0%, #7b7a7f 100%);
  background: linear-gradient(to right, #787878 0%, #7b7a7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8b67f9", endColorstr="#5c31de", GradientType=1);
  color: #fff;
  width: 238px;
  height: 44px;
  cursor: pointer;
  margin-top: 1em;
  text-align: center;
  font-size: 1.05em;
  font-weight: 600;
}
.btn-send:hover {
  text-shadow: 0 0 53px;
}

@media screen and (max-width: 768px) {
  .btn-send {
    font-size: 0.95em;
  }
}
.sectionBg .headingStyle:before, .sectionBg .headingStyle:after {
  border-color: #fff;
}
.sectionBg .headingStyle .headingText {
  color: #fff;
}
.sectionBg .owl-carousel {
  background-color: #fff;
}
.sectionVideo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sectionVideo .headingStyle .headingText,
.sectionVideo .headingStyle .headingLine {
  color: #fff;
}
.sectionVideo .headingStyle .headingSubText {
  color: #eed3d7;
}
.sectionVideo .videoShow {
  display: block;
  padding: 2px;
  background-color: #bfbfbf;
  border: 1px solid #fff;
}
.sectionVideo .videoShow > span {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.42);
  border-radius: 100%;
  color: #d0382d;
  font-size: 2em;
  top: calc((100% - 80px) / 2);
  left: calc((100% - 80px) / 2);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectionVideo .videoShow > span > i {
  margin-left: 5px;
}
.sectionVideo .videoShow > span:before {
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  z-index: 1;
  content: "";
  position: absolute;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: white;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-animation: circle-anim-02 linear 3s 0.3s infinite;
  animation: circle-anim-02 linear 3s 0.3s infinite;
}
.sectionVideo .videoShow > span:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  position: absolute;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-animation: circle-anim linear 3s 0.3s infinite;
  animation: circle-anim linear 3s 0.3s infinite;
}
.sectionVideo .videoList .videoItem > a {
  display: block;
  padding: 2px;
  background-color: #bfbfbf;
  border: 1px solid #fff;
}
.sectionVideo .videoList .owl-nav > [class*=owl] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9e9e9 !important;
  color: #000 !important;
  font-size: 1.4em;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  transition: 0.2s all ease-in-out;
}
.sectionVideo .videoList .owl-nav > [class*=owl].disabled {
  background: rgba(233, 233, 233, 0.4) !important;
}
.sectionVideo .videoList .owl-nav > [class*=owl]:hover {
  background: #e9e9e9 !important;
  color: #d0382d !important;
}
.sectionVideo .videoList .owl-nav > .owl-prev {
  left: -50px;
}
.sectionVideo .videoList .owl-nav > .owl-next {
  right: -50px;
}

.pageDetailProduct .detailProductTop .productImages .productAmount {
  top: 15px;
  left: -80px;
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  background-color: #A00;
  padding: 0.5em 5em 0.4em 5em;
  text-shadow: 0 0 0.75em #444;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  font: 600 16px/1.2em Arial, Sans-Serif;
  -webkit-text-shadow: 0 0 0.75em #444;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-45deg) scale(0.75, 1);
  z-index: 10;
}
.pageDetailProduct .detailProductTop .productImages .productAmount:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: -0.3em -5em;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  border: 2px rgba(255, 255, 255, 0.7) dashed;
}
.pageDetailProduct .detailProductTop .productImages a img {
  width: 100%;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
.pageDetailProduct .detailProductTop .productImages .imageThumb .imageThumbItem {
  padding: 5px;
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #dee2e6 !important;
}
.pageDetailProduct .detailProductTop .productImages .imageThumb .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.pageDetailProduct .detailProductTop .productImages .imageThumb .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(44, 33, 33, 0.7) !important;
  color: #d9d9d9 !important;
  font-size: 2em !important;
  outline: none !important;
  box-shadow: none !important;
  position: absolute !important;
  height: 35px !important;
  width: 20px !important;
  transition: 0.3s all ease;
  top: 50%;
  transform: translateY(-50%);
}
.pageDetailProduct .detailProductTop .productImages .imageThumb .owl-nav button:hover {
  background: #d0382d !important;
}
.pageDetailProduct .detailProductTop .productImages .imageThumb .owl-nav button.owl-prev {
  left: 0;
}
.pageDetailProduct .detailProductTop .productImages .imageThumb .owl-nav button.owl-next {
  right: 0;
}
.pageDetailProduct .detailProductTop .productImages .imageThumb .owl-nav button span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -2px;
  box-shadow: none !important;
  outline: none;
}
.pageDetailProduct .detailProductTop .productInner h1 {
  font-size: 1.6em;
  color: var(--hover-color);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.pageDetailProduct .detailProductTop .productInner .productCode {
  font-size: 1em;
  color: #767676;
}
.pageDetailProduct .detailProductTop .productInner .productCode span {
  color: #454545;
}
.pageDetailProduct .detailProductTop .productInner .productPrice {
  padding: 10px 0;
  color: #FF3425;
  font-size: 1.1em;
  font-weight: 600;
}
.pageDetailProduct .detailProductTop .productInner .productPrice span {
  text-decoration: line-through;
  color: #777;
  font-size: 0.8em;
  font-weight: 500;
  margin-left: 5px;
}
.pageDetailProduct .detailProductTop .productInner .productSubdesc {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #333;
  font-weight: 600;
  font-size: 1.05em;
}
.pageDetailProduct .detailProductTop .productInner .productSubdescList ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.pageDetailProduct .detailProductTop .productInner .productSubdescList ul li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 22px;
  font-size: 0.95em;
  color: #323232;
}
.pageDetailProduct .detailProductTop .productInner .productSubdescList ul li > span {
  font-weight: 600;
  color: #323232;
}
.pageDetailProduct .detailProductTop .productInner .productSubdescList ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  content: "ï…Š";
  top: 2px;
  left: 0;
  color: var(--hover-color);
  font-size: 1em;
}
.pageDetailProduct .detailProductTop .productInner .tableProperties {
  font-size: 0.95em;
}
.pageDetailProduct .detailProductTop .productInner .productActions .productActionAmount .amountTitle {
  font-size: 0.785em;
  margin-right: 1em;
  font-weight: 600;
}
.pageDetailProduct .detailProductTop .productInner .productActions .productActionAmount .input-group {
  width: 150px;
}
.pageDetailProduct .detailProductTop .productInner .productActions .productActionAmount .input-group input {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageDetailProduct .detailProductTop .productInner .productActions .productActionAmount .input-group .changesoluong {
  font-size: 1.2em;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border-color: #d1d1d1;
  transition: 0.4s all;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.pageDetailProduct .detailProductTop .productInner .productActions .productActionButton {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageDetailProduct .detailProductTop .productInner .productActions .productActionButton .btn-add-cart-muangay {
  margin-right: 0.2em;
  width: 50%;
  box-shadow: none;
  border: 0;
  outline: none;
  height: 40px;
  text-align: center;
  padding: 10px 15px 10px 15px;
  transition: 0.4s all;
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85em;
  color: var(--hover-color);
  background: var(--main-color);
  border-radius: 4px;
}
.pageDetailProduct .detailProductTop .productInner .productActions .productActionButton .btn-add-cart-muangay:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.pageDetailProduct .detailProductTop .productInner .productActions .productActionButton .btn-add-cart-muangay:hover {
  opacity: 0.8;
}
.pageDetailProduct .detailProductTop .productInner .productActions .productActionButton .btn-add-cart {
  width: 50%;
  box-shadow: none;
  border: 0;
  outline: none;
  height: 40px;
  text-align: center;
  padding: 10px 15px 10px 15px;
  transition: 0.4s all;
  position: relative;
  display: block;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85em;
  border: 1px solid var(--hover-color);
  background: var(--hover-color);
  border-radius: 4px;
  margin-left: 0.2em;
}
.pageDetailProduct .detailProductTop .productInner .productActions .productActionButton .btn-add-cart:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.pageDetailProduct .detailProductTop .productInner .productActions .productActionButton .btn-add-cart:hover {
  opacity: 0.8;
}
.pageDetailProduct .detailProductTop .productDesc .productDescTitle {
  margin-bottom: 1em;
  color: #333;
  font-weight: 600;
  font-size: 1em;
}
.pageDetailProduct .detailProductTop .productDesc ul li {
  padding-bottom: 0.75em;
  font-size: 1em;
}
.pageDetailProduct .detailProductTop .productDesc ul li:last-of-type {
  padding-bottom: 0;
}
.pageDetailProduct .detailProductTop .productDesc ul li p {
  padding-left: 20px;
  position: relative;
}
.pageDetailProduct .detailProductTop .productDesc ul li p:before {
  color: #74AF55;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "ï…Š";
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}
.pageDetailProduct .detailProductTop .formProduct {
  background: #f8f8f8;
  border-bottom: 4px solid var(--main-color);
}
.pageDetailProduct .detailProductTop .formProduct .formHeader {
  padding: 0.5em;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  background: var(--main-color);
  position: relative;
  z-index: 99;
  color: var(--hover-color);
  transition: 0.3s all ease-out;
}
.pageDetailProduct .detailProductTop .formProduct .formBody {
  border: 1px solid #d1d1d1;
  border-top: 0;
  padding: 0.75em;
}
.pageDetailProduct .detailProductTop .formProduct .formBody .form-group {
  position: relative;
}
.pageDetailProduct .detailProductTop .formProduct .formBody .form-group > i {
  position: absolute;
  top: 13px;
  left: 10px;
  font-size: 0.9em;
}
.pageDetailProduct .detailProductTop .formProduct .formBody .form-group input, .pageDetailProduct .detailProductTop .formProduct .formBody .form-group textarea {
  background-clip: unset;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  padding-left: 30px;
  font-size: 1em;
}
.pageDetailProduct .detailProductTop .formProduct .formBody .form-group .btn-style {
  padding: 10px 20px;
}
.pageDetailProduct .detailProductMiddle .productNewDesc .productNewTitle {
  font-size: 1.4em;
  font-weight: 600;
  color: #242f51;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}
.pageDetailProduct .detailProductBottom .productRelatedTitle {
  font-size: 1.4em;
  font-weight: 600;
  color: #242f51;
  margin-bottom: 0.8em;
  text-transform: capitalize;
}
.pageDetailProduct .detailProductBottom .owl-nav {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.pageDetailProduct .detailProductBottom .owl-nav button {
  outline: none !important;
  transition: 0.3s all linear;
  box-shadow: none !important;
  color: #fff !important;
  background: #d0382d;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em !important;
  cursor: pointer !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.pageDetailProduct .detailProductBottom .owl-nav button.owl-prev {
  left: -10px;
}
.pageDetailProduct .detailProductBottom .owl-nav button.owl-next {
  right: -10px;
}
.pageDetailProduct .detailProductBottom .owl-nav button:hover {
  opacity: 0.8;
}
.pageDetailProduct .detailProductBottom .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageDetailProduct .detailProductBottom .owl-dots button {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 100%;
  margin: 0 0.5em;
  padding: 0;
  font-size: 0;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
}
.pageDetailProduct .detailProductBottom .owl-dots button span {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #252525;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: 0;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  border-radius: 100%;
  transition: 0.2s all ease;
}
.pageDetailProduct .detailProductBottom .owl-dots button.owl-active span {
  background: #d0382d;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .pageDetailProduct .detailProductTop .productImages {
    max-width: 50%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 576px) {
  .pageDetailProduct .detailProductTop .productInner .productActions .productActionButton .btn-add-cart i {
    display: none;
  }
}
.pageCategoryProduct .filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.pageCategoryProduct .filter .filterBody {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pageCategoryProduct .filter .filterBody > .dropdown {
  position: relative;
  margin: 0 10px;
}
.pageCategoryProduct .filter .filterBody > .dropdown:first-of-type {
  margin-left: 0;
}
.pageCategoryProduct .filter .filterBody > .dropdown:last-of-type {
  margin-right: 0;
}
.pageCategoryProduct .filter .filterBody > .dropdown > .btn-default {
  font-size: 0.8em;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
  outline: none !important;
  box-shadow: none !important;
  min-width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageCategoryProduct .filter .filterBody > .dropdown > .dropdown-menu {
  min-width: 200px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  padding: 0;
}
.pageCategoryProduct .filter .filterBody > .dropdown > .dropdown-menu > li {
  border-bottom: 1px solid #d9d9d9;
}
.pageCategoryProduct .filter .filterBody > .dropdown > .dropdown-menu > li:last-of-type {
  border-bottom: 0;
}
.pageCategoryProduct .filter .filterBody > .dropdown > .dropdown-menu > li > a {
  padding: 5px 10px;
  display: block;
  font-size: 0.8em;
  color: #323232;
  transition: 0.2s all ease-in-out;
  background: #fff;
}
.pageCategoryProduct .filter .filterBody > .dropdown > .dropdown-menu > li:hover > a {
  background: #f9f9f8;
}
.pageCategoryProduct .emptyMain {
  border-radius: 0.125em;
  overflow: hidden;
  background: #fff;
  padding: 30px 0;
  text-align: center;
}
.pageCategoryProduct .emptyMain .emptyIcon {
  width: 140px;
  height: 140px;
  display: block;
  margin: 30px auto;
  border: 4px solid #2C2121;
  font-size: 3.5em;
  color: #2C2121;
  text-align: center;
  line-height: 130px;
  border-radius: 100%;
}
.pageCategoryProduct .emptyMain .emptyTitle {
  font-size: 1.4em;
  color: #242f51;
  max-width: 60%;
  margin: 0 auto 0.6em;
  font-weight: 600;
}
.pageCategoryProduct .emptyMain .emptyDesc {
  font-size: 0.9em;
  color: #2C2121;
  max-width: 60%;
  margin: 0 auto 0.4em;
}
.pageCategoryProduct .emptyMain .emptyDesc a {
  color: #0d95e8;
}
.pageCategoryProduct .emptyMain .emptyActions {
  margin: 2em auto;
}
.pageCategoryProduct .emptyMain .emptyActions a {
  outline: none;
  cursor: pointer;
  border: none;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #d0382d;
  color: #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
  padding: 13px 36px;
  margin: 0 auto;
  text-transform: capitalize;
  font-weight: 300;
  height: 2.5em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875em;
  border-radius: 2px;
  width: 13.125em;
}
.pageCategoryProduct .emptyMain .emptyActions a:hover {
  background-color: #9d2c23;
}
@media screen and (max-width: 768px) {
  .pageCategoryProduct .emptyMain .emptyIcon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 95px;
  }
  .pageCategoryProduct .emptyMain .emptyTitle, .pageCategoryProduct .emptyMain .emptyDesc, .pageCategoryProduct .emptyMain .emptyActions {
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .pageCategoryProduct .filter .filterBody > .dropdown > .btn-default {
    min-width: 125px;
  }
}
.pageCheckout {
  background: #f5f5f5;
  padding-top: 60px !important;
}
.pageCheckout .checkoutInner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 3px;
  height: 3.4375em;
  font-size: 0.875em;
  background: #fff;
  text-transform: capitalize;
  margin-bottom: 1em;
  color: #676767;
  font-weight: 600;
  padding: 0 20px;
  border: 1px solid #ddd2ec;
}
.pageCheckout .checkoutInner.checkoutHeader {
  display: flex;
  align-items: center;
}
.pageCheckout .checkoutInner > .checkoutProduct {
  color: var(--main-color);
  width: 41.27949%;
}
.pageCheckout .checkoutInner > .checkoutUnitPrice {
  width: 15.88022%;
  text-align: center;
}
.pageCheckout .checkoutInner > .checkoutQuantity {
  width: 17.4265%;
  text-align: center;
}
.pageCheckout .checkoutInner > .checkoutTotalPrice {
  width: 13.43557%;
  text-align: center;
}
.pageCheckout .checkoutInner > .checkoutActions {
  width: 12.70417%;
  text-align: center;
}
.pageCheckout .checkoutMain {
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 1em;
  border: 1px solid #ddd2ec;
}
.pageCheckout .checkoutMain .checkoutItem {
  margin: 1em 0;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 1.25em 0.9375em;
  margin-top: 0.9375em;
  padding-bottom: 1.25em;
  border: 0;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemProduct {
  width: 41.27949%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemProduct a .checkoutItemThumb {
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 5em;
  height: 5em;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemProduct .checkoutItemTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.3125em 0.625em 0 1.25em;
  font-size: 0.95em;
  font-weight: 600;
  line-height: 1.4em;
  overflow: hidden;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemProduct .checkoutItemTitle a {
  color: inherit;
  text-decoration: none !important;
  font-size: 0.95em;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemUnitPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15.88022%;
  font-size: 0.85em;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemUnitPrice .unitPriceOld {
  color: #999;
  text-decoration: line-through;
  padding-left: 8px;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemQuantity {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 17.4265%;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemQuantity .quantityContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemQuantity .quantityContent .button-changeQuantity {
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  background: transparent;
  color: rgba(0, 0, 0, 0.6);
  width: 32px;
  height: 32px;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemQuantity .quantityContent .button-changeQuantity:disabled {
  background: #f5f6f6;
  cursor: not-allowed;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemQuantity .quantityContent .button-changeQuantity:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemQuantity .quantityContent .button-changeQuantity:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemQuantity .quantityContent .input-changeQuantity {
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.6, 1);
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  width: 32px;
  height: 32px;
  width: 70px;
  height: 32px;
  border-left: none;
  border-right: none;
  font-size: 16px;
  font-weight: 400;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: text;
  border-radius: 0;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemTotalPrice {
  width: 13.43557%;
  text-align: center;
  color: #333;
  font-weight: 600;
  font-size: 0.85em;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemActions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 12.70417%;
  text-transform: capitalize;
  font-size: 0.85em;
}
.pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemActions button {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
.pageCheckout .checkoutFooter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 3px;
  font-size: 0.875em;
  background: #fff;
  border: 1px solid #ddd2ec;
  text-transform: capitalize;
  margin-bottom: 1em;
  color: #676767;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.pageCheckout .checkoutFooter .checkoutBack, .pageCheckout .checkoutFooter .checkoutNext {
  width: 25%;
}
.pageCheckout .checkoutFooter .checkoutBack a {
  outline: none;
  cursor: pointer;
  border: none;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: var(--main-color);
  color: #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
  padding: 13px 18px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 300;
  height: 2.5em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875em;
  border-radius: 2px;
  max-width: 50%;
}
.pageCheckout .checkoutFooter .checkoutBack a i {
  margin-right: 4px;
}
.pageCheckout .checkoutFooter .checkoutBack a:hover {
  opacity: 0.7;
}
.pageCheckout .checkoutFooter .checkoutTotal {
  width: 60%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pageCheckout .checkoutFooter .checkoutTotal p {
  margin-bottom: 0;
  color: #b9b9b9;
  font-size: 1em;
  padding-right: 10px;
}
.pageCheckout .checkoutFooter .checkoutTotal > span {
  font-size: 1.2em;
  color: #333;
  font-weight: 600;
}
.pageCheckout .checkoutFooter .checkoutNext a {
  outline: none;
  cursor: pointer;
  border: none;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: var(--main-color);
  color: #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
  padding: 13px 36px;
  margin: 0 0px 0 15px;
  text-transform: capitalize;
  font-weight: 300;
  height: 2.5em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875em;
  border-radius: 2px;
  width: 13.125em;
}
.pageCheckout .checkoutFooter .checkoutNext a:hover {
  opacity: 0.7;
}
.pageCheckout .checkoutEmpty .checkoutEmptyMain {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.125em;
  overflow: hidden;
  background: #fff;
  padding: 30px;
  text-align: center;
}
.pageCheckout .checkoutEmpty .checkoutEmptyMain .checkoutEmptyIcon {
  width: 140px;
  height: 140px;
  display: block;
  margin: 30px auto;
  border: 4px solid #2E7D32;
  font-size: 3.5em;
  color: #2E7D32;
  text-align: center;
  line-height: 140px;
  border-radius: 100%;
}
.pageCheckout .checkoutEmpty .checkoutEmptyMain .checkoutEmptyTitle {
  font-size: 1.4em;
  color: #323232;
  max-width: 60%;
  margin: 0 auto 0.6em;
  font-weight: 600;
}
.pageCheckout .checkoutEmpty .checkoutEmptyMain .checkoutEmptyDesc {
  font-size: 0.9em;
  color: #2E7D32;
  max-width: 60%;
  margin: 0 auto 0.4em;
}
.pageCheckout .checkoutEmpty .checkoutEmptyMain .checkoutEmptyDesc a {
  color: #0d95e8;
}
.pageCheckout .checkoutEmpty .checkoutEmptyMain .checkoutEmptyActions {
  margin: 2em auto;
}
.pageCheckout .checkoutEmpty .checkoutEmptyMain .checkoutEmptyActions a {
  outline: none;
  cursor: pointer;
  border: none;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #2E7D32;
  color: #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
  padding: 13px 36px;
  margin: 0 auto;
  text-transform: capitalize;
  font-weight: 300;
  height: 2.5em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875em;
  border-radius: 2px;
  width: 13.125em;
}
.pageCheckout .checkoutEmpty .checkoutEmptyMain .checkoutEmptyActions a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .pageCheckout .checkoutInner.checkoutHeader {
    display: none;
  }
  .pageCheckout .checkoutMain .checkoutItem .checkoutItemContent {
    padding: 0 1em 1.5em;
    flex-wrap: wrap;
    position: relative;
  }
  .pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemProduct {
    width: 100%;
  }
  .pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemProduct .checkoutItemTitle a {
    font-size: 0.875em;
    line-height: 1.3em;
  }
  .pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemUnitPrice {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 0.5em;
  }
  .pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemQuantity {
    width: 50%;
    align-items: flex-start;
  }
  .pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemQuantity .quantityContent {
    width: 70%;
    justify-content: flex-start;
  }
  .pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemTotalPrice {
    width: 50%;
    text-align: right;
  }
  .pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemPosition {
    position: absolute;
    top: -5px;
    right: 5px;
  }
  .pageCheckout .checkoutMain .checkoutItem .checkoutItemContent .checkoutItemPosition button {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: 1px solid #d1d1d1;
    outline: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7em;
    background: #fff;
  }
  .pageCheckout .checkoutFooter {
    flex-direction: column;
    justify-content: center;
  }
  .pageCheckout .checkoutFooter .checkoutBack {
    display: none;
  }
  .pageCheckout .checkoutFooter .checkoutTotal {
    display: block;
    text-align: center;
    width: 100%;
  }
  .pageCheckout .checkoutFooter .checkoutNext {
    width: 100%;
  }
  .pageCheckout .checkoutFooter .checkoutNext a {
    margin: 0 auto;
  }
  .pageCheckout .checkoutEmpty .checkoutEmptyMain {
    padding: 15px;
  }
  .pageCheckout .checkoutEmpty .checkoutEmptyMain .checkoutEmptyIcon {
    font-size: 3em;
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .pageCheckout .checkoutEmpty .checkoutEmptyMain .checkoutEmptyTitle,
.pageCheckout .checkoutEmpty .checkoutEmptyMain .checkoutEmptyDesc {
    max-width: 90%;
  }
}
.pagePayment {
  background: #f5f5f5;
  padding-top: 60px !important;
}
.pagePayment .paymentInner {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.125em;
  overflow: hidden;
  background: #fff;
  padding: 15px;
}
.pagePayment .paymentInner .paymentItem .paymentTitle {
  color: #b9b9b9;
  font-size: 1em;
  margin-bottom: 1em;
  font-weight: 600;
}
.pagePayment .paymentInner .paymentItem .form-group input {
  outline: none !important;
  box-shadow: none !important;
  color: #333;
  height: 40px;
  line-height: 40px;
  font-size: 0.85em;
  border-radius: 4px;
}
.pagePayment .paymentInner .paymentItem .form-group textarea {
  outline: none !important;
  box-shadow: none !important;
  color: #333;
  font-size: 0.85em;
}
.pagePayment .paymentInner .paymentItem .paymentList {
  margin-bottom: 1.5em;
}
.pagePayment .paymentInner .paymentItem .paymentList .listProductPayment ul {
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: scroll;
}
.pagePayment .paymentInner .paymentItem .paymentList .listProductPayment ul::-webkit-scrollbar {
  width: 5px;
}
.pagePayment .paymentInner .paymentItem .paymentList .listProductPayment ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.pagePayment .paymentInner .paymentItem .paymentList .listProductPayment ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.pagePayment .paymentInner .paymentItem .paymentList .listProductPayment ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.pagePayment .paymentInner .paymentItem .paymentList .listProductPayment ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.8em;
  padding: 10px;
}
.pagePayment .paymentInner .paymentItem .paymentList .listProductPayment ul li .productPaymentImage {
  width: 15%;
  position: relative;
}
.pagePayment .paymentInner .paymentItem .paymentList .listProductPayment ul li .productPaymentImage img {
  width: 100%;
}
.pagePayment .paymentInner .paymentItem .paymentList .listProductPayment ul li .productPaymentAmount {
  position: absolute;
  top: 0;
  right: -10px;
  min-width: 20px;
  height: 20px;
  background: #ee4d2d;
  color: #fff;
  font-size: 0.7em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagePayment .paymentInner .paymentItem .paymentList .listProductPayment ul li .productPaymentContent {
  width: 85%;
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagePayment .paymentInner .paymentItem .paymentList .listProductPayment ul li .productPaymentContent .productPaymentInfo {
  width: 65%;
  padding-right: 10px;
}
.pagePayment .paymentInner .paymentItem .paymentList .listProductPayment ul li .productPaymentContent .productPaymentInfo .productPaymentTitle h3 {
  font-size: 0.9em;
  color: #b9b9b9;
  line-height: 1.4;
}
.pagePayment .paymentInner .paymentItem .paymentList .listProductPayment ul li .productPaymentContent .productPaymentPrice {
  width: 35%;
  text-align: right;
  font-size: 0.85em;
  color: #888;
}
.pagePayment .paymentInner .paymentItem .paymentTotalBottom {
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: 1px solid #d1d1d1;
}
.pagePayment .paymentInner .paymentItem .paymentTotalBottom .totalFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.95em;
}
.pagePayment .paymentInner .paymentItem .paymentTotalBottom .totalFlex p {
  margin-bottom: 0.7em;
}
.pagePayment .paymentInner .paymentItem .paymentTotalBottom .totalFlex p:last-of-type {
  color: #555;
  font-size: 1em;
}
.pagePayment .paymentInner .paymentItem .paymentTotalBottom .totalFlex.totalBig p {
  margin-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: 600;
}
.pagePayment .paymentInner .paymentItem .paymentTotalBottom .totalFlex.totalBig p:last-of-type {
  color: #007bff;
}
.pagePayment .paymentInner .paymentItem .paymentTotalBottom .totalButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1em;
}
.pagePayment .paymentInner .paymentItem .paymentTotalBottom .totalButton > a {
  font-size: 0.85em;
  text-decoration: underline !important;
  color: #0068d7;
}
.pagePayment .paymentInner .paymentItem .paymentTotalBottom .totalButton .btnPayment {
  height: 40px;
  line-height: 40px;
  transition: 0.3s all ease;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  border: 0;
  color: #fff;
  background: #ee4d2d;
  font-size: 0.9em;
  padding: 0 30px;
  cursor: pointer;
}
.pagePayment .paymentInner .paymentItem .paymentTotalBottom .totalButton .btnPayment:hover {
  opacity: 0.8;
}
.pagePayment .paymentInner .buttonMobile {
  text-align: center;
}
.pagePayment .paymentInner .buttonMobile button {
  height: 40px;
  line-height: 40px;
  transition: 0.3s all ease;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  border: 0;
  color: #fff;
  background: #ee4d2d;
  font-size: 0.9em;
  width: 100%;
}
.pagePayment .paymentInner .buttonMobile a {
  color: #222;
  display: inline-block;
  margin: 0.8em auto;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .pagePayment .paymentInner .paymentItem .paymentTitle {
    font-size: 0.9em;
  }
  .pagePayment .paymentInner .paymentItem .paymentList .listProductPayment ul {
    padding: 0;
  }
  .pagePayment .paymentInner .paymentItem .paymentTotalBottom .totalFlex {
    font-size: 0.9em;
  }
  .pagePayment .paymentInner .paymentItem .paymentTotalBottom .totalFlex p:last-of-type {
    font-size: 0.9em;
  }
  .pagePayment .paymentInner .paymentItem .paymentTotalBottom .totalFlex.totalBig p {
    font-size: 0.93em;
  }
}
.pageDetailBlog .detailCategory {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageDetailBlog .detailCategory a {
  font-size: 0.9em;
  color: #787878;
  transition: 0.2s all ease;
  padding: 0 5px;
  position: relative;
}
.pageDetailBlog .detailCategory a:hover {
  color: #b9b9b9;
}
.pageDetailBlog .detailCategory a:not(:last-of-type):after {
  position: absolute;
  content: ",";
  bottom: 0;
  right: 0;
  color: #787878;
  font-size: 0.9em;
}
.pageDetailBlog .detailName h1 {
  font-size: 1.5em;
  margin-bottom: 0;
  line-height: 1.4;
}
.pageDetailBlog .detailMeta:after {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #373737, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  height: 1px;
  width: 100%;
  max-width: 150px;
  content: "";
  top: 0;
}
.pageDetailBlog .detailMeta ul li {
  font-size: 0.85em;
  color: #787878;
  transition: 0.2s all ease;
  padding: 0 5px;
}
.pageDetailBlog .detailDesc {
  background: url("../images/background/footer.svg") no-repeat center 10px;
  background-size: cover;
}
.pageDetailBlog .detailDesc blockquote {
  padding: 15px;
  border-left: 4px solid var(--main-color);
  background: rgba(44, 33, 33, 0.1);
  font-size: 0.9em;
  color: #4b4b4b;
  position: relative;
}
.pageDetailBlog .detailContent {
  font-size: 0.9em;
  color: #4b4b4b;
}
.pageDetailBlog .detailComment iframe {
  width: 100%;
  vertical-align: middle;
}
.pageDetailBlog .sidebarMain {
  position: sticky;
  top: 0;
}
.pageDetailBlog .sidebarMain .sidebarItem .sidebarTitle {
  color: var(--main-color);
  font-size: 1.2em;
  line-height: 1.4;
}
.pageDetailBlog .sidebarMain .sidebarItem .sidebarList ul li {
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #e5e5e5;
}
.pageDetailBlog .sidebarMain .sidebarItem .sidebarList ul li:last-of-type {
  margin-bottom: 0;
}
.pageDetailBlog .sidebarMain .sidebarItem .sidebarList ul li a {
  display: block;
}
.pageDetailBlog .sidebarMain .sidebarItem .sidebarList ul li a .listName {
  display: block;
  margin-bottom: 0.5em;
  color: #323232;
  font-size: 0.92em;
  font-weight: 600;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: 0.3s all ease;
}
.pageDetailBlog .sidebarMain .sidebarItem .sidebarList ul li a .listMeta {
  font-size: 0.8em;
  color: #787878;
}
.pageDetailBlog .sidebarMain .sidebarItem .sidebarList ul li a .listMeta i {
  margin-right: 4px;
}
.pageDetailBlog .sidebarMain .sidebarItem .sidebarList ul li a:hover .listName {
  color: var(--main-color);
}

.pageContact {
  background: #fff;
}
.pageContact .btn-style#btnSend {
  background-color: transparent;
}
.pageContact .btn-style#btnSend:hover {
  background-color: #9d2c23;
}
.pageContact .contactTop .contactInformation .informationItem {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.pageContact .contactTop .contactInformation .informationItem .informationIcon {
  margin-right: 1em;
}
.pageContact .contactTop .contactInformation .informationItem .informationIcon span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--button-background-color);
  color: #ffffff;
  font-size: 1em;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.32, 1.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}
.pageContact .contactTop .contactInformation .informationItem .informationContent {
  font-size: 1em;
  line-height: 1.6;
  color: var(--main-color);
}
.pageContact .contactTop .contactInformation .informationItem .informationContent b {
  font-weight: 600;
}
.pageContact .contactTop .contactInformation .informationItem .informationContent span, .pageContact .contactTop .contactInformation .informationItem .informationContent a {
  color: #323232;
}
.pageContact .contactTop .contactInformation .informationItem:hover .informationIcon span {
  transform: translateY(-5px);
}
.pageContact .contactMiddle {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background: #fff;
}
.pageContact .contactMiddle .contactMiddleIcon {
  position: absolute;
  border-radius: 100%;
  border: 4px solid #d1d1d1;
  width: 80px;
  height: 80px;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  font-weight: bold;
  font-size: 2.2em;
  transition: 0.3s all ease;
}
.pageContact .contactMiddle .formMain {
  padding: 80px 0 40px;
}
.pageContact .contactMiddle .formMain .form-group {
  position: relative;
  margin-bottom: 2em;
}
.pageContact .contactMiddle .formMain .form-group label {
  margin-bottom: 0;
  position: absolute;
  top: 7px;
  left: 15px;
  color: #787878;
  font-size: 0.85em;
}
.pageContact .contactMiddle .formMain .form-group .position-relative label {
  top: 12px;
  left: 30px;
}
.pageContact .contactMiddle .formMain .form-group .form-control {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  font-size: 0.85em;
  padding-left: 35px;
}
.pageContact .contactMiddle .formMain .form-group input.form-control {
  height: 44px;
  line-height: 44px;
}
.pageContact .contactBottom iframe {
  vertical-align: middle;
  height: 400px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pageContact .contactBottom iframe {
    height: 200px;
  }
}




.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px
    12px;line-height:1.428571429;text-decoration:none;color:#428bca;background-color:#fff;border:1px
    solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:0px;border-top-left-radius:0px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:0px;border-top-right-radius:0px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px
    16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:0px;border-top-left-radius:0px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:0px;border-top-right-radius:0px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px
    10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:0px;border-top-left-radius:0px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:0px;border-top-right-radius:0px}.pager{padding-left:0;margin:20px
    0;list-style:none;text-align:center}.pager
    li{display:inline}.pager li > a,
    .pager li>span{display:inline-block;padding:5px
    14px;background-color:#fff;border:1px
    solid #ddd;border-radius:0px}.pager li > a:hover,
    .pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next > a,
    .pager .next>span{float:right}.pager .previous > a,
    .pager .previous>span{float:left}.pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding: .2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius: .25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn
    .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#2ecc71}.label-success[href]:hover,.label-success[href]:focus{background-color:#25a25a}.label-info{background-color:#3498db}.label-info[href]:hover,.label-info[href]:focus{background-color:#217dbb}.label-warning{background-color:#f1c40f}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#c29d0b}.label-danger{background-color:#e74c3c}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#d62c1a}.badge{display:inline-block;min-width:10px;padding:3px
    7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:0px}.badge:empty{display:none}



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

.list_link_appstore ul li {
    padding-top: 12px;
    list-style: none;
    width: 35%;
    display: inline-table;
}

.list_link_appstore ul {
    padding-left: 0;
}
