@charset "UTF-8";

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;
  color: #7e7e7e;
  overflow-x: hidden;
}

a {
  display: inline-block;
}

:root {
  --white: 0, 0%, 100%;
  --black: 0, 0%, 0%;
}

.main-dark-version {
  --white: 0, 0%, 0%;
  --black: 0, 0%, 100%;
}

.main-dark-version .btn-dark {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.8em;
}

p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: #f3f3f3;
  padding: 20px;
  color: black;
  font-weight: 500;
  font-style: italic;
  position: relative;
}

blockquote .quote-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  color: black;
  opacity: 0.1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}

@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-10-none {
  margin-top: -10px;
}

.mt-20-none {
  margin-top: -20px;
}

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mb-50-none {
  margin-bottom: -50px;
}

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #868e96;
}

.bg--success {
  background-color: #28c76f;
}

.bg--danger {
  background-color: #ea5455;
}

.bg--warning {
  background-color: #ff9f43;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163a;
}

.bg--base {
  background-color: #0088cc;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: #868e96;
}

.text--success {
  color: #28c76f;
}

.text--danger {
  color: #ea5455;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163a;
}

.text--base {
  color: #0088cc;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163a;
}

.border--base {
  border: 1px solid #eeeeee !important;
}

.box-shadow--success {
  box-shadow: 0px 0px 20px 0 rgba(40, 199, 111, 0.7);
}

.box-shadow--danger {
  box-shadow: 0px 0px 20px 0 rgba(234, 84, 85, 0.7);
}

.box-shadow--warning {
  box-shadow: 0px 0px 20px 0 rgba(255, 159, 67, 0.7);
}

.section--bg {
  background-color: #f3f3f3 !important;
}

.main-dark-version .section--bg {
  background-color: #222529 !important;
}

.bg--gray {
  background-color: #f3f3f3;
}

.border--rounded {
  border-radius: 3px;
}

.border--capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-area {
  margin-top: -15px;
  margin-bottom: -15px;
}

.custom-table {
  width: 100%;
  border-spacing: 0 15px;
  border-collapse: separate;
}

@media only screen and (max-width: 991px) {
  .custom-table thead {
    display: none;
  }
}

.custom-table thead tr {
  background-color: #0088cc;
}

.custom-table thead tr th {
  border: none;
  font-weight: 500;
  text-align: center;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 10px 20px;
}

.custom-table tbody tr {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
  transition: all 0.5s;
}

.custom-table tbody tr:hover {
  transform: translateY(-7px);
}

.custom-table tbody tr td {
  border: none;
  font-weight: 500;
  text-align: center;
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 10px 20px;
}

.custom-table tbody tr td .time {
  font-weight: 700;
}

.custom-table tbody tr td .author-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.custom-table tbody tr td .author-info .thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.custom-table tbody tr td .author-info .thumb img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.custom-table tbody tr td .author-info .content {
  padding-left: 15px;
  width: calc(100% - 45px);
}

.custom-table tbody tr td a {
  font-weight: 600;
  font-size: 14px;
}

.custom-table tbody tr td .btn {
  border-radius: 3px;
  padding: 5px 8px;
  font-size: 13px;
}

.custom-table tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
}

.custom-table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}

@media only screen and (max-width: 991px) {
  .custom-table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
  }

  .custom-table tbody tr td:last-child {
    border: none;
  }

  .custom-table tbody tr td::before {
    content: attr(data-label);
    margin-right: auto;
    color: #0088cc;
    width: 50%;
    text-align: left;
  }
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7),
    5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7),
    5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #eaf7e4;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #0088cc;
}

*::-webkit-scrollbar-thumb {
  background-color: #0088cc;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #0088cc;
  color: white;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

.scrollToTop:hover,
.scrollToTop:focus {
  color: white;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
}

.swiper-pagination {
  position: relative;
  display: flex;
  margin-top: 80px;
}

.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 2px 2px;
  background: transparent;
  display: block;
  transition: all 0.3s ease;
  border: 0.15rem solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background: transparent;
  border-color: white;
}

.swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  margin-top: -2px;
  background: white;
  opacity: 0;
  visibility: hidden;
  transform: scale(1);
  border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
  visibility: visible;
}

.slider-next,
.slider-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-color: #0088cc;
  border-radius: 50%;
  color: white;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {

  .slider-next,
  .slider-prev {
    display: none;
  }
}

.slider-next {
  right: -30px;
}

.slider-prev {
  left: -30px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: flex;
  flex-wrap: wrap;
}

.pagination .page-item {
  text-align: center;
  padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  border: 1px solid #eeeeee;
  color: black;
  font-size: 12px;
  padding: 0;
  line-height: 30px;
  display: block;
  margin: 0;
}

.pagination .page-item.disabled span {
  background: transparent;
  border: 1px solid #eeeeee;
  color: black;
}

.pagination .page-item .page-link {
  transition: all 0.3s;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #0088cc;
  border-color: #0088cc;
  color: white;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.tab-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  text-align: center;
  border: none;
}

.tab-menu .nav-item {
  background-color: transparent;
  border: 2px solid #222529;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  color: black;
  padding: 3px 25px;
  transition: all 0.3s;
}

.tab-menu .nav-item:hover {
  background-color: #222529;
  color: white;
}

.tab-menu .nav-item.active {
  background-color: #0088cc;
  border: 2px solid #0088cc;
  color: white;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2em;
  color: black;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 70px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 26px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 12px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  h6 {
    font-size: 12px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header {
  margin-bottom: 50px;
}

.section-header .section-title {
  padding-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}

.section-header .section-title::before,
.section-header .section-title::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #0088cc;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

.section-header .section-title::before {
  bottom: 6px;
  margin-left: -30px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type="submit"]:hover {
  color: white;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--success:hover {
  background-color: #30b86d;
  border-color: #30b86d;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--danger:hover {
  background-color: #b14040;
  border-color: #b14040;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163a;
}

.badge--primary {
  background-color: #7367f0;
}

.badge--secondary {
  background-color: #868e96;
}

.badge--success {
  background-color: #28c76f;
}

.badge--danger {
  background-color: #ea5455;
}

.badge--warning {
  background-color: #ff9f43;
}

.badge--info {
  background-color: #1e9ff2;
}

.badge--dark {
  background-color: #10163a;
}

.badge {
  color: white;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 12px;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163a;
}

.btn--base {
  position: relative;
  background-color: #0088cc;
  color: white;
  padding: 10px 30px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn--base.active {
  background-color: #222529;
}

.btn--base:focus,
.btn--base:hover {
  color: white;
  background-color: #222529;
}

.custom-btn {
  color: #0088cc;
  font-weight: 500;
  font-size: 14px;
  display: block;
}

.custom-btn:hover {
  color: #0088cc;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  outline: none;
}

input,
textarea {
  padding: 12px 20px;
}

input::placeholder,
textarea::placeholder {
  color: #7e7e7e;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: 1px solid #eeeeee;
  vertical-align: baseline;
  font-size: 100%;
  color: #7e7e7e;
}

label {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

/*--------Select----------*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: black;
}

.form-group {
  margin-bottom: 20px;
}

.form--control {
  background-color: white;
  border: 1px solid #eeeeee;
  box-shadow: none;
  height: 38px;
  padding: 10px 10px;
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-radius: 0;
  font-size: 12px;
  width: 100%;
}

.form--control:focus {
  background-color: white;
  border: 1px solid #eeeeee;
  box-shadow: none;
  color: black;
}

.form--control::placeholder {
  color: black;
}

.checkbox-wrapper {
  margin-top: 10px;
}

.checkbox-wrapper .checkbox-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.checkbox-wrapper .checkbox-item input[type="checkbox"] {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .checkbox-wrapper .checkbox-item input[type="checkbox"] {
    width: 24px;
  }
}

.checkbox-wrapper .checkbox-item label {
  margin: 0;
  color: white;
  font-size: 14px;
}

.checkbox-wrapper .checkbox-item label a {
  color: #0088cc;
}

.forgot-password a {
  color: #0088cc;
  font-weight: 600;
}

.submit-btn {
  padding: 8px 30px;
  width: 100%;
  color: white;
  background-color: #0088cc;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-white {
  position: relative;
}

.bg-overlay-white:before {
  content: "";
  position: absolute;
  background-color: white;
  opacity: 0.95;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-white>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-gray {
  position: relative;
}

.bg-overlay-gray:before {
  content: "";
  position: absolute;
  background-color: #f3f3f3;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-gray>div {
  position: relative;
  z-index: 2;
}

.bg-overlay-black {
  position: relative;
}

.bg-overlay-black:before {
  content: "";
  position: absolute;
  background: #000000;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}

.bg-overlay-black>div {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}

@-moz-keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}

@-ms-keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}

@keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}

@-webkit-keyframes rounded {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-moz-keyframes rounded {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-ms-keyframes rounded {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes rounded {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-area {
  animation: spin 1.2s linear infinite;
}

.loader {
  width: 14px;
  height: 14px;
  transform: rotate(75deg);
}

.loader::before,
.loader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 14px;
  animation: load 1.2s linear infinite;
}

.loader::before {
  box-shadow: 18px 18px #0077b6, -18px -18px #2a9d8f;
}

.loader::after {
  box-shadow: 18px 18px #e9c46a, -18px -18px #f4a261;
  transform: translate(-50%, -50%) rotate(90deg);
}

@keyframes load {
  50% {
    height: 42px;
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

::selection {
  background-color: #0088cc;
  color: white;
}

@media (min-width: 992px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.template-version {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -3px;
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.template-version button,
.template-version input[type="button"],
.template-version input[type="reset"],
.template-version input[type="submit"],
.template-version input[type="button"],
.template-version input[type="reset"],
.template-version input[type="submit"] {
  width: 45px;
  height: 45px;
  background-color: #0088cc;
}

@media only screen and (max-width: 575px) {

  .template-version button,
  .template-version input[type="button"],
  .template-version input[type="reset"],
  .template-version input[type="submit"],
  .template-version input[type="button"],
  .template-version input[type="reset"],
  .template-version input[type="submit"] {
    width: 35px;
    height: 35px;
  }
}

.template-version button i,
.template-version input[type="button"] i,
.template-version input[type="reset"] i,
.template-version input[type="submit"] i,
.template-version input[type="button"] i,
.template-version input[type="reset"] i,
.template-version input[type="submit"] i {
  font-size: 24px;
  animation: rounded 2s infinite;
  color: white;
}

@media only screen and (max-width: 575px) {

  .template-version button i,
  .template-version input[type="button"] i,
  .template-version input[type="reset"] i,
  .template-version input[type="submit"] i,
  .template-version input[type="button"] i,
  .template-version input[type="reset"] i,
  .template-version input[type="submit"] i {
    font-size: 20px;
  }
}

.template-version .color-version-area {
  background-color: #f3f3f3;
  width: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.template-version.open .color-version-area {
  width: auto;
  padding: 20px 20px;
}

.template-version .dark-version {
  width: 130px;
  height: 50px;
  background-color: #1c1e21;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: white;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 575px) {
  .template-version .dark-version {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}

.template-version .light-version {
  width: 130px;
  height: 50px;
  background-color: #f3f3f3;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: black;
  font-family: "Poppins", sans-serif;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 575px) {
  .template-version .light-version {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}

.top-notice {
  position: relative;
  padding: 8px;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  line-height: 2;
  letter-spacing: 0.025em;
  overflow: hidden;
}

.top-notice.remove {
  display: none;
}

.top-notice h5 {
  font-weight: 500;
  font-size: 12px;
  margin: 0;
}

.top-notice small {
  font-size: 10px;
  letter-spacing: 0.025em;
  opacity: 0.5;
}

.top-notice .mfp-close {
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg) translateZ(0);
  color: white;
  z-index: 10;
}

.top-notice .mfp-close::before {
  content: "";
  position: absolute;
  width: 17px;
  top: 20px;
  left: 12px;
  border-top: 1px solid;
}

.top-notice .mfp-close::after {
  content: "";
  position: absolute;
  height: 17px;
  top: 12px;
  left: 20px;
  border-left: 1px solid;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  .header-section .header-top-area .container {
    max-width: 100%;
  }
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.header.active {
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #222529;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-section.header-fixed .header-top-area {
  display: none;
}

.header-section.header-fixed .header-middle-area {
  display: none;
}

.header-section.header-fixed .header-bottom-area {
  background-color: transparent;
}

.header-top-area {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media only screen and (max-width: 991px) {
  .header-top-area {
    font-size: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .header-top-content-area {
    justify-content: center !important;
  }
}

.top-message {
  font-family: "Poppins", sans-serif;
  color: black;
  text-transform: uppercase;
}

.header-dropdown {
  position: relative;
  line-height: 1.5;
  padding: 5px 0;
}

.header-dropdown a {
  color: black;
  transition: all 0.3s;
  position: relative;
}

.header-dropdown .language-select {
  border: none;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
}

.header-dropdown img {
  display: inline-block;
  max-width: none;
  margin: -2px 6px 0 1px;
}

.header-dropdown ul {
  position: absolute;
  top: -300rem;
  z-index: 1150;
  min-width: 100%;
  margin: 0;
  padding: 0.5rem 0;
  background: white;
  transition: transform 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  border: 1px solid #eeeeee;
}

.header-dropdown ul a {
  display: block;
  padding: 0.5em 1.5em;
  letter-spacing: 0.025em;
  color: black;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.header-dropdown ul a::after {
  display: none;
}

.header-dropdown:hover .header-menu::before {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.header-dropdown:hover .header-menu::after {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateY(-1rem);
}

.header-dropdown:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.header-dropdown:not(.dropdown-expanded) .header-menu::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 1151;
  margin-left: -9px;
  margin-top: -9px;
  border-width: 0 9px 10px;
  border-style: solid;
  border-color: transparent transparent #222529;
  border-bottom-color: white;
  visibility: hidden;
  opacity: 1;
  transform: translateY(-1rem);
}

.header-dropdown:not(.dropdown-expanded) .header-menu::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -9px;
  border-width: 0 9px 10px;
  border-style: solid;
  border-color: transparent transparent #222529;
  margin-top: 7px;
  z-index: 1151;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2rem);
}

.separator {
  height: 20px;
  border-left: 1px solid #eeeeee;
  margin: 0 10px;
}

@media (min-width: 992px) {
  .dropdown-expanded a {
    display: none;
  }

  .dropdown-expanded .header-menu::before {
    display: none;
  }

  .dropdown-expanded ul {
    position: static;
    display: flex;
    display: -ms-flexbox;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }

  .dropdown-expanded ul a {
    padding: 0;
  }

  .dropdown-expanded li+li {
    margin-left: 1.5rem;
  }

  .dropdown-expanded .header-menu ul {
    transform: none;
  }
}

.header-social a {
  color: black;
}

.header-social a+a {
  margin-left: 10px;
}

.header-middle-area {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: black;
  box-shadow: 0 0 10px 0 #f2f2f2;
}

@media only screen and (max-width: 991px) {
  .header-middle-area {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .header-middle-left {
    margin-right: 0 !important;
  }
}

.logo {
  max-width: 140px;
}

@media only screen and (max-width: 575px) {
  .logo {
    max-width: 100px;
  }
}

.mobile-menu-toggler {
  border: 0;
  background: transparent;
  color: black;
  padding: 0;
  margin-right: 30px;
  font-size: 20px;
  line-height: 0;
  cursor: pointer;
}

@media (min-width: 992px) {
  .mobile-menu-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .w-lg-max {
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
  }
}

.header-search {
  position: relative;
}

.header-icon:not(:last-child) {
  margin-right: 2.2rem;
}

@media only screen and (max-width: 575px) {
  .header-icon:not(:last-child) {
    margin-right: 5px;
  }
}

@media (min-width: 992px) {

  .header-search-inline .search-toggle,
  .header-search-inline .btn:after {
    display: none;
  }
}

.header-icon i {
  font-size: 18px;
  color: black;
  position: relative;
  top: 2px;
}

.select-custom {
  position: relative;
  margin-bottom: 1rem;
  background: #222529;
}

.select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  position: relative;
  z-index: 1;
  background: transparent;
}

.select-custom:after {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.header-contact {
  align-items: center;
  text-transform: uppercase;
}

.header-contact i {
  font-size: 30px;
  margin-right: 10px;
}

.header-contact h6 {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  color: black;
}

.header-contact a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  color: black;
}

.header-icon {
  font-size: 30px;
}

@media only screen and (max-width: 991px) {
  .header-icon {
    font-size: 20px;
  }
}

.icon--style i {
  font-size: 30px;
  color: black;
}

@media only screen and (max-width: 991px) {
  .icon--style i {
    font-size: 20px;
  }
}

.header-icon:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .header-icon:not(:last-child) {
    margin-right: 5px;
  }
}

.dropdown-arrow .badge-circle {
  top: -5px;
  left: 15px;
}

@media only screen and (max-width: 575px) {
  .dropdown-arrow .badge-circle {
    top: -8px;
    left: 9px;
  }
}

.badge-circle {
  position: absolute;
  top: 1px;
  right: 0;
  width: 20px;
  border-radius: 50%;
  color: white;
  background: #0088cc;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .badge-circle {
    width: 18px;
    line-height: 18px;
    font-size: 10px;
  }
}

.cart-dropdown .dropdown-menu {
  right: 0;
  left: auto !important;
  padding-top: 8px;
}

.cart-dropdown:hover .dropdown-menu,
.compare-dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
  display: block;
  left: 0;
  top: -999rem;
  width: 300px;
  padding-top: 10px;
  z-index: 100;
  font-size: 12px;
  color: black;
  border: 0;
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}

.cart-dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  border: 10px solid;
  border-color: transparent transparent #f3f3f3;
}

.dropdownmenu-wrapper {
  position: relative;
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 1rem 1.5rem 0.5rem;
}

.dropdown-cart-header {
  border-bottom: 1px solid #eeeeee;
  color: black;
  font-size: 12px;
}

.dropdown-cart-header,
.dropdown-cart-total {
  padding: 0.3rem 1rem;
  color: black;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
}

.cart-dropdown .product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
  padding: 1rem;
  border-bottom: 1px solid #eeeeee;
  box-shadow: none !important;
}

.cart-dropdown .dropdown-toggle::after {
  display: none;
}

.cart-dropdown .product-details {
  font-size: 12px;
}

.cart-dropdown .product-title {
  padding-right: 1.5rem;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 19px;
  color: black;
}

.cart-dropdown .product-image-container {
  position: relative;
  max-width: 80px;
  margin: 0;
  margin-left: auto;
  border: 1px solid #eeeeee;
}

.cart-dropdown .btn-remove {
  position: absolute;
  top: -17px;
  right: -17px;
  font-size: 14px;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #ea5455;
  text-align: center;
  line-height: 2rem;
  font-size: 24px;
}

.dropdown-cart-total {
  margin-bottom: 1.1rem;
  font-size: 14px;
}

.dropdown-cart-total .cart-total-price {
  margin-left: auto;
  font-size: 14px;
}

.dropdown-cart-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.2rem 1rem 1.5rem;
}

.navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}

@media only screen and (max-width: 991px) {
  .navbar-expand-lg {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    max-height: 320px;
    overflow: auto;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    background-color: #222529;
  }
}

@media (max-width: 991px) {
  .navbar-collapse .main-menu {
    padding: 15px 0;
    background-color: #222529;
  }

  .navbar-collapse .main-menu li a {
    color: white !important;
  }

  .navbar-collapse .main-menu li .sub-menu li a {
    color: white !important;
  }

  .menu_has_children .sub-menu {
    display: none !important;
  }

  .menu_has_children .sub-menu li {
    width: 100%;
  }

  .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
}

.navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.navbar-collapse .main-menu li {
  position: relative;
  padding-right: 25px;
}

@media only screen and (max-width: 1199px) {
  .navbar-collapse .main-menu li {
    padding-right: 18px;
  }
}

.navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.navbar-collapse .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}

.navbar-collapse .main-menu li.menu_has_children i {
  font-size: 18px;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}

.navbar-collapse .main-menu li a {
  position: relative;
  padding: 20px 0 20px 0;
  color: black;
  font-weight: 600;
  align-items: center;
  display: inline-block;
  font-size: 12px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}

@media (max-width: 991px) {
  .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
    display: block;
  }
}

.navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 170px;
  background-color: #222529;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
  margin-left: 0;
}

.navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid #eeeeee;
  margin-right: 0;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}

.navbar-collapse .main-menu li .sub-menu li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #0088cc;
  z-index: -1;
  transition: all 0.3s;
}

.navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}

.navbar-collapse .main-menu li .sub-menu li:hover a {
  color: white;
}

.navbar-collapse .main-menu li .sub-menu li:hover::before {
  width: 100%;
}

.navbar-collapse .main-menu li .sub-menu li a {
  color: white;
  width: 100%;
  padding: 5px 20px;
  font-size: 12px;
  display: block;
  transition: all ease 0.3s;
}

.navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
  content: none;
}

.navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}

@media (max-width: 991px) {
  .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}

.navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #0088cc;
  font-size: 30px;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler span {
    font-size: 20px;
  }
}

.header-bottom-right li {
  display: inline-block;
}

.header-bottom-right li a {
  position: relative;
  padding: 20px;
  color: white;
  font-weight: 600;
  align-items: center;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.header-bottom-right li .buy {
  background-color: #f9f9f9;
}

.mobile-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.25s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.show .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 250px;
  transform: translateX(-100%);
  transition: all 0.25s;
  background-color: #f9f9f9;
  font-size: 1.2rem;
  line-height: 1.5;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
  visibility: hidden;
  z-index: 1001;
  overflow-y: auto;
}

.show .mobile-menu-container {
  transform: translateX(0);
  visibility: visible;
}

.mobile-menu-wrapper {
  position: relative;
  padding: 4.2rem 0 3rem;
}

.mobile-menu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.4rem;
  color: black;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  z-index: 9;
}

.mobile-nav {
  margin: 0 0 2rem;
  padding: 0;
}

.mobile-menu li {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
}

.mobile-menu li a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: relative;
  margin-right: 4.5rem;
  padding: 0.8rem 0 0.8rem 1rem;
  color: black;
}

.mobile-menu li a.active,
.navbar-collapse .main-menu li a.active {
  color: #ff9f43;
}

.tip {
  display: inline-block;
  position: relative;
  margin: -2px 0 0 1rem;
  padding: 3px 4px;
  border-radius: 2px;
  color: white;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 1;
}

.tip::before {
  position: absolute;
  top: 50%;
  right: 100%;
  left: auto;
  margin-top: -3px;
  border: 3px solid transparent;
  content: "";
}

.tip-hot {
  background-color: #0088cc;
}

.tip-hot:not(.tip-top):before {
  border-right-color: #0088cc;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  z-index: 9;
  padding-top: 120px;
  padding-bottom: 120px;
}

.banner-thumb-area {
  position: absolute;
  top: -4px;
  right: -143px;
  animation: ImgAnimate 3s infinite linear 0.2s;
}

@media only screen and (max-width: 1520px) {
  .banner-thumb-area {
    position: unset;
  }
}

.banner-thumb-area .banner-thumb {
  max-width: 650px;
}

.banner-thumb-area img {
  width: 100%;
}

.banner-content .sub-title {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 15px;
  padding-left: 60px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .banner-content .sub-title {
    font-size: 14px;
    padding-left: 40px;
  }
}

.banner-content .sub-title::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #0088cc;
}

@media only screen and (max-width: 991px) {
  .banner-content .sub-title::before {
    width: 30px;
  }
}

.banner-content .title {
  line-height: 1em;
  margin-bottom: 15px;
}

.banner-content p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.banner-content .banner-btn {
  margin-top: 40px;
}

.breadcrumb-area {
  border-bottom: 1px solid #eeeeee;
}

.breadcrumb {
  background-color: transparent;
  padding: 0.6rem 0;
  margin-bottom: 0;
}

.breadcrumb li {
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
}

.breadcrumb-item a {
  font-weight: 600;
  font-size: 10px;
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active {
  font-weight: 600;
  color: black;
  font-size: 10px;
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active::before {
  content: "/";
  font-weight: 600;
  color: black;
  font-size: 10px;
  left: 0;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-top-area {
  padding-bottom: 20px;
}

.footer-top-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .footer-top-wrapper {
    display: block !important;
    text-align: center;
  }
}

.footer-logo a {
  max-width: 140px;
}

@media only screen and (max-width: 575px) {
  .footer-links {
    margin-top: 10px;
  }
}

.footer-links li {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-links li a {
  font-size: 12px;
}

.footer-links li+li {
  margin-left: 15px;
}

@media only screen and (max-width: 575px) {
  .footer-social {
    margin-top: 10px;
  }
}

.footer-social li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #eeeeee;
  font-size: 10px;
  transition: all 0.3s;
}

.footer-social li:hover {
  background-color: #0088cc;
  color: white;
}

.footer-social li+li {
  margin-left: 10px;
}

.footer-bottom-area {
  border-top: 1px dashed #e5e5e5;
  padding: 20px 0;
  position: relative;
}

.footer-bottom-area::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  background: rgba(0, 136, 204, 0.11);
  width: 14px;
  height: 14px;
  top: -7px;
  margin-left: -7px;
}

.footer-bottom-area::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #0088cc;
  top: -2px;
  margin-left: -2px;
}

.footer-bottom-area .copyright-area {
  border: none;
  padding: 0;
}

@media only screen and (max-width: 575px) {
  .footer-bottom-area .copyright-area {
    display: block !important;
    text-align: center;
  }
}

.footer-bottom-area .copyright-area p {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: black;
}

.footer-bottom-area .copyright-area p a {
  color: #0088cc;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### info block ]
*/
.info-slider {
  overflow: hidden;
}

.info-icon {
  font-size: 40px;
  width: 50px;
  background-color: #0088cc;
  text-align: center;
  box-shadow: 0px 0px 10px 0 rgba(0, 136, 204, 0.7);
}

.info-content {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.info-content h4 {
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.info-content p {
  font-size: 12px;
}

/*-------------------------------------------------
    [ ### how-it-work block ]
*/
.how-work-section {
  overflow: hidden;
}

.how-work-thumb-area {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .how-work-thumb-area {
    display: none;
  }
}

.how-work-thumb-area .how-work-thumb {
  text-align: center;
}

.how-work-thumb-area .how-work-thumb a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}

.how-work-thumb-area .how-work-thumb a:hover img {
  opacity: 0.8;
}

.how-work-thumb-area .how-work-thumb a img {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.how-work-thumb-area .how-work-content {
  position: absolute;
  text-align: left;
  max-width: 225px;
}

.how-work-thumb-area .how-work-content .title {
  margin-bottom: 8px;
}

.how-work-thumb-area .how-work-content p {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}

.how-work-thumb-area .content-1 {
  left: -118px;
  text-align: right;
  top: 12%;
  padding-right: 10px;
}

.how-work-thumb-area .content-2 {
  left: -11%;
  text-align: right;
  bottom: -45px;
  padding-right: 10px;
}

.how-work-thumb-area .content-3 {
  right: -124px;
  padding-left: 10px;
  top: 3%;
}

.how-work-thumb-area .content-4 {
  right: -43px;
  padding-right: 10px;
  bottom: 10%;
  max-width: 250px;
}

.how-work-left-content .title {
  line-height: 1.4;
  margin-bottom: 15px;
}

/*-------------------------------------------------
    [ ### feature block ]
*/
.feature-section {
  overflow: hidden;
}

.feature-big-thumb:hover img {
  opacity: 0.8;
}

.feature-big-thumb img {
  width: 100%;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.feature-thumb {
  width: 56px;
  height: 56px;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  color: #0088cc;
}

.feature-content {
  margin-top: 20px;
}

/*-------------------------------------------------
    [ ### action block ]
*/
@media only screen and (max-width: 991px) {
  .action-section {
    background: #f3f3f3 !important;
  }
}

.action-content p {
  font-weight: 600;
  color: black;
}

/*-------------------------------------------------
    [ ### video block ]
*/
.video-section {
  position: relative;
  padding: 250px 0;
}

.video-section .video-icon {
  font-size: 2.6em;
  line-height: 1.3em;
  height: 1.63332em;
  width: 2.8em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.video-section .video-icon i {
  font-size: 20px;
}

/*-------------------------------------------------
    [ ### sidebar block ]
*/
.sidebar-home .widget {
  border: 1px solid #eeeeee;
}

.aside-inner {
  position: sticky;
  top: 10px;
}

.side-menu-wrapper {
  border: 1px solid #eeeeee;
}

.side-menu-title {
  padding: 10px 20px;
  margin-bottom: 0;
  background: #0088cc;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
}

.side-menu li {
  position: relative;
}

.side-menu li:last-child a {
  border: none !important;
}

.side-menu li a {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 0.8rem 0;
  color: black;
  font-weight: 600;
  font-size: 13px;
}

.side-menu li .side-menu-toggle {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 24px;
  color: black;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}

.side-menu li .side-menu-toggle::before {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  content: "";
  display: block;
  height: 5px;
  margin-top: 7px;
  pointer-events: none;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.side-menu ul {
  padding-left: 1.0714em;
  display: none;
}

.widget-slider {
  overflow: hidden;
}

.side-banner {
  position: relative;
}

.badge-sale {
  width: 7.3rem;
  height: 7.3rem;
  margin-top: 2rem;
  font-size: 0.7rem;
  font-weight: 400;
  color: white;
  border-radius: 50%;
  letter-spacing: 0.05em;
  line-height: 1;
}

.badge-sale::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 2.5rem;
  background: #eeeeee;
}

.badge-sale::after {
  content: "";
  position: absolute;
  top: 2.3rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: white;
}

.badge-sale em {
  display: block;
  color: white;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
}

.widget-banners .sale-text {
  position: relative;
  font-size: 5rem;
  line-height: 1;
  color: white;
}

.widget-banners .sale-text sup {
  font-size: 60%;
  font-weight: 600;
}

.widget-banners .sale-text sub {
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  right: 4px;
  bottom: 3px;
  line-height: 1.4em;
}

.widget-banners p {
  font-size: 0.875em;
  max-width: 100%;
  color: white;
  line-height: 24px;
}

.widget-newsletters {
  padding: 50px 30px;
}

.widget-newsletters .widget-title {
  font-size: 16px;
  color: white;
}

.widget-newsletters p {
  font-size: 14px;
  color: #dfdfdf;
}

.widget-newsletters form {
  margin-top: 15px;
}

.widget-newsletters form input {
  background-color: #222529;
  border: 1px solid #eeeeee;
  font-size: 12px;
  padding: 20px 15px;
  color: #dfdfdf;
}

.widget-newsletters form input:focus {
  background-color: #222529;
  border: 1px solid #eeeeee;
  box-shadow: none;
  color: white;
}

.sidebar-toggle {
  position: fixed;
  top: 20%;
  left: 0;
  width: 40px;
  height: 40px;
  transition: left 0.2s ease-in-out 0s;
  border-left-width: 0;
  background: #0088cc;
  color: white;
  font-size: 17px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .sidebar-toggle {
    display: none;
  }
}

.open .sidebar-toggle {
  left: 260px;
  z-index: 9000;
}

.open .sidebar-toggle i::before {
  content: "";
}

@media (max-width: 991px) {
  .open .sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.35;
    z-index: 8999;
  }
}

@media (max-width: 991px) {
  .mobile-sidebar {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    padding: 1rem;
    margin: 0;
    transform: translate(-260px);
    transition: transform 0.2s ease-in-out 0s;
    background-color: #f9f9f9;
    z-index: 9999;
    overflow-y: auto;
  }
}

@media (max-width: 991px) {
  .open .mobile-sidebar {
    transform: none;
  }
}

.widget-range-area {
  padding: 30px 20px 20px 20px;
}

.widget-range-title {
  padding: 10px 20px;
  margin-bottom: 0;
  background: #0088cc;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
}

.widget .ui-widget.ui-widget-content {
  position: relative;
  height: 3px;
  border: none;
  margin-right: 20px;
  margin-bottom: 25px;
}

.widget .ui-widget.ui-widget-content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 3px;
  background: rgba(0, 136, 204, 0.2);
  width: calc(100% + 20px);
}

.widget .ui-slider-range {
  height: 3px;
  background: #0088cc;
  position: relative;
  z-index: 1;
}

.widget .ui-state-default {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #0088cc;
  outline: none;
  cursor: pointer;
  top: -9px;
  position: absolute;
  z-index: 1;
}

.widget .ui-state-default::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
  top: 3px;
  left: 3px;
  display: block;
}

.price-range {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.price-range label {
  margin: 0;
  font-weight: 500;
  color: black;
}

.price-range input {
  height: unset;
  width: unset;
  padding: 7px;
  background: transparent;
  border: none;
  text-align: right;
  font-weight: 600;
  color: black;
  padding-right: 0;
}

.price-range input::placeholder {
  color: black;
}

.color-list li {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.color-list li a {
  position: relative;
  display: block;
  width: 30px;
  height: 5px;
  border: none;
  margin-right: 10px;
}

.color-list li span {
  color: black;
  font-size: 14px;
}

/*-------------------------------------------------
    [ ### product block ]
*/
.product-slider {
  overflow: hidden;
}

.product-slider-two {
  overflow: hidden;
}

.product-single-slider {
  overflow: hidden;
}

.xzoom-gallery5 {
  margin-left: 0;
}

.product-tab {
  margin-top: -1rem;
}

.product-tab .nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 2px solid #eeeeee;
}

.product-tab .nav-tabs .nav-item {
  margin-bottom: -2px;
}

.product-tab .nav-tabs .nav-item:not(:last-child) {
  margin-right: 2.4rem;
}

.product-tab .nav-tabs .nav-item .nav-link {
  padding: 0.7rem 0;
  border: 0;
  border-bottom: 2px solid transparent;
  color: white;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  line-height: 1.429;
  letter-spacing: -0.025em;
  background-color: transparent;
}

.product-tab .nav-tabs .nav-item .nav-link.active {
  color: #0088cc;
  border-color: #0088cc;
}

.product-default {
  padding: 10px;
  position: relative;
  z-index: 2;
}

.product-default::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #eeeeee;
  z-index: -1;
}

.product-default:hover::before,
.product-default.active::before {
  width: calc(100% + 2px);
  height: calc(100% + 45px);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 10px 0 #f2f2f2;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-default:hover figure .thumb-2,
.product-default.active figure .thumb-2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: initial;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-default:hover figure .btn-icon-group,
.product-default.active figure .btn-icon-group {
  opacity: 1;
  visibility: visible;
}

.product-default:hover .btn-group-bottom,
.product-default.active .btn-group-bottom {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-default figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.product-default figure img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.product-default figure .thumb-2 {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.product-default figure .btn-icon-group {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.product-default figure .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0 0 5px;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: all 0.3s;
  transform: none;
}

.product-default figure .btn-wish-list {
  background: #0088cc;
  color: white;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.25s ease;
}

.product-default a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-default .label-group {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
}

.product-default .product-label {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding: 5px 11px;
  color: white;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
}

.product-default .product-label.label-sale {
  background-color: #0088cc;
}

.product-default .product-details {
  text-align: center;
  border-top: 1px dashed #eeeeee;
  padding-top: 20px;
}

.product-default .category-list {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.7;
  opacity: 0.8;
  text-transform: uppercase;
}

.product-default .product-category {
  position: relative;
}

.product-default .product-title {
  max-width: 100%;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  overflow: hidden;
  transition: all 0.3s;
}

.product-default .product-title:hover {
  color: #0088cc;
}

.product-default .ratings-container {
  color: #0088cc;
  font-size: 14px;
  width: 100%;
}

.product-default .price-box {
  margin-top: 1rem;
  font-weight: 600;
  line-height: 1;
}

.product-default .price-box .old-price {
  text-decoration: line-through;
  font-size: 14px;
  letter-spacing: 0.005em;
  margin-right: 3px;
  opacity: 0.7;
}

.product-default .price-box .product-price {
  color: black;
  font-weight: 700;
  font-size: 18px;
  line-height: 0.8;
}

.product-default .btn-group-bottom {
  width: 100%;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 1.8rem;
}

.product-default .btn-add-cart {
  text-transform: unset;
  font-size: 12px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-default .btn-add-cart i {
  margin-right: 5px;
}

.product-banner {
  position: relative;
}

.product-banner figure {
  margin: 0;
}

.product-banner figure img {
  width: 100%;
}

.product-banner .banner-layer-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 1em 1.5625em;
}

.product-banner .banner-layer-middle h3 {
  font-size: 18px;
}

.product-banner .banner-layer-middle h5 {
  font-size: 12px;
}

.product-widget-item .section-sub-title {
  margin-bottom: 30px;
}

.product-default-widget figure {
  max-width: 84px;
  margin-right: 1.5rem;
  margin-bottom: 0;
  position: relative;
}

.product-default-widget figure img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.product-default-widget .product-details {
  max-width: calc(100% - 104px);
}

.product-default-widget .product-details .product-title {
  font-size: 14px;
}

.product-default-widget .product-details .price-box {
  margin-top: 0.7rem;
}

.product-default-widget .product-details .price-box .old-price {
  font-size: 14px;
}

.product-default-widget .product-details .price-box .product-price {
  font-size: 16px;
}

.banner-layer-top {
  position: absolute;
  top: 8.2%;
  right: 10%;
}

.modal-content {
  background-color: white;
}

.modal-content .btn {
  font-weight: 400;
}

.modal-close-btn {
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 2;
  color: black !important;
  font-size: 32px;
  background-color: transparent;
}

.add-cart-box {
  padding: 19px 10px 20px !important;
  border-top: 4px solid #0088cc;
  background-color: white;
}

.add-cart-box p {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.btn-actions {
  margin: -5px;
  margin-top: 20px;
}

.btn-actions button,
.btn-actions input[type="button"],
.btn-actions input[type="reset"],
.btn-actions input[type="submit"] {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  margin: 5px;
}

.product-details-content .product-ratings {
  color: #0088cc;
}

.product-details-content .rating-link {
  color: white;
  font-size: 14px;
  padding-left: 5px;
}

.product-details-content .short-divider {
  width: 40px;
  height: 0;
  border-top: 2px solid #0088cc;
  margin: 1.2rem 0;
  text-align: left;
}

.product-details-content .price-box {
  color: black;
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.product-details-content .product-desc {
  color: black;
  font-size: 14px;
  margin-top: 15px;
}

.product-details-content .product-desc a {
  color: #0088cc;
  font-weight: 600;
}

.product-single-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-single-filter label {
  color: black;
  margin-right: 15px;
}

.product-single-filter .config-size-list li {
  display: inline-block;
}

.product-single-filter .config-size-list li:not(:last-child) {
  margin-right: 5px;
}

.product-single-filter .config-size-list li.active a {
  border: 1px solid #0088cc;
}

.product-single-filter .config-size-list li a {
  min-width: 3rem;
  height: 2rem;
  background-color: white;
  color: black;
  font-size: 0.8rem;
  font-weight: 600;
  display: block;
  position: relative;
  width: 2.4rem;
  transition: all 0.3s;
  border: 1px solid #eeeeee;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
}

.product-action {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}

.product-quantity {
  margin-right: 20px;
}

.product-quantity .product-plus-minus {
  width: 100px;
  position: relative;
  display: inline-block;
}

.product-quantity .product-plus-minus .qtybutton {
  color: black;
  float: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  text-align: center;
  width: 30px;
  height: 36px !important;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.product-quantity .product-plus-minus .dec.qtybutton {
  left: 0px;
  top: 0px;
  border-right: 1px solid #eeeeee;
}

.product-quantity .product-plus-minus .product-plus-minus-box {
  color: black;
  font-size: 16px;
  height: 36px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  width: 100px;
  outline: none;
  border: 1px solid #eeeeee;
  background-color: transparent;
}

.product-quantity .product-plus-minus .inc.qtybutton {
  right: 0px;
  top: 0px;
  border-left: 1px solid #eeeeee;
}

.product-single-share {
  padding-top: 10px;
}

.product-single-share label {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.product-single-share .social-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #7e7e7e;
  border: 1px solid #eeeeee;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin: 0.2857em 0.4285em 0.2857em 0;
}

.product-single-share .add-wishlist {
  display: inline-block;
  padding: 16px 8px;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-single-share .add-wishlist i {
  margin-right: 5px;
}

.product-single-tab {
  margin-top: 2rem;
}

.product-single-tab .nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #eeeeee;
}

.product-single-tab .nav-tabs .nav-item {
  margin-bottom: -2px;
}

.product-single-tab .nav-tabs .nav-item:not(:last-child) {
  margin-right: 2.4rem;
}

@media only screen and (max-width: 991px) {
  .product-single-tab .nav-tabs .nav-item:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.product-single-tab .nav-tabs .nav-item .nav-link {
  padding: 0.7rem 0;
  border: 0;
  border-bottom: 2px solid transparent;
  color: black;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  line-height: 1.429;
  letter-spacing: -0.025em;
  background-color: transparent;
}

.product-single-tab .nav-tabs .nav-item .nav-link.active {
  color: #0088cc;
  border-color: #0088cc;
}

.product-desc-content {
  margin-top: 20px;
}

.product-desc-content p {
  font-size: 14px;
  color: black;
}

.product-desc-content ul {
  margin-bottom: 1rem;
  padding-left: 1.6rem;
  letter-spacing: 0.005em;
}

.product-desc-content ul li {
  margin-bottom: 0.4rem;
  font-size: 14px;
  color: black;
}

.product-desc-content ul li i {
  margin-right: 0.7rem;
  color: #0088cc;
}

.product-reviews-content {
  margin-top: 20px;
}

.product-reviews-content .reviews-title {
  color: black;
  font-size: 18px;
}

.product-reviews-content .comment-container {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.product-reviews-content .comment-avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}

.product-reviews-content .comment-box {
  width: calc(100% - 65px);
}

.product-reviews-content .comment-box .ratings-container {
  margin-bottom: 5px;
}

.product-reviews-content .comment-box .ratings-container i {
  color: #e9ba17;
  font-size: 18px;
}

.product-reviews-content .comment-info {
  color: black;
  font-size: 14px;
}

.product-reviews-content .avatar-name {
  display: inline;
  color: black;
}

.product-reviews-content .comment-text {
  color: black;
  font-size: 14px;
}

.toolbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px;
}

.toolbox .toolbox-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
}

.toolbox .toolbox-right .select-custom::after {
  display: none;
}

.toolbox .toolbox-item {
  display: flex;
  flex-wrap: wrap;
}

.toolbox label {
  margin: 1px 1.2rem 0 0;
  color: black;
  font-size: 14px;
  font-weight: 600;
}

.toolbox .select-custom {
  position: relative;
  background-color: white;
}

.toolbox .select-custom .form-control {
  font-size: 12px;
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 0;
  color: black;
  font-weight: 600;
  z-index: 0;
}

.toolbox .select-custom::after {
  right: 12px;
}

.p-thumb {
  width: 40px;
  height: 40px;
}

.p-thumb img {
  width: 100%;
}

.p-content {
  width: calc(100% - 40px);
  padding-left: 15px;
}

.cart-area .product-quantity .product-plus-minus .product-plus-minus-box {
  font-size: 14px;
}

.cart-area .product-quantity .product-plus-minus .qtybutton {
  font-size: 14px;
}

.cart-checkout-box .coupon {
  max-width: 380px;
  position: relative;
  width: 100%;
}

.cart-checkout-box .coupon .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  margin-top: 0;
  padding: 8px 10px;
  font-size: 12px;
  height: 52px;
}

.cart-checkout .submit-btn {
  padding: 6px 20px;
  font-size: 13px;
}

.checkout--rearrange {
  width: 50%;
  flex-grow: 1;
  padding: 0 12px;
}

.m--12 {
  margin: -12px;
}

/*-------------------------------------------------
    [ ### overview block ]
*/
.overview-section {
  position: relative;
  overflow: hidden;
}

.overview-content .title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .overview-content .title {
    font-size: 22px;
  }
}

.overview-thumb:hover img {
  opacity: 0.8;
}

.overview-thumb img {
  width: 100%;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.overview-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.overview-icon {
  color: #0088cc;
  font-size: 60px;
  width: 50px;
}

.overview-details {
  width: calc(100% - 60px);
  padding-left: 10px;
}

.overview-details .title {
  margin-bottom: 0;
  line-height: 1;
}

.overview-details .title span {
  font-size: 16px;
}

.overview-details h3.title {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .overview-details h3.title {
    font-size: 18px;
  }
}

.overview-details .sub-title {
  font-family: "Poppins", sans-serif;
}

/*-------------------------------------------------
    [ ### tracking block ]
*/
.tracking-area {
  padding: 20px;
  background-color: white;
  box-shadow: 0 0 10px 0 #f2f2f2;
}

.tracking-search-area .title {
  margin-bottom: 20px;
}

.tracking-search-area .title span {
  font-size: 12px;
  color: #7e7e7e;
  font-weight: 500;
  margin-left: 20px;
}

.tracking-form {
  display: flex;
}

.tracking-form input {
  flex-grow: 1;
  height: 50px;
  padding: 0 20px;
}

.tracking-form .submit-btn {
  width: unset;
  min-width: 90px;
  height: 50px;
  padding: 0 5px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}

.tracking-list-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
  margin-top: 30px;
  padding-top: 30px;
}

.tracking-list-area .tracking-list li {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: black;
}

.tracking-list-area .tracking-list li span {
  font-weight: 700;
}

.tracking-list-area .tracking-status-area {
  text-align: right;
}

.tracking-updates-area {
  margin-top: 40px;
}

.tracking-updates-area .title {
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.timeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
}

.timeline.timeline-single-column.timeline .timeline-item {
  padding-left: 80px;
  padding-right: 0;
}

.timeline .timeline-item {
  position: relative;
  display: flex;
  clear: right;
  width: 100%;
  padding-bottom: 45px;
}

.timeline .timeline-item .timeline-time {
  position: absolute;
  left: -30px;
  width: 100px;
  right: 0;
  top: 5px;
  transform: translateX(-50%);
}

.timeline .timeline-item .timeline-time p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: #0088cc;
}

.timeline.timeline-single-column.timeline .timeline-item>.timeline-point {
  transform: translateX(-50%);
  left: 42px !important;
  margin-left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.timeline .timeline-item.complete>.timeline-point.blk-point {
  background-color: #0088cc;
}

.timeline .timeline-item>.timeline-point {
  right: -24px;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-left: 12px;
  margin-right: 12px;
  position: absolute;
  z-index: 100;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
}

.timeline .timeline-item>.timeline-point.blk-point {
  width: 17px;
  height: 17px;
  background: #0088cc;
}

.timeline-point.blk-point::after {
  content: "";
  position: absolute;
  top: 13px;
  height: 67px;
}

.timeline .timeline-item>.timeline-point.blk-point~.timeline-event {
  font-size: 14px;
  color: #0088cc;
  min-height: auto;
  display: block;
  align-items: center;
}

.timeline.timeline-single-column.timeline .timeline-item .timeline-event {
  width: 100%;
  float: right !important;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}

.timeline.timeline-single-column.timeline .timeline-item .timeline-event p {
  font-weight: 600;
}

.timeline-item.complete:last-child::after {
  display: none;
}

.timeline-item.complete::after {
  content: "";
  position: absolute;
  top: 5px;
  height: 100%;
  transform: translateX(-50%);
  left: 42px !important;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #0088cc;
}

.timeline.timeline-single-column.timeline {
  width: calc(100% - 180px);
  max-width: 768px;
  margin-left: 180px;
}

@media (max-width: 1285.99px) {
  .timeline.timeline-single-column.timeline {
    width: calc(100% - 140px);
    max-width: 768px;
    margin-left: 140px;
  }
}

@media screen and (max-width: 1080px) {
  .timeline.timeline-single-column.timeline {
    width: calc(100% - 125px);
    max-width: 768px;
    margin-left: 125px;
  }
}

@media screen and (max-width: 992px) {
  .timeline.timeline-single-column.timeline {
    width: calc(100% - 93px);
    margin-left: 93px;
  }
}

@media screen and (max-width: 767px) {
  .timeline.timeline-single-column.timeline {
    width: calc(100% - 80px);
    margin-left: 80px;
  }
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-area {
  border: 1px solid #eeeeee;
  padding: 30px;
}

.contact-area .title {
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-area input,
.contact-area textarea {
  height: 40px;
  border: 1px solid #eeeeee;
  background-color: transparent;
  color: #7e7e7e;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0;
}

.contact-area input::placeholder,
.contact-area textarea::placeholder {
  color: #7e7e7e;
}

.contact-form-area {
  border-left: 1px solid #eeeeee;
  padding-left: 60px;
}

@media only screen and (max-width: 991px) {
  .contact-form-area {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
  }
}

.contact-info-item-area .header-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-info-item-area p {
  font-size: 14px;
}

.contact-info-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #0088cc;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: white;
  font-size: 16px;
}

.contact-info-content {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.contact-info-content .title {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 600;
}

.contact-info-content p {
  font-size: 13px;
}

.maps {
  height: 400px;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog-block
--------------------------------------------------------------*/
.blog-item:hover .blog-thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-thumb {
  overflow: hidden;
}

.blog-thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog-content {
  padding-top: 15px;
}

.blog-content .blog-date {
  font-size: 14px;
  margin-bottom: 3px;
}

.blog-content .blog-date i {
  margin-right: 5px;
}

.blog-content .title {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}

.blog-content .title a {
  transition: all 0.5s;
}

.blog-content .title a:hover {
  color: #0088cc;
}

.blog-content p {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}

.blog-social-area {
  background-color: #f3f3f3;
  margin-top: 30px;
  padding: 20px;
}

@media only screen and (max-width: 420px) {
  .blog-social-area {
    display: block !important;
    text-align: center;
  }
}

.blog-social-area .title {
  margin-bottom: 0;
  font-size: 16px;
  color: black;
  text-transform: uppercase;
}

@media only screen and (max-width: 420px) {
  .blog-social-area .title {
    margin-bottom: 10px;
  }
}

.blog-social-area .blog-social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  color: #7e7e7e;
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
  transition: all 0.3s;
}

.blog-social-area .blog-social li:hover {
  background-color: #0088cc;
  color: white;
}

.blog-social-area .blog-social li+li {
  margin-left: 5px;
}

.sidebar {
  position: sticky;
  top: 3%;
}

.widget-box {
  background-color: #f3f3f3;
  padding: 20px;
}

.widget-box .widget-title {
  border-bottom: 1px solid #e5e5e5;
  color: black;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
}

.popular-widget-box {
  margin-bottom: -20px;
}

.single-popular-item {
  margin-bottom: 20px;
}

.single-popular-item .popular-item-thumb {
  width: 90px;
}

.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 10px;
}

.single-popular-item .popular-item-content .title {
  font-size: 14px;
  margin-bottom: 3px;
  color: black;
  font-weight: 600;
}

.single-popular-item .popular-item-content .blog-date {
  font-size: 12px;
  color: #7e7e7e;
  font-weight: 600;
}

/*--------------------------------------------------------------
    [ ## Dark Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
.main-dark-version {
  background-color: #1c1e21;
  color: #dfdfdf;
}

.main-dark-version h1,
.main-dark-version h2,
.main-dark-version h3,
.main-dark-version h4,
.main-dark-version h5,
.main-dark-version h6,
.main-dark-version li {
  color: white !important;
}

.main-dark-version .bg--gray {
  background-color: #222529;
}

.main-dark-version .top-message {
  color: white;
}

.main-dark-version .header-dropdown ul a {
  color: white;
}

.main-dark-version .header-social a {
  color: white;
}

.main-dark-version .navbar-collapse .main-menu li a {
  color: white;
}

.main-dark-version .header-contact a {
  color: white;
}

.main-dark-version .header-middle-area {
  color: white;
}

.main-dark-version .icon--style i {
  color: white;
}

.main-dark-version .header-dropdown .language-select {
  color: white;
}

.main-dark-version .header-top-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .header-middle-area {
  box-shadow: none;
  border: none;
}

.main-dark-version .copyright-area p {
  color: white;
}

.main-dark-version .separator {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .product-default:hover::before,
.main-dark-version .product-default.active::before {
  box-shadow: -3px -3px 8px rgba(34, 34, 53, 0.95),
    3px 3px 8px rgba(12, 11, 14, 0.82);
}

.main-dark-version .product-default .price-box .product-price {
  color: white;
}

.main-dark-version .blog-content .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .bg-overlay-white:before {
  background: -webkit-linear-gradient(4deg,
      rgba(0, 0, 0, 0.9) 0%,
      transparent 100%);
  opacity: 1;
}

.main-dark-version .footer-section.bg-overlay-white:before {
  background: #000000;
  opacity: 0.8;
}

.main-dark-version .footer-widget p {
  color: white;
}

.main-dark-version .footer-links li {
  color: white;
}

.main-dark-version .product-default::before {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .product-default .product-details {
  border: none;
}

.main-dark-version .template-version .color-version-area {
  background-color: #222529;
}

.main-dark-version .preloader {
  background-color: #1c1e21;
}

.main-dark-version .breadcrumb li {
  color: white;
}

.main-dark-version .breadcrumb-item.active::before {
  color: white;
}

.main-dark-version .breadcrumb-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .sidebar-home .widget {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .side-menu-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .price-range label {
  color: white;
}

.main-dark-version .price-range input {
  color: white;
}

.main-dark-version .side-menu li a {
  color: white;
}

.main-dark-version .side-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .color-list li span {
  color: white;
}

.main-dark-version .pagination .page-item a,
.main-dark-version .pagination .page-item span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

.main-dark-version .toolbox label {
  color: white;
}

.main-dark-version .toolbox .select-custom .form-control {
  background-color: #1c1e21;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

.main-dark-version option {
  color: white;
  background-color: #1c1e21;
}

.main-dark-version .header-dropdown ul {
  background-color: #222529;
  border: none;
}

.main-dark-version .mobile-menu-container {
  background-color: #222529;
}

.main-dark-version .mobile-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .mobile-menu li a {
  color: white;
}

.main-dark-version .mobile-menu-close {
  color: white;
}

.main-dark-version p {
  color: white;
}

.main-dark-version .select-custom:after {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

.main-dark-version .product-details-content .price-box {
  color: white;
}

.main-dark-version .product-single-filter label {
  color: white;
}

.main-dark-version .product-quantity .product-plus-minus .product-plus-minus-box {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

.main-dark-version .product-quantity .product-plus-minus .dec.qtybutton {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

.main-dark-version .product-quantity .product-plus-minus .inc.qtybutton {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

.main-dark-version .product-single-tab .nav-tabs .nav-item .nav-link {
  color: white;
}

.main-dark-version .product-desc-content ul li {
  color: white;
}

.main-dark-version .product-single-tab .nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .product-action {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .product-single-share .social-icon {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dfdfdf;
}

.main-dark-version .product-reviews-content .reviews-title {
  color: white;
}

.main-dark-version .product-reviews-content .avatar-name {
  color: white;
}

.main-dark-version .product-reviews-content .comment-info {
  color: #dfdfdf;
}

.main-dark-version .product-reviews-content .comment-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .main-dark-version .mobile-sidebar {
    background-color: #1c1e21;
  }
}

.main-dark-version blockquote {
  background-color: #222529;
  color: white;
}

.main-dark-version blockquote .quote-icon {
  color: white;
}

.main-dark-version .blog-social-area {
  background-color: #222529;
}

.main-dark-version .blog-social-area .title {
  color: white;
}

.main-dark-version .blog-social-area .blog-social li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dfdfdf;
}

.main-dark-version .widget-box {
  background-color: #222529;
}

.main-dark-version .widget-box .widget-title {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .single-popular-item .popular-item-content .title {
  color: white;
}

.main-dark-version .single-popular-item .popular-item-content .blog-date {
  color: #dfdfdf;
}

.main-dark-version .dropdownmenu-wrapper {
  background-color: #1c1e21;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .dropdown-cart-header,
.main-dark-version .dropdown-cart-total {
  color: white;
}

.main-dark-version .dropdown-cart-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .cart-dropdown .product {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .cart-dropdown .product-title {
  color: white;
}

.main-dark-version .cart-dropdown .dropdown-menu,
.main-dark-version .compare-dropdown .dropdown-menu {
  color: white;
}

.main-dark-version .cart-dropdown .dropdown-menu:before {
  border-color: transparent transparent rgba(255, 255, 255, 0.1);
}

.main-dark-version .product-single-filter .config-size-list li a {
  background-color: #222529;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

.main-dark-version .product-single-filter .config-size-list li.active a {
  border: 1px solid #0088cc;
}

.main-dark-version .header-dropdown a {
  color: white;
}

.main-dark-version .mobile-menu-toggler {
  color: white;
}

.main-dark-version .contact-area {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .contact-form-area {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.main-dark-version .contact-area input,
.main-dark-version .contact-area textarea {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dfdfdf;
}

.main-dark-version .contact-area input:focus,
.main-dark-version .contact-area textarea:focus {
  background-color: #222529;
  box-shadow: none;
}

.main-dark-version .contact-area input::placeholder,
.main-dark-version .contact-area textarea::placeholder {
  color: #dfdfdf;
}

.main-dark-version .add-cart-box {
  background-color: #222529;
}

.main-dark-version .modal-content {
  background-color: #222529;
}

.main-dark-version .modal-close-btn {
  color: white !important;
}

.main-dark-version .custom-table tbody tr {
  background-color: #222529;
}

.main-dark-version .custom-table tbody tr td {
  color: white;
}

.main-dark-version .form--control {
  background-color: #222529;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

.main-dark-version .form--control:focus {
  background-color: #222529;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

.main-dark-version .form--control::placeholder {
  color: white;
}

.main-dark-version .cookie-policy {
  background-color: #222529;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.main-dark-version .cookie-wrapper span {
  color: #fff;
}

.cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 0 10px 0 #f2f2f2;
  background-color: #fff;
  padding: 30px 0;
  z-index: 99;
}

.cookie-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.cookie-wrapper span {
  color: #000;
  font-size: 14px !important;
}

.cookie-wrapper .cookie-cont {
  max-width: 650px;
}

.cookie-wrapper .cookie-cont a {
  margin-top: 20px;
}

.config-color-list input[type="radio"] {
  display: none;
}

.config-color-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.config-color-list label {
  color: #fff;
  width: 35px;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 20px;
  border-radius: 2px;
}

.checked-item label[for='#ffffff'],
.config-color-list label[for='#ffffff'] {
  color: black !important;
  border: 1px solid rgb(0 0 0 / 10%);
}

.config-color-list label i {
  opacity: 0;
}

.config-color-list input:checked~label i {
  opacity: 1;
}

.config-color-list label[for*="yellow"],
.config-color-list label[for*="Yellow"] {
  color: #111;
}

.config-size-list input:checked~label i {
  opacity: 1;
}

.config-size-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.config-size-list label {
  color: #111;
  width: 35px;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
}

.config-size-list input[type="radio"] {
  display: none;
}

.config-size-list input:checked~label {
  color: #fff;
  animation: fadeIn 0.3s;
  -webkit-animation: fadeIn 0.3s;
  -moz-animation: fadeIn 0.3s;
}

.side--label {
  min-width: 60px;
}

.xzoom-preview {
  z-index: 9;
}

.rating .rating-form-group {
  position: relative;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  cursor: pointer;
}

.rating .rating-form-group .star-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  font-size: 24px;
}

.rating .rating-form-group .star-label:last-child {
  position: static;
}

.rating .rating-form-group .star-label:nth-child(1) {
  z-index: 5;
}

.rating .rating-form-group .star-label:nth-child(2) {
  z-index: 4;
}

.rating .rating-form-group .star-label:nth-child(3) {
  z-index: 3;
}

.rating .rating-form-group .star-label:nth-child(4) {
  z-index: 2;
}

.rating .rating-form-group .star-label:nth-child(5) {
  z-index: 1;
}

.rating .rating-form-group .star-label input {
  display: none;
}

.rating .rating-form-group .star-label .icon {
  float: left;
  color: transparent;
}

.rating .rating-form-group .star-label:last-child .icon {
  color: #bcd0da;
}

.rating .rating-form-group:not(:hover) label input:checked~.icon,
.rating .rating-form-group:hover label:hover input~.icon {
  color: #e9ba17;
}

.rating .rating-form-group label input:focus:not(:checked)~.icon:last-child {
  color: rgba(255, 255, 255, 0.1);
  text-shadow: 0 0 5px #e9ba17;
}

.cmn--btn {
  color: #fff;
  border-radius: 5px;
  line-height: 24px;
  font-weight: 500;
  padding: 14px 30px 11px;
  background: #7349f2;
  border: 1px solid rgba(115, 73, 242, 0.2);
  text-transform: uppercase;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
}

.cmn--btn:hover {
  background: transparent;
  color: #001933;
}

.cmn--btn.btn--sm {
  padding: 10px 20px 8px;
}

.cmn--btn.btn--md {
  padding: 10px 25px;
}

.cmn--btn.btn--lg {
  padding: 13px 35px;
}

.cmn--btn.btn--block {
  padding: 10px 25px;
  display: block;
}

.cmn--btn i:last-child {
  margin-left: 5px;
}

.cmn--btn i:first-child {
  margin-right: 5px;
}

.cmn--btn.btn__txt {
  background: transparent;
  text-decoration: underline;
  text-transform: capitalize;
  border: none;
  font-size: 18px;
  padding: 0 15px;
}

.cmn--btn.btn__txt.text--white:hover {
  color: #fff;
}

button.cmn--btn {
  font-weight: 400;
}

button.cmn--btn:hover {
  background: #7349f2;
  color: #fff;
}

.btn__grp {
  margin: -5px;
}

.btn__grp .cmn--btn {
  margin: 5px;
}

.btn__grp .cmn--btn:nth-child(even) {
  background: transparent;
}

.btn__grp .cmn--btn:nth-child(even):hover {
  background: #7349f2;
}

.form--control {
  background: #f6f9ff;
  height: 52px;
  box-shadow: none !important;
  outline: none !important;
}

.form--control[readonly] {
  background: #fff !important;
}

textarea.form--control {
  height: 120px;
}

.bg--section .form--control {
  background: #fff;
}

.bg--section .form--control[readonly] {
  background: #fff !important;
}

.input-group .input-group-text {
  color: #fff;
  border: none;
}

.input-group .form--control {
  border-radius: 6px 0px 0px 6px;
}

.form--label {
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
}

select.form--control {
  appearance: auto;
}

.select-bar.form--control {
  border: 1px solid #e1eaff;
  width: 100%;
  margin: 0;
}

.select-bar.form--control::after {
  border-color: #001933;
}

.form--control .current {
  color: #001933;
  font-family: "Jost", sans-serif;
}

.form--control[type="file"] {
  height: unset;
  line-height: 22px;
  padding: 10px 20px;
}

.widget__ticket {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 25, 51, 0.1);
}

.widget__ticket-title {
  margin: 0;
  margin-bottom: 25px;
}

.widget__ticket-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #7349f2;
}

.widget__ticket .track-form .form-control {
  height: 50px;
  box-shadow: none;
  padding: 0 15px;
  font-size: 14px;
}

.widget__ticket .track-form .cmn--btn {
  height: 45px;
  width: 100%;
}

.widget__ticket:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 450px) {
  .widget__ticket {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form--group {
  margin-bottom: 20px;
}

.form--label {
  margin-bottom: 10px;
}

.reply-item {
  padding: 20px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  align-items: center;
  margin: 10px;
  background: #f6f9ff;
  display: flex;
  flex-wrap: wrap;
}

.reply-item .name-area {
  padding: 20px;
  width: 250px;
  text-align: center;
}

.reply-item .name-area .title {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

.reply-item .name-area .reply-thumb {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.reply-item .name-area .reply-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.reply-item .content-area {
  width: calc(100% - 250px);
  padding: 20px;
  border-left: 1px solid rgba(0, 25, 51, 0.1);
}

.reply-item .content-area .meta-date {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 767px) {
  .reply-item {
    padding: 0;
  }

  .reply-item .name-area,
  .reply-item .content-area {
    width: 100%;
    border: none;
  }

  .reply-item .name-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.reply-message-area {
  margin: -10px;
}

.reply-message-area li {
  padding: 0;
}

.reply-message-area li ul {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .reply-message-area li ul {
    padding-left: 50px;
  }
}

.bg--section .reply-item {
  background: #fff;
}

.widget__ticket .input-group-append .cmn--btn {
  height: 50px;
  padding: 0 22px;
  cursor: pointer;
}

.custom--card {
  border: 1px solid #e1eaff;
  box-shadow: 0 0 15px rgba(0, 25, 51, 0.1);
}

.custom--card .card-header,
.custom--card .card-footer {
  border: none;
  background: #f6f9ff;
  padding: 10px 15px;
  text-align: center;
}

.custom--card .card-header *,
.custom--card .card-footer * {
  margin: 0;
}

.custom--card .card-header {
  background: #192a56;
}

.custom--card .card-header .title {
  color: #fff;
}

.custom--card .card-body {
  border: none;
}

.custom--card .card-body img {
  width: 100%;
}

.custom--card button.form--control {
  background: #7349f2 !important;
  border: none;
  color: #fff !important;
}

.custom--card .form--control[readonly] {
  background: #f6f9ff !important;
}

.main-dark-version .widget__ticket {
  background: rgba(255, 255, 255, 0.051);
}

.main-dark-version .reply-item {
  background: rgba(255, 255, 255, 0.051);
}

.main-dark-version .text-dark,
.main-dark-version .text--dark {
  color: #fff !important;
}

.main-dark-version .cart-info-list li .value {
  color: #fff;
}

.main-dark-version .cart-info-list {
  border: 1px solid rgba(255, 255, 255, 0.051);
}

.main-dark-version .cart-info-list li {
  border: 1px solid rgba(255, 255, 255, 0.051);
}

.main-dark-version .card {
  background-color: #222529;
}

.main-dark-version .custom--card {
  border: 1px solid rgba(255, 255, 255, 0.051);
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #000 !important;
}

.main-dark-version .form-control:-webkit-autofill,
.main-dark-version .form-control:-webkit-autofill:hover,
.main-dark-version .form-control:-webkit-autofill:focus,
.main-dark-version .form-control:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}

.form--control:-webkit-autofill,
.form--control:-webkit-autofill:hover,
.form--control:-webkit-autofill:focus,
.form--control:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #000 !important;
}

.main-dark-version .form--control:-webkit-autofill,
.main-dark-version .form--control:-webkit-autofill:hover,
.main-dark-version .form--control:-webkit-autofill:focus,
.main-dark-version .form--control:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}

.main-dark-version .tracking-list-area {
  border-top: 1px solid rgba(255, 255, 255, 0.051);
}

.main-dark-version .config-size-list label {
  border: 1px solid rgba(255, 255, 255, 0.051);
}

label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}