@font-face {
  font-family: sukhumvittadmai_med;
  src: url(../fonts/sukhumvittadmai_med-webfont.woff) format("woff");
}

@font-face {
  font-family: sukhumvittadmai_bol;
  src: url(../fonts/sukhumvittadmai_bol-webfont.woff) format("woff");
}

@font-face {
  font-family: sukhumvittadmai;
  src: url(../fonts/sukhumvittadmai_regular-webfont.woff) format("woff");
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
.site-wrapper {
  height: 100%;
}

body {
  background-color: #f3f3f3;
  font-size: 14px;
  line-height: 23px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: poppins, Kanit, sans-serif;
  color: #929292;
  position: relative;
}

body[data-rtl="rtl"] {
  direction: rtl;
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: poppins, Kanit, sans-serif;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section,
.main-wrapper {
  float: left;
  width: 100%;
}

.bt-0 {
  border-top: 0 !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

.bl-0 {
  border-left: 0 !important;
}

.br-0 {
  border-right: 0 !important;
}

.bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.st-border {
  border-top: 1px solid #ebebeb;
}

.sb-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ft-border {
  border-top: 2px solid #ebebeb;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .row-five-column > [class*="col-xl-"] {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    width: 90%;
  }
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0 !important;
}

.inline-YTPlayer {
  max-width: none !important;
  width: 100%;
}

.mbYTP_wrapper {
  z-index: -9 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #f1f1f1 !important;
}

.bg-gray-two {
  background-color: #f6f6f6 !important;
}

.bg-gray-three {
  background-color: #151515 !important;
}

.bg-dark {
  background-color: #292929 !important;
}

.bg-theme {
  background-color: #315fcc !important;
}

.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.section-title h2 {
  font-weight: 700;
  color: #4c5256;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
}

.section-title h2 span {
  color: #315fcc;
}

.section-title p {
  font-size: 13px;
  line-height: 23px;
  max-width: 635px;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .section-title p {
    max-width: 435px;
  }
}

.section-title.text-center {
  text-align: center;
  background-position: top center;
}

.section-title.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-left {
  text-align: left;
  background-position: top left;
}

.section-title.text-left p {
  margin-left: 0;
  margin-right: auto;
}

.section-title.text-right {
  text-align: right;
  background-position: top right;
}

.section-title.text-right p {
  margin-left: auto;
  margin-right: 0;
}

.section-title-two h2 {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  line-height: 28px;
  margin-bottom: 20px;
}

.section-title-two h2::before {
  content: "";
  background: #292929;
  display: block;
  height: 2px;
  margin-bottom: 20px;
  width: 40px;
}

.section-title-two p {
  font-size: 13px;
  line-height: 23px;
  max-width: 635px;
  margin-top: 15px;
}

.list-product-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-product-section-title h3 {
  display: block;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  z-index: 5;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.list-product-section-title h3 span {
  background-color: #fff;
  padding-right: 30px;
  display: inline-block;
  position: relative;
  z-index: 5;
}

.list-product-section-title h3::after {
  background: #ebebeb;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}

.product-title {
  text-align: center;
  padding: 15px;
  position: relative;
}

.product-title::before {
  background: #f0f0f0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 9;
}

.product-title h3 {
  font-size: 21px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .product-title h3 {
    font-size: 18px;
  }
}

.product-title h2 {
  font-size: 39px;
  line-height: 1.2;
  color: #929292;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .product-title h2 {
    font-size: 30px;
  }
}

.product-tab-menu ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-tab-menu ul li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  display: block;
  border-bottom: 1px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
  .product-tab-menu ul li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .product-tab-menu ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.product-tab-menu ul li a {
  font-size: 14px;
  line-height: 21px;
  color: #292929;
  display: block;
  padding: 23px 25px;
  font-weight: 500;
  background-color: #f0f0f0;
}

@media only screen and (max-width: 767px) {
  .product-tab-menu ul li a {
    padding: 15px 25px;
  }
}

.product-tab-menu ul li a.active,
.product-tab-menu ul li a:hover {
  background-color: #315fcc;
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .product-tab-menu2 ul {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

.product-tab-menu2 ul li {
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
  margin-right: 25px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .product-tab-menu2 ul li {
    padding-right: 20px;
    margin-right: 15px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .product-tab-menu2 ul li {
    padding-right: 10px;
    margin-right: 7px;
    line-height: 30px;
  }
}

.product-tab-menu2 ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.product-tab-menu2 ul li a {
  color: #292929;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.product-tab-menu2 ul li a.active,
.product-tab-menu2 ul li a:hover {
  color: #315fcc;
}

.page-banner-section-lg {
  padding: 80px 0 80px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
  float: none;
}

.page-banner-section {
  padding: 30px 0 0;
  position: relative;
  z-index: 1;
  margin: auto;
  width: 100%;
  float: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .page-banner-section {
    padding: 30px 0 0;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-banner-section {
    padding: 30px 0 0;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-section {
    padding: 30px 0 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    padding: 30px 0 0;
    width: 100%;
    height: auto;
  }
}

.page-banner h1 {
  color: #315fcc;
  font-size: 39px;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .page-banner h1 {
    font-size: 26px;
  }
}

.page-breadcrumb {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-breadcrumb li {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .page-breadcrumb li {
    font-size: 13px;
  }
}

.page-breadcrumb li::after {
  content: ">";
  margin: 0 6px;
  color: #fff;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a {
  color: #fff;
}

.page-breadcrumb li a:hover {
  color: #fff;
}

.page-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .page-pagination {
    margin-top: 10px;
  }
}

.page-pagination li {
  margin: 0 15px 0 0;
  vertical-align: middle;
}

.page-pagination li:last-child {
  margin-right: 0;
}

.page-pagination li a {
  height: 30px;
  line-height: 30px;
  min-width: 0;
  padding: 0 5px;
}

.page-pagination li:hover a {
  color: #315fcc;
}

.page-pagination li.active a {
  color: #315fcc;
}

.grid-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.grid-filter button {
  background-color: transparent;
  color: #292929;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  margin: 0 10px 10px;
  text-transform: capitalize;
  line-height: 1;
  padding-bottom: 5px;
  position: relative;
}

.grid-filter button::before {
  content: "";
  height: 6px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 4px;
  background-color: #315fcc;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.grid-filter button:hover::before,
.grid-filter button.active::before {
  width: 100%;
}

.grid-filter.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-filter.center button {
  margin: 0 10px 10px;
}

.grid-filter.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-filter.left button {
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 10px;
}

.grid-filter.left button:last-child {
  margin-right: 0;
}

.grid-filter.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-filter.right button {
  margin-left: 20px;
  margin-right: 0;
  margin-bottom: 10px;
}

.grid-filter.right button:last-child {
  margin-left: 0;
}

.slick-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.slick-btns .slick-btn {
  width: 45px;
  height: 45px;
  color: #9e9e9e;
  background: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  line-height: 42px;
  font-size: 16px;
  margin-right: 5px;
}

.slick-btns .slick-btn:last-child {
  margin-right: 0;
}

.slick-btns .slick-btn:hover {
  background-color: #315fcc;
  border-color: #315fcc;
  color: #fff;
}

.slick-slider.top-nav .slick-arrow {
  margin-top: -70px;
}

.slick-slider.top-nav .slick-arrow.slick-prev {
  right: 50px;
}

.slick-slider.top-nav .slick-arrow.slick-next {
  right: 0;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  margin-top: -80px;
  z-index: 9;
  width: 45px;
  height: 45px;
  color: #9e9e9e;
  background: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .slick-slider .slick-arrow {
    margin-top: -55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slick-slider .slick-arrow {
    margin-top: -55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slick-slider .slick-arrow {
    margin-top: -55px;
  }
}

@media only screen and (max-width: 767px) {
  .slick-slider .slick-arrow {
    margin-top: -55px;
  }
}

.slick-slider .slick-arrow i {
  font-size: 18px;
  line-height: 42px;
  display: block;
}

.slick-slider .slick-arrow.slick-prev {
  right: 60px;
}

.slick-slider .slick-arrow.slick-next {
  right: 10px;
}

.slick-slider .slick-arrow:hover {
  color: #fff;
  background-color: #315fcc;
  border-color: #315fcc;
}

.slick-slider .slick-arrow:hover::before {
  margin-left: 6px;
  margin-top: 6px;
}

.slick-slider .slick-dots {
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-slider .slick-dots li {
  margin: 0 5px;
}

.slick-slider .slick-dots li button {
  display: block;
  padding: 0;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  background-color: #929292;
  text-indent: -9999px;
  border-radius: 100%;
}

.slick-slider .slick-dots li.slick-active button {
  border-color: #315fcc;
  background-color: #fff;
}

.normal-nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  margin-top: 0;
  width: 45px;
  height: 45px;
  color: #9e9e9e;
  background: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.normal-nav .slick-arrow.slick-prev {
  left: 15px;
}

.normal-nav .slick-arrow.slick-next {
  right: 15px;
}

.normal-nav:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.gallery-item {
  position: relative;
}

.gallery-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #292929;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gallery-item img {
  width: 100%;
}

.gallery-item .plus {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  opacity: 0;
}

.gallery-item .plus::before,
.gallery-item .plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gallery-item .plus::before {
  width: 150px;
  height: 1px;
}

.gallery-item .plus::after {
  width: 1px;
  height: 150px;
}

.gallery-item:hover::before {
  opacity: 0.75;
}

.gallery-item:hover .plus {
  opacity: 1;
}

.gallery-item:hover .plus::before {
  width: 40px;
}

.gallery-item:hover .plus::after {
  height: 40px;
}

blockquote.blockquote {
  background-color: #f1f2f3;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

blockquote.blockquote::before {
  position: absolute;
  left: -5px;
  top: -10px;
  z-index: -1;
  opacity: 0.07;
}

blockquote.blockquote p {
  font-size: 18px;
  font-style: italic;
}

blockquote.blockquote .author {
  font-size: 14px;
  display: block;
  line-height: 18px;
}

header.header {
  background-color: #fff;
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

header.header.is-sticky {
  position: fixed !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  background-color: #fff !important;
}

header.header.is-sticky .header-bottom .main-menu > ul > li > a {
  padding: 30px 5px;
  margin: 0 20px 0 0;
}

.header-transparent {
  background-color: transparent !important;
}

.header-top {
  background-color: #750be8;
  background-image: linear-gradient(315deg, #f52e2e 30%, #750be8 125%);
  padding: 35px 0 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header-top {
    padding-top: 10px;
  }
}

.header-top.bg-dark {
  border-color: #535353;
}

.header-top > .container > .row > .col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top > .container > .row > .col:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 575px) {
  .header-top > .container > .row > .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
  .header-top > .container > .row > .col:first-child {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .header-top > .container > .row > .col:last-child {
    margin-bottom: 10px;
  }
}

.header-top-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .header-top-links ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header-top-links ul li {
  font-size: 15px;
  line-height: 26px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #929292;
}

@media only screen and (max-width: 767px) {
  .header-top-links ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .header-top-links ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
    display: block;
  }
}

.header-top-links ul li:last-child {
  margin-right: 0;
}

.header-top-links ul li i {
  margin-right: 6px;
  font-size: 18px;
  line-height: 26px;
  float: left;
  padding-top: 2px;
}

.header-top-links ul li a {
  display: block;
}

.header-top-links.color-white ul li {
  color: #d8d8d8;
}

.header-top-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-top-member a:last-child {
  margin-right: 0;
}

.header-top-member a i {
  font-size: 13px;
}

.header-top-member a:hover {
  color: #315fcc;
}

.header-top-member.color-white a {
  color: #d8d8d8;
}

.header-top-member.color-white a:hover {
  color: #315fcc;
}

.ht-us-menu > li {
  position: relative;
  text-align: center;
}

.ht-us-menu > li > a {
  color: #fff;
  display: block;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  z-index: 10;
  margin-left: 15px;
  font-size: 13px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: "...?";
}

.ht-us-menu > li > a:hover {
  color: #fff;
  text-shadow: 0 0 4px #fff;
}

.ht-us-menu > li > a i {
  font-size: 14px;
}

.ht-us-menu > li:hover .ht-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.info-member {
  color: #fff;
}

.ht-dropdown {
  position: absolute;
  top: 80%;
  right: 0;
  margin-top: 3px;
  width: 200px;
  background-color: #fff;
  padding: 20px 25px;
  z-index: 101;
  text-align: left;
  color: #666;
  box-shadow: rgba(0, 0, 0, 0.07) 0 2px 6px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .ht-dropdown {
    right: auto;
    left: 0;
  }
}

.ht-dropdown li {
  margin-bottom: 10px;
}

.ht-dropdown li:last-child {
  margin-bottom: 0;
}

.ht-dropdown li a {
  display: block;
  font-weight: 400;
  border-top: 0;
  height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  font-weight: 500;
  font-size: 13px;
}

.ht-dropdown li a:hover {
  color: #6d17cb;
}

.header-bottom.bg-dark {
  border-color: #393939;
}

.header-bottom.menu-right > .container > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom.menu-right > .container > .row {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .header-bottom.menu-right > .container > .row {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }
}

.header-bottom.menu-right > .container > .row > .col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: static;
}

.header-bottom.menu-right > .container > .row > .col:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 479px) {
  .header-logo {
    width: 120px;
  }
}

.header-logo a {
  display: inline-block;
}

.header-logo a img {
  width: 230px;
}

.header-search {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-search {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-search {
    margin-left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .header-search {
    margin-left: 0;
  }
}

.header-search-toggle {
  background-color: transparent;
  border: 0;
  color: #6d17cb;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
}

.header-search-toggle i {
  font-size: 24px;
}

.header-search-toggle.open i {
  font-size: 24px;
}

.header-search-toggle.color-white {
  color: #fff;
  border-color: #fff;
}

.header-search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

@media only screen and (max-width: 479px) {
  .header-search-form {
    right: -85px;
  }
}

.header-search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-search-form form input {
  width: 250px;
  border: 0;
  background-color: transparent;
  color: #929292;
  line-height: 24px;
  padding: 13px 20px;
}

@media only screen and (max-width: 479px) {
  .header-search-form form input {
    width: 216px;
  }
}

.header-search-form form button {
  line-height: 24px;
  padding: 13px 15px;
  border: 0;
  background-color: #2876f9;
  background-image: linear-gradient(315deg, #2876f9 0%, #6d17cb 74%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.header-search-form form button i {
  font-size: 22px;
  line-height: 22px;
}

.header-cart {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-cart {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .header-cart {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .header-cart {
    margin-right: 40px;
  }
}

.header-cart > a {
  background-color: transparent;
  border: 0;
  color: #292929;
  padding: 0;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.header-cart > a i {
  color: #6d17cb;
  font-size: 22px;
}

.header-cart > a span {
  position: absolute;
  min-width: 16px;
  height: 16px;
  right: 0;
  top: -2px;
  font-weight: 400;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
}

.header-cart:hover .header-cart-dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-cart.color-white > a {
  color: #fff;
  border-color: #fff;
}

.header-cart-dropdown {
  position: absolute;
  width: 320px;
  background: #fff;
  right: 15px;
  top: 120%;
  padding: 5px 20px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-cart-dropdown {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-cart-dropdown {
    display: none;
  }
}

.cart-img {
  float: left;
  width: 36%;
  margin-right: 20px;
  position: relative;
}

.cart-content {
  float: left;
  width: 56%;
}

ul.cart-items li {
  list-style: none;
  display: block;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  text-align: left;
}

.cart-content span {
  color: #666;
  font-weight: 500;
  font-size: 16px;
}

.cart-content span.product-price {
  color: green;
  font-size: 16px;
}

.product-name {
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  width: 123px;
}

.cart-item-remove a {
  position: absolute;
  color: #ff0000;
  right: 2px;
  top: 18px;
  display: inline-block;
  left: auto;
  font-size: 20px;
}

.cart-item-remove a:hover {
  color: #666;
}

.cart-total {
  overflow: hidden;
  padding: 20px 0;
  text-align: left;
}

.cart-total h5 {
  color: #666;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.cart-btn {
  padding: 20px;
  background-color: #f9f9f9;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -5px;
}

.cart-btn a {
  display: block;
  background-color: #afafaf;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.cart-btn a:first-child {
  margin-bottom: 10px;
}

.cart-btn a:hover {
  background-color: #750be8;
  background-image: linear-gradient(315deg, #f52e2e 30%, #750be8 125%);
  color: #fff;
}

.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu > ul > li {
  position: relative;
}

.main-menu > ul > li > a {
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  font-family: poppins, Kanit, sans-serif;
  color: #666;
  text-transform: uppercase;
  display: block;
  padding: 40px 0;
  margin: 0 30px 0 0;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > ul > li > a {
    padding: 30px 0;
  }
}

.main-menu > ul > li.has-dropdown > a::after {
  content: "\f107";
  font-family: Fontawesome;
  line-height: 30px;
  margin-left: 3px;
}

.main-menu > ul > li.active > a,
.main-menu > ul > li:hover > a {
  color: #6d17cb;
}

.main-menu > ul > li:hover > .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.main-menu > ul > li:hover > .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.main-menu > ul > li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.main-menu > ul > li:last-child .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

.main-menu > ul > li:last-child .sub-menu .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.main-menu > ul > li:nth-last-child(-n + 3) .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.main-menu > ul > li:nth-last-child(-n + 3) .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.main-menu-two > ul > li > a {
    padding: 30px 12px;
    margin: 0;
  }
}

.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 30px;
  padding: 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 230px;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}

.sub-menu li {
  margin-bottom: 5px;
  position: relative;
}

.sub-menu li:last-child {
  margin-bottom: 0;
}

.sub-menu li a {
  font-family: poppins, Kanit, sans-serif;
  color: #666;
  display: block;
  font-size: 13px;
  line-height: 35px;
  font-weight: 400;
  padding: 0 20px;
}

.sub-menu li.has-dropdown > a::after {
  content: "\f105";
  font-family: Fontawesome;
  line-height: 30px;
  float: right;
}

.sub-menu li.active > a {
  color: #6d17cb;
}

.sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  margin-left: 0;
}

.sub-menu li:hover > a {
  color: #6d17cb;
  padding-left: 25px;
}

.sub-menu li:hover > .sub-menu {
  margin-top: -10px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.sub-menu li .sub-menu {
  left: 100%;
  margin-left: 0;
  top: 0;
}

.sub-menu li .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.sub-menu li .sub-menu .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

.mega-menu.four-column {
  width: 800px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu.four-column {
    width: 770px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu.four-column {
    width: 770px;
  }
}

.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #eee;
  border-bottom: 2px solid #6d17cb;
  text-align: left;
  z-index: 999;
  width: 800px;
  -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu {
    width: 770px;
    left: -40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu {
    width: 770px;
    left: -160px;
  }
}

.mega-menu.left-0 {
  left: 0;
}

.mega-menu > li {
  width: 50%;
  padding: 0 13px;
  margin: 34px 0;
  float: left;
  border-left: 1px solid #eee;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu > li {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu > li {
    padding: 0 5px;
  }
}

.mega-menu > li:first-child {
  border-left: 0;
}

.mega-menu > li > a {
  margin: 0 0 12px 12px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  color: #292929;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu > li > a {
    margin: 0 0 12px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu > li > a {
    margin: 0 0 12px 20px;
  }
}

.mega-menu > li > ul > li {
  display: block;
}

.mega-menu > li > ul > li > a {
  padding: 0 12px;
  display: block;
  font-size: 13px;
  line-height: 35px;
  font-weight: 400;
  color: #292929;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu > li > ul > li > a {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mega-menu > li > ul > li > a {
    padding: 0 20px;
  }
}

.mega-menu > li > ul > li > a:hover {
  color: #315fcc;
}

.header-mobile-navigation {
  padding: 20px 0;
}

.header-mobile-navigation .mobile-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-mobile-navigation .mobile-navigation ul li {
  margin-left: 20px;
}

.header-mobile-navigation .mobile-navigation ul li:first-child {
  margin-left: 0;
}

.header-mobile-navigation .mobile-navigation ul li a {
  font-size: 22px;
  font-weight: 400;
  line-height: 55px;
  color: #6d17cb;
}

.header-mobile-navigation .mobile-navigation .header-cart-icon {
  position: relative;
  display: inline-block;
}

.header-mobile-navigation .mobile-navigation .header-cart-icon a {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #6d17cb;
}

.header-mobile-navigation .mobile-navigation .header-cart-icon a span {
  font-size: 10px;
  line-height: 13px;
  position: absolute;
  margin-left: 5px;
  top: -10px;
  left: 50%;
  width: 16px;
  height: 16px;
  color: #fff;
}

.offcanvas-widget-area {
  margin-bottom: 35px;
}

@media only screen and (max-width: 479px) {
  .offcanvas-widget-area {
    margin-bottom: 30px;
  }
}

.off-canvas-contact-widget {
  margin-bottom: 20px;
}

.off-canvas-contact-widget .header-contact-info {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.off-canvas-contact-widget .header-contact-info .header-contact-info-list li {
  display: inline-block;
  margin-right: 25px;
}

.off-canvas-contact-widget .header-contact-info .header-contact-info-list li i {
  font-size: 14px;
  margin-right: 5px;
}

.off-canvas-contact-widget .header-contact-info .header-contact-info-list li a {
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.4);
}

.off-canvas-contact-widget
  .header-contact-info
  .header-contact-info-list
  li
  a:hover {
  color: #315fcc;
}

.off-canvas-contact-widget
  .header-contact-info
  .header-contact-info-list
  li:last-child {
  margin-right: 0;
}

.offcanvas-mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding-left: 60px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.offcanvas-mobile-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas-mobile-menu.inactive {
  -webkit-transform: translateX(calc(100%+60px));
  -ms-transform: translateX(calc(100%+60px));
  transform: translateX(calc(100%+60px));
}

.offcanvas-menu-close {
  position: absolute;
  left: 0;
  top: 0;
  background: #4c5256;
  z-index: 9;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
}

@media only screen and (max-width: 479px) {
  .offcanvas-menu-close {
    width: 50px;
    height: 50px;
    line-height: 55px;
    left: 10px;
    font-size: 25px;
  }
}

.offcanvas-menu-close:hover,
.offcanvas-menu-close:focus {
  color: #fff;
}

.offcanvas-menu-close i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.offcanvas-menu-close:hover i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.offcanvas-wrapper {
  overflow: auto;
  height: 100%;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  background-color: #4c5256;
  /*background-image: linear-gradient(315deg, #2876f9 0%, #6d17cb 74%);*/
}

.offcanvas-mobile-search-area {
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  z-index: 9;
  margin-left: 60px;
}

.offcanvas-mobile-search-area input {
  width: 100%;
  font-size: 16px;
  display: block;
  padding: 9px 25px;
  padding-right: 35px;
  color: #222;
  background: #fff;
  border: 0;
}

@media only screen and (max-width: 479px) {
  .offcanvas-mobile-search-area input {
    font-size: 14px;
    padding: 5px 15px;
    padding-right: 35px;
  }
}

.offcanvas-mobile-search-area button {
  background: 0;
  border: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #aaa;
  padding: 0;
}

.offcanvas-mobile-search-area button i {
  font-size: 18px;
  line-height: 40px;
}

.offcanvas-inner-content {
  padding: 90px 35px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 479px) {
  .offcanvas-inner-content {
    padding: 70px 25px 0;
  }
}

.offcanvas-navigation {
  margin-bottom: 50px;
}

.offcanvas-navigation > ul > li > a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 0;
  color: #fff;
}

.offcanvas-navigation > ul > li > a:hover {
  color: #fac904;
}

@media only screen and (max-width: 479px) {
  .offcanvas-navigation > ul > li > a {
    font-size: 14px;
    line-height: 20px;
  }
}

.offcanvas-navigation ul.submenu2 {
  margin-left: 25px;
}

.offcanvas-navigation ul.submenu2 > li > a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 18px;
  font-weight: 400;
  padding: 10px 0;
}

.offcanvas-navigation ul.submenu2 > li > a:hover {
  color: #fac904;
}

@media only screen and (max-width: 479px) {
  .offcanvas-navigation ul.submenu2 > li > a {
    font-size: 13px;
    line-height: 18px;
  }
}

.offcanvas-navigation ul li.menu-item-has-children {
  position: relative;
  display: block;
}

.offcanvas-navigation ul li.menu-item-has-children a {
  display: block;
}

.offcanvas-navigation
  ul
  li.menu-item-has-children.active
  > .menu-expand
  i:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand {
  position: absolute;
  color: #fff;
  right: auto;
  left: 95%;
  top: -5px;
  width: 30px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
  display: block;
  margin-top: 25px;
  border-bottom: 1px solid;
  position: relative;
  width: 10px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand i:before {
  width: 100%;
  content: "";
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.off-canvas-widget-social a {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.off-canvas-widget-social a:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 479px) {
  .off-canvas-widget-social a {
    margin: 0 10px;
  }
}

.off-canvas-widget-social a:hover {
  color: #315fcc;
}

.offcanvas-settings .offcanvas-navigation > ul > li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0;
}

.offcanvas-settings
  .offcanvas-navigation
  > ul
  > li.menu-item-has-children
  .menu-expand {
  height: 30px;
  top: -15px;
  margin-top: 0;
}

.offcanvas-settings .offcanvas-navigation ul.sub-menu > li > a {
  padding: 5px 0;
}

.slider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background-color: transparent;
  color: #999;
  padding: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 24px;
  text-transform: capitalize;
  -webkit-box-shadow: 0 5px 10px transparent;
  box-shadow: 0 5px 10px transparent;
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav .slick-arrow {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-nav .slick-arrow {
    font-size: 18px;
  }
}

.slider-nav .slick-arrow::before {
  display: none;
}

.slider-nav .slick-arrow.slick-next {
  margin-right: 0;
  margin-top: -60px;
  left: auto !important;
  right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav .slick-arrow.slick-next {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-nav .slick-arrow.slick-next {
    margin-top: -30px;
  }
}

.slider-nav .slick-arrow.slick-prev {
  margin-left: 0;
  margin-top: 60px;
  left: auto !important;
  right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav .slick-arrow.slick-prev {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-nav .slick-arrow.slick-prev {
    margin-top: 30px;
  }
}

.slider-nav .slick-arrow:hover {
  background-color: transparent;
  color: #315fcc;
}

.slider-nav:hover .slick-arrow {
  opacity: 1;
}

.slider-nav:hover .slick-arrow.slick-next {
  margin-right: 0;
}

.slider-nav:hover .slick-arrow.slick-prev {
  margin-left: 0;
}

.slider-nav .slick-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav .slick-dots {
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-nav .slick-dots {
    bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-nav .slick-dots {
    bottom: 20px;
  }
}

.slider-nav .slick-dots li {
  margin: 0 5px;
}

.slider-nav .slick-dots li button {
  display: block;
  padding: 0;
  width: 12px;
  height: 12px;
  background: #000;
  opacity: 0.3;
  text-indent: -9999px;
  border-radius: 100%;
}

.slider-nav .slick-dots li.slick-active button {
  border-color: #fac904;
  opacity: 1;
  background-color: #fac904;
}

.hero-item {
  max-width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.hero-item.image-height {
  height: 500px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-item.image-height {
    height: 500px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item.image-height {
    height: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item.image-height {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item.image-height {
    height: 150px;
  }
}

.hero-item.image-height-three {
  height: 540px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-item.image-height-three {
    height: 440px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item.image-height-three {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item.image-height-three {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item.image-height-three {
    height: 350px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-item {
    height: 650px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-item {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-item {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-item {
    height: 350px;
  }
}

.hero-content-2.left {
  text-align: left;
}

.hero-content-2.center {
  text-align: center;
}

.hero-content-2.right {
  text-align: right;
}

.hero-content-2 > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.hero-content-2 h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-content-2 h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-2 h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-2 h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-2 h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.hero-content-2 h5 {
  color: #fff;
}

.hero-content-2 h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.9) 0 1px 2px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .hero-content-2 h1 {
    font-size: 22px;
    line-height: 1;
  }
  .hero-content-2 h4 {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .hero-content-2 .btn {
    font-size: 12px;
    margin-top: 0;
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-2 h1 > br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-content-2 h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-2 h1 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-2 h1 {
    font-size: 30px;
    max-width: 300px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content-2 h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.hero-content-2 a {
  width: 180px;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-content-2 a {
    width: 170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-2 a {
    width: 160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-2 a {
    width: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-2 a {
    width: 150px;
  }
}

.hero-content-3 {
  display: inline-block;
  text-align: center;
}

.hero-content-3.left {
  text-align: left;
}

.hero-content-3.center {
  text-align: center;
}

.hero-content-3.right {
  text-align: right;
}

.hero-content-3 > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.hero-content-3 h1 {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .hero-content-3 h1 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-content-3 h1 {
    font-size: 22px;
  }
}

.slick-active .hero-content-2 > *,
.slick-active .hero-content-3 > * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active .hero-content-2 > *:nth-child(1),
.slick-active .hero-content-3 > *:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.slick-active .hero-content-2 > *:nth-child(2),
.slick-active .hero-content-3 > *:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slick-active .hero-content-2 > *:nth-child(3),
.slick-active .hero-content-3 > *:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.slick-active .hero-content-2 > *:nth-child(4),
.slick-active .hero-content-3 > *:nth-child(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.slick-active .hero-content-2 > *:nth-child(5),
.slick-active .hero-content-3 > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.slick-active .hero-content-2 > *:nth-child(6),
.slick-active .hero-content-3 > *:nth-child(6) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.about-us-image a img {
  width: 100%;
}

.about-us-content {
  margin: 50px auto 0;
  max-width: 950px;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-content {
    margin: 35px auto 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content {
    margin: 35px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-content {
    margin: 35px auto 0;
  }
}

.about-us-content h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin: auto;
  margin-bottom: 35px;
  max-width: 680px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-content h4 {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content h4 {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-content h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.about-us-content p {
  margin-bottom: 35px;
}

.faq-area h3,
.testimonial-area h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .faq-area h3,
  .testimonial-area h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.single-banner-item {
  position: relative;
}

.single-banner-item .banner-image a {
  display: block;
  width: 100%;
}

.single-banner-item .banner-image a img {
  width: 100%;
  -webkit-border-radius: 5px;
  transition: all 0.5s ease;
}

.single-banner-item .banner-image a:hover img {
  /*-webkit-filter: brightness(120%);
    filter: brightness(120%);*/

  /*comment เอง*/
  /*-webkit-filter: grayscale(100%);*/

  /* Safari 6.0 - 9.0 */

  /*comment เอง*/
  /*filter: grayscale(100%);*/
  /*box-shadow: 0 px 0 6px rgba(0, 0, 0, .7);*/

  /*-webkit-transform: scale(1.02);
    transform: scale(1.02)*/
}

.single-banner-item .banner-content {
  position: absolute;
  left: 50px;
  top: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-banner-item .banner-content {
    left: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-item .banner-content {
    left: 30px;
    top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single-banner-item .banner-content {
    left: 30px;
    top: 30px;
  }
}

.single-banner-item .banner-content .title-light {
  font-size: 19px;
  line-height: 26px;
  color: #333;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-banner-item .banner-content .title-light {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-item .banner-content .title-light {
    font-size: 16px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .single-banner-item .banner-content .title-light {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
  }
}

.single-banner-item .banner-content .title {
  font-size: 26px;
  line-height: 30px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 500;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-banner-item .banner-content .title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-item .banner-content .title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single-banner-item .banner-content .title {
    font-size: 20px;
    line-height: 23px;
  }
}

.single-banner-item .banner-content a {
  font-size: 14px;
  color: gray;
  line-height: 1;
  display: inline-block;
  margin-top: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-banner-item .banner-content a {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-item .banner-content a {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .single-banner-item .banner-content a {
    margin-top: 10px;
  }
}

.single-banner-item .banner-content a:hover {
  color: #315fcc;
}

.single-banner-item .banner-content a i {
  font-size: 16px;
  color: #315fcc;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.single-banner-item .banner-content.banner-content-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-banner-item .banner-content.banner-content-two .title-light {
  font-size: 20px;
  line-height: 27px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-banner-item .banner-content.banner-content-two .title-light {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-item .banner-content.banner-content-two .title-light {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner-item .banner-content.banner-content-two .title-light {
    font-size: 14px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single-banner-item .banner-content.banner-content-two .title-light {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.single-banner-item .banner-content.banner-content-two .title {
  font-size: 42px;
  line-height: 46px;
  max-width: 280px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-banner-item .banner-content.banner-content-two .title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-item .banner-content.banner-content-two .title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner-item .banner-content.banner-content-two .title {
    font-size: 22px;
    line-height: 1.2;
    max-width: 160px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single-banner-item .banner-content.banner-content-two .title {
    font-size: 22px;
    line-height: 1.2;
    max-width: 160px;
    margin-bottom: 0;
  }
}

.single-banner-item .banner-content.banner-content-two a {
  font-size: 18px;
  margin-top: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-banner-item .banner-content.banner-content-two a {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-item .banner-content.banner-content-two a {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner-item .banner-content.banner-content-two a {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .single-banner-item .banner-content.banner-content-two a {
    margin-top: 10px;
    font-size: 14px;
  }
}

.single-banner-item .banner-content.banner-content-two a:hover {
  color: #315fcc;
}

.single-banner-item .banner-content.banner-content-two a i {
  font-size: 16px;
}

.single-banner-item .banner-content.banner-content-three {
  top: 30px;
  left: 20px;
}

.single-banner-item .banner-content.banner-content-three .title-light {
  font-size: 13px;
  line-height: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-banner-item .banner-content.banner-content-three .title-light {
    font-size: 13px;
    line-height: 17px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-item .banner-content.banner-content-three .title-light {
    font-size: 13px;
    line-height: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner-item .banner-content.banner-content-three .title-light {
    font-size: 13px;
    line-height: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .single-banner-item .banner-content.banner-content-three .title-light {
    font-size: 13px;
    line-height: 17px;
  }
}

.single-banner-item .banner-content.banner-content-three .title {
  font-size: 19px;
  line-height: 26px;
  font-weight: 600;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-banner-item .banner-content.banner-content-three .title {
    font-size: 19px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-item .banner-content.banner-content-three .title {
    font-size: 19px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner-item .banner-content.banner-content-three .title {
    font-size: 19px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .single-banner-item .banner-content.banner-content-three .title {
    font-size: 19px;
    line-height: 26px;
  }
}

.shop-banner img {
  width: 100%;
}

.shop-banner-title h2 {
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 37px;
}

@media only screen and (max-width: 767px) {
  .shop-banner-title h2 {
    margin: 0 0 20px;
    font-size: 24px;
  }
}

.single-feature {
  text-align: center;
}

.single-feature.feature-style-two .feature-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-feature .feature-image {
  margin-bottom: 30px;
}

.single-feature .feature-content .title {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 25px;
  font-weight: 600;
}

.single-feature .feature-content .short-desc {
  font-size: 13px;
  line-height: 23px;
}

@media only screen and (max-width: 767px) {
  .single-feature .feature-content .short-desc {
    max-width: 250px;
    margin: auto;
  }
}

.single-service .service-img {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .single-service .service-img {
    margin-bottom: 15px;
  }
}

.single-service .service-img img {
  width: 100%;
}

.single-service .service-content .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-nav-two .slick-arrow {
  top: auto;
  bottom: 25%;
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-nav-two .slick-arrow {
    top: 0;
    bottom: auto;
    margin-top: -60px;
  }
}

@media only screen and (max-width: 767px) {
  .product-nav-two .slick-arrow {
    top: 0;
    bottom: auto;
    margin-top: -55px;
  }
}

.product-nav-two .slick-arrow.slick-prev {
  right: auto;
  left: -19%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-nav-two .slick-arrow.slick-prev {
    left: -32%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-nav-two .slick-arrow.slick-prev {
    left: auto;
    right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .product-nav-two .slick-arrow.slick-prev {
    left: auto;
    right: 50px;
  }
}

.product-nav-two .slick-arrow.slick-next {
  right: auto;
  left: -16%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-nav-two .slick-arrow.slick-next {
    left: -15%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-nav-two .slick-arrow.slick-next {
    left: -27%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-nav-two .slick-arrow.slick-next {
    left: auto;
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .product-nav-two .slick-arrow.slick-next {
    left: auto;
    right: 10px;
  }
}

.product-fluid .col:last-child {
  border-right: 0;
}

.single-grid-product {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.single-grid-product .product-label span {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-block;
  top: 10px;
  left: 10px;
}

.single-grid-product .product-label span.new {
  font-size: 12px;
  left: auto;
  right: 5px;
  background-color: #315fcc;
}

.single-grid-product .product-label span.sale {
  background-color: #e73232;
  left: auto;
  right: 10px;
}

.single-grid-product .product-image {
  position: relative;
  margin-bottom: 20px;
}

.single-grid-product .product-image > a {
  display: block;
  width: 100%;
}

.single-grid-product .product-image > a img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-border-radius: 5px;
}

.single-grid-product .product-image > a img:nth-child(1) {
  visibility: visible;
  opacity: 1;
}

.single-grid-product .product-image > a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.single-grid-product .product-image .product-action {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5em;
  padding: 5px 15px;
  -webkit-box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-right: -50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-grid-product .product-image .product-action {
    padding: 5px 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-grid-product .product-image .product-action {
    padding: 5px 8px;
  }
}

.single-grid-product .product-image .product-action .product-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #6d17cb;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-grid-product .product-image .product-action .product-btn {
    margin-right: 10px;
    font-size: 13px;
    font-weight: 500;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-grid-product .product-image .product-action .product-btn {
    margin-right: 10px;
    font-size: 13px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 767px) {
  .single-grid-product .product-image .product-action .product-btn {
    margin-right: 8px;
  }
}

.single-grid-product .product-image .product-action .product-btn:hover {
  color: #292929;
}

.single-grid-product .product-image .product-action ul li {
  padding-right: 17px;
}

.single-grid-product .product-image .product-action ul li a {
  font-size: 18px;
  color: #292929;
  line-height: 45px;
}

.single-grid-product .product-image .product-action ul li a:hover {
  color: #292929;
}

.single-grid-product .product-image .product-action ul li:last-child {
  padding-right: 0;
}

.single-grid-product .product-category-rating .category a {
  font-weight: 400;
  line-height: 12px;
  color: #929292;
}

.single-grid-product .product-category-rating .rating {
  float: right;
  margin-top: -3px;
}

.single-grid-product .product-category-rating .rating i {
  font-size: 15px;
}

.single-grid-product .product-category-rating .rating i.active {
  color: #f5c60d;
}

.single-grid-product .title {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
}

.single-grid-product .title a {
  display: block;
}

.single-grid-product .title a:hover {
  color: #5b04b9;
}

.single-grid-product p {
  font-family: karla, Kanit, sans-serif;
}

.single-grid-product p .main-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #929292;
}

.single-grid-product p .main-price.discounted {
  text-decoration: line-through;
}

.single-grid-product p .discounted-price {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-right: 10px;
  color: #e73232;
}

.single-grid-product:hover .product-image > a img:nth-child(2) {
  visibility: visible;
  opacity: 1;
}

.single-grid-product:hover .product-image .product-action {
  visibility: visible;
  opacity: 1;
  bottom: 115px;
}

.single-grid-product.list-mode {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 20px;
}

.single-grid-product.list-mode .list-mode-image {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

.single-grid-product.list-mode .list-mode-content {
  -ms-flex-preferred-size: calc(100% - 100px);
  flex-basis: calc(100% - 100px);
  padding-left: 20px;
}

.single-grid-product .product-countdown {
  width: 350px;
  max-width: 100%;
}

.single-grid-product .product-countdown .single-countdown {
  width: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-grid-product .product-countdown .single-countdown {
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-grid-product .product-countdown .single-countdown {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .single-grid-product .product-countdown .single-countdown {
    padding: 10px;
  }
}

.product-list-item .single-grid-product .product-image {
  margin-bottom: 0;
}

.product-content-shop-list {
  text-align: left;
}

.product-content-shop-list h3 {
  font-size: 14px;
  line-height: 18px;
  margin: 12px 0 20px;
}

.product-content-shop-list .product-category-rating {
  margin: 0 0 10px;
}

.product-content-shop-list .product-category-rating .review a {
  font-weight: 400;
  line-height: 12px;
  color: #929292;
  margin-left: 10px;
}

.product-content-shop-list .product-category-rating .review a:hover {
  color: #292929;
}

.product-content-shop-list .product-category-rating .rating {
  margin-top: -3px;
}

.product-content-shop-list .product-category-rating .rating i {
  font-size: 15px;
}

.product-content-shop-list .product-category-rating .rating i.active {
  color: #f5c60d;
}

.product-content-shop-list .product-price {
  font-family: karla, Kanit, sans-serif;
  margin: 0 0 35px;
}

@media only screen and (max-width: 767px) {
  .product-content-shop-list .product-price {
    margin: 0 0 15px;
  }
}

.product-content-shop-list .product-price .main-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #929292;
}

.product-content-shop-list .product-price .main-price.discounted {
  text-decoration: line-through;
}

.product-content-shop-list .product-price .discounted-price {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-right: 10px;
  color: #315fcc;
}

.product-content-shop-list .product-desc {
  border-top: 1px solid #ebebeb;
  padding-top: 35px;
}

@media only screen and (max-width: 767px) {
  .product-content-shop-list .product-desc {
    padding-top: 15px;
  }
}

.product-details-content .product-countdown {
  margin-bottom: 25px;
}

.product-details-content .product-countdown .single-countdown {
  padding: 15px 25px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .product-countdown .single-countdown {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .product-countdown .single-countdown {
    padding: 15px;
  }
}

.product-details-content
  .product-countdown
  .single-countdown
  .single-countdown-time {
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content
    .product-countdown
    .single-countdown
    .single-countdown-time {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content
    .product-countdown
    .single-countdown
    .single-countdown-time {
    font-size: 14px;
  }
}

.product-details-content
  .product-countdown
  .single-countdown
  .single-countdown-text {
  font-size: 10px;
}

.product-countdown .single-countdown {
  background-color: #292929;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 15px;
  font-weight: 400;
  border-right: 1px solid #fff;
  text-align: center;
}

.product-countdown .single-countdown .single-countdown-time {
  display: block;
  font-size: 14px;
}

.product-countdown .single-countdown .single-countdown-text {
  font-size: 10px;
}

.shop-area {
  position: relative;
  z-index: 9;
  background: #f9f9f9;
  box-shadow: 5 0 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 30px 30px 0;
}

@media only screen and (max-width: 767px) {
  .shop-area {
    padding: 15px;
  }
}

.shop-topbar-wrapper {
  position: relative;
  padding: 10px 0;
  margin: 0 0 40px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 575px) {
  .shop-topbar-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 575px) {
  .grid-list-option {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .grid-list-option ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}

.grid-list-option ul li {
  margin-right: 12px;
}

.grid-list-option ul li:last-child {
  margin-right: 0;
}

.grid-list-option ul li a {
  font-size: 18px;
  display: block;
  text-align: center;
  color: #999;
}

.grid-list-option ul li a.active,
.grid-list-option ul li a:hover {
  color: #6d17cb;
}

.grid-list-option p {
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .grid-list-option p {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 575px) {
  .toolbar-short-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.toolbar-shorter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .toolbar-shorter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .toolbar-shorter {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.toolbar-shorter:last-child {
  margin-right: 0;
}

.toolbar-shorter label {
  display: block;
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 14px;
  color: #292929;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .toolbar-shorter label {
    margin-right: 10px;
    width: 65px;
  }
}

.nice-select.wide {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .nice-select.wide {
    width: 165px;
  }
}

.nice-select.small {
  height: 42px;
  line-height: 40px;
  font-size: 14px;
  margin-right: 10px;
}

.slider-lg-image-1 .lg-image {
  position: relative;
}

.slider-lg-image-1 .lg-image > a {
  width: 100%;
}

.slider-lg-image-1 .lg-image img {
  width: 100%;
  -webkit-border-radius: 5px;
}

.slider-thumbs-1 {
  margin-top: 15px;
  overflow: hidden;
}

.slider-thumbs-1 .slick-list {
  margin: 0 -5px;
}

.slider-thumbs-1 .slick-list .slick-slide {
  padding: 0 5px;
}

.slider-thumbs-1 .slick-list .slick-slide > img {
  border: 1px solid transparent;
}

.slider-thumbs-1 .slick-active.slick-current > img {
  border-color: #315fcc;
}

.product-details-thumbs .sm-image {
  cursor: pointer;
}

.product-large-thumb {
  position: relative;
  overflow: hidden;
}

.flip-disable {
  pointer-events: none;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back,
.front-show,
.back-show,
.back-show_1 {
  width: 100%;
  height: 400px;
}

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.front,
.back,
.front-show,
.back-show,
.back-show_1 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  cursor: pointer;
}

.front {
  z-index: 2;
  background: url(../images/card/card-front.png?v=1) 0 0 no-repeat;
  background-position: center;
  cursor: pointer;
}

.front-show {
  z-index: 2;
  border-radius: 20px;
  background-color: #315fcc;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.front-item-icon {
  position: relative;
  color: #fff;
  font-size: 100px;
  text-align: center;
  width: 100%;
  top: 20%;
  display: none;
}

.increse-percent {
  border-radius: 0.25rem;
  font-size: 14px;
  padding: 5px;
  border: #315fcc solid 1px;
  background-color: #fff;
  color: #315fcc;
  cursor: pointer;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.increse-selected {
  border-radius: 0.25rem;
  background-color: #315fcc;
  color: #fff;
}

.back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: url(../images/card/card-back.png?v=1) 0 0 no-repeat;
  background-position: center;
  cursor: pointer;
}

.card-l-selected {
  border-radius: 25px;
  border: 5px solid #323232;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
}

.card-service:hover .card-service-img {
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  border-radius: 50px;
}

.front-item-icon {
  position: relative;
  color: #fff;
  font-size: 100px;
  text-align: center;
  width: 100%;
  top: 20%;
  display: none;
}

.user-lucky-point {
  border-radius: 0.25rem;
  font-size: 14px;
  width: 100%;
  padding: 5px;
  background-color: #323232;
  color: #fff;
  cursor: pointer;
}

.user-lucky-point a:hover {
  color: #fff;
}

.swal-content__input {
  color: #000;
}

a.popup-img {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 48px;
  text-align: center;
  background: #373737;
  color: #fff;
  border-radius: 6px;
  z-index: 9;
}

.product-large-thumb a.popup-img:hover {
  background-color: #315fcc;
  color: #fff;
}

.product-details-content {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .product-details-content {
    margin-top: 30px;
  }
}

.product-nav {
  position: absolute;
  top: 0;
  right: 0;
}

.product-nav > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #d1d1d1;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  color: #d1d1d1;
  position: relative;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-nav > a:hover {
  background: #315fcc;
  border-color: #315fcc;
  color: #fff;
}

.product-details-content.text-center h2 {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .product-details-content.text-center h2 {
    max-width: 245px;
    font-size: 18px;
    margin: auto;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .product-details-content.text-center h2 {
    max-width: 195px;
    font-size: 17px;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
  }
}

.product-details-content h2 {
  color: #4c5256;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  max-width: 400px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content h2 {
    max-width: 370px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content h2 {
    font-size: 17px;
    max-width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .product-details-content h2 {
    font-size: 18px;
    max-width: 300px;
  }
}

@media only screen and (max-width: 479px) {
  .product-details-content h2 {
    font-size: 18px;
    max-width: 175px;
  }
}

.single-product-reviews {
  font-size: 15px;
  margin-bottom: 20px;
}

.single-product-reviews i.active {
  color: #f5c60d;
}

.review-link {
  font-size: 13px;
  color: #292929;
  margin-left: 10px;
  line-height: 30px;
  display: inline-block;
}

.review-link:hover {
  color: #315fcc;
}

.single-product-price {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.single-product-price .price.new-price {
  color: #28a745;
  font-weight: 500;
}

.single-product-price .regular-price {
  color: #ce0c0c;
  text-decoration: line-through;
}

.product-description {
  line-height: 25px;
  color: #929292;
  margin-top: 10px;
  margin-bottom: 30px;
}

.product-description h4 {
  color: green;
}

.single-product-quantity {
  margin-bottom: 35px;
}

.single-product-quantity .product-quantity {
  background: #fff;
  border: 1px solid #ededed;
  float: left;
  margin-right: 15px;
  padding: 0 10px;
  border-radius: 0;
}

.single-product-quantity .product-quantity input {
  background: 0;
  border: 0;
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  height: 46px;
  line-height: 46px;
  padding: 0;
  width: 60px;
}

@media only screen and (max-width: 767px) {
  .single-product-quantity .product-quantity input {
    height: 45px;
    width: 40px;
  }
}

.single-product-quantity .btn {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .single-product-quantity .btn {
    padding: 8px 15px;
  }
}

.single-product-quantity .btn i {
  font-size: 20px;
  margin-right: 10px;
}

.wishlist-compare-btn {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .wishlist-compare-btn {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .wishlist-compare-btn {
    text-align: left;
  }
}

@media only screen and (max-width: 479px) {
  .wishlist-compare-btn {
    text-align: center;
  }
}

.wishlist-compare-btn a {
  background: 0;
  border: 1px solid #ededed;
  color: #292929;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  line-height: 43px;
  text-align: center;
  width: 170px;
  border-radius: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wishlist-compare-btn a {
    width: 155px;
  }
}

.wishlist-compare-btn a.wishlist-btn {
  margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wishlist-compare-btn a.wishlist-btn {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wishlist-compare-btn a.wishlist-btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.wishlist-compare-btn a.add-compare {
  border-radius: 5px;
}

.wishlist-compare-btn a.wishlist-btn:before {
  content: "\f08a";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 5px;
  vertical-align: top;
}

.wishlist-compare-btn a:hover {
  background: #315fcc;
  border-color: #315fcc;
  color: #fff;
}

.wishlist-compare-btn a:hover:before {
  -webkit-animation: crFlipX 2s ease-in-out infinite both;
  animation: crFlipX 2s ease-in-out infinite both;
}

.product-meta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  width: 100%;
}

.product-meta .posted-in {
  color: #929292;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  text-transform: uppercase;
}

.product-meta .posted-in > a {
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.product-meta .posted-in > a:hover {
  color: #315fcc;
}

.single-product-sharing {
  margin-bottom: 0;
  padding: 15px 0;
  width: 100%;
}

.single-product-sharing > h3 {
  color: #292929;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-right: 15px;
  text-transform: uppercase;
}

.single-product-sharing ul {
  display: inline-block;
  margin-bottom: 10px;
}

.single-product-sharing ul > li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.single-product-sharing ul li a {
  color: #555;
  display: block;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.single-product-sharing ul li a:hover {
  color: #315fcc;
}

.product-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-variants > .product-variants-item {
  margin: 20px 0;
  display: block;
  margin-top: 0;
}

.product-variants > .product-variants-item:last-child {
  margin-left: 30px;
}

.product-variants-item span.control-label {
  margin-bottom: 6px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  text-transform: capitalize;
}

.product-variants .product-variants-item select {
  border: 1px solid #ebebeb;
  height: 40px;
  width: 60px;
  background: #fff;
  border: 1px solid #ebebeb;
  height: 40px;
  width: 60px;
  background: #fff;
}

.procuct-color > li {
  display: inline-block;
  list-style: none;
  margin-left: 5px;
}

.procuct-color > li:nth-child(2) > a > span.color {
  background: #00eeb3;
}

.procuct-color > li > a > span.color {
  background: #ffa07a;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.procuct-color > li.active > a > span.color,
.procuct-color > li:hover > a > span.color {
  outline: 1px solid #d6b98c;
  outline-offset: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .group-cart-table {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .group-cart-table {
    margin-bottom: 20px;
  }
}

.group-cart-table .table {
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .group-cart-table .table {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .group-cart-table .table {
    margin-bottom: 15px;
  }
}

.group-cart-table .table td {
  text-align: center;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .group-cart-table .table td {
    min-width: 150px;
  }
}

@media only screen and (max-width: 575px) {
  .group-cart-table .table td {
    min-width: 180px;
  }
}

.group-cart-table .quantity-field label {
  margin-right: 5px;
}

.group-cart-table .quantity-field input {
  width: 50px;
  text-align: center;
  border: 1px solid #ddd;
  height: 45px;
}

.single-product-area .slider-thumbs-2 {
  padding: 40px 0;
}

.product-details-images-2 {
  float: right;
  width: calc(100% - 110px);
  padding-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-images-2 {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 767px) {
  .product-details-images-2 {
    width: calc(100% - 80px);
  }
}

.product-details-thumbs-2 {
  float: left;
  width: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-thumbs-2 {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-thumbs-2 {
    width: 80px;
  }
}

.product-details-images-2.tabstyle-3 {
  float: left;
  width: calc(100% - 110px);
  padding-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-images-2.tabstyle-3 {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 767px) {
  .product-details-images-2.tabstyle-3 {
    width: calc(100% - 80px);
  }
}

.product-details-thumbs-2.tabstyle-3 {
  float: right;
  width: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-thumbs-2.tabstyle-3 {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-thumbs-2.tabstyle-3 {
    width: 80px;
  }
}

.lg-image.col-50 {
  float: left;
  width: 50%;
  padding: 5px;
}

.lg-image.col-50 a.popup-img {
  bottom: 5px;
  right: 5px;
}

.lg-image.sidebar-sticky {
  margin-bottom: 20px;
}

.lg-image.sidebar-sticky:last-child {
  margin-bottom: 0;
}

.slider-box {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .slider-box {
    margin-bottom: 0;
  }
}

.slider-box .slick-list {
  margin: 0 -10px;
}

.slider-box .slick-list .slick-slide {
  padding: 0 10px;
}

.slider-box-content .product-description p {
  max-width: 80%;
  margin: auto;
  margin-bottom: 15px;
}

.slider-box-content .product-quantity {
  float: none;
  display: inline-block;
}

.slider-box-content .add-to-link {
  display: inline-block;
}

.dec-and-review-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dec-and-review-menu > li {
  list-style: none;
  position: relative;
  z-index: 9;
  display: inline-block;
  margin-right: 50px;
}

@media only screen and (max-width: 575px) {
  .dec-and-review-menu > li {
    margin-bottom: 10px;
    margin-right: 0;
    text-align: center;
    display: block;
    width: 100%;
  }
}

.dec-and-review-menu > li:last-child {
  margin-right: 0;
}

.dec-and-review-menu > li > a {
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
}

.dec-and-review-menu > li > a.active,
.dec-and-review-menu > li > a:hover {
  color: #292929;
}

.product-review-tab {
  padding: 100px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-review-tab {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-review-tab {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-review-tab {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-review-tab {
    padding: 50px 0;
  }
}

.product-review-content-tab {
  padding-top: 40px;
  font-size: 13px;
  line-height: 26px;
  width: 100%;
}

.single-product-description p {
  line-height: 22px;
  color: #929292;
}

.review-page-comment h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.review-page-comment > ul {
  margin: 0 0 25px;
}

.review-page-comment > ul > li {
  margin: 0 0 20px;
  position: relative;
  list-style: none;
}

.product-comment img {
  width: 60px;
  float: left;
}

.product-comment-content {
  border: 1px solid #ededed;
  border-radius: 3px;
  margin-left: 80px;
  position: relative;
  padding: 15px 15px 0;
}

.product-comment-content:before {
  background: #fff;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  content: "";
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.meta > strong {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 31px;
}

.meta > span {
  font-size: 13px;
  font-weight: 400;
  line-height: 31px;
}

.description p {
  font-size: 13px;
  color: #929292;
  line-height: 28px;
}

.comment-notes {
  margin: 0;
}

.rating i.fa:not(:last-child) {
  color: #f9ba48;
}

.comment-form-comment {
  margin-bottom: 10px;
}

.comment-form-comment textarea {
  border: 1px solid #ededed;
  border-radius: 0;
  height: 125px;
  padding: 10px;
  width: 100%;
  background: #f5f5f5;
}

.review-comment-form-author,
.review-comment-form-email {
  margin-bottom: 10px;
}

.review-comment-form-author input,
.review-comment-form-email input {
  background: #f5f5f5;
  border: 0;
  border-radius: 0;
  height: 38px;
  line-height: 38px;
  max-width: 100%;
  width: 300px;
  display: block;
  padding: 0 0 0 10px;
  vertical-align: middle;
}

.review-comment-form-author input:focus,
.review-comment-form-email input:focus,
.comment-form-comment textarea:focus {
  outline: auto;
  outline-color: #315fcc;
}

.form-button {
  border: none !important;
  height: 42px !important;
  line-height: 40px !important;
  background: #315fcc;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  letter-spacing: 0.1em;
  line-height: 38px;
  overflow: hidden;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  border-radius: 5px;
  cursor: pointer;
}

.form-button:hover {
  background: #222;
  color: #fff;
}

.cart-table .table {
  margin: 0;
}

.cart-table .table thead {
  background-color: #750be8;
  background-image: linear-gradient(315deg, #f52e2e 30%, #750be8 125%);
}

@media only screen and (max-width: 767px) {
  .cart-table .table thead {
    display: none;
  }
}

.cart-table .table thead tr th {
  text-align: center;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 12px 20px;
}

.cart-table .table tbody tr td {
  text-align: center;
  border: 0;
  padding: 25px 20px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .cart-table .table tbody tr td {
    display: block;
    width: 100%;
    max-width: none;
    padding: 15px;
    text-align: left;
  }
}

.cart-table th.pro-thumbnail,
.cart-table td.pro-thumbnail {
  max-width: 120px;
  min-width: 100px;
  width: 120px;
}

@media only screen and (max-width: 767px) {
  .cart-table th.pro-thumbnail a,
  .cart-table td.pro-thumbnail a {
    width: 120px;
  }
}

.cart-table th.pro-title,
.cart-table td.pro-title {
  min-width: 200px;
}

.cart-table td.pro-thumbnail a {
  display: block;
  border: 1px solid #eee;
}

.cart-table td.pro-thumbnail a img {
  width: 100%;
  background-color: #f6f7f8;
}

.cart-table td.pro-title a {
  font-size: 16px;
  font-weight: 600;
  color: #929292;
}

.cart-table td.pro-title a:hover {
  color: #315fcc;
}

.cart-table td.pro-price span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #929292;
}

.cart-table td.pro-quantity .pro-qty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  vertical-align: middle;
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  border: 1px solid #eee;
}

.cart-table td.pro-quantity .pro-qty .qtybtn {
  height: 42px;
  padding: 0 10px;
  border: 0;
  background-color: #fff;
}

.cart-table td.pro-quantity .pro-qty input {
  height: 42px;
  width: 50px;
  text-align: center;
  border-width: 0 1px;
  border-style: solid;
  border-color: #eee;
  color: #929292;
}

.cart-table td.pro-subtotal span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #929292;
}

.cart-table td.pro-addtocart button {
  height: 44px;
  line-height: 40px;
}

@media only screen and (max-width: 767px) {
  .cart-table td.pro-addtocart button {
    line-height: 22px;
  }
}

.cart-table td.pro-stock span.in-stock {
  font-size: 14px;
  text-transform: capitalize;
  color: #30b878;
}

.cart-table td.pro-stock span.out-stock {
  color: #eb3e32;
}

.cart-table td.pro-remove a {
  display: block;
  font-weight: 600;
  color: #929292;
}

.cart-table td.pro-remove a i {
  font-size: 15px;
}

.cart-table td.pro-remove a:hover {
  color: red;
}

@media only screen and (max-width: 767px) {
  .cart-table td.pro-remove a {
    width: 60px;
    text-align: center;
  }
}

.calculate-shipping {
  margin-bottom: 23px;
}

.calculate-shipping h4 {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 30px;
}

.calculate-shipping form .nice-select {
  width: 100%;
  border-radius: 0;
  height: 55px;
  border: 1px solid #999;
  line-height: 40px;
  padding: 9px 20px;
  color: #929292;
  background-color: transparent;
}

.calculate-shipping form input {
  width: 100%;
  height: 55px;
  border: 1px solid #999;
  line-height: 24px;
  padding: 9px 20px;
  color: #929292;
  color: #929292;
  background-color: transparent;
}

.calculate-shipping form input[type="submit"] {
  font-weight: 700;
  color: #292929;
  background-color: #315fcc;
  border-color: #315fcc;
  width: 140px;
}

.calculate-shipping form input[type="submit"]:hover {
  background-color: #292929;
  border-color: #292929;
  color: #315fcc;
}

.discount-coupon h4 {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 30px;
}

.discount-coupon form input {
  width: 100%;
  height: 55px;
  border: 1px solid #999;
  line-height: 24px;
  padding: 9px 20px;
  color: #929292;
  background-color: transparent;
}

.discount-coupon form input[type="submit"] {
  font-weight: 700;
  color: #292929;
  background-color: #315fcc;
  border-color: #315fcc;
  width: 140px;
}

.discount-coupon form input[type="submit"]:hover {
  background-color: #292929;
  border-color: #292929;
  color: #315fcc;
}

.cart-summary {
  float: right;
  max-width: 410px;
  width: 100%;
  margin-left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-summary {
    margin-left: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .cart-summary {
    margin-left: 0;
    max-width: 100%;
  }
}

.cart-summary .cart-summary-wrap {
  background-color: #f5f5f5;
  padding: 45px 50px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
  .cart-summary .cart-summary-wrap {
    padding: 25px 30px;
  }
}

.cart-summary .cart-summary-wrap h4 {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 30px;
  color: #292929;
}

.cart-summary .cart-summary-wrap p {
  font-weight: 600;
  line-height: 23px;
  color: #292929;
}

.cart-summary .cart-summary-wrap p span {
  float: right;
}

.cart-summary .cart-summary-wrap h2 {
  border-top: 1px solid #292929;
  padding-top: 9px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  color: #292929;
  margin: 0;
}

.cart-summary .cart-summary-wrap h2 span {
  float: right;
}

.cart-summary .cart-summary-button {
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-summary .cart-summary-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .cart-summary .cart-summary-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.cart-summary .cart-summary-button button {
  margin-top: 10px;
  width: 140px;
  border-radius: 0;
  height: 44px;
  line-height: 24px;
  padding: 9px 20px;
  margin-left: 20px;
  float: right;
}

.cart-summary .cart-summary-button button:last-child {
  margin-left: 0;
}

.cart-summary .cart-summary-button button.checkout-btn {
  color: #292929;
  background-color: #315fcc;
  border-color: #315fcc;
}

.cart-summary .cart-summary-button button:hover {
  background-color: #315fcc;
  border-color: #315fcc;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-summary .cart-summary-button button {
    margin-left: 0;
    margin-right: 20px;
  }
  .cart-summary .cart-summary-button button:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cart-summary .cart-summary-button button {
    margin-left: 0;
    margin-right: 10px;
  }
  .cart-summary .cart-summary-button button:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .cart-summary .cart-summary-button button {
    width: 130px;
  }
}

.checkout-title {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 30px;
}

.checkout-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.checkout-form .nice-select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #929292;
  margin-bottom: 15px;
}

.checkout-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  color: #929292;
  margin-bottom: 15px;
}

.checkout-form input[type="checkbox"] {
  width: auto;
}

.checkout-form .check-box {
  float: left;
  margin-right: 70px;
}

@media only screen and (max-width: 575px) {
  .checkout-form .check-box {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .checkout-form .check-box {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.checkout-form .check-box:last-child {
  margin-right: 0;
}

.checkout-form .check-box input[type="checkbox"] {
  display: none;
}

.checkout-form .check-box input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #292929;
  margin: 0;
}

.checkout-form .check-box input[type="checkbox"] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type="checkbox"] + label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: #292929;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type="checkbox"]:checked + label::before {
  border: 2px solid #292929;
}

.checkout-form .check-box input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

#shipping-form {
  display: none;
}

.checkout-cart-total {
  background-color: #f5f5f5;
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .checkout-cart-total {
    padding: 30px;
  }
}

.checkout-cart-total h4 {
  -ms-flex-preferred-size: 18px;
  flex-basis: 18px;
  line-height: 23px;
  font-weight: 600;
  color: #292929;
}

.checkout-cart-total h4:first-child {
  margin-top: 0;
  margin-bottom: 25px;
}

.checkout-cart-total h4:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}

.checkout-cart-total h4 span {
  float: right;
  display: block;
}

.checkout-cart-total ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-cart-total ul li {
  color: #292929;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
}

.checkout-cart-total ul li span {
  color: #292929;
  float: right;
}

.checkout-cart-total p {
  line-height: 30px;
  font-weight: 600;
  color: #292929;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}

.checkout-cart-total p span {
  float: right;
}

.checkout-payment-method {
  background-color: #f5f5f5;
  padding: 45px;
}

@media only screen and (max-width: 575px) {
  .checkout-payment-method {
    padding: 30px;
  }
}

.single-method {
  margin-bottom: 20px;
}

.single-method:last-child {
  margin-bottom: 0;
}

.single-method input[type="radio"] {
  display: none;
}

.single-method input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #292929;
  margin: 0;
}

.single-method input[type="radio"] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #292929;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-method input[type="radio"] + label::after {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  content: "";
  opacity: 0;
  background-color: #315fcc;
  width: 10px;
  text-align: center;
  height: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-method input[type="radio"]:checked + label::before {
  border: 2px solid #315fcc;
}

.single-method input[type="radio"]:checked + label::after {
  opacity: 1;
}

.single-method input[type="checkbox"] {
  display: none;
}

.single-method input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #292929;
  margin: 0;
}

.single-method input[type="checkbox"] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  display: block;
  border: 2px solid #292929;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-method input[type="checkbox"] + label::after {
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  content: "";
  opacity: 0;
  background-color: #315fcc;
  width: 8px;
  text-align: center;
  height: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-method input[type="checkbox"]:checked + label::before {
  border: 2px solid #315fcc;
}

.single-method input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.single-method p {
  display: none;
  margin-top: 8px;
  color: #292929;
  line-height: 23px;
}

.place-order {
  margin-top: 40px;
  float: left;
}

.compare-table .table tbody tr:first-child {
  border-top: 1px solid #eee;
}

.compare-table .table tbody tr td {
  text-align: center;
  border: 0;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}

.compare-table .table tbody tr td:last-child {
  border-right: 1px solid #eee;
}

.compare-table .table tbody tr td.first-column {
  min-width: 180px;
  font-size: 18px;
  font-weight: 600;
  color: #292929;
  margin: 0;
  line-height: 1;
}

.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  padding-top: 70px;
}

.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

.compare-table .table tbody tr td.product-image-title .image img {
  max-width: 100%;
}

.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  font-size: 13px;
  line-height: 15px;
  color: #444;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.compare-table .table tbody tr td.product-image-title .category:hover {
  color: #315fcc;
}

.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  line-height: 20px;
  margin-bottom: 10px;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #315fcc;
}

.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
}

.compare-table .table tbody tr td.pro-price,
.compare-table .table tbody tr td.pro-color,
.compare-table .table tbody tr td.pro-stock {
  font-size: 16px;
  font-weight: 600;
  color: #444;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background-color: #315fcc;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  width: 170px;
  padding: 10px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
  background-color: #222;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 26px;
  overflow: hidden;
  display: block;
  text-align: center;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added {
  padding-left: 25px;
  padding-right: 56px;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added i {
  left: calc(100% - 41px);
}

.compare-table .table tbody tr td.pro-remove button {
  border: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.compare-table .table tbody tr td.pro-remove button:hover {
  color: #315fcc;
}

.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}

.compare-table .table tbody tr td.pro-ratting i {
  color: #444;
  font-size: 14px;
}

.faq-desc {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-desc {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-desc {
    margin-bottom: 30px;
  }
}

.faq-desc h3 {
  color: #444;
  font-size: 18px;
  font-weight: 700;
}

.faq-desc p {
  color: #929292;
  margin: 0;
}

.faq-accordion .card {
  border-radius: 0;
  margin-bottom: 10px;
}

.faq-accordion .card.actives {
  border: 1px solid #315fcc;
}

.faq-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border: 0;
}

.faq-accordion .card-header a {
  display: block;
  padding: 15px 10px 15px 25px;
  cursor: pointer;
}

.faq-accordion .card-header a.collapsed:before {
  content: "\f067";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq-accordion .card-header a:after {
  content: "\f067";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  top: 15px;
  content: "\f068 ";
}

@media only screen and (max-width: 767px) {
  .faq-accordion .card-header a {
    font-size: 14px;
    padding-right: 30px;
  }
}

.faq-accordion .card-header a:hover {
  color: #315fcc !important;
}

.faq-accordion .card-style-two {
  border-radius: 0;
  margin-bottom: 10px;
  background-color: transparent;
  border: 0;
}

.faq-accordion .card-style-two.actives {
  border: 0;
}

.faq-accordion .card-style-two.actives .card-header {
  background-color: #2876f9;
  background-image: linear-gradient(315deg, #2876f9 0%, #6d17cb 74%);
}

.faq-accordion .card-style-two.actives .card-header a {
  color: #fff;
}

.faq-accordion .card-style-two .card-header {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  background-color: #fff;
  color: #fff;
  border: 1px solid #eee;
  padding: 0;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}

.faq-accordion .card-style-two .card-header:hover {
  background-color: #6d17cb;
  background-image: linear-gradient(315deg, #6d17cb 0%, #2876f9 74%);
}

.faq-accordion .card-style-two .card-header a {
  display: block;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 14px !important;
  line-height: 22px;
  font-weight: 500;
  color: #292929;
}

@media only screen and (max-width: 767px) {
  .faq-accordion .card-style-two .card-header a {
    font-size: 13px;
  }
}

.faq-accordion .card-style-two .card-header a.collapsed::before {
  font-size: 18px;
  content: "\f067";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq-accordion .card-style-two .card-header a.collapsed::after {
  display: none;
}

.faq-accordion .card-style-two .card-header a:after {
  font-size: 18px;
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  top: 12px;
  content: "\f068";
}

@media only screen and (max-width: 767px) {
  .faq-accordion .card-style-two .card-header a {
    padding: 15px;
  }
}

.faq-accordion .card-style-two .card-header a:hover {
  color: #fff;
}

.faq-accordion .card-style-two .card-header a:hover {
  color: #fff !important;
}

.faq-accordion .card-body {
  background: #fff;
  border: 1px solid #ebebeb;
}

.blog .blog-inner .media,
.blog .blog-inner .tf-element-carousel {
  display: block;
  position: relative;
  overflow: hidden;
}

.blog .blog-inner .media .image,
.blog .blog-inner .tf-element-carousel .image {
  display: block;
}

.blog .blog-inner .media .image img,
.blog .blog-inner .tf-element-carousel .image img {
  width: 100% !important;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.blog .blog-inner .blog-audio iframe {
  width: 100%;
  height: 242px;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog .blog-inner .blog-audio iframe {
    height: 190px;
  }
}

.blog .blog-inner .blog-video iframe {
  width: 100%;
  height: 242px;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog .blog-inner .blog-video iframe {
    height: 190px;
  }
}

.blog .blog-inner .content {
  padding: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog .blog-inner .content {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog .blog-inner .content {
    padding-bottom: 0;
  }
}

.blog .blog-inner .content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.blog .blog-inner .content .meta li {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
}

.blog .blog-inner .content .meta li a {
  color: #315fcc;
  text-transform: lowercase;
}

.blog .blog-inner .content .meta li::after {
  content: "-";
  margin: 0 10px;
}

.blog .blog-inner .content .meta li:last-child::after {
  display: none;
}

.blog .blog-inner .content .meta li .date-time {
  padding-right: 8px;
}

.blog .blog-inner .content .meta li .date-time .date {
  padding: 0 8px;
}

.blog .blog-inner .content .meta li .date-time .separator {
  padding-right: 8px;
}

.blog .blog-inner .content .meta li .date-time .month {
  padding-right: 8px;
}

.blog .blog-inner .content .title {
  font-size: 17px;
  font-weight: 500;
  color: #292929;
  line-height: 23px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.blog .blog-inner .content p {
  padding: 15px 0 18px;
  margin: 0;
  line-height: 23px;
  color: #929292;
}

.blog .blog-inner .content > a {
  color: #292929;
  border-color: #292929;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  line-height: 40px;
  margin-top: 15px;
  min-width: 117px;
  padding: 0 20px;
}

.blog .blog-inner .content > a:hover {
  border-color: #315fcc;
  background-color: #315fcc;
  color: #fff;
}

.blog:hover .blog-inner .media .image img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.blog-list .blog-image {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .blog-list .blog-image {
    margin-bottom: 20px;
  }
}

.blog-list .blog-image a img {
  width: 100%;
}

.blog-list .blog-image .post-category {
  bottom: 10px;
  left: 10px;
  position: absolute;
  z-index: 109;
}

.blog-list .blog-image .post-category a {
  background: #fff;
  color: #242424;
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 4px 12px;
  border-radius: 4px;
}

.blog-list .blog-image .post-category a:hover {
  background-color: #315fcc;
  color: #fff;
}

.blog-list .blog-image .blog-audio iframe {
  width: 100%;
  height: 242px;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-list .blog-image .blog-audio iframe {
    height: 190px;
  }
}

.blog-list .blog-image .blog-video iframe {
  width: 100%;
  height: 242px;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-list .blog-image .blog-video iframe {
    height: 190px;
  }
}

.blog-list .blog-content .title {
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-list .blog-content .title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-list .blog-content .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-list .blog-content .title {
    font-size: 22px;
  }
}

.blog-list .blog-content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.blog-list .blog-content .meta li {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
}

.blog-list .blog-content .meta li a {
  color: #315fcc;
  text-transform: lowercase;
}

.blog-list .blog-content .meta li::after {
  content: "-";
  margin: 0 10px;
}

.blog-list .blog-content .meta li:last-child::after {
  display: none;
}

.blog-list .blog-content .meta li .date-time {
  padding-right: 8px;
}

.blog-list .blog-content .meta li .date-time .date {
  padding: 0 8px;
}

.blog-list .blog-content .meta li .date-time .separator {
  padding-right: 8px;
}

.blog-list .blog-content .meta li .date-time .month {
  padding-right: 8px;
}

.blog-list .blog-content > a {
  border-color: #292929;
  height: 44px;
  padding: 0 20px;
  min-width: 117px;
  line-height: 40px;
}

.blog-list .blog-content > a:hover {
  border-color: #315fcc;
}

.blog_area article.blog_single {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 50px;
  padding-bottom: 20px;
  text-align: center;
}

.blog_single header.entry-header {
  margin-bottom: 30px;
}

article.blog_single .post-category {
  color: #315fcc;
  display: block;
  line-height: 25px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

article.blog_single .post-category > a {
  color: #315fcc;
}

article.blog_single .post-category > a:hover {
  color: #292929;
}

.blog_single header h2 {
  margin-bottom: 14px;
}

h2.entry-title {
  color: #444;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h2.entry-title:before {
  content: "\f005";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 8px;
  margin-right: 5px;
  vertical-align: top;
}

.post-author {
  color: #8c8c8c;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

.post-separator {
  color: #8c8c8c;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.post-date {
  color: #8c8c8c;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

.blog_single .post-thumbnail {
  margin-bottom: 26px;
}

.blog_single .blog-audio,
.blog_single .blog-video {
  margin-bottom: 26px;
}

.blog_single .blog-audio iframe,
.blog_single .blog-video iframe {
  width: 100%;
  height: 500px !important;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_single .blog-audio iframe,
  .blog_single .blog-video iframe {
    height: 350px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_single .blog-audio iframe,
  .blog_single .blog-video iframe {
    height: 350px !important;
  }
}

@media only screen and (max-width: 767px) {
  .blog_single .blog-audio iframe,
  .blog_single .blog-video iframe {
    height: 250px !important;
  }
}

.blog_single .post-gallery {
  margin-bottom: 26px;
}

.blog_single .post-gallery img {
  width: 100%;
}

.blog_area article.blog_single {
  text-align: center;
}

.post-info .entry-summary > p {
  margin-bottom: 27px;
}

.blog_single .readmore.button {
  background: #434343 none repeat scroll 0 0;
  border-color: #434343;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

.social-sharing .widget-title {
  background: 0;
  color: #929292;
  font-size: 12px;
  line-height: 26px;
  margin: 0 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-top: 30px;
  font-weight: 600;
}

.blog-social-icons {
  margin: 10px 0 20px;
}

.blog-social-icons > li {
  list-style: none;
  display: inline-block;
}

.blog-social-icons > li > a {
  background: #f7f7f7;
  border-radius: 100%;
  color: #353535;
  display: block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  text-align: center;
  width: 26px;
}

.blog-social-icons > li > a:hover {
  background-color: #315fcc;
  color: #fff;
}

.blog_area .blog_single.blog-details {
  border-bottom: 0;
  margin-bottom: 15px;
}

.entry-summary.blog-post-description > p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}

.entry-summary.blog-post-description blockquote {
  background: #f6f6f6;
  border: 1px solid #ededed;
  border-left: 5px solid #315fcc;
  font-size: 15px;
  font-style: italic;
  line-height: 26px;
  margin: 40px 0 40px 40px;
  padding: 30px 45px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .entry-summary.blog-post-description blockquote {
    margin: 20px 0;
    padding: 20px 25px;
  }
}

.single-post-tag {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
  margin: 30px 0;
  text-align: left;
}

.single-post-tag > a {
  font-size: 13px;
  text-transform: uppercase;
}

.single-post-tag > a:hover {
  color: #315fcc;
}

.relatedposts > h3 {
  display: inline-block;
  font-size: 20px;
  margin: 0 0 30px;
  font-weight: 600;
  padding: 0 0 20px;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .relatedposts > h3 {
    margin: 0 0 15px;
    padding: 0 0 10px;
  }
}

.relatedthumb > h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #444;
  text-transform: uppercase;
  margin: 0;
}

.relatedthumb .image {
  margin-bottom: 25px;
}

.relatedthumb .image a {
  display: block;
}

.relatedthumb .image a img {
  width: 100%;
}

.rl-post-date {
  color: #8c8c8c;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  font-style: italic;
}

.comments-area > h3,
.comment-box > h3 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.comments-area ol {
  list-style: none;
  padding-left: 0;
}

.comments-area > ol > li > ol {
  margin-left: 30px;
}

.comments-area .commentlist li .single-comment {
  background: #fff;
  border: 1px solid #ededed;
  margin: 0 0 20px;
  padding: 30px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .comments-area .commentlist li .single-comment {
    padding: 15px;
  }
}

.comments-area .commentlist li .comment-avatar {
  float: left;
  margin-right: 20px;
}

.comments-area .commentlist li .comment-info {
  border: 0;
  overflow: hidden;
  position: relative;
}

.comments-area .commentlist .comment-info a {
  color: #292929;
  display: block;
  font-weight: 600;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .comments-area .commentlist .comment-info a {
    margin-bottom: 10px;
    display: block;
  }
}

.comments-area .commentlist li .comment-info .reply {
  display: inline-block;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

.comments-area .commentlist li .comment-info .reply a {
  background: 0;
  border: 1px solid #315fcc;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #315fcc;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  height: 28px;
  line-height: 26px;
  padding: 0 20px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  border-radius: 500px;
}

.comments-area .commentlist li .comment-info .reply a:hover {
  background-color: #315fcc;
  color: #fff;
}

.comments-area .commentlist .comment-info span.date {
  display: block;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 15px;
  line-height: 19px;
}

.comment-info > p {
  margin-bottom: 0;
}

.comment-note {
  line-height: 25px;
  margin-bottom: 10px;
}

.single-input {
  margin-bottom: 20px;
}

.single-input > label {
  line-height: 25px;
}

.single-input > textarea {
  border: 0;
  background: #f2f2f2;
  border-radius: 0;
  height: 135px;
  padding: 15px;
  width: 100%;
}

.single-input > input {
  background: #f2f2f2;
  border: 0;
  height: 46px;
  padding-left: 15px;
  width: 100%;
}

.single-input > input:focus {
  outline: auto;
  outline-color: #315fcc;
}

.single-input > textarea:focus {
  outline: auto;
  outline-color: #315fcc;
}

.form-login-title > h2,
.form-register-title > h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 26px;
}

@media only screen and (max-width: 767px) {
  .form-login-title > h2,
  .form-register-title > h2 {
    font-size: 24px;
    line-height: 20px;
  }
}

.login-form,
.register-form {
  padding: 20px;
  background: #111;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  margin: 30px 0;
  text-align: left;
  border-radius: 5px;
}

.form-fild,
.login-submit,
.lost-password,
.register-submit {
  margin-bottom: 10px;
}

.login-submit label {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .login-submit label {
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.form-fild p {
  margin: 0;
}

.form-fild p span.required {
  color: #f23838;
}

.form-fild input {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  border: 1px solid #ddd;
  color: #929292;
  border-radius: 5px;
}

.lost-password > a {
  color: #929292;
}

.lost-password > a:hover {
  color: #315fcc;
}

.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.myaccount-tab-menu a {
  border: 1px solid #eee;
  border-bottom: 0;
  color: #929292;
  font-weight: 500;
  font-size: 12px;
  display: block;
  padding: 15px 15px 13px;
  text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #eee;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  background-color: #315fcc;
  color: #fff;
}

.myaccount-tab-menu a i {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

.myaccount-content {
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #eee;
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}

.myaccount-content h3 {
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.myaccount-content .welcome a {
  color: #000;
}

.myaccount-content .welcome a:hover {
  color: #315fcc;
}

.myaccount-content .welcome strong {
  font-weight: 600;
}

.myaccount-content a.edit-address-btn {
  border-color: #292929;
}

.myaccount-content a.edit-address-btn i {
  padding-right: 5px;
}

.myaccount-content a.edit-address-btn:hover {
  background-color: #315fcc;
  border-color: #315fcc;
}

.myaccount-content button.save-change-btn {
  background: 0;
  border: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #292929;
  border-color: #292929;
  width: 140px;
  padding: 10px 0;
  border-radius: 3px;
}

.myaccount-content button.save-change-btn:hover {
  background-color: #315fcc;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 15px;
}

.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
}

.myaccount-table table td,
.myaccount-table .table td {
  padding: 20px 10px;
  vertical-align: middle;
}

.myaccount-table table td a:hover,
.myaccount-table .table td a:hover {
  color: #fff;
}

.saved-message {
  border-top: 3px solid #315fcc;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 13px;
  padding: 20px;
}

.account-details-form h4 {
  margin: 0;
}

.account-details-form input {
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 0;
  line-height: 24px;
  padding: 11px 25px;
  color: #656565;
}

.newsletter-wrapper {
  text-align: center;
}

.newsletter-wrapper .small-text {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 23px;
}

@media only screen and (max-width: 479px) {
  .newsletter-wrapper .small-text {
    margin-bottom: 10px;
  }
}

.newsletter-wrapper .title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

@media only screen and (max-width: 479px) {
  .newsletter-wrapper .title {
    font-size: 19px;
    margin-bottom: 10px;
  }
}

.newsletter-wrapper .short-desc {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 23px;
}

@media only screen and (max-width: 479px) {
  .newsletter-wrapper .short-desc {
    margin-bottom: 30px;
  }
}

.newsletter-form {
  position: relative;
  border: 2px solid #ebebeb;
  width: 620px;
  max-width: 100%;
  margin: 0 auto;
}

.newsletter-form input {
  width: 100%;
  border: 0;
  padding: 10px 20px;
  padding-right: 200px;
  line-height: 30px;
  height: 55px;
  color: #9d9d9d;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .newsletter-form input {
    height: 40px;
    padding-right: 150px;
  }
}

@media only screen and (max-width: 479px) {
  .newsletter-form input {
    padding-right: 128px;
    font-size: 11px;
  }
}

.newsletter-form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: 0;
  border: 0;
  width: 200px;
  border-left: 2px solid #ebebeb;
  font-size: 13px;
  font-weight: 600;
  color: #292929;
}

@media only screen and (max-width: 767px) {
  .newsletter-form button {
    width: 150px;
  }
}

@media only screen and (max-width: 479px) {
  .newsletter-form button {
    width: 100px;
    font-size: 11px;
  }
}

.newsletter-form button:hover {
  color: #315fcc;
}

.newsletter-popup-area:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.8;
  z-index: 99;
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .newsletter-popup-content {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: 0;
    padding: 0;
    z-index: 999;
    padding-left: 15px;
    padding-right: 15px;
  }
  .newsletter-popup-content .close-newsletter-popup {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 5px 15px;
    background-color: #333;
    color: #fff;
  }
}

@media only screen and (min-width: 1200px) {
  .newsletter-popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: 0;
    padding: 0;
    z-index: 999;
    width: 50%;
  }
  .newsletter-popup-content .close-newsletter-popup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    background-color: #333;
    color: #fff;
  }
}

.newsletter-popup-content img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .newsletter-popup-content {
    width: 70%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-popup-content {
    width: 80%;
  }
}

.newsletter-popup-content .close-newsletter-popup:hover {
  background-color: #315fcc;
}

.newsletter-popup-content h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #292929;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 15px;
}

.newsletter-popup-content .subscription-form form input {
  background: #ebebeb none repeat scroll 0 0;
  border: medium;
  height: 40px;
  width: 65%;
  margin: 20px auto;
  padding: 0 15px;
  font-size: 15px;
  display: block;
}

.newsletter-popup-content .subscription-form form button {
  border-radius: 5px;
  background-color: #f0f0f0;
  color: #333;
  margin-bottom: 20px;
}

.newsletter-popup-content .subscription-form form button:hover {
  background-color: #315fcc;
  color: #fff;
}

.testimonial-wrapper {
  padding: 60px 25px;
}

.single-testimonial-item {
  text-align: center;
}

.single-testimonial-item .testimonial-image {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  overflow: hidden;
  vertical-align: middle;
}

.single-testimonial-item .testimonial-content {
  max-width: 900px;
  margin: 30px auto;
}

.single-testimonial-item .testimonial-content .testimonial-text {
  color: #707070;
  font-size: 13px;
  font-style: 400;
  line-height: 2;
}

.single-testimonial-item .testimonial-content img {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.single-testimonial-item .testimonial-content .testimonial-author {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #292929;
}

.testimonial-wrapper .slick-dots {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial-wrapper .slick-dots li {
  margin: 0 5px;
}

.testimonial-wrapper .slick-dots li button {
  display: block;
  padding: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #315fcc;
  background-color: #315fcc;
  text-indent: -9999px;
  border-radius: 100%;
}

.testimonial-wrapper .slick-dots li.slick-active button {
  border-color: #315fcc;
  background-color: #fff;
}

.quick-view-modal-container {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.quick-view-modal-container.show {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}

.quick-view-modal-container .modal-dialog {
  max-width: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 100%;
  }
}

.quick-view-modal-container .modal-header {
  border: 0;
  padding-bottom: 0;
}

.quick-view-modal-container .modal-header button {
  z-index: 999;
}

.quick-view-modal-container .modal-body {
  padding: 30px 50px 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-view-modal-container .modal-body {
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-view-modal-container .modal-body {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .quick-view-modal-container .modal-body {
    padding: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .quick-view-modal-container .modal-body {
    padding: 15px;
  }
}

.quick-view-modal-container .modal-content {
  border-radius: 0;
  max-height: 850px;
  overflow: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}

@media only screen and (max-width: 767px) {
  .quick-view-modal-container .modal-content {
    height: 500px;
    overflow: auto;
  }
}

.common-sidebar-widget {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  padding-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-sidebar-widget {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .common-sidebar-widget {
    margin-bottom: 30px;
  }
}

.common-sidebar-widget.sidebar-two {
  padding: 0;
  background-color: transparent;
}

.common-sidebar-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar-title {
  margin: 0;
  padding: 0 0 25px;
  display: block;
  font-size: 18px;
  color: #292929;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.sidebar-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e6e7;
}

.sidebar-search form input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 40px);
  flex: 1 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  height: 40px;
  border: 0;
  background-color: transparent;
  padding: 0 15px;
  color: #929292;
}

.sidebar-search form button {
  max-width: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40px;
  flex: 1 0 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.sidebar-search form button i {
  font-size: 20px;
  line-height: 40px;
}

.sidebar-search form button:hover {
  color: #315fcc;
}

.sidebar-list li {
  margin-bottom: 12px;
}

.sidebar-list li:last-child {
  margin-bottom: 0;
}

.sidebar-list li a {
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  color: #292929;
  display: block;
}

.sidebar-list li a img {
  width: 25px;
  margin-right: 15px;
}

.sidebar-list li a i {
  margin-right: 10px;
  font-size: 10px;
}

.sidebar-list li a:hover {
  color: #315fcc;
}

.sidebar-price {
  overflow: hidden;
}

.sidebar-price #price-range {
  position: relative;
  width: 100%;
  height: 5px;
  margin: 7px 0;
  border-radius: 50px;
  background-color: #ccc;
  border: 0;
}

.sidebar-price #price-range .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #315fcc;
}

.sidebar-price #price-range .ui-slider-handle {
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  border: 0;
}

.sidebar-price .price-amount {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  padding: 0;
  color: #292929;
  border: 0;
  background-color: transparent;
  display: block;
}

.sidebar-price button {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 13px;
}

.compare-products-list {
  overflow: hidden;
}

.compare-products-list ul {
  margin-bottom: 20px;
}

.compare-products-list ul li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}

.remove-compare {
  float: right;
  display: inline-block;
  padding-right: 10px;
  float: right;
  display: inline-block;
}

.clear-btn {
  float: left;
  height: 35px;
  line-height: 35px;
  display: inline-block;
}

.compare-btn {
  float: right;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
  font-size: 13px;
}

.sidebar-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e6e7;
}

.sidebar-blog:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar-blog .image {
  max-width: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50px;
  flex: 1 0 50px;
  height: 50px;
}

.sidebar-blog .image img {
  width: 100%;
}

.sidebar-blog .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 50px);
  flex: 1 0 calc(100% - 50px);
  padding-left: 15px;
}

.sidebar-blog .content h5 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.sidebar-blog .content p {
  margin-bottom: 0;
}

.sidebar-blog .content span {
  font-size: 13px;
  display: block;
  line-height: 18px;
}

.sidebar-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.sidebar-tag li {
  padding: 5px;
}

.sidebar-tag li a {
  display: block;
  border: 1px solid #e5e6e7;
  padding: 9px 20px;
  font-size: 13px;
  color: #292929;
}

.sidebar-tag li a:hover {
  background-color: #292929;
  border-color: #292929;
  color: #fff;
}

.sidebar-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e6e7;
}

.sidebar-product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar-product .image {
  max-width: 80px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 80px;
  flex: 1 0 80px;
}

.sidebar-product .image img {
  width: 100%;
  border: 1px solid #f1f2f3;
}

.sidebar-product .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 80px);
  flex: 1 0 calc(100% - 80px);
  padding-left: 15px;
}

.sidebar-product .content .title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.sidebar-product .content .price span.old {
  margin-left: 10px;
  color: #929292;
  text-decoration: line-through;
}

.sidebar-product .content .ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.sidebar-product .content .ratting i {
  font-size: 12px;
  line-height: 18px;
  margin-right: 5px;
  color: #315fcc;
}

.sidebar-product .content .ratting i:last-child {
  margin-right: 0;
}

.contact-map {
  height: 400px;
  width: 100%;
}

.contact-information h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .contact-information h3 {
    font-size: 24px;
  }
}

.contact-information ul {
  color: #292929;
}

.contact-information ul li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.contact-information ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-information ul li .icon {
  display: inline-block;
}

.contact-information ul li .icon i {
  font-size: 25px;
}

.contact-information ul li .text {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  margin-left: 10px;
  margin-bottom: 15px;
  font-weight: 500;
}

.contact-information ul li .text span,
.contact-information ul li .text a {
  display: block;
  line-height: 24px;
  max-width: 230px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap.margin-0 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form-wrap.margin-0 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrap {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form-wrap {
    margin-top: 40px;
  }
}

.contact-form-wrap h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .contact-form-wrap h3 {
    font-size: 24px;
  }
}

.contact-form-wrap input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 5px 20px;
  color: #929292;
  border-radius: 5px;
  height: 45px;
}

.contact-form-wrap input:focus {
  border-color: #777;
  color: #111;
}

.contact-form-wrap textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #eee;
  padding: 10px 20px;
  color: #929292;
  resize: none;
  border-radius: 5px;
}

.contact-form-wrap textarea:focus {
  border-color: #777;
  color: #111;
}

.contact-form-wrap button {
  margin-top: 20px;
}

.form-messege.success {
  color: #1dbc51;
  font-weight: 700;
}

.form-messege.error {
  color: #ff1313;
}

.error-text > h1 {
  font-size: 200px;
  color: #6d17cb;
  font-weight: 900;
  letter-spacing: 10px;
  line-height: 220px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-text > h1 {
    font-size: 180px;
    line-height: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-text > h1 {
    font-size: 160px;
    line-height: 160px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .error-text > h1 {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .error-text > h1 {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 15px;
  }
}

.error-text > h2 {
  font-size: 32px;
  line-height: 47px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #292929;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-text > h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .error-text > h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .error-text > h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

.error-text > p {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin: 20px auto 30px;
  color: #929292;
  max-width: 700px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-text > p {
    font-size: 18px;
    line-height: 24px;
    max-width: 550px;
  }
}

@media only screen and (max-width: 767px) {
  .error-text > p {
    font-size: 18px;
    line-height: 24px;
    max-width: 450px;
  }
}

@media only screen and (max-width: 575px) {
  .error-text > p {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
  }
}

.search-error form {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 500px;
}

@media only screen and (max-width: 575px) {
  .search-error form {
    width: 100%;
  }
}

.search-error input {
  background: 0;
  border: 1px solid #e9e9e9;
  color: #333;
  float: left;
  font-size: 14px;
  height: 50px;
  padding: 0 40px 0 15px;
  width: 100%;
  line-height: 50px;
}

.search-error button {
  background: transparent none repeat scroll 0 0;
  border: medium;
  color: #4f4f4f;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
}

.search-error button:hover {
  color: #315fcc;
}

.error-button a {
  background-color: #750be8;
  background-image: linear-gradient(315deg, #f52e2e 30%, #750be8 125%);
  border-radius: 35px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 30px;
  padding: 0 30px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-button a {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .error-button a {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .error-button a {
    margin-bottom: 15px;
  }
}

.error-button a:hover {
  background: #333;
}

.footer-widget .footer-logo {
  /*margin-bottom: 30px*/
}

.footer-widget .footer-logo a {
  display: block;
}

.footer-widget .footer-logo a img {
  width: 230px;
}

.footer-widget .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget .title {
    margin-bottom: 15px;
  }
}

.footer-widget p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget p {
    font-size: 12px;
  }
}

.footer-widget .opeaning-title {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 0;
}

.footer-widget ul.address li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}

.footer-widget ul.address li:last-child {
  margin-bottom: 0;
}

.footer-widget ul.address li i {
  margin-right: 15px;
  line-height: 28px;
  font-size: 18px;
}

.footer-widget ul.address li span {
  overflow: hidden;
}

.footer-widget ul.address li a {
  display: block;
}

.footer-widget ul.address li a:hover {
  color: #315fcc;
}

.footer-widget > .ft-menu {
  display: inline-block;
}

.footer-widget > .ft-menu > li {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 13px;
}

.footer-widget > .ft-menu > li:last-child {
  margin-bottom: 0;
}

.footer-widget > .ft-menu > li > a {
  text-transform: capitalize;
  text-decoration: none;
  display: inherit;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.footer-widget > .ft-menu > li > a:hover {
  color: #6d17cb;
}

.f-social-title {
  margin-top: 30px;
}

.f-social-title h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social a {
  margin-right: 25px;
  display: block;
}

.footer-social a:last-child {
  margin-right: 0;
}

.footer-social a:hover {
  color: #315fcc;
}

.footer-social a i {
  display: block;
  font-size: 14px;
  line-height: 28px;
}

.footer-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-newsletter input {
  width: calc(100% - 40px);
  max-width: 250px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: #fff;
  line-height: 24px;
  padding: 7px 15px;
  font-size: 13px;
}

.footer-newsletter button {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #feac00;
  color: #fff;
}

.copyright p {
  line-height: 30px;
  font-size: 13px;
}

.copyright-f p {
  color: #fff;
  line-height: 30px;
  font-size: 13px;
}

@media only screen and (max-width: 575px) {
  .copyright p {
    font-size: 12px;
  }
}

.copyright p a {
  color: #315fcc;
}

.copyright p a:hover {
  color: rgba(0, 0, 0, 0.4);
}

.copyright-f p a {
  color: #fff;
}

.blue {
  color: #315fcc;
}

.copyright-f p a:hover {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer-nav {
    text-align: center !important;
  }
}

.footer-nav ul li {
  display: inline-block;
  margin: 0 40px 0 0;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .footer-nav ul li {
    margin: 0 25px 0 0;
  }
}

.footer-nav ul li:last-child {
  margin-right: 0;
}

.footer-nav ul li a {
  font-size: 13px;
  color: #fff;
  line-height: 19px;
}

.footer-nav ul li a:hover {
  color: #fac904;
}

.product-section h1 {
  font-weight: 600;
  color: #feac00;
}

.product-section p {
  font-weight: 500;
  color: #999;
  font-size: 14px;
}

.header-right a {
  color: #fff;
}

.header-right a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer-top {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.7);
}

.footer-top a:hover {
  color: #6d17cb;
}

.footer-top h4 {
  color: #666;
}

.footer-bottom {
  background-color: #750be8;
  background-image: linear-gradient(315deg, #f52e2e 30%, #750be8 125%);
}

.header-bottom {
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}

.title a {
  color: #4c5256;
}

.login-form img {
  margin: 0 auto;
}

.ht-us-menu img {
  margin-top: 5px;
  width: 15%;
  float: right;
}

.white {
  color: #fff;
}

.gray {
  color: #666;
}

.yellow {
  color: #fff;
}

.yellow-1 {
  color: #feac00;
}

.purple {
  color: #315fcc;
}

.red {
  color: #df2000;
}

.green {
  color: #67ac41;
}

.header-top-text a {
  color: #fff;
}

.header-top-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.bg_content {
  padding: 20px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
  margin: 0 0 30px;
  text-align: left;
  border-bottom: 3px solid #f30000;
  border-radius: 6px;
}

.bg_content_robux {
  border-bottom: 3px solid #f30000;
  border-radius: 6px;
}

.bg_contentwhite {
  padding: 20px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
  margin: 15px 0;
  text-align: left;
  border-bottom: 3px solid #6d17cb;
  border-radius: 6px;
}

.select-card-price {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  background-color: #dfdfdf;
  color: #666;
  width: 100%;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.card-title {
  color: #4c5256;
  font-size: 22px;
  font-weight: 600;
}

.card-list {
  padding: 20px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
}

.card-price {
  padding: 10px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  color: #666;
  position: relative;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
  margin-top: 15px;
  width: 100%;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.card-price-disable {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  color: #666;
  background: #f9f9f9;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  width: 100%;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  pointer-events: none;
  opacity: 0.3;
}

.qty-card {
  padding: 8px;
  vertical-align: middle;
  border-color: transparent;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  background-color: #dfdfdf;
  color: #666;
  text-align: center;
  outline: 0;
  -webkit-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.card-select {
  border-radius: 20px;
  width: 100%;
}

.card-menu-list {
  margin-top: 10px;
  padding: 2px;
  width: 100%;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: pointer;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.color-theme {
  color: #dc3545;
}

.card-title {
  color: #666;
}

.card-price:hover,
.card-price:focus {
  background: #4c5256;
  color: #fff;
  cursor: pointer;
}

.card-price-active {
  background: #4c5256;
  color: #fff;
  cursor: pointer;
}

.card-menu-list img {
  opacity: 0.2;
  margin: 0 auto;
}

.card-menu-list img:hover {
  opacity: 1;
  margin: 0 auto;
}

.products-filter.active {
  opacity: 1;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.products-filter {
  min-width: 100%;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.card-list a {
  color: #dc3545;
}

/*.card-list a:hover{color:#dc3545}*/

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.btn-purple {
  color: #fff;
  background-color: #750be8;
  background-image: linear-gradient(315deg, #f52e2e 30%, #750be8 125%);
  border-color: #750be8;
}

.btn-purple:hover {
  color: #fff;
  background-color: #750be8;
  background-image: linear-gradient(315deg, #750be8 30%, #f52e2e 125%);
  border-color: #750be8;
}

.btn-purple.focus,
.btn-purple:focus {
  color: #fff;
  background-color: #fac904;
  border-color: #fac904;
  outline: 0;
  outline: 0;
}

.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: #888;
  border-color: #888;
}

.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #fac904;
  border-color: #fac904;
}

.btn-theme {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-theme:hover {
  color: #fff;
  background-color: #fac904;
  border-color: #edbf08;
}

.btn-theme.focus,
.btn-theme:focus {
  color: #fff;
  background-color: #fac904;
  border-color: #edbf08;
  outline: 0;
  outline: 0;
}

.btn-theme.disabled,
.btn-theme:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-theme:not(:disabled):not(.disabled).active,
.btn-theme:not(:disabled):not(.disabled):active,
.show > .btn-theme.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.bg_menu {
  position: relative;
  z-index: 2;
  background: #f9f9fa;
}

.bg_product {
  width: 100%;
  background: #fff;
  position: relative;
}

.ballon-card {
  height: 16px;
  color: #fff;
  padding: 2.5px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  font-family: tahoma;
  text-align: center;
  position: relative;
  right: 0;
}

.btn-disabled {
  pointer-events: none;
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .card-menu-list {
    box-shadow: none;
  }
}

.footer-payments {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer-payments {
    text-align: center;
  }
  .copyright {
    text-align: left;
  }
  .copyright-f {
    text-align: center;
  }
  .footer-p {
    text-align: left;
  }
}

.toolbox-pagination .toolbox-show {
  display: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 20px;
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  font-size: 16px;
  padding: 0 0.3rem 0;
  line-height: 1.1;
  color: #ccc;
  background-color: transparent;
  border: 0.1rem solid #ccc;
}

.page-link.page-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  min-width: 0;
  height: 2.5rem;
  border: 0;
  padding: 0;
  color: #ccc;
  font-size: 1rem;
}

.page-link.page-link-btn i {
  position: relative;
  top: -0.1rem;
}

.page-link.page-link-btn i::before {
  margin-left: 0;
  margin-right: 0;
}

.page-link:hover,
.page-link:focus {
  box-shadow: none;
  color: #6d17cb;
  border-color: #6d17cb;
  text-decoration: none;
  background-color: transparent;
}

.page-item + .page-item {
  margin-left: 0.7rem;
}

.page-item span {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  color: #6d17cb;
  background-color: transparent;
  border-color: #6d17cb;
}

.page-item.disabled .page-link {
  color: #eaeaea;
}

.page-item.disabled .page-link.page-link-btn {
  color: #eaeaea;
  border-color: #eaeaea;
  background-color: transparent;
}

.product-content h2 a {
  color: #6d17cb;
}

.product-content h2 a:hover {
  color: #6d17cb;
}

.add-inbox {
  color: #fff !important;
  animation: flash 1s step-start infinite;
}

.add-inbox a {
  color: #fff !important;
}

@-webkit-keyframes flash_red {
  0% {
    color: #000;
    text-decoration: none;
  }
  50% {
    color: #fff;
    text-decoration: none;
  }
  100% {
    color: #ffc107;
    text-decoration: none;
  }
}

.box-capcha {
  background-color: #db2329;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  font-size: 30px;
}

a.popup-img:hover {
  background-color: #2876f9;
  background-image: linear-gradient(315deg, #2876f9 0%, #6d17cb 74%);
  animation: none;
}

.faslh-d {
  animation: flash 1s step-start infinite;
}

@media only screen and (max-width: 767px) {
  .header-facebook {
    color: #fff;
    position: relative;
    vertical-align: middle;
    padding: 15px;
    width: 100%;
    text-align: center;
    background-color: #315fcc;
  }
  .header-facebook a:hover {
    color: #fff;
  }
}

@media only screen and (min-width: 768px) {
  .header-facebook {
    display: none;
  }
}

#scrollUp {
  display: none;
}

.logo-payment {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}

.logo-payment img {
  padding: 8px 30px 8px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.logo-payment img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .logo-payment {
    display: none;
  }
  hr.hide {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .footer-logo a {
    margin: 0 auto;
    text-align: center;
  }
  .copyright {
    text-align: center;
  }
  .footer-p {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .nav-bg-mobile {
    padding: 8px;
    background-color: #750be8;
    background-image: linear-gradient(315deg, #f52e2e 30%, #750be8 125%);
    /*background-image: linear-gradient(315deg, #2876f9 0%, #6d17cb 74%);*/
  }
  .d-block {
    display: block !important;
  }
  #scrollUp {
    display: none;
  }
  .fixed-bottom {
    position: fixed;
    height: 42px;
    top: 0;
    z-index: 1030;
  }
  .nav-mobile {
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
    display: flex;
  }
  .nav-mobile li {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    width: 33%;
  }
  .nav-mobile li:last-child {
    border-right: 0;
  }
}

.banner-section {
  background: #f3f3f3;
}

.payment-section {
  padding-top: 5px;
}

.titlesub {
  position: relative;
  margin-bottom: 20px;
  background-image: url(../images/bg_title_page.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.titlesub h4:after {
  background-image: url(../assets/images/bg_title_page.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.titlesub h4 {
  font-weight: 400;
  display: inline-block;
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  background-image: url(../images/gradent-text.jpg),
    linear-gradient(to bottom, #fff, #fff);
  background-repeat: repeat-x;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0px 0 2px #000);
  filter: drop-shadow(0px 0 2px #000);
  margin: 0;
  padding: 10px 0 0 15px;
  min-width: 300px;
  min-height: 46px;
  padding-right: 10px;
  z-index: 2;
  background-position: 0 4px;
}

.social-login {
  display: block;
  width: 100%;
  text-align: center;
  margin: 5px auto;
  text-decoration: none;
  padding: 10px 15px;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.social-login:hover {
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.4);
}

a.fb-login {
  color: #fff;
  background-color: #3b5998;
}

a.google-login {
  color: #fff;
  background-color: #ea4335;
}

a.line-login {
  color: #fff;
  background-color: #01b301;
}

@media (max-width: 768px) {
  .tag-key {
    display: none;
  }
}

.tag-on {
  font-size: 12px;
  text-decoration: none;
  background-color: #fff;
  color: #315fcc;
  padding: 2px 15px 2px 15px;
  border: 1px solid #315fcc;
  border-radius: 30px;
  box-shadow: 0px 2px #f1f1f1;
  margin-right: 5px;
  transition: 0.5s ease;
}

.tag-on:hover {
  color: #fff;
  background-color: #315fcc;
}

@media only screen and (max-width: 768px) {
  .footer-logo a {
    margin: 0 auto;
    text-align: center;
  }
  .footer-widget p {
    line-height: 23px;
  }
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 500px;
  background-image: url("");
  background-repeat: repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
  pointer-events: none;
}

.btn-ff {
  color: #666;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
}

.btn-ff:hover {
  color: #fff;
  background-color: #2876f9;
  background-image: linear-gradient(315deg, #2876f9 0%, #6d17cb 74%);
}

.btn-ff.focus,
.btn-ff:focus {
  color: #fff;
  background-color: #2876f9;
  background-image: linear-gradient(315deg, #2876f9 0%, #6d17cb 74%);
}

@media only screen and (max-width: 767px) {
  .page-banner-section-lg {
    padding: 40px 0 40px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
    float: none;
  }
}

.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  color: white;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.loader .loading-content {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
}

.loader .line-scale-pulse-out > .bar {
  background: -webkit-linear-gradient(to bottom, #158df7, #fb2e63);
  background: -moz-linear-gradient(to bottom, #158df7, #fb2e63);
  background: linear-gradient(to bottom, #158df7, #fb2e63);
  width: 7px;
  height: 50px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.loader .line-scale-pulse-out > .bar:nth-child(2),
.loader .line-scale-pulse-out > .bar:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.loader .line-scale-pulse-out > .bar:nth-child(1),
.loader .line-scale-pulse-out > .bar:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}

/*#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    color: white;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
#loading .loading-content {
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
}
.sk-wave {
    margin: 40px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
.sk-wave .sk-rect {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}*/

.product-image .sold {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 15px;
}

.product-image .sold span {
  display: block;
  opacity: 0.9;
  font-size: calc(13.23077px + 0.92308vw);
  color: #fff;
  top: 40%;
  position: relative;
  background-color: red;
  transform: rotate(-15deg);
  padding: 10px;
}

.section-title-lucky h3 {
  font-weight: 700;
  color: #4c5256;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: capitalize;
}

#stars {
  content: "e";
  background: transparent;
  box-shadow: 1744px 122px #fff, 134px 1321px #fff, 92px 859px #fff,
    235px 1045px #fff, 366px 912px #fff, 491px 942px #fff, 14px 1831px #fff,
    582px 476px #fff, 588px 1230px #fff, 1520px 1343px #fff, 1671px 203px #fff,
    550px 341px #fff, 1491px 549px #fff, 558px 161px #fff, 896px 1823px #fff,
    999px 1463px #fff, 1557px 636px #fff, 1754px 1307px #fff, 1682px 1494px #fff,
    703px 1707px #fff, 1945px 1847px #fff, 1151px 1320px #fff, 980px 144px #fff,
    478px 948px #fff, 109px 1762px #fff, 558px 255px #fff, 719px 1820px #fff,
    588px 748px #fff, 1899px 174px #fff, 841px 1771px #fff, 571px 1588px #fff,
    1155px 353px #fff, 1879px 1220px #fff, 1782px 870px #fff, 407px 1238px #fff,
    1141px 63px #fff, 1147px 1097px #fff, 1406px 159px #fff, 637px 1215px #fff,
    694px 1114px #fff, 1536px 727px #fff, 1708px 1512px #fff, 1147px 880px #fff,
    684px 988px #fff, 140px 851px #fff, 1565px 1788px #fff, 1573px 889px #fff,
    1172px 628px #fff, 1474px 1978px #fff, 435px 447px #fff, 185px 1808px #fff,
    620px 1560px #fff, 1387px 1196px #fff, 138px 1854px #fff, 137px 1499px #fff,
    1721px 1132px #fff, 10px 32px #fff, 1931px 1990px #fff, 209px 91px #fff,
    1876px 1795px #fff, 1130px 1551px #fff, 284px 1848px #fff, 389px 1603px #fff,
    612px 1121px #fff, 825px 1926px #fff, 161px 344px #fff, 1729px 333px #fff,
    1037px 37px #fff, 844px 1085px #fff, 1179px 554px #fff, 50px 478px #fff,
    1864px 704px #fff, 233px 723px #fff, 1202px 445px #fff, 882px 189px #fff,
    362px 735px #fff, 924px 411px #fff, 902px 209px #fff, 104px 185px #fff,
    1599px 1852px #fff, 1974px 944px #fff, 438px 1164px #fff, 401px 1533px #fff,
    191px 1429px #fff, 251px 1034px #fff, 1807px 1412px #fff, 72px 23px #fff,
    1752px 1146px #fff, 261px 1481px #fff, 548px 33px #fff, 710px 1204px #fff,
    355px 1697px #fff, 581px 100px #fff, 318px 1146px #fff, 929px 79px #fff,
    999px 347px #fff, 155px 292px #fff, 271px 677px #fff, 920px 1596px #fff,
    1736px 184px #fff, 1022px 1790px #fff, 1465px 1762px #fff, 820px 526px #fff,
    175px 37px #fff, 440px 746px #fff, 681px 1879px #fff, 690px 1135px #fff,
    1960px 1453px #fff, 422px 856px #fff, 1217px 1232px #fff, 1015px 1695px #fff,
    1933px 492px #fff, 272px 448px #fff, 1578px 1487px #fff, 437px 874px #fff,
    947px 838px #fff, 1339px 867px #fff, 1484px 773px #fff, 764px 66px #fff,
    418px 707px #fff, 192px 1909px #fff, 1629px 215px #fff, 171px 260px #fff,
    1180px 220px #fff, 488px 857px #fff, 593px 493px #fff, 1794px 886px #fff,
    1673px 1977px #fff, 905px 1193px #fff, 1372px 1843px #fff, 1605px 908px #fff,
    659px 181px #fff, 700px 1758px #fff, 812px 1200px #fff, 1800px 1440px #fff,
    1858px 212px #fff, 628px 1026px #fff, 1825px 1556px #fff, 1641px 1750px #fff,
    1195px 1086px #fff, 1465px 558px #fff, 1634px 436px #fff, 1354px 1831px #fff,
    1212px 1485px #fff, 1491px 994px #fff, 604px 1279px #fff, 413px 1131px #fff,
    1677px 1086px #fff, 841px 47px #fff, 146px 489px #fff, 117px 1195px #fff,
    67px 47px #fff, 883px 258px #fff, 1801px 1294px #fff, 594px 1870px #fff,
    649px 531px #fff, 721px 132px #fff, 975px 1616px #fff, 716px 94px #fff,
    295px 791px #fff, 174px 1814px #fff, 1130px 298px #fff, 1747px 1835px #fff,
    605px 1521px #fff, 78px 743px #fff, 1685px 311px #fff, 804px 341px #fff,
    1440px 852px #fff, 1607px 1692px #fff, 698px 1112px #fff, 1153px 1608px #fff,
    539px 999px #fff, 262px 353px #fff, 457px 1246px #fff, 1858px 998px #fff,
    364px 431px #fff, 1907px 912px #fff, 541px 916px #fff, 168px 1384px #fff,
    357px 1321px #fff, 1859px 1866px #fff, 1001px 909px #fff, 842px 1663px #fff,
    369px 1176px #fff, 932px 1372px #fff, 1606px 732px #fff, 1844px 857px #fff,
    974px 1588px #fff, 804px 1139px #fff, 65px 1213px #fff, 1066px 863px #fff,
    1991px 1734px #fff, 300px 738px #fff, 1260px 1141px #fff, 83px 260px #fff,
    1219px 167px #fff, 613px 990px #fff, 873px 81px #fff, 362px 235px #fff,
    373px 372px #fff, 80px 247px #fff, 902px 1141px #fff, 294px 464px #fff,
    766px 1925px #fff, 1151px 1305px #fff, 1250px 1593px #fff, 1289px 119px #fff,
    1525px 1505px #fff, 234px 1306px #fff, 571px 858px #fff, 571px 996px #fff,
    766px 1342px #fff, 1371px 716px #fff, 711px 1939px #fff, 904px 1797px #fff,
    424px 1710px #fff, 762px 1614px #fff, 1389px 1290px #fff, 905px 689px #fff,
    352px 38px #fff, 2000px 1317px #fff, 597px 864px #fff, 824px 711px #fff,
    966px 1060px #fff, 958px 992px #fff, 1121px 324px #fff, 1624px 688px #fff,
    1737px 702px #fff, 1566px 1344px #fff, 697px 368px #fff, 291px 1126px #fff,
    1732px 50px #fff, 712px 1941px #fff, 1257px 372px #fff, 317px 1462px #fff,
    222px 309px #fff, 1139px 647px #fff, 170px 878px #fff, 1272px 1511px #fff,
    1009px 1912px #fff, 1875px 1105px #fff, 1968px 1370px #fff,
    1193px 687px #fff, 1498px 611px #fff, 247px 1993px #fff, 1686px 1611px #fff,
    937px 340px #fff, 114px 1423px #fff, 496px 1191px #fff, 110px 1284px #fff,
    876px 687px #fff, 1173px 214px #fff, 210px 628px #fff, 302px 1173px #fff,
    1318px 939px #fff, 1665px 1310px #fff, 66px 338px #fff, 1355px 615px #fff,
    1139px 1672px #fff, 91px 1000px #fff, 112px 422px #fff, 89px 503px #fff,
    97px 1599px #fff, 1031px 1955px #fff, 1755px 1532px #fff, 1764px 1930px #fff,
    1822px 1751px #fff, 133px 401px #fff, 718px 85px #fff, 1797px 78px #fff,
    520px 1725px #fff, 226px 406px #fff, 1561px 1574px #fff, 340px 1602px #fff,
    718px 976px #fff, 1823px 570px #fff, 1298px 484px #fff, 1023px 1903px #fff,
    1266px 1334px #fff, 763px 877px #fff, 223px 631px #fff, 1761px 1293px #fff,
    878px 1px #fff, 973px 696px #fff, 975px 1841px #fff, 1276px 302px #fff,
    1399px 1324px #fff, 1706px 872px #fff, 341px 1960px #fff, 1384px 1655px #fff,
    1897px 767px #fff, 68px 405px #fff, 705px 310px #fff, 194px 103px #fff,
    1432px 368px #fff, 1262px 1682px #fff, 1933px 1526px #fff, 263px 655px #fff,
    1031px 1031px #fff, 1557px 788px #fff, 1558px 1360px #fff, 812px 421px #fff,
    1951px 734px #fff, 1567px 498px #fff, 1832px 1229px #fff, 913px 164px #fff,
    1907px 1273px #fff, 533px 749px #fff, 1235px 951px #fff, 645px 1959px #fff,
    92px 1570px #fff, 1169px 1434px #fff, 118px 1223px #fff, 583px 957px #fff,
    1245px 316px #fff, 527px 863px #fff, 372px 1007px #fff, 244px 1251px #fff,
    314px 494px #fff, 1842px 1463px #fff, 1315px 730px #fff, 1655px 1366px #fff,
    482px 979px #fff, 340px 1808px #fff, 256px 578px #fff, 858px 1792px #fff,
    1965px 403px #fff, 454px 253px #fff, 1664px 698px #fff, 1974px 750px #fff,
    262px 1801px #fff, 1652px 1076px #fff, 992px 711px #fff, 1792px 1323px #fff,
    700px 1748px #fff, 855px 966px #fff, 1833px 1747px #fff, 402px 1272px #fff,
    1391px 1039px #fff, 1395px 1538px #fff, 397px 1972px #fff, 744px 1403px #fff,
    1784px 1046px #fff, 111px 198px #fff, 1827px 473px #fff, 1347px 1891px #fff,
    1238px 1081px #fff, 189px 908px #fff, 1513px 542px #fff, 673px 981px #fff,
    720px 1184px #fff, 373px 792px #fff, 1470px 1631px #fff, 16px 822px #fff,
    1935px 829px #fff, 364px 613px #fff, 223px 899px #fff, 1233px 874px #fff,
    1441px 1834px #fff, 719px 894px #fff, 76px 1610px #fff, 296px 685px #fff,
    572px 1637px #fff, 349px 114px #fff, 1670px 1802px #fff, 979px 928px #fff,
    1589px 574px #fff, 756px 194px #fff, 616px 507px #fff, 271px 186px #fff,
    198px 360px #fff, 1916px 418px #fff, 721px 667px #fff, 1937px 1908px #fff,
    17px 556px #fff, 345px 443px #fff, 718px 760px #fff, 1922px 310px #fff,
    1185px 887px #fff, 1745px 1848px #fff, 909px 847px #fff, 1170px 134px #fff,
    1773px 1133px #fff, 1099px 233px #fff, 1122px 1524px #fff, 866px 907px #fff,
    398px 213px #fff, 1287px 886px #fff, 1194px 149px #fff, 1876px 1667px #fff,
    332px 1658px #fff, 146px 1253px #fff, 958px 211px #fff, 643px 47px #fff,
    1213px 1339px #fff, 1637px 1939px #fff, 1601px 355px #fff, 256px 1982px #fff,
    989px 1609px #fff, 1179px 701px #fff, 685px 1463px #fff, 1910px 465px #fff,
    764px 1930px #fff, 1856px 433px #fff, 720px 367px #fff, 1821px 416px #fff,
    48px 1114px #fff, 716px 489px #fff, 174px 1972px #fff, 115px 1373px #fff,
    1487px 141px #fff, 1919px 1362px #fff, 1662px 859px #fff, 1168px 490px #fff,
    706px 1820px #fff, 588px 318px #fff, 107px 778px #fff, 621px 1667px #fff,
    1331px 1996px #fff, 1404px 1154px #fff, 860px 1019px #fff,
    1385px 1883px #fff, 1066px 1951px #fff, 752px 444px #fff, 955px 1031px #fff,
    1256px 1899px #fff, 961px 1455px #fff, 1101px 84px #fff, 890px 335px #fff,
    798px 40px #fff, 138px 54px #fff, 1934px 252px #fff, 429px 324px #fff,
    1645px 1522px #fff, 218px 737px #fff, 1625px 531px #fff, 605px 1290px #fff,
    1867px 648px #fff, 82px 1137px #fff, 231px 1423px #fff, 471px 944px #fff,
    1363px 1752px #fff, 482px 1364px #fff, 1305px 627px #fff, 1065px 891px #fff,
    217px 1841px #fff, 1843px 1501px #fff, 1681px 734px #fff, 185px 856px #fff,
    609px 1094px #fff, 49px 1657px #fff, 783px 594px #fff, 1018px 1123px #fff,
    644px 1149px #fff, 739px 1262px #fff, 1439px 1187px #fff, 1789px 1507px #fff,
    941px 791px #fff, 1319px 1308px #fff, 498px 626px #fff, 1594px 858px #fff,
    783px 71px #fff, 576px 1976px #fff, 1625px 696px #fff, 1821px 352px #fff,
    1039px 885px #fff, 208px 430px #fff, 124px 198px #fff, 1964px 686px #fff,
    1440px 1952px #fff, 231px 1435px #fff, 1846px 853px #fff, 1174px 536px #fff,
    1228px 310px #fff, 1380px 699px #fff, 1116px 169px #fff, 1416px 1007px #fff,
    178px 192px #fff, 1302px 1903px #fff, 1892px 154px #fff, 962px 1032px #fff,
    1009px 1916px #fff, 1549px 1206px #fff, 899px 968px #fff, 902px 543px #fff,
    1516px 542px #fff, 965px 527px #fff, 1594px 696px #fff, 856px 1719px #fff,
    1522px 248px #fff, 1795px 283px #fff, 1144px 946px #fff, 1365px 199px #fff,
    359px 1347px #fff, 1506px 263px #fff, 433px 1793px #fff, 201px 247px #fff,
    942px 838px #fff, 1122px 1065px #fff, 1997px 108px #fff, 306px 989px #fff,
    641px 1713px #fff, 1072px 959px #fff, 1874px 1079px #fff, 1938px 269px #fff,
    891px 389px #fff, 22px 574px #fff, 727px 474px #fff, 1671px 1649px #fff,
    98px 400px #fff, 641px 798px #fff, 1218px 1051px #fff, 907px 1485px #fff,
    1002px 1549px #fff, 1932px 1448px #fff, 1132px 573px #fff,
    1222px 1147px #fff, 1009px 451px #fff, 698px 1940px #fff, 97px 1123px #fff,
    904px 751px #fff, 1904px 593px #fff, 1451px 1658px #fff, 191px 1606px #fff,
    1346px 482px #fff, 1935px 1086px #fff, 1052px 224px #fff, 526px 1810px #fff,
    1607px 606px #fff, 427px 1830px #fff, 1546px 407px #fff, 1771px 208px #fff,
    1714px 181px #fff, 1332px 943px #fff, 1663px 1094px #fff, 1861px 1747px #fff,
    1429px 1217px #fff, 1733px 1915px #fff, 925px 1179px #fff, 735px 781px #fff,
    1775px 1989px #fff, 1770px 476px #fff, 844px 400px #fff, 1793px 1517px #fff,
    544px 281px #fff, 725px 344px #fff, 1274px 764px #fff, 1845px 339px #fff,
    582px 1745px #fff, 351px 1287px #fff, 207px 749px #fff, 1063px 1411px #fff,
    1246px 342px #fff, 1538px 166px #fff, 770px 602px #fff, 1214px 1971px #fff,
    113px 294px #fff, 1157px 101px #fff, 1657px 517px #fff, 637px 1693px #fff,
    961px 1649px #fff, 1754px 1572px #fff, 1885px 659px #fff, 238px 34px #fff,
    413px 1027px #fff, 1709px 1556px #fff, 460px 878px #fff, 1597px 608px #fff,
    544px 434px #fff, 1258px 477px #fff, 565px 1863px #fff, 426px 322px #fff,
    1917px 850px #fff, 296px 144px #fff, 643px 1896px #fff, 511px 116px #fff,
    359px 847px #fff, 702px 1133px #fff, 857px 1371px #fff, 559px 1758px #fff,
    1615px 1223px #fff, 1927px 1736px #fff, 704px 941px #fff, 1932px 942px #fff,
    1462px 335px #fff, 154px 1915px #fff, 1387px 918px #fff, 1512px 1041px #fff,
    1094px 1334px #fff, 1678px 865px #fff, 1960px 431px #fff, 666px 1258px #fff,
    422px 1215px #fff, 345px 802px #fff, 1207px 647px #fff, 1701px 374px #fff,
    1440px 1925px #fff, 1536px 1163px #fff, 905px 155px #fff, 843px 1036px #fff,
    660px 823px #fff, 1329px 661px #fff, 1867px 899px #fff, 1022px 514px #fff,
    1062px 1570px #fff, 888px 1786px #fff, 699px 1738px #fff, 1831px 1712px #fff,
    434px 18px #fff, 227px 205px #fff, 520px 1279px #fff, 1329px 764px #fff,
    1824px 47px #fff, 112px 266px #fff, 830px 1140px #fff, 478px 637px #fff,
    634px 850px #fff, 711px 873px #fff, 987px 249px #fff, 1454px 909px #fff,
    699px 922px #fff, 1458px 1142px #fff, 701px 1893px #fff, 134px 384px #fff,
    904px 354px #fff, 1913px 1229px #fff, 1606px 1336px #fff, 976px 1776px #fff,
    1726px 605px #fff, 1244px 590px #fff, 1351px 526px #fff, 1997px 130px #fff,
    1137px 1134px #fff, 1293px 283px #fff, 977px 1608px #fff, 422px 1252px #fff,
    236px 1653px #fff, 28px 1722px #fff, 698px 39px #fff, 5px 434px #fff,
    1430px 1466px #fff, 1470px 1596px #fff, 487px 81px #fff, 186px 340px #fff,
    1941px 1px #fff, 1342px 487px #fff, 813px 1855px #fff, 1445px 148px #fff,
    1965px 1428px #fff, 1122px 1277px #fff, 846px 820px #fff, 1804px 228px #fff,
    1501px 121px #fff, 215px 1033px #fff, 244px 426px #fff, 976px 453px #fff,
    566px 953px #fff, 1772px 213px #fff, 1323px 1778px #fff, 1350px 817px #fff,
    803px 913px #fff, 1395px 1359px #fff, 1995px 119px #fff, 579px 1963px #fff,
    862px 1621px #fff, 1718px 825px #fff, 823px 27px #fff, 1252px 41px #fff,
    1562px 835px #fff, 1730px 633px #fff, 1723px 1939px #fff, 524px 1824px #fff,
    1921px 1450px #fff, 1174px 1062px #fff, 1008px 1932px #fff, 467px 334px #fff,
    80px 818px #fff, 1266px 1185px #fff, 1589px 807px #fff, 1221px 320px #fff,
    1724px 852px #fff, 1194px 286px #fff, 800px 1835px #fff, 1958px 728px #fff,
    1271px 376px #fff, 43px 1654px #fff, 77px 803px #fff, 1399px 197px #fff,
    591px 1743px #fff, 652px 1925px #fff, 107px 1939px #fff, 1110px 1708px #fff,
    797px 1480px #fff, 1516px 684px #fff, 559px 1733px #fff, 1265px 718px #fff,
    1263px 54px #fff, 693px 113px #fff, 1456px 1459px #fff, 1527px 1324px #fff;
  animation: animStar 50s linear infinite;
}
#stars:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 1744px 122px #fff, 134px 1321px #fff, 92px 859px #fff,
    235px 1045px #fff, 366px 912px #fff, 491px 942px #fff, 14px 1831px #fff,
    582px 476px #fff, 588px 1230px #fff, 1520px 1343px #fff, 1671px 203px #fff,
    550px 341px #fff, 1491px 549px #fff, 558px 161px #fff, 896px 1823px #fff,
    999px 1463px #fff, 1557px 636px #fff, 1754px 1307px #fff, 1682px 1494px #fff,
    703px 1707px #fff, 1945px 1847px #fff, 1151px 1320px #fff, 980px 144px #fff,
    478px 948px #fff, 109px 1762px #fff, 558px 255px #fff, 719px 1820px #fff,
    588px 748px #fff, 1899px 174px #fff, 841px 1771px #fff, 571px 1588px #fff,
    1155px 353px #fff, 1879px 1220px #fff, 1782px 870px #fff, 407px 1238px #fff,
    1141px 63px #fff, 1147px 1097px #fff, 1406px 159px #fff, 637px 1215px #fff,
    694px 1114px #fff, 1536px 727px #fff, 1708px 1512px #fff, 1147px 880px #fff,
    684px 988px #fff, 140px 851px #fff, 1565px 1788px #fff, 1573px 889px #fff,
    1172px 628px #fff, 1474px 1978px #fff, 435px 447px #fff, 185px 1808px #fff,
    620px 1560px #fff, 1387px 1196px #fff, 138px 1854px #fff, 137px 1499px #fff,
    1721px 1132px #fff, 10px 32px #fff, 1931px 1990px #fff, 209px 91px #fff,
    1876px 1795px #fff, 1130px 1551px #fff, 284px 1848px #fff, 389px 1603px #fff,
    612px 1121px #fff, 825px 1926px #fff, 161px 344px #fff, 1729px 333px #fff,
    1037px 37px #fff, 844px 1085px #fff, 1179px 554px #fff, 50px 478px #fff,
    1864px 704px #fff, 233px 723px #fff, 1202px 445px #fff, 882px 189px #fff,
    362px 735px #fff, 924px 411px #fff, 902px 209px #fff, 104px 185px #fff,
    1599px 1852px #fff, 1974px 944px #fff, 438px 1164px #fff, 401px 1533px #fff,
    191px 1429px #fff, 251px 1034px #fff, 1807px 1412px #fff, 72px 23px #fff,
    1752px 1146px #fff, 261px 1481px #fff, 548px 33px #fff, 710px 1204px #fff,
    355px 1697px #fff, 581px 100px #fff, 318px 1146px #fff, 929px 79px #fff,
    999px 347px #fff, 155px 292px #fff, 271px 677px #fff, 920px 1596px #fff,
    1736px 184px #fff, 1022px 1790px #fff, 1465px 1762px #fff, 820px 526px #fff,
    175px 37px #fff, 440px 746px #fff, 681px 1879px #fff, 690px 1135px #fff,
    1960px 1453px #fff, 422px 856px #fff, 1217px 1232px #fff, 1015px 1695px #fff,
    1933px 492px #fff, 272px 448px #fff, 1578px 1487px #fff, 437px 874px #fff,
    947px 838px #fff, 1339px 867px #fff, 1484px 773px #fff, 764px 66px #fff,
    418px 707px #fff, 192px 1909px #fff, 1629px 215px #fff, 171px 260px #fff,
    1180px 220px #fff, 488px 857px #fff, 593px 493px #fff, 1794px 886px #fff,
    1673px 1977px #fff, 905px 1193px #fff, 1372px 1843px #fff, 1605px 908px #fff,
    659px 181px #fff, 700px 1758px #fff, 812px 1200px #fff, 1800px 1440px #fff,
    1858px 212px #fff, 628px 1026px #fff, 1825px 1556px #fff, 1641px 1750px #fff,
    1195px 1086px #fff, 1465px 558px #fff, 1634px 436px #fff, 1354px 1831px #fff,
    1212px 1485px #fff, 1491px 994px #fff, 604px 1279px #fff, 413px 1131px #fff,
    1677px 1086px #fff, 841px 47px #fff, 146px 489px #fff, 117px 1195px #fff,
    67px 47px #fff, 883px 258px #fff, 1801px 1294px #fff, 594px 1870px #fff,
    649px 531px #fff, 721px 132px #fff, 975px 1616px #fff, 716px 94px #fff,
    295px 791px #fff, 174px 1814px #fff, 1130px 298px #fff, 1747px 1835px #fff,
    605px 1521px #fff, 78px 743px #fff, 1685px 311px #fff, 804px 341px #fff,
    1440px 852px #fff, 1607px 1692px #fff, 698px 1112px #fff, 1153px 1608px #fff,
    539px 999px #fff, 262px 353px #fff, 457px 1246px #fff, 1858px 998px #fff,
    364px 431px #fff, 1907px 912px #fff, 541px 916px #fff, 168px 1384px #fff,
    357px 1321px #fff, 1859px 1866px #fff, 1001px 909px #fff, 842px 1663px #fff,
    369px 1176px #fff, 932px 1372px #fff, 1606px 732px #fff, 1844px 857px #fff,
    974px 1588px #fff, 804px 1139px #fff, 65px 1213px #fff, 1066px 863px #fff,
    1991px 1734px #fff, 300px 738px #fff, 1260px 1141px #fff, 83px 260px #fff,
    1219px 167px #fff, 613px 990px #fff, 873px 81px #fff, 362px 235px #fff,
    373px 372px #fff, 80px 247px #fff, 902px 1141px #fff, 294px 464px #fff,
    766px 1925px #fff, 1151px 1305px #fff, 1250px 1593px #fff, 1289px 119px #fff,
    1525px 1505px #fff, 234px 1306px #fff, 571px 858px #fff, 571px 996px #fff,
    766px 1342px #fff, 1371px 716px #fff, 711px 1939px #fff, 904px 1797px #fff,
    424px 1710px #fff, 762px 1614px #fff, 1389px 1290px #fff, 905px 689px #fff,
    352px 38px #fff, 2000px 1317px #fff, 597px 864px #fff, 824px 711px #fff,
    966px 1060px #fff, 958px 992px #fff, 1121px 324px #fff, 1624px 688px #fff,
    1737px 702px #fff, 1566px 1344px #fff, 697px 368px #fff, 291px 1126px #fff,
    1732px 50px #fff, 712px 1941px #fff, 1257px 372px #fff, 317px 1462px #fff,
    222px 309px #fff, 1139px 647px #fff, 170px 878px #fff, 1272px 1511px #fff,
    1009px 1912px #fff, 1875px 1105px #fff, 1968px 1370px #fff,
    1193px 687px #fff, 1498px 611px #fff, 247px 1993px #fff, 1686px 1611px #fff,
    937px 340px #fff, 114px 1423px #fff, 496px 1191px #fff, 110px 1284px #fff,
    876px 687px #fff, 1173px 214px #fff, 210px 628px #fff, 302px 1173px #fff,
    1318px 939px #fff, 1665px 1310px #fff, 66px 338px #fff, 1355px 615px #fff,
    1139px 1672px #fff, 91px 1000px #fff, 112px 422px #fff, 89px 503px #fff,
    97px 1599px #fff, 1031px 1955px #fff, 1755px 1532px #fff, 1764px 1930px #fff,
    1822px 1751px #fff, 133px 401px #fff, 718px 85px #fff, 1797px 78px #fff,
    520px 1725px #fff, 226px 406px #fff, 1561px 1574px #fff, 340px 1602px #fff,
    718px 976px #fff, 1823px 570px #fff, 1298px 484px #fff, 1023px 1903px #fff,
    1266px 1334px #fff, 763px 877px #fff, 223px 631px #fff, 1761px 1293px #fff,
    878px 1px #fff, 973px 696px #fff, 975px 1841px #fff, 1276px 302px #fff,
    1399px 1324px #fff, 1706px 872px #fff, 341px 1960px #fff, 1384px 1655px #fff,
    1897px 767px #fff, 68px 405px #fff, 705px 310px #fff, 194px 103px #fff,
    1432px 368px #fff, 1262px 1682px #fff, 1933px 1526px #fff, 263px 655px #fff,
    1031px 1031px #fff, 1557px 788px #fff, 1558px 1360px #fff, 812px 421px #fff,
    1951px 734px #fff, 1567px 498px #fff, 1832px 1229px #fff, 913px 164px #fff,
    1907px 1273px #fff, 533px 749px #fff, 1235px 951px #fff, 645px 1959px #fff,
    92px 1570px #fff, 1169px 1434px #fff, 118px 1223px #fff, 583px 957px #fff,
    1245px 316px #fff, 527px 863px #fff, 372px 1007px #fff, 244px 1251px #fff,
    314px 494px #fff, 1842px 1463px #fff, 1315px 730px #fff, 1655px 1366px #fff,
    482px 979px #fff, 340px 1808px #fff, 256px 578px #fff, 858px 1792px #fff,
    1965px 403px #fff, 454px 253px #fff, 1664px 698px #fff, 1974px 750px #fff,
    262px 1801px #fff, 1652px 1076px #fff, 992px 711px #fff, 1792px 1323px #fff,
    700px 1748px #fff, 855px 966px #fff, 1833px 1747px #fff, 402px 1272px #fff,
    1391px 1039px #fff, 1395px 1538px #fff, 397px 1972px #fff, 744px 1403px #fff,
    1784px 1046px #fff, 111px 198px #fff, 1827px 473px #fff, 1347px 1891px #fff,
    1238px 1081px #fff, 189px 908px #fff, 1513px 542px #fff, 673px 981px #fff,
    720px 1184px #fff, 373px 792px #fff, 1470px 1631px #fff, 16px 822px #fff,
    1935px 829px #fff, 364px 613px #fff, 223px 899px #fff, 1233px 874px #fff,
    1441px 1834px #fff, 719px 894px #fff, 76px 1610px #fff, 296px 685px #fff,
    572px 1637px #fff, 349px 114px #fff, 1670px 1802px #fff, 979px 928px #fff,
    1589px 574px #fff, 756px 194px #fff, 616px 507px #fff, 271px 186px #fff,
    198px 360px #fff, 1916px 418px #fff, 721px 667px #fff, 1937px 1908px #fff,
    17px 556px #fff, 345px 443px #fff, 718px 760px #fff, 1922px 310px #fff,
    1185px 887px #fff, 1745px 1848px #fff, 909px 847px #fff, 1170px 134px #fff,
    1773px 1133px #fff, 1099px 233px #fff, 1122px 1524px #fff, 866px 907px #fff,
    398px 213px #fff, 1287px 886px #fff, 1194px 149px #fff, 1876px 1667px #fff,
    332px 1658px #fff, 146px 1253px #fff, 958px 211px #fff, 643px 47px #fff,
    1213px 1339px #fff, 1637px 1939px #fff, 1601px 355px #fff, 256px 1982px #fff,
    989px 1609px #fff, 1179px 701px #fff, 685px 1463px #fff, 1910px 465px #fff,
    764px 1930px #fff, 1856px 433px #fff, 720px 367px #fff, 1821px 416px #fff,
    48px 1114px #fff, 716px 489px #fff, 174px 1972px #fff, 115px 1373px #fff,
    1487px 141px #fff, 1919px 1362px #fff, 1662px 859px #fff, 1168px 490px #fff,
    706px 1820px #fff, 588px 318px #fff, 107px 778px #fff, 621px 1667px #fff,
    1331px 1996px #fff, 1404px 1154px #fff, 860px 1019px #fff,
    1385px 1883px #fff, 1066px 1951px #fff, 752px 444px #fff, 955px 1031px #fff,
    1256px 1899px #fff, 961px 1455px #fff, 1101px 84px #fff, 890px 335px #fff,
    798px 40px #fff, 138px 54px #fff, 1934px 252px #fff, 429px 324px #fff,
    1645px 1522px #fff, 218px 737px #fff, 1625px 531px #fff, 605px 1290px #fff,
    1867px 648px #fff, 82px 1137px #fff, 231px 1423px #fff, 471px 944px #fff,
    1363px 1752px #fff, 482px 1364px #fff, 1305px 627px #fff, 1065px 891px #fff,
    217px 1841px #fff, 1843px 1501px #fff, 1681px 734px #fff, 185px 856px #fff,
    609px 1094px #fff, 49px 1657px #fff, 783px 594px #fff, 1018px 1123px #fff,
    644px 1149px #fff, 739px 1262px #fff, 1439px 1187px #fff, 1789px 1507px #fff,
    941px 791px #fff, 1319px 1308px #fff, 498px 626px #fff, 1594px 858px #fff,
    783px 71px #fff, 576px 1976px #fff, 1625px 696px #fff, 1821px 352px #fff,
    1039px 885px #fff, 208px 430px #fff, 124px 198px #fff, 1964px 686px #fff,
    1440px 1952px #fff, 231px 1435px #fff, 1846px 853px #fff, 1174px 536px #fff,
    1228px 310px #fff, 1380px 699px #fff, 1116px 169px #fff, 1416px 1007px #fff,
    178px 192px #fff, 1302px 1903px #fff, 1892px 154px #fff, 962px 1032px #fff,
    1009px 1916px #fff, 1549px 1206px #fff, 899px 968px #fff, 902px 543px #fff,
    1516px 542px #fff, 965px 527px #fff, 1594px 696px #fff, 856px 1719px #fff,
    1522px 248px #fff, 1795px 283px #fff, 1144px 946px #fff, 1365px 199px #fff,
    359px 1347px #fff, 1506px 263px #fff, 433px 1793px #fff, 201px 247px #fff,
    942px 838px #fff, 1122px 1065px #fff, 1997px 108px #fff, 306px 989px #fff,
    641px 1713px #fff, 1072px 959px #fff, 1874px 1079px #fff, 1938px 269px #fff,
    891px 389px #fff, 22px 574px #fff, 727px 474px #fff, 1671px 1649px #fff,
    98px 400px #fff, 641px 798px #fff, 1218px 1051px #fff, 907px 1485px #fff,
    1002px 1549px #fff, 1932px 1448px #fff, 1132px 573px #fff,
    1222px 1147px #fff, 1009px 451px #fff, 698px 1940px #fff, 97px 1123px #fff,
    904px 751px #fff, 1904px 593px #fff, 1451px 1658px #fff, 191px 1606px #fff,
    1346px 482px #fff, 1935px 1086px #fff, 1052px 224px #fff, 526px 1810px #fff,
    1607px 606px #fff, 427px 1830px #fff, 1546px 407px #fff, 1771px 208px #fff,
    1714px 181px #fff, 1332px 943px #fff, 1663px 1094px #fff, 1861px 1747px #fff,
    1429px 1217px #fff, 1733px 1915px #fff, 925px 1179px #fff, 735px 781px #fff,
    1775px 1989px #fff, 1770px 476px #fff, 844px 400px #fff, 1793px 1517px #fff,
    544px 281px #fff, 725px 344px #fff, 1274px 764px #fff, 1845px 339px #fff,
    582px 1745px #fff, 351px 1287px #fff, 207px 749px #fff, 1063px 1411px #fff,
    1246px 342px #fff, 1538px 166px #fff, 770px 602px #fff, 1214px 1971px #fff,
    113px 294px #fff, 1157px 101px #fff, 1657px 517px #fff, 637px 1693px #fff,
    961px 1649px #fff, 1754px 1572px #fff, 1885px 659px #fff, 238px 34px #fff,
    413px 1027px #fff, 1709px 1556px #fff, 460px 878px #fff, 1597px 608px #fff,
    544px 434px #fff, 1258px 477px #fff, 565px 1863px #fff, 426px 322px #fff,
    1917px 850px #fff, 296px 144px #fff, 643px 1896px #fff, 511px 116px #fff,
    359px 847px #fff, 702px 1133px #fff, 857px 1371px #fff, 559px 1758px #fff,
    1615px 1223px #fff, 1927px 1736px #fff, 704px 941px #fff, 1932px 942px #fff,
    1462px 335px #fff, 154px 1915px #fff, 1387px 918px #fff, 1512px 1041px #fff,
    1094px 1334px #fff, 1678px 865px #fff, 1960px 431px #fff, 666px 1258px #fff,
    422px 1215px #fff, 345px 802px #fff, 1207px 647px #fff, 1701px 374px #fff,
    1440px 1925px #fff, 1536px 1163px #fff, 905px 155px #fff, 843px 1036px #fff,
    660px 823px #fff, 1329px 661px #fff, 1867px 899px #fff, 1022px 514px #fff,
    1062px 1570px #fff, 888px 1786px #fff, 699px 1738px #fff, 1831px 1712px #fff,
    434px 18px #fff, 227px 205px #fff, 520px 1279px #fff, 1329px 764px #fff,
    1824px 47px #fff, 112px 266px #fff, 830px 1140px #fff, 478px 637px #fff,
    634px 850px #fff, 711px 873px #fff, 987px 249px #fff, 1454px 909px #fff,
    699px 922px #fff, 1458px 1142px #fff, 701px 1893px #fff, 134px 384px #fff,
    904px 354px #fff, 1913px 1229px #fff, 1606px 1336px #fff, 976px 1776px #fff,
    1726px 605px #fff, 1244px 590px #fff, 1351px 526px #fff, 1997px 130px #fff,
    1137px 1134px #fff, 1293px 283px #fff, 977px 1608px #fff, 422px 1252px #fff,
    236px 1653px #fff, 28px 1722px #fff, 698px 39px #fff, 5px 434px #fff,
    1430px 1466px #fff, 1470px 1596px #fff, 487px 81px #fff, 186px 340px #fff,
    1941px 1px #fff, 1342px 487px #fff, 813px 1855px #fff, 1445px 148px #fff,
    1965px 1428px #fff, 1122px 1277px #fff, 846px 820px #fff, 1804px 228px #fff,
    1501px 121px #fff, 215px 1033px #fff, 244px 426px #fff, 976px 453px #fff,
    566px 953px #fff, 1772px 213px #fff, 1323px 1778px #fff, 1350px 817px #fff,
    803px 913px #fff, 1395px 1359px #fff, 1995px 119px #fff, 579px 1963px #fff,
    862px 1621px #fff, 1718px 825px #fff, 823px 27px #fff, 1252px 41px #fff,
    1562px 835px #fff, 1730px 633px #fff, 1723px 1939px #fff, 524px 1824px #fff,
    1921px 1450px #fff, 1174px 1062px #fff, 1008px 1932px #fff, 467px 334px #fff,
    80px 818px #fff, 1266px 1185px #fff, 1589px 807px #fff, 1221px 320px #fff,
    1724px 852px #fff, 1194px 286px #fff, 800px 1835px #fff, 1958px 728px #fff,
    1271px 376px #fff, 43px 1654px #fff, 77px 803px #fff, 1399px 197px #fff,
    591px 1743px #fff, 652px 1925px #fff, 107px 1939px #fff, 1110px 1708px #fff,
    797px 1480px #fff, 1516px 684px #fff, 559px 1733px #fff, 1265px 718px #fff,
    1263px 54px #fff, 693px 113px #fff, 1456px 1459px #fff, 1527px 1324px #fff;
}

#stars2 {
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 1907px 1575px #fff, 893px 268px #fff, 1819px 666px #fff,
    366px 1985px #fff, 1736px 1062px #fff, 1124px 45px #fff, 905px 1674px #fff,
    1570px 711px #fff, 255px 1747px #fff, 147px 1032px #fff, 865px 1813px #fff,
    1721px 1461px #fff, 202px 724px #fff, 1860px 812px #fff, 634px 1410px #fff,
    927px 1264px #fff, 1648px 620px #fff, 1915px 1309px #fff, 731px 778px #fff,
    91px 1185px #fff, 829px 1003px #fff, 174px 1784px #fff, 1094px 1874px #fff,
    1464px 484px #fff, 1639px 1717px #fff, 959px 573px #fff, 1686px 1287px #fff,
    906px 356px #fff, 970px 499px #fff, 626px 890px #fff, 1344px 1070px #fff,
    1351px 544px #fff, 708px 68px #fff, 1870px 130px #fff, 556px 1270px #fff,
    1432px 618px #fff, 769px 673px #fff, 1289px 1410px #fff, 1499px 1969px #fff,
    749px 1163px #fff, 1198px 198px #fff, 399px 133px #fff, 1856px 1280px #fff,
    904px 194px #fff, 973px 1107px #fff, 1371px 1785px #fff, 989px 1835px #fff,
    1043px 1517px #fff, 787px 916px #fff, 1635px 1155px #fff, 752px 524px #fff,
    1926px 1279px #fff, 1052px 1163px #fff, 719px 1963px #fff, 786px 519px #fff,
    1440px 500px #fff, 156px 1265px #fff, 1691px 429px #fff, 1349px 1474px #fff,
    736px 459px #fff, 248px 1678px #fff, 1136px 510px #fff, 1317px 10px #fff,
    1209px 1323px #fff, 54px 469px #fff, 730px 1939px #fff, 960px 23px #fff,
    112px 941px #fff, 1852px 1522px #fff, 1993px 1972px #fff, 265px 129px #fff,
    222px 1897px #fff, 1766px 1804px #fff, 1530px 1786px #fff, 1045px 432px #fff,
    1916px 1980px #fff, 309px 1780px #fff, 1420px 559px #fff, 1708px 103px #fff,
    324px 1407px #fff, 1175px 943px #fff, 80px 1221px #fff, 1016px 1933px #fff,
    318px 560px #fff, 190px 1489px #fff, 1095px 892px #fff, 1975px 1191px #fff,
    1197px 955px #fff, 1482px 873px #fff, 1912px 300px #fff, 2000px 1636px #fff,
    1473px 1808px #fff, 507px 192px #fff, 924px 1300px #fff, 1485px 1636px #fff,
    41px 1822px #fff, 689px 120px #fff, 769px 273px #fff, 1039px 976px #fff,
    1057px 1520px #fff, 1417px 1187px #fff, 512px 1507px #fff, 519px 45px #fff,
    1207px 1687px #fff, 1824px 1488px #fff, 1694px 31px #fff, 1859px 52px #fff,
    1368px 268px #fff, 190px 1404px #fff, 940px 1003px #fff, 167px 942px #fff,
    1641px 647px #fff, 1051px 654px #fff, 233px 1640px #fff, 554px 511px #fff,
    1705px 1866px #fff, 240px 1430px #fff, 140px 668px #fff, 648px 1617px #fff,
    252px 101px #fff, 676px 1774px #fff, 889px 1698px #fff, 595px 853px #fff,
    249px 1768px #fff, 1091px 1529px #fff, 223px 839px #fff, 239px 699px #fff,
    1547px 356px #fff, 249px 1130px #fff, 1209px 1946px #fff, 1967px 1274px #fff,
    430px 298px #fff, 1305px 134px #fff, 156px 91px #fff, 1712px 264px #fff,
    1256px 991px #fff, 1887px 1844px #fff, 1957px 1275px #fff, 1718px 666px #fff,
    1090px 543px #fff, 933px 1411px #fff, 801px 323px #fff, 202px 1659px #fff,
    1117px 549px #fff, 290px 1859px #fff, 1380px 1516px #fff, 557px 1165px #fff,
    1953px 1758px #fff, 1901px 1407px #fff, 1144px 347px #fff, 1640px 271px #fff,
    1996px 43px #fff, 838px 488px #fff, 1151px 1529px #fff, 306px 460px #fff,
    1666px 635px #fff, 1572px 633px #fff, 1797px 1076px #fff, 1727px 1119px #fff,
    474px 871px #fff, 1491px 1398px #fff, 1301px 868px #fff, 1632px 454px #fff,
    1611px 466px #fff, 498px 1162px #fff, 796px 269px #fff, 1988px 747px #fff,
    502px 12px #fff, 276px 1260px #fff, 1536px 974px #fff, 956px 656px #fff,
    107px 701px #fff, 965px 491px #fff, 1646px 247px #fff, 1515px 921px #fff,
    1813px 519px #fff, 697px 143px #fff, 591px 1452px #fff, 1773px 1411px #fff,
    1622px 1401px #fff, 534px 340px #fff, 1590px 284px #fff, 1464px 528px #fff,
    734px 1718px #fff, 1929px 1683px #fff, 656px 480px #fff, 833px 705px #fff,
    1567px 109px #fff, 1055px 330px #fff, 1943px 1367px #fff, 1935px 1512px #fff,
    355px 1024px #fff, 1894px 218px #fff, 1703px 1772px #fff, 781px 1394px #fff,
    367px 42px #fff, 100px 690px #fff, 1831px 458px #fff, 1884px 1878px #fff,
    814px 1013px #fff;
  animation: animStar 100s linear infinite;
}
#stars2:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 1907px 1575px #fff, 893px 268px #fff, 1819px 666px #fff,
    366px 1985px #fff, 1736px 1062px #fff, 1124px 45px #fff, 905px 1674px #fff,
    1570px 711px #fff, 255px 1747px #fff, 147px 1032px #fff, 865px 1813px #fff,
    1721px 1461px #fff, 202px 724px #fff, 1860px 812px #fff, 634px 1410px #fff,
    927px 1264px #fff, 1648px 620px #fff, 1915px 1309px #fff, 731px 778px #fff,
    91px 1185px #fff, 829px 1003px #fff, 174px 1784px #fff, 1094px 1874px #fff,
    1464px 484px #fff, 1639px 1717px #fff, 959px 573px #fff, 1686px 1287px #fff,
    906px 356px #fff, 970px 499px #fff, 626px 890px #fff, 1344px 1070px #fff,
    1351px 544px #fff, 708px 68px #fff, 1870px 130px #fff, 556px 1270px #fff,
    1432px 618px #fff, 769px 673px #fff, 1289px 1410px #fff, 1499px 1969px #fff,
    749px 1163px #fff, 1198px 198px #fff, 399px 133px #fff, 1856px 1280px #fff,
    904px 194px #fff, 973px 1107px #fff, 1371px 1785px #fff, 989px 1835px #fff,
    1043px 1517px #fff, 787px 916px #fff, 1635px 1155px #fff, 752px 524px #fff,
    1926px 1279px #fff, 1052px 1163px #fff, 719px 1963px #fff, 786px 519px #fff,
    1440px 500px #fff, 156px 1265px #fff, 1691px 429px #fff, 1349px 1474px #fff,
    736px 459px #fff, 248px 1678px #fff, 1136px 510px #fff, 1317px 10px #fff,
    1209px 1323px #fff, 54px 469px #fff, 730px 1939px #fff, 960px 23px #fff,
    112px 941px #fff, 1852px 1522px #fff, 1993px 1972px #fff, 265px 129px #fff,
    222px 1897px #fff, 1766px 1804px #fff, 1530px 1786px #fff, 1045px 432px #fff,
    1916px 1980px #fff, 309px 1780px #fff, 1420px 559px #fff, 1708px 103px #fff,
    324px 1407px #fff, 1175px 943px #fff, 80px 1221px #fff, 1016px 1933px #fff,
    318px 560px #fff, 190px 1489px #fff, 1095px 892px #fff, 1975px 1191px #fff,
    1197px 955px #fff, 1482px 873px #fff, 1912px 300px #fff, 2000px 1636px #fff,
    1473px 1808px #fff, 507px 192px #fff, 924px 1300px #fff, 1485px 1636px #fff,
    41px 1822px #fff, 689px 120px #fff, 769px 273px #fff, 1039px 976px #fff,
    1057px 1520px #fff, 1417px 1187px #fff, 512px 1507px #fff, 519px 45px #fff,
    1207px 1687px #fff, 1824px 1488px #fff, 1694px 31px #fff, 1859px 52px #fff,
    1368px 268px #fff, 190px 1404px #fff, 940px 1003px #fff, 167px 942px #fff,
    1641px 647px #fff, 1051px 654px #fff, 233px 1640px #fff, 554px 511px #fff,
    1705px 1866px #fff, 240px 1430px #fff, 140px 668px #fff, 648px 1617px #fff,
    252px 101px #fff, 676px 1774px #fff, 889px 1698px #fff, 595px 853px #fff,
    249px 1768px #fff, 1091px 1529px #fff, 223px 839px #fff, 239px 699px #fff,
    1547px 356px #fff, 249px 1130px #fff, 1209px 1946px #fff, 1967px 1274px #fff,
    430px 298px #fff, 1305px 134px #fff, 156px 91px #fff, 1712px 264px #fff,
    1256px 991px #fff, 1887px 1844px #fff, 1957px 1275px #fff, 1718px 666px #fff,
    1090px 543px #fff, 933px 1411px #fff, 801px 323px #fff, 202px 1659px #fff,
    1117px 549px #fff, 290px 1859px #fff, 1380px 1516px #fff, 557px 1165px #fff,
    1953px 1758px #fff, 1901px 1407px #fff, 1144px 347px #fff, 1640px 271px #fff,
    1996px 43px #fff, 838px 488px #fff, 1151px 1529px #fff, 306px 460px #fff,
    1666px 635px #fff, 1572px 633px #fff, 1797px 1076px #fff, 1727px 1119px #fff,
    474px 871px #fff, 1491px 1398px #fff, 1301px 868px #fff, 1632px 454px #fff,
    1611px 466px #fff, 498px 1162px #fff, 796px 269px #fff, 1988px 747px #fff,
    502px 12px #fff, 276px 1260px #fff, 1536px 974px #fff, 956px 656px #fff,
    107px 701px #fff, 965px 491px #fff, 1646px 247px #fff, 1515px 921px #fff,
    1813px 519px #fff, 697px 143px #fff, 591px 1452px #fff, 1773px 1411px #fff,
    1622px 1401px #fff, 534px 340px #fff, 1590px 284px #fff, 1464px 528px #fff,
    734px 1718px #fff, 1929px 1683px #fff, 656px 480px #fff, 833px 705px #fff,
    1567px 109px #fff, 1055px 330px #fff, 1943px 1367px #fff, 1935px 1512px #fff,
    355px 1024px #fff, 1894px 218px #fff, 1703px 1772px #fff, 781px 1394px #fff,
    367px 42px #fff, 100px 690px #fff, 1831px 458px #fff, 1884px 1878px #fff,
    814px 1013px #fff;
}

#stars3 {
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 1994px 1692px #fff, 961px 1928px #fff, 819px 1320px #fff,
    1899px 52px #fff, 28px 1937px #fff, 157px 88px #fff, 860px 1909px #fff,
    720px 427px #fff, 1319px 1469px #fff, 677px 960px #fff, 1265px 1181px #fff,
    1176px 1361px #fff, 1957px 753px #fff, 1674px 1355px #fff, 929px 1206px #fff,
    1038px 898px #fff, 1229px 365px #fff, 1085px 51px #fff, 851px 650px #fff,
    385px 21px #fff, 41px 1153px #fff, 718px 70px #fff, 1321px 579px #fff,
    497px 1458px #fff, 1981px 813px #fff, 776px 1187px #fff, 1345px 31px #fff,
    1571px 400px #fff, 339px 587px #fff, 146px 750px #fff, 64px 61px #fff,
    307px 981px #fff, 388px 849px #fff, 1398px 936px #fff, 522px 765px #fff,
    1146px 350px #fff, 19px 206px #fff, 1767px 319px #fff, 1203px 425px #fff,
    1917px 1018px #fff, 91px 1401px #fff, 898px 697px #fff, 1712px 1121px #fff,
    633px 1119px #fff, 137px 1266px #fff, 1006px 931px #fff, 1644px 1804px #fff,
    1596px 1057px #fff, 1298px 543px #fff, 1505px 996px #fff, 1972px 1383px #fff,
    1210px 1497px #fff, 804px 1840px #fff, 913px 1047px #fff, 187px 1824px #fff,
    1564px 1994px #fff, 557px 1737px #fff, 508px 1609px #fff, 1259px 1911px #fff,
    1294px 1381px #fff, 1845px 1843px #fff, 667px 1497px #fff, 1046px 945px #fff,
    937px 1889px #fff, 982px 1806px #fff, 1293px 671px #fff, 668px 904px #fff,
    358px 1971px #fff, 133px 766px #fff, 1152px 1573px #fff, 318px 694px #fff,
    578px 1184px #fff, 1620px 1701px #fff, 1359px 354px #fff, 1807px 1367px #fff,
    458px 911px #fff, 1387px 806px #fff, 523px 81px #fff, 1243px 341px #fff,
    906px 1730px #fff, 1629px 474px #fff, 1690px 419px #fff, 847px 808px #fff,
    528px 1627px #fff, 480px 718px #fff, 537px 593px #fff, 1432px 1333px #fff,
    200px 1228px #fff, 1800px 1375px #fff, 725px 1231px #fff, 1749px 1432px #fff,
    1948px 303px #fff, 1889px 252px #fff, 1114px 1400px #fff, 759px 646px #fff,
    222px 571px #fff, 1908px 1401px #fff, 1856px 1204px #fff, 338px 1645px #fff,
    1528px 1050px #fff;
  animation: animStar 150s linear infinite;
}
#stars3:after {
  content: "e ";
  position: absolute;
  top: 2000px;
  background: transparent;
  box-shadow: 1994px 1692px #fff, 961px 1928px #fff, 819px 1320px #fff,
    1899px 52px #fff, 28px 1937px #fff, 157px 88px #fff, 860px 1909px #fff,
    720px 427px #fff, 1319px 1469px #fff, 677px 960px #fff, 1265px 1181px #fff,
    1176px 1361px #fff, 1957px 753px #fff, 1674px 1355px #fff, 929px 1206px #fff,
    1038px 898px #fff, 1229px 365px #fff, 1085px 51px #fff, 851px 650px #fff,
    385px 21px #fff, 41px 1153px #fff, 718px 70px #fff, 1321px 579px #fff,
    497px 1458px #fff, 1981px 813px #fff, 776px 1187px #fff, 1345px 31px #fff,
    1571px 400px #fff, 339px 587px #fff, 146px 750px #fff, 64px 61px #fff,
    307px 981px #fff, 388px 849px #fff, 1398px 936px #fff, 522px 765px #fff,
    1146px 350px #fff, 19px 206px #fff, 1767px 319px #fff, 1203px 425px #fff,
    1917px 1018px #fff, 91px 1401px #fff, 898px 697px #fff, 1712px 1121px #fff,
    633px 1119px #fff, 137px 1266px #fff, 1006px 931px #fff, 1644px 1804px #fff,
    1596px 1057px #fff, 1298px 543px #fff, 1505px 996px #fff, 1972px 1383px #fff,
    1210px 1497px #fff, 804px 1840px #fff, 913px 1047px #fff, 187px 1824px #fff,
    1564px 1994px #fff, 557px 1737px #fff, 508px 1609px #fff, 1259px 1911px #fff,
    1294px 1381px #fff, 1845px 1843px #fff, 667px 1497px #fff, 1046px 945px #fff,
    937px 1889px #fff, 982px 1806px #fff, 1293px 671px #fff, 668px 904px #fff,
    358px 1971px #fff, 133px 766px #fff, 1152px 1573px #fff, 318px 694px #fff,
    578px 1184px #fff, 1620px 1701px #fff, 1359px 354px #fff, 1807px 1367px #fff,
    458px 911px #fff, 1387px 806px #fff, 523px 81px #fff, 1243px 341px #fff,
    906px 1730px #fff, 1629px 474px #fff, 1690px 419px #fff, 847px 808px #fff,
    528px 1627px #fff, 480px 718px #fff, 537px 593px #fff, 1432px 1333px #fff,
    200px 1228px #fff, 1800px 1375px #fff, 725px 1231px #fff, 1749px 1432px #fff,
    1948px 303px #fff, 1889px 252px #fff, 1114px 1400px #fff, 759px 646px #fff,
    222px 571px #fff, 1908px 1401px #fff, 1856px 1204px #fff, 338px 1645px #fff,
    1528px 1050px #fff;
}

@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}

/*
  Theme Name: CSS3 Glowing Effect Button
  Author: Mohammad Romin
  Author URI: https://www.facebook.com/mohammadromin03/
  Version: 1.0
*/
/************ TABLE OF CONTENTS ***************

/* 01. Button */
.btn-gra {
  position: absolute;
  /*top: 50%;*/
  /*left: 50%;*/
  /*height: 60px;*/
  /*width: 200px;*/
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-decoration: none;
  /*line-height: 100%;*/
  color: #fff;
  text-transform: uppercase;
  /*font-size: 20px;*/
  box-sizing: border-box;
  background: -webkit-linear-gradient(left, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 30px;
  z-index: 1;
  font-weight: 700;
  /*font-family: 'Roboto', sans-serif;*/
}
.btn-gra:hover {
  color: #fff;
  text-decoration: none;
  /*-webkit-animation: animate 8s linear infinite;
          animation: animate 8s linear infinite;*/
}
@-webkit-keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.btn-gra::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  z-index: -1;
  background: -webkit-linear-gradient(left, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 40px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-gra:hover::before {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: animate 8s linear infinite;
  animation: animate 8s linear infinite;
}
