@charset "UTF-8";
@font-face {
  font-family: Exo;
  font-style: normal;
  font-weight: 100;
  src: url(/assets/font/exo-font/static/Exo-Thin.ttf);
}
@font-face {
  font-family: Exo;
  font-style: normal;
  font-weight: 200;
  src: url(/assets/font/exo-font/static/Exo-ExtraLight.ttf);
}
@font-face {
  font-family: Exo;
  font-style: normal;
  font-weight: 300;
  src: url(/assets/font/exo-font/static/Exo-Light.ttf);
}
@font-face {
  font-family: Exo;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/font/exo-font/static/Exo-Regular.ttf);
}
@font-face {
  font-family: Exo;
  font-style: normal;
  font-weight: 500;
  src: url(/assets/font/exo-font/static/Exo-Medium.ttf);
}
@font-face {
  font-family: Exo;
  font-style: normal;
  font-weight: 600;
  src: url(/assets/font/exo-font/static/Exo-SemiBold.ttf);
}
@font-face {
  font-family: Exo;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/font/exo-font/static/Exo-Bold.ttf);
}
@font-face {
  font-family: Exo;
  font-style: normal;
  font-weight: 800;
  src: url(/assets/font/exo-font/static/Exo-ExtraBold.ttf);
}
@font-face {
  font-family: Exo;
  font-style: normal;
  font-weight: 900;
  src: url(/assets/font/exo-font/static/Exo-Black.ttf);
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #080707;
  line-height: normal;
  overflow-x: hidden;
  font-family: "Exo", sans-serif;
  background: #f9f9f9;
}
@media (max-width: 991px) {
  body {
    padding-bottom: 60px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  margin: 0;
  color: #000000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #146cda;
}
input::placeholder,
textarea::placeholder,
.custom-text-muted {
  color: rgba(8, 7, 7, 0.4);
}
a {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  padding: 5px 0;
}
select,
input,
textarea {
  width: 100%;
}
select,
input,
textarea {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  outline: none !important;
}
button {
  border: none;
  outline: none !important;
  font-weight: 500;
  box-shadow: none !important;
}
textarea {
  height: 200px;
  padding: 10px;
}
.form-control[type="file"] {
  height: unset;
  line-height: 37px;
  padding: 5px;
  font-size: 14px;
}
label,
button,
select {
  cursor: pointer;
}
input[type="submit"] {
  cursor: pointer;
  background-color: #1893f0;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
}
.bg_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg_fixed {
  background-attachment: fixed;
}
.left_center {
  background-position: left center;
}
.right_center {
  background-position: right center;
}
.left_top {
  background-position: left top;
}
.right_top {
  background-position: right top;
}
.left_bottom {
  background-position: left bottom;
}
.right_bottom {
  background-position: right bottom;
}
.title-overlay::before,
.overlay-3::before,
.color-tooltip::before,
.overlay-effects::after,
.overlay-effects::before,
.order-track-item .thumb::before {
  position: absolute;
  content: "";
}
.section-header-2,
.social-icons,
.single__products__header,
.header-wrapper,
.mobile-menu .mobile-menu-header,
.mobile-menu .quick-links ul,
.widget-check-group,
.price-range,
.filter-category-header,
.ratings-area,
.single-product-item,
.single-product-item .thumb,
.main-sections,
.product-item-2.list-style .product-item-2-inner,
.countdown,
.best-sell-item .best-sell-inner,
.cart-plus-minus,
.cart-and-coupon,
.review-item,
.review-item .content .entry-meta,
.cart-item,
.checkgroup,
.payment-details ul li,
.dashboard-item .dashboard-header,
.dashboard-item.item-lg,
.compare-specification li,
.contact-group,
.contact-group .multi-group,
.vendor__single__author .title__area,
.social__icons,
.contact--wrapper {
  display: flex;
  flex-wrap: wrap;
}
.bg-overlay::after,
.widget-check-color label,
.widget-check-color label img,
.widget-check-color input:checked + label::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}
.padding-top {
  padding-top: 16px;
}
.padding-top-half {
  padding-top: 50px;
}
.padding-bottom-half {
  padding-bottom: 50px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.latest-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.latest-item a {
  display: block;
  overflow: hidden;
}
.latest-item img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.latest-item .badge {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 10px 20px;
  background: #f0f5fc;
  color: #000000;
  z-index: 1;
}
.latest-item:hover .badge {
  background: #000000;
  color: #ffffff;
}
.latest-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wish-react {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: -5px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
  z-index: 1;
}
.wish-react li {
  padding: 5px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.wish-react li a,
.wish-react li button {
  background: #000000;
  border: 1px solid rgba(4, 38, 86, 0.2);
  font-size: 20px;
  padding: 0;
  width: 30px;
  line-height: 30px;
  height: 30px;
  color: #ffffff;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.wish-react li a:hover,
.wish-react li button:hover {
  background: #ffffff;
  color: #000000;
}
.wish-react li:nth-of-type(3n + 2) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.wish-react li:nth-of-type(3n + 3) {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.wish-react.wish-lg li a,
.wish-react.wish-lg li button {
  width: 40px;
  line-height: 40px;
  height: 40px;
}
.wish-buttons-in:hover .wish-react {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.wish-buttons-in:hover .wish-react li:nth-of-type(3n + 2),
.wish-buttons-in:hover .wish-react li:nth-of-type(3n + 3) {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.product-item-2 {
  margin: 15px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.product-item-2 .badge {
  position: absolute;
  left: 35px;
  top: 35px;
  padding: 8px 15px;
  color: #ffffff;
  z-index: 1;
}
.product-item-2 .badge.badge--sm {
  padding: 5px 10px;
  font-size: 10px;
}
.product-item-2 .badge.badge-title {
  background: #000000;
  border: 1px solid rgba(4, 38, 86, 0.2);
}
.product-item-2-inner {
  padding: 15px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.product-item-2-inner .product-thumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.product-item-2-inner .product-thumb a {
  display: block;
}
.product-item-2-inner .product-thumb img {
  width: 100%;
}
.product-item-2-inner .wish-react {
  top: 35px;
  right: 35px;
}
.product-item-2-inner .product-content {
  position: relative;
}
.product-item-2-inner .product-content .title {
  font-size: 16px;
  line-height: 26px;
}
.product-item-2-inner .product-content .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item-2-inner .product-content .brandings {
  padding-top: 3px;
  margin-bottom: 5px;
}
.product-item-2-inner .product-content .brandings a {
  padding: 3px 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background: rgba(20, 108, 218, 0.7);
}
.product-item-2-inner .product-content .ratings-area span {
  font-size: 14px;
}
.product-item-2-inner .product-content .price {
  font-weight: 700;
  color: #146cda;
}
.product-item-2-inner .product-content .price del {
  color: #080707;
  font-size: 80%;
}
.product-item-2-inner .product-content .product-before-content {
  background: #ffffff;
  padding-top: 15px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.product-item-2-inner .product-content .product-after-content {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 1;
  padding-top: 10px;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.product-item-2-inner .product-content .product-after-content .price {
  margin-top: 5px;
}
@media (max-width: 575px) {
  .product-item-2-inner .wish-react {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .product-item-2-inner .wish-react li:nth-of-type(3n + 2),
  .product-item-2-inner .wish-react li:nth-of-type(3n + 3) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.product-item-2-inner:hover,
.product-item-2-inner.active {
  box-shadow: 0 0 15px rgba(4, 38, 86, 0.25);
}
.product-item-2-inner:hover .product-after-content,
.product-item-2-inner.active .product-after-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product-item-2.list-style .product-item-2-inner .product-thumb,
.product-item-2.list-style .product-item-2-inner .product-content {
  width: 50%;
}
@media (min-width: 992px) {
  .product-item-2.list-style .product-item-2-inner .product-thumb,
  .product-item-2.list-style .product-item-2-inner .product-content {
    position: relative;
  }
}
.product-item-2.list-style .product-item-2-inner .product-content {
  padding-left: 30px;
}
.product-item-2.list-style .product-item-2-inner .product-content .list-title {
  margin-bottom: 20px;
}
.product-item-2.list-style .product-item-2-inner .product-content p {
  margin-bottom: 20px;
}
.product-item-2.list-style
  .product-item-2-inner
  .product-content
  .ratings-area {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .product-item-2.list-style .product-item-2-inner .product-thumb,
  .product-item-2.list-style .product-item-2-inner .product-content {
    width: 100%;
  }
  .product-item-2.list-style .product-item-2-inner .product-content {
    padding: 20px 0 0;
  }
}
.countdown li {
  padding: 5px 10px;
  text-align: center;
}
.countdown li .countdown-title {
  color: #146cda;
}
.countdown li p {
  font-size: 14px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .countdown li .countdown-title {
    font-size: 22px;
  }
}
.m--15 {
  margin: -15px;
}
.overlay-effects {
  position: relative;
  overflow: hidden;
}
.overlay-effects::after,
.overlay-effects::before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all ease 0s;
  -moz-transition: all ease 0s;
  transition: all ease 0s;
  z-index: 1;
}
.overlay-effects::before {
  top: 100%;
  left: 0;
}
.overlay-effects::after {
  right: 0;
  bottom: 100%;
}
.overlay-effects:hover::after,
.overlay-effects:hover::before {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.overlay-effects:hover::before {
  top: -100%;
}
.overlay-effects:hover::after {
  bottom: -100%;
}
.best-sell-item .best-sell-inner {
  align-items: center;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  box-shadow: 0 0 5px rgba(4, 38, 86, 0.1);
}
.best-sell-item .best-sell-inner:hover {
  box-shadow: 0 0 20px rgba(4, 38, 86, 0.2);
}
.best-sell-item .best-sell-inner .thumb {
  width: 80px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.best-sell-item .best-sell-inner .thumb img {
  width: 100%;
}
.best-sell-item .best-sell-inner .content {
  padding-left: 15px;
  width: calc(100% - 80px);
}
.best-sell-item .best-sell-inner .content .title {
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
}
.best-sell-item .best-sell-inner .content .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.best-sell-item .best-sell-inner .ratings-area {
  font-size: 14px;
}
.best-sell-item .best-sell-inner .read-more {
  font-size: 14px;
  text-decoration: underline;
  color: #146cda;
}
.best-sell-item .best-sell-inner .read-more i {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding-left: 5px;
  font-size: 20px;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.best-sell-item .best-sell-inner:hover .read-more i {
  padding-left: 10px;
}
.cate-item {
  padding: 10px;
}
.cate-inner {
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(4, 38, 86, 0.1);
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  color: #000000;
}
.cate-inner img {
  margin-bottom: 10px;
}
.cate-inner:hover {
  color: #146cda;
}
.cate-inner span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m--10 {
  margin: -10px;
}
.category-slider {
  overflow: hidden;
}
#sync2 {
  margin-top: 15px;
}
#sync2 .thumbs {
  padding: 5px;
  cursor: pointer;
}
.product-details-content .ratings-area .ratings {
  font-size: 18px;
}
.product-details-content .price {
  color: #146cda;
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
}
.product-details-content .size-check {
  margin: 0 -10px 25px;
}
@media (max-width: 991px) {
  .product-details-content {
    margin-top: 25px;
  }
}
.cart-plus-minus .cart-decrease,
.cart-plus-minus .cart-increase {
  width: 45px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #000000;
  font-size: 22px;
  cursor: pointer;
}
.cart-plus-minus .cart-decrease:hover,
.cart-plus-minus .cart-decrease.active,
.cart-plus-minus .cart-increase:hover,
.cart-plus-minus .cart-increase.active {
  background: #146cda;
  border-color: #146cda;
  color: #ffffff;
}
.cart-plus-minus input {
  text-align: center;
  width: 60px;
  height: 40px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  -webkit-appearance: none;
  background: #fff;
  border-left: none;
  border-right: none;
  font-size: 14px;
}
@media (min-width: 992px) {
  .cart-plus-minus .cart-increase {
    margin-left: -15px;
  }
}
.cart-and-coupon {
  margin: -7px -15px 20px;
}
.cart-and-coupon .cart-plus-minus,
.cart-and-coupon .coupon-code,
.cart-and-coupon .add-cart {
  margin: 7px 15px;
}
.cart-and-coupon .coupon-code input {
  padding: 0 15px;
  height: 40px;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e5e5e5;
}
.badge--success {
  color: #ffffff;
  background: #1dd031;
}
.description-item {
  margin-bottom: 35px;
}
.description-item .title {
  font-weight: 700;
  margin-bottom: 16px;
}
.description-item p {
  margin-top: 0;
  margin-bottom: 15px;
}
.description-item p:last-child {
  margin-bottom: 0;
}
.description-item ul {
  margin-bottom: 20px;
}
.description-item ul:last-child {
  margin-bottom: 0;
}
.description-item ul li {
  padding: 0;
  margin-bottom: 7px;
}
.description-item ul li::before {
  content: "\f101";
  font-family: "Line Awesome Free";
  font-weight: 600;
  color: #146cda;
  margin-right: 5px;
}
.description-item ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .specification-table {
    width: 100%;
  }
}
.specification-table tr {
  border-left: 1px solid #e5e5e5;
}
.specification-table tr:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.specification-table tr th {
  width: 35%;
}
.specification-table tr td {
  width: calc(100% - 35%);
}
.specification-table tr th,
.specification-table tr td {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 24px;
}
.specification-table tr th {
  color: #000000;
}
.specification-wrapper .title {
  font-weight: 700;
  margin-bottom: 16px;
}
.table-wrapper {
  overflow-x: auto;
}
@media (max-width: 991px) {
  .top-selling {
    margin-top: 40px;
  }
}
.review-item {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.review-item .thumb {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.review-item .thumb img {
  width: 100%;
}
.review-item .content {
  padding-left: 30px;
  width: calc(100% - 70px);
}
.review-item .content .entry-meta {
  justify-content: space-between;
  margin-bottom: 15px;
}
.review-item .content .entry-meta .ratings {
  width: 100px;
  font-size: 16px;
}
.review-item .content .entry-meta .posted-on {
  width: calc(100% - 100px);
}
.review-item .content .entry-meta .posted-on a {
  font-weight: 700;
}
.review-item .content .entry-meta .posted-on span {
  margin-left: 5px;
  font-size: 14px;
  color: #080707;
}
@media (max-width: 767px) {
  .review-item .content {
    width: 100%;
    padding: 20px 0 0;
  }
}
@media (max-width: 575px) {
  .review-item {
    padding: 25px 0;
  }
  .review-item .content .entry-meta .posted-on {
    width: 100%;
  }
}
.review-item:first-child {
  padding-top: 0;
}
.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;
}
.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: #080707;
}
.rating .rating-form-group:not(:hover) label input:checked ~ .icon,
.rating .rating-form-group:hover label:hover input ~ .icon {
  color: #ffc363;
}
.rating .rating-form-group label input:focus:not(:checked) ~ .icon:last-child {
  color: #e5e5e5;
  text-shadow: 0 0 5px #ffc363;
}
.review-input {
  background: #fff;
}
.review-input:focus {
  border-color: #146cda;
}
.review-label {
  color: #000000;
  text-transform: capitalize;
}
.border--1 {
  border: 1px solid #e5e5e5;
}
.submit-button {
  height: 60px;
  background: #146cda;
  color: #ffffff;
  font-weight: 700;
}
.submit-button.btn--sm {
  height: 50px;
}
.cart-table {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.cart-table tr {
  border-bottom: 1px solid #e5e5e5;
}
.cart-table tr:last-child {
  border-radius: 0 0 10px 10px;
}
.cart-table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.cart-table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.cart-table tr th {
  color: #ffffff;
  font-weight: 700;
  background: #146cda;
  padding: 15px 5px;
}
.cart-table tr th:first-child {
  border-radius: 10px 0 0 0;
}
.cart-table tr th:last-child {
  border-radius: 0 10px 0 0;
}
.cart-table tr td {
  padding: 15px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .cart-table tr td {
    padding: 20px;
  }
}
.cart-table tr td .subtotal span {
  font-weight: 700;
  color: #000000;
  text-align: center;
  background: transparent;
  max-width: 150px;
}
.cart-table tr td .edit {
  font-size: 24px;
  line-height: 1;
  color: #f53b57;
  cursor: pointer;
  width: 40px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .cart-table thead {
    display: none;
  }
  .cart-table tbody tr {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 20px;
    display: block;
  }
  .cart-table tbody tr:first-child {
    border-top: 1px solid #e5e5e5;
    border-radius: 10px 10px 0 0;
  }
  .cart-table tbody tr:last-child {
    border-radius: 0 0 10px 10px;
  }
  .cart-table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  .cart-table tbody tr td::before {
    color: #000000;
    content: attr(data-label) ":";
  }
  .cart-table tbody tr td .subtotal span {
    text-align: right;
  }
}
.cart-item {
  justify-content: center;
  align-items: center;
  max-width: 280px;
}
.cart-item .cart-img {
  width: 80px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.cart-item .cart-img img {
  width: 100%;
}
.cart-item .cart-cont {
  padding-left: 10px;
  width: calc(100% - 80px);
  text-align: left;
}
.cart-item .cart-cont .title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 400px) {
  .cart-item .cart-cont {
    width: 100%;
    padding: 15px 0 0;
    text-align: center;
  }
}
.cart-total {
  padding: 30px;
  border: 1px solid #e5e5e5;
}
.cart-total .apply-coupon-code,
.cart-total .total,
.cart-total .checkout {
  padding: 15px;
}
@media (max-width: 575px) {
  .cart-total {
    padding: 30px 15px;
  }
}
.total {
  display: flex;
  align-items: center;
}
.total .amount {
  padding: 0 0 0 15px;
  max-width: 180px;
  font-size: 24px;
  color: #146cda;
  background: transparent;
  border: none;
}
.apply-coupon-code {
  display: flex;
  flex-wrap: wrap;
}
.apply-coupon-code input {
  width: unset;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  padding: 0 25px;
}
.apply-coupon-code button {
  background: #146cda;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .apply-coupon-code {
    width: 100%;
  }
  .apply-coupon-code input {
    flex-grow: 1;
  }
  .apply-coupon-code input,
  .apply-coupon-code button {
    border-radius: 4px !important;
  }
}
@media (max-width: 575px) {
  .apply-coupon-code input {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    width: 100%;
    margin-bottom: 15px;
  }
  .apply-coupon-code button {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
.checkout-wrapper .title {
  margin-bottom: 20px;
}
.billing-label {
  font-size: 14px;
}
input.custom--style {
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  background: #f0f5fc;
}
input.custom--style:focus {
  box-shadow: none;
}
textarea.custom--style {
  height: 90px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  resize: vertical;
  background: #f0f5fc;
}
textarea.custom--style:focus {
  box-shadow: none;
}
.billing-select {
  height: 40px;
}
.billing-select .select-bar {
  background: #f0f5fc;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  border-color: #e5e5e5;
}
.billing-select .select-bar .list .option {
  text-align: left;
}
.checkgroup {
  align-items: center;
  margin-bottom: 0.5rem;
}
.checkgroup input {
  width: 14px;
  height: 14px;
}
.checkgroup .billing-label {
  margin: 0;
  width: calc(100% - 14px);
  padding-left: 10px;
}
.hidden-form {
  display: none;
}
.fs-lg {
  font-size: 20px;
  line-height: 1.5;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.cl-title {
  color: #000000;
}
.payment-details {
  position: sticky;
  top: 50px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.payment-details .title {
  margin-bottom: 20px;
}
.payment-details ul li {
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.payment-details p {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .payment-details {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .payment-details {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .payment-details {
    padding: 30px 15px;
  }
}
.checkout-area {
  padding: 30px;
}
@media (max-width: 1199px) {
  .checkout-area {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .checkout-area {
    padding: 0;
    background: transparent;
  }
}
.checkout-wrapper .nav-tabs {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.checkout-wrapper .nav-tabs li {
  width: 50%;
}
.checkout-wrapper .nav-tabs li a {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-wrapper .nav-tabs li:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.checkout-wrapper .nav-tabs li:first-child a {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.checkout-wrapper .nav-tabs li:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.checkout-wrapper .nav-tabs li:last-child a {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
@media (max-width: 575px) {
  .billing-select .select-bar,
  textarea.custom--style,
  input.custom--style,
  .payment-details {
    background: #fff;
  }
}
.bill-button {
  height: 40px;
  color: #ffffff;
  background: #146cda;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .bill-button {
    height: 50px;
  }
}
.payment-table {
  width: 100%;
}
.payment-table tr {
  border-left: 1px solid rgba(4, 38, 86, 0.1);
}
.payment-table tr th {
  text-transform: capitalize;
  font-weight: 400;
  border-top: 1px solid rgba(4, 38, 86, 0.1);
}
.payment-table tr td,
.payment-table tr th {
  text-align: center;
  font-size: 14px;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(4, 38, 86, 0.1);
  border-right: 1px solid rgba(4, 38, 86, 0.1);
}
.payment-table tr td i,
.payment-table tr th i {
  margin-right: 5px;
  line-height: 24px;
  font-size: 15px;
}
.payment-table tr th {
  color: #000000;
}
.payment-table tr td .badge {
  font-weight: 500;
}
@media (max-width: 991px) {
  .payment-table thead {
    display: none;
  }
  .payment-table tbody tr {
    display: block;
  }
  .payment-table tbody tr:first-child {
    border-top: 1px solid rgba(4, 38, 86, 0.1);
  }
  .payment-table tbody tr {
    border-bottom: 1px solid #146cda;
  }
  .payment-table tbody tr td {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .payment-table tbody tr td:before {
    content: attr(data-label);
    margin-right: auto;
    color: #000000;
    font-weight: 700;
  }
}
.badge {
  padding: 0.5em 0.8em;
  font-size: 12px;
}
.badge.badge-capsule {
  border-radius: 12px;
}
.badge.badge-sm {
  padding: 0.5em 0.6em;
  font-size: 75%;
}
.badge--danger {
  color: #fff;
  background: #ff0000;
}
.dashboard-item {
  padding: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 auto 30px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(4, 38, 86, 0.1);
  text-align: center;
}
.dashboard-item .dashboard-header {
  justify-content: center;
  align-items: center;
}
.dashboard-item .dashboard-header .title {
  margin: 0;
}
.dashboard-item .dashboard-icon {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  background: #146cda;
  display: block;
  color: #ffffff;
  margin: 0 auto 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.dashboard-item a {
  margin: 0;
  color: rgba(4, 38, 86, 0.9);
}
@media (max-width: 575px) {
  .dashboard-item {
    max-width: 350px;
  }
}
.dashboard-item * {
  position: relative;
}
.dashboard-item.item-lg {
  align-items: center;
  text-align: left;
}
.dashboard-item.item-lg .dashboard-icon {
  margin: 0;
}
.dashboard-item.item-lg .cont {
  max-width: calc(100% - 60px);
  padding-left: 20px;
}
.dashboard-item.item-lg .cont .dashboard-header {
  justify-content: space-between;
}
.dashboard-item.item-lg .cont .dashboard-header .title {
  font-size: 28px;
  line-height: 1;
}
.dashboard-item:hover {
  background: #146cda;
}
.dashboard-item:hover .title,
.dashboard-item:hover a {
  color: #ffffff;
}
.dashboard-item:hover .dashboard-icon {
  background: #ffffff !important;
  color: #146cda;
}
div[class*="col"]:nth-of-type(6n + 2) .dashboard-item .dashboard-icon {
  background: #05bbc9;
}
div[class*="col"]:nth-of-type(6n + 1) .dashboard-item .dashboard-icon {
  background: #188dfa;
}
div[class*="col"]:nth-of-type(6n + 3) .dashboard-item .dashboard-icon {
  background: #08d497;
}
div[class*="col"]:nth-of-type(6n + 4) .dashboard-item .dashboard-icon {
  background: #876cfe;
}
div[class*="col"]:nth-of-type(6n + 5) .dashboard-item .dashboard-icon {
  background: #07cc59;
}
div[class*="col"]:nth-of-type(6n + 6) .dashboard-item .dashboard-icon {
  background: #ff0000;
}
.regular-table {
  width: 100%;
  background: #fff;
}
.regular-table tr {
  border-left: 1px solid rgba(4, 38, 86, 0.1);
}
.regular-table tr th {
  text-transform: capitalize;
  border-top: 1px solid rgba(4, 38, 86, 0.1);
}
.regular-table tr td,
.regular-table tr th {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(4, 38, 86, 0.1);
  border-right: 1px solid rgba(4, 38, 86, 0.1);
}
.regular-table tr td i,
.regular-table tr th i {
  margin-right: 5px;
  line-height: 24px;
  font-size: 12px;
}
.regular-table tr th {
  color: #000000;
}
.regular-table tr td {
  color: rgba(4, 38, 86, 0.8);
}
.regular-table tr td .badge {
  font-weight: 500;
}
.regular-table .order-title {
  font-weight: 700;
  color: #000000;
}
.regular-table .subtotal {
  font-weight: 700;
  color: #000000;
}
@media (max-width: 767px) {
  .regular-table.order-details-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .regular-table.order-details-table tr td,
  .regular-table.order-details-table tr th {
    width: 50%;
  }
}
.regular-table.text-left tr td,
.regular-table.text-left tr th {
  padding: 10px 20px;
  text-align: left;
}
.user-profile {
  max-width: 350px;
}
@media (max-width: 991px) {
  .user-profile {
    margin: 0 auto 30px;
  }
}
.user-profile img {
  width: 100%;
}
.user-profile .thumb {
  position: relative;
  margin: 0 auto -50px;
  max-width: calc(100% - 30px);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.user-profile .thumb img {
  width: 100%;
}
.user-profile .content {
  background: rgba(20, 108, 218, 0.3);
  text-align: center;
  padding: 80px 15px 30px;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
}
.user-profile .content .title {
  text-transform: capitalize;
  font-weight: 700;
}
.w-unset {
  width: unset;
}
.dashboard-menu {
  background: #ffffff;
  padding-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 15px rgba(4, 38, 86, 0.1);
  padding: 0.25rem;
}
.dashboard-menu .user .title a {
  color: #000000;
}
.dashboard-menu ul li {
  padding: 0;
}
.dashboard-menu ul li a {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.5;
  color: black;
}
.dashboard-menu ul li a i {
  margin-right: 7px;
}
.dashboard-menu ul li a:hover,
.dashboard-menu ul li a.active {
  background: rgba(4, 38, 86, 0.1);
  color: #000000;
  border-color: #146cda;
}
.dashboard-menu .side-sidebar-close-btn {
  right: 10px;
  top: 10px;
  display: none;
}
.dashboard-menu.before-login-menu {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
#menu-sidebar-area {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0;
  right: unset;
}
.dashboard-menu ul li a:hover,
.dashboard-menu ul li a.active {
  background: #ffffff;
  color: #000000;
}
.dashboard-menu.before-login-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  right: 0;
}
#menu-sidebar-area.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
}
.dashboard-menu .side-sidebar-close-btn {
  display: block;
}
.dashboard-menu .user .title a {
  color: #ffffff;
}
.dashboard-menu ul li a:hover,
.dashboard-menu ul li a.active {
  background: #ffffff;
  color: #000000;
}
.dashboard-menu.active {
  z-index: 999999;
}
.dashboard-menu.before-login-menu {
  z-index: 999999;
}
.dashboard-menu.before-login-menu {
  position: fixed;
  top: 0;
  left: unset;
  right: 0;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.dashboard-menu.before-login-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.dashboard-menu.before-login-menu .side-sidebar-close-btn {
  display: block;
}
.dashboard-menu .create-accounts {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}
.user {
  text-align: center;
}
.user .thumb a {
  display: block;
}
.user .thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border: 2px solid #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.user .content {
  text-transform: capitalize;
}
.compare-table {
  min-width: 100%;
  border-top: 1px solid rgba(4, 38, 86, 0.1);
}
.compare-table tr {
  border-left: 1px solid rgba(4, 38, 86, 0.1);
}
.compare-table tr td,
.compare-table tr th {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding: 10px;
  border-bottom: 1px solid rgba(4, 38, 86, 0.1);
  border-right: 1px solid rgba(4, 38, 86, 0.1);
}
.compare-table tr td i,
.compare-table tr th i {
  margin-right: 5px;
  line-height: 24px;
  font-size: 12px;
}
.compare-table tr th {
  color: #000000;
  text-transform: capitalize;
  padding: 10px;
  width: 175px;
}
.compare-table tr td {
  color: rgba(4, 38, 86, 0.8);
}
.compare-table tr td .badge {
  font-weight: 500;
}
.compare-table tr td.align-top {
  vertical-align: top;
}
.compare-table tr td .name {
  padding-top: 10px;
  font-weight: 700;
}
.compare-thumb {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .compare-thumb {
    width: 300px;
  }
}
.compare-thumb img {
  max-width: 100%;
}
.compare-specification li {
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 3px 20px;
}
.compare-specification li:last-child {
  border: none;
}
.compare-specification li span {
  padding: 7px 0;
}
.compare-specification li .title {
  font-weight: 700;
}
.compare-table-wrapper {
  overflow-x: auto;
  width: 100%;
}
.order-track-form-group {
  position: relative;
}
.order-track-form-group input {
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 25px;
  background: transparent;
  border: 1px solid #e5e5e5;
}
.order-track-form-group button {
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background: #146cda;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 700;
  padding: 0 40px;
}
@media screen and (max-width: 450px) {
  .order-track-form-group input {
    height: 55px;
    padding: 0 125px 0 15px;
  }
  .order-track-form-group button {
    padding: 0 25px;
    font-size: 14px;
    height: 55px;
  }
}
.order-track-item {
  width: 20%;
  padding: 0 15px;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}
.order-track-item .thumb {
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #ff9999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 10px;
}
.order-track-item .thumb::before {
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.order-track-item .thumb i {
  position: relative;
  font-size: 40px;
  line-height: 100px;
  color: #146cda;
}
.order-track-item .title {
  font-weight: 700;
}
.order-track-item.active .thumb {
  background: #27ae60;
}
.order-track-item.active .thumb i {
  color: #27ae60;
}
.order-track-item::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  border-top: 2px dashed #146cda;
}
.order-track-item:last-child::after {
  display: none;
}
.order-track-item.item-sm .thumb {
  width: 60px;
  height: 60px;
}
.order-track-item.item-sm .thumb i {
  font-size: 24px;
  line-height: 60px;
}
.order-track-item.item-sm .thumb::before {
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
}
.order-track-item.item-sm .title {
  font-weight: 400;
  font-size: 16px;
}
.order-track-item.item-sm::after {
  top: 30px;
}
@media (max-width: 767px) {
  .order-track-item {
    width: 50%;
  }
  .order-track-item:nth-of-type(even)::after {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .order-track-item {
    width: 100%;
  }
  .order-track-item::after {
    display: none;
  }
  .order-track-item.item-sm {
    width: 50%;
  }
  .order-track-item.item-sm:nth-of-type(even)::after {
    display: none;
  }
  .order-track-item.item-sm::after {
    display: block;
  }
}
.order-track-wrapper {
  margin: 0 -15px -30px;
}
.login-wrapper .subtitle {
  margin-bottom: 25px;
}
.login-button {
  color: #ffffff;
  height: 50px;
  font-weight: 500;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: rgba(20, 108, 218, 0.1);
  padding: 0 40px;
}
.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  color: #ffffff;
}
.breadcrumb li a {
  color: #ffffff;
}
.breadcrumb li a::after {
  content: "/";
  display: inline-block;
  margin: 0 8px;
  color: #ffffff;
}
.h-60 {
  height: 60px !important;
}
.h-120 {
  height: 130px !important;
}
.contact-select {
  height: 60px;
}
.contact-select .select-bar {
  height: 60px;
  width: 100%;
}
.contact-select .select-bar .current {
  line-height: 60px;
}
.maps {
  height: 500px;
}
.mt--200 {
  margin-top: -200px;
}
.contact-group {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.contact-group label {
  width: 150px;
  position: relative;
  color: #000000;
}
.contact-group label::after {
  content: "";
  position: absolute;
  right: 0;
}
.contact-group input,
.contact-group .input-group,
.contact-group textarea,
.contact-group .select-item,
.contact-group .multi-group,
.contact-group .form-number-group {
  width: calc(100% - 170px);
}
.contact-group input,
.contact-group .select-item,
.contact-group .select-item .select-bar {
  height: 60px;
}
.contact-group input,
.contact-group textarea {
  padding: 20px;
}
.contact-group .select-bar {
  width: 100%;
}
.contact-group .select-bar .current {
  line-height: 60px;
}
.contact-group .select-bar::after {
  color: #000000;
}
.contact-group .select-bar .list {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(4, 38, 86, 0.1);
  max-height: 180px;
  overflow-y: auto;
}
.contact-group .select-bar .list .option {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(4, 38, 86, 0.05);
}
.contact-group .select-bar .list .option:last-child {
  border: none;
}
.contact-group .select-bar .list .option.selected,
.contact-group .select-bar .list .option:hover {
  background: #146cda !important;
  color: #ffffff;
}
.contact-group input,
.contact-group textarea,
.contact-group .select-item .select-bar {
  border: 1px solid rgba(4, 38, 86, 0.1);
  border-radius: 5px;
  background: #fff;
  color: #000000;
}
@media screen and (max-width: 499px) {
  .contact-group input,
  .contact-group textarea,
  .contact-group .select-item,
  .contact-group .multi-group {
    width: 100%;
  }
  .contact-group label {
    width: unset;
    padding-right: 10px;
  }
}
.contact-group .account-alt {
  margin: 10px;
  display: block;
}
.contact-group .account-alt a {
  color: #146cda;
}
.contact-group .cmn--btn {
  background: #146cda;
  margin: 10px;
  color: #ffffff;
  border-color: rgba(4, 38, 86, 0.1);
}
.contact-group .cmn--btn:hover {
  background: #146cda;
  border-color: rgba(4, 38, 86, 0.1);
}
.contact-group .multi-group {
  margin-left: auto;
  margin-bottom: 20px;
}
.contact-group .multi-group:last-child {
  margin-bottom: 0;
}
.contact-group .multi-group input {
  width: calc(100% - 60px);
}
.contact-group .multi-group .add-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #146cda;
  display: block;
  text-align: center;
  color: #0f1932;
  cursor: pointer;
}
.m--10 {
  margin: -10px;
}
.contact-thumb {
  position: absolute;
  bottom: 0;
  max-height: 100%;
  left: calc(50% + 150px);
}
.contact-thumb.rev-side {
  left: unset;
  right: calc(50% + 140px);
}
.contact-thumb img {
  max-height: 100%;
}
@media (max-width: 1199px) {
  .contact-thumb {
    left: 50%;
  }
  .contact-thumb.rev-side {
    left: unset;
    right: calc(50% - 35px);
  }
}
.account-section {
  position: relative;
  overflow: hidden;
}
.border-top-1 {
  border-top: 1px solid #e5e5e5 !important;
}
.border-bottom-1 {
  border-bottom: 1px solid #e5e5e5 !important;
}
.border-left-1 {
  border-left: 1px solid #e5e5e5 !important;
}
.border-right-1 {
  border-right: 1px solid #e5e5e5 !important;
}
.border-1 {
  border: 1px solid #e5e5e5 !important;
}
.ox-auto {
  overflow-x: auto;
  width: 100%;
}
.print-btn {
  padding: 3px 15px;
  background: #146cda;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.print-btn:hover {
  color: #ffffff;
}
@media print {
  .container {
    width: 960px !important;
  }
  .regular-table {
    width: 100%;
    margin: 0 auto;
  }
  .regular-table tr {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .regular-table tr th {
    text-transform: capitalize;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .regular-table tr td,
  .regular-table tr th {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .regular-table tr td i,
  .regular-table tr th i {
    margin-right: 5px;
    line-height: 24px;
    font-size: 12px;
  }
  .regular-table tr th {
    color: #000;
  }
  .regular-table tr td {
    color: rgba(0, 0, 0, 0.8);
  }
  .regular-table tr td .badge {
    font-weight: 500;
  }
  .regular-table .order-title {
    font-weight: 700;
    color: #000;
  }
  .border-top-1 {
    border: 1px solid #e5e5e5;
  }
  .pro-name,
  .descr {
    margin: 0 auto;
  }
  .pro-name {
    max-width: 180px;
  }
  .descr {
    max-width: 250px;
  }
}
.pro-name,
.descr {
  margin: 0 auto;
}
.pro-name {
  max-width: 180px;
}
.descr {
  max-width: 250px;
}
@media screen and (max-width: 991px) {
  .print-table-responsive {
    width: 940px;
  }
}
.fs-sm {
  font-size: 90%;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .left-category.single-style {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 280px;
    transform: translate(0) !important;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .left-category {
    opacity: 0;
    visibility: hidden;
  }
  .left-category.active {
    visibility: visible;
    opacity: 1;
  }
}
.pos-rel {
  position: relative;
}
.vendor__item {
  box-shadow: 0 0 5px rgba(4, 38, 86, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  height: 100%;
}
.vendor__item .vendor__top {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 30px;
  padding-bottom: 50px;
  min-height: 250px;
}
.vendor__item .vendor__top .title {
  margin: 0;
  margin-bottom: 20px;
}
.vendor__item .vendor__top > * {
  position: relative;
  z-index: 1;
}
.vendor__item .vendor__top .ratings {
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 20px;
}
.vendor__item .vendor__info li {
  color: #080707;
  padding: 0;
  font-size: 14px;
}
.vendor__item .vendor__info li a {
  color: #080707;
}
.vendor__item .vendor__info li i {
  color: #146cda;
}
.vendor__item .vendor__bottom {
  background: rgba(4, 38, 86, 0.1);
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.vendor__item .vendor__bottom .vendor-author {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -100px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 5px;
  box-shadow: 0 0 4px rgba(20, 108, 218, 0.9);
}
.vendor__item .vendor__bottom .vendor-author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.vendor__item .read-more {
  color: #146cda;
}
.vendor__single__item-thumb {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  height: 520px;
}
.vendor__single__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .vendor__single__item-thumb {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .vendor__single__item-thumb {
    height: 350px;
  }
}
.vendor__single__item .content {
  width: calc(100% - 220px);
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  .vendor__single__item .content {
    width: 100%;
    padding: 20px 0 0;
  }
  .vendor__single__item .content .title__area {
    align-items: center;
  }
  .vendor__single__item .content .title__area .title {
    display: block;
    color: #000000;
  }
}
@media (max-width: 575px) {
  .vendor__single__item-thumb {
    height: 300px;
  }
  .vendor__single__item .content {
    width: 100%;
    padding: 20px 0 0;
  }
  .vendor__single__item .content .title__area {
    align-items: center;
  }
  .vendor__single__item .content .title__area .title {
    display: block;
    color: #000000;
  }
}
.vendor__single__author {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.vendor__single__author .thumb {
  padding: 10px;
  background: #f0f5fc;
  box-shadow: rgba(15, 25, 50, 0.2);
  width: 100%;
  max-width: 220px;
  box-shadow: 0 0 5px rgba(4, 38, 86, 0.15);
  margin-top: -60px;
}
.vendor__single__author .thumb img {
  width: 100%;
}
@media (max-width: 575px) {
  .vendor__single__author .thumb {
    width: 160px;
  }
  .vendor__single__author .social__icons li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.vendor__single__author .title__area {
  justify-content: space-between;
}
.vendor__single__author .title__area .title {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ffffff;
}
.vendor__single__author .content-area {
  margin-top: 30px;
}
.vendor__single__author .content-area ul li {
  padding: 0;
  font-size: 14px;
}
.vendor__single__author .content-area ul li i {
  color: #146cda;
  margin-right: 5px;
}
.vendor-profile {
  padding-top: 30px;
}
.vendor__single__author {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.vendor__single__item-content {
  padding: 0 15px 15px;
}
.cate-menu-wrapper {
  overflow-x: scroll;
}
.cate-menu-wrapper::-webkit-scrollbar {
  display: none;
}
.cate-menu {
  display: flex;
  margin-bottom: 25px;
}
.cate-menu li {
  padding: 0;
}
.cate-menu li a {
  margin: 0 5px;
  background: #146cda;
  padding: 3px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
}
.cate-menu li:first-child a {
  margin-left: 0;
}
.cate-menu li:last-child a {
  margin-right: 0;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.product__item {
  display: block;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product__item .product__thumb {
  height: 125px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.product__item .product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.product__item .product__content {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 15px 15px 10px;
}
.product__item .product__content .d-price {
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-bottom: -5px;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .product__item .product__content .d-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .product__item .product__content .d-price {
    font-size: 16px;
  }
}
.product__item .product__content .m-price {
  color: #080707;
  font-size: 14px;
}
.product__item:hover .product__thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product__item:hover .d-price {
  color: #146cda;
}
.load-more {
  margin-top: 25px;
}
.view-all {
  text-decoration: underline;
  font-size: 18px;
  color: #146cda;
}
.form--group {
  margin-bottom: 20px;
}
.form--group .select-item {
  height: 50px;
  margin-bottom: 20px;
}
.contact-wrapper {
  padding: 50px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .contact-wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper {
    padding: 40px 15px;
  }
}
.location-area {
  font-size: 16px;
}
.location-area .location-item {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.location-area .location-item:first-child {
  border-top: 1px solid #e5e5e5;
}
.location-area .location-item .location-thumb i {
  font-size: 40px;
  color: #146cda;
}
.location-area .location-item .location-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}
@media screen and (min-width: 450px) {
  .location-area .location-item .location-content {
    padding-left: 40px;
  }
}
.location-area .location-item .location-content span {
  display: block;
}
@media (max-width: 991px) {
  .location-area {
    margin-top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .location-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .location-area .location-item {
    width: calc(100% / 2 - 15px);
  }
  .location-area .location-item .location-content {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .location-area .location-item {
    padding: 20px 0;
  }
}
.custom--label {
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.form--control-2 {
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 50px;
  box-shadow: none;
}
.form--control-2::placeholder {
  color: #000000;
  box-shadow: none;
}
.form--control-2:focus {
  color: #000000;
  background: #f0f5fc;
  box-shadow: none;
}
textarea.form--control-2 {
  height: 140px;
}
.select-bar.form--control-2 {
  width: 100%;
}
.info__item {
  display: flex;
  width: 100%;
}
.info__item:not(:last-child) {
  margin-bottom: 40px;
}
.info__item .info__thumb {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
}
.info__item .info__content {
  max-width: calc(100% - 50px);
  padding-left: 20px;
}
.info__item .info__content .info__title {
  font-weight: 500;
  margin-top: 0;
}
.info__item .info__content .info__title a {
  color: #146cda;
  word-break: break-all;
}
.contact--information,
.maps {
  width: 50%;
}
@media (max-width: 991px) {
  .contact--information,
  .maps {
    width: 100%;
  }
}
.contact--information {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 80px 30px;
  border-radius: 5px 0 0 5px;
  background: #fff;
}
@media (max-width: 991px) {
  .contact--information {
    border-radius: 5px 5px 0 0;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 400px) {
  .contact--information {
    padding: 30px 20px;
  }
  .contact--information .info__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .contact--information .info__item .info__thumb {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .contact--information .info__item .info__content {
    max-width: calc(100% - 40px);
  }
}
.maps {
  min-height: 300px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .maps {
    border-radius: 0 0 5px 5px;
  }
}
.contact-section {
  position: relative;
}
.preloader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  text-align: center;
  background-color: #146cda;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn--base,
.badge--base,
.bg--base {
  background-color: #146cda !important;
  color: #f5f5f5 !important;
}
.btn--primary,
.badge--primary,
.bg--primary {
  background-color: #7367f0 !important;
  color: #f5f5f5 !important;
}
.btn--secondary .badge--secondary .bg--secondary {
  background-color: #868e96 !important;
}
.btn--success,
.badge--success,
.bg--success {
  background-color: #1dd031 !important;
}
.btn--danger,
.badge--danger,
.bg--danger {
  background-color: #ea5455 !important;
}
.btn--warning,
.badge--warning,
.bg--warning {
  background-color: #f99f0b !important;
}
.btn--info,
.badge--info,
.bg--info {
  background-color: #1e9ff2 !important;
}
.btn--dark,
.badge--dark,
.bg--dark {
  background-color: #192a56 !important;
  color: #f5f5f5 !important;
}
.btn--white,
.badge--white,
.bg--white {
  background-color: #fff !important;
}
[class*="btn--"] {
  color: #fff;
  font-weight: 500;
}
[class*="btn--"]:hover {
  color: #fff;
}
.btn--warning,
.badge--warning,
.btn--white,
.badge--white {
  color: #000000;
}
.btn--warning:hover,
.badge--warning:hover,
.btn--white:hover,
.badge--white:hover {
  color: #000000;
}
.btn--black,
.badge--black,
.bg--black {
  background-color: #000 !important;
}
.btn--title,
.badge--title,
.bg--title {
  background-color: #000000 !important;
}
.btn--1,
.badge--1,
.bg--1 {
  background-color: #0f2d92 !important;
}
.text--primary {
  color: #7367f0 !important;
}
.text--secondary {
  color: #868e96 !important;
}
.text--success {
  color: #1dd031 !important;
}
.text--danger {
  color: #ea5455 !important;
}
.text--warning {
  color: #f99f0b !important;
}
.text--info {
  color: #1e9ff2 !important;
}
.text--dark {
  color: #192a56 !important;
}
.text--white {
  color: #fff !important;
}
.text--white p,
.text--white ul li,
.text--white ul li a,
.text--white span {
  color: #ddd;
}
.text--black {
  color: #000 !important;
}
.text--body {
  color: #080707 !important;
}
.text--base {
  color: #146cda !important;
}
.text--title {
  color: #000000 !important;
}
.text--star {
  color: #e9ba17 !important;
}
.text--1 {
  color: #0f2d92 !important;
}
.bg--transparent {
  background-color: transparent !important;
}
.bg--none {
  background: none !important;
}
.scrollToTop {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #146cda;
  color: #ffffff;
  z-index: 99999;
  bottom: 70px;
  right: 10px;
  font-size: 18px;
  position: fixed;
  border-radius: 5px;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .scrollToTop {
    right: 70px;
  }
}
.scrollToTop i {
  animation: neon 2s linear infinite;
  -webkit-animation: neon 2s linear infinite;
  -moz-animation: neon 2s linear infinite;
}
.scrollToTop:hover {
  color: #ffffff;
}
.scrollToTop.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s;
}
.scrollToTop img {
  width: 100%;
}
.video-button {
  color: #ffffff;
  border: none;
  text-align: center;
}
.video-button:hover {
  color: #ffffff;
}
.video-button i {
  line-height: 70px;
  font-size: 36px;
  margin-left: 8px;
  color: #ffffff;
}
.video-button {
  width: 70px;
  height: 70px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
}
.video-button a {
  display: block;
  position: relative;
  z-index: 1;
}
.video-button a img {
  width: 100%;
}
.video-button a i {
  line-height: 75px;
  font-size: 36px;
  margin-left: 8px;
}
.video-button::before,
.video-button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 74px;
  background: #ffffff;
  opacity: 0.15;
  z-index: -10;
}
.video-button::before {
  z-index: -10;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}
.video-button::after {
  z-index: -10;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}
.cmn--btn {
  font-weight: 700;
  color: #f0f5fc;
  border-radius: 5px;
  line-height: 48px;
  padding: 0 30px;
  background: transparent;
  border: 1px solid #080707;
}
@media (max-width: 575px) {
  .cmn--btn {
    font-size: 16px;
  }
}
.cmn--btn:hover {
  color: #ffffff;
  background: #146cda;
  border-color: #146cda;
}
.cmn--btn:hover::before {
  height: 100%;
}
.cmn--btn.theme {
  color: #ffffff;
  background: #146cda;
  border-color: #146cda;
}
.cmn--btn.white {
  background: #ffffff;
  color: #000000;
  border-color: #146cda;
}
.cmn--btn.white:hover {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.cmn--btn.btn-sm {
  line-height: 30px;
  padding: 0 15px;
  font-size: 12px;
}
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@media (max-width: 767px) {
  .hero-section {
    background-color: #fff !important;
  }
  .hero-section .breadcrumb li,
  .hero-section .breadcrumb li a,
  .hero-section .breadcrumb li a::after {
    color: #fff;
  }
}
.bold {
  font-weight: 700;
}
.regular {
  font-weight: 400;
}
.pagination {
  margin: -3px;
  justify-content: center;
  margin-top: 30px;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a,
.pagination .page-item span {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #146cda;
  color: #fcf6f5ff;
  padding: 0;
  line-height: 35px;
  display: block;
  margin: 0;
  border: 1px solid rgba(4, 38, 86, 0.2);
  border-radius: 50rem !important;
}
.pagination .page-item.active span,
.pagination .page-item.active a,
.pagination .page-item:hover span,
.pagination .page-item:hover a {
  background: #ffffff;
  color: #146cda;
  border: 1px solid rgba(4, 38, 86, 0.2);
}
.pagination .page-item.disabled span {
  background: rgba(20, 108, 218, 0.3);
  border: none;
  color: #000000;
}
.h-unset {
  height: unset;
}
.single_content {
  display: none;
}
.list_view_active {
  flex: 0 0 100%;
  max-width: 100%;
}
.list_view_active .product-item-2-inner {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.list_view_active .product-item-2-inner .product-thumb {
  width: 400px;
  position: relative;
}
.list_view_active .product-item-2-inner .product-thumb a {
  height: 100%;
}
.list_view_active .product-item-2-inner .product-thumb img {
  height: 100%;
  object-fit: cover;
}
.list_view_active .product-item-2-inner .product-thumb .wish-react {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.list_view_active .product-item-2-inner .product-thumb .wish-react li {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.list_view_active .product-item-2-inner .product-content {
  width: calc(100% - 400px);
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .list_view_active .product-item-2-inner .product-thumb,
  .list_view_active .product-item-2-inner .product-content {
    width: 100%;
    padding: 0;
  }
}
.list_view_active .product-item-2-inner:hover .product-before-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.list_view_active .single_content {
  padding: 20px 0;
  display: block;
}
.list_view_active
  .product-item-2-inner
  .product-content
  .product-after-content {
  position: relative;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  text-align: left;
}
.list_view_active
  .product-item-2-inner
  .product-content
  .product-after-content
  .price {
  display: none;
}
.menu > li:last-child > .submenu,
.menu > li:nth-last-child(2) > .submenu {
  left: unset !important;
  right: 0;
}
.form--check {
  display: flex;
  padding: 0;
}
.form--check input {
  width: 20px !important;
  height: 20px !important;
  position: relative;
  position: relative;
  transform: translateY(-3px);
}
.form--check label {
  width: calc(100% - 20px) !important;
  padding-left: 15px;
  align-self: center;
  line-height: 24px;
}
.form--check input::before {
  position: absolute;
  content: "";
  inset: -1px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.form--check input {
  border: none !important;
  background: transparent;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0;
}
.account-section .form--check input {
  background-color: #fff;
  border: 1px solid rgba(4, 38, 86, 0.1) !important;
}
.form--check input:focus {
  box-shadow: none !important;
}
.form--check input:checked:before {
  background: #146cda;
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.form-control {
  box-shadow: none !important;
  outline: 0 !important;
}
.cmn-btn {
  background: #0068e1;
}
.cmn-btn-2 {
  background: #ff0000;
}
.cmn-btn,
.cmn-btn-2 {
  border: none;
  outline: none;
  color: #ffffff;
  border-radius: 0.375rem;
}
.cmn-btn:hover,
.cmn-btn-2:hover {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cmn-btn.btn-xs,
  .cmn-btn-2.btn-xs {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }
}
.header-form-group input {
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header-search-form .select-item .select-bar {
  background: transparent !important;
  border: none !important;
  padding: 0 30px 0 0 !important;
}
.product-item .product-inner {
  background-color: #fff;
}
.active_lang span,
.active_lang i {
  color: #fff;
}
@media screen and (min-width: 400px) {
  .subscribe-form input {
    height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
.subscribe-form button {
  width: 100%;
}
@media screen and (min-width: 400px) {
  .subscribe-form button {
    height: 60px;
    width: auto;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
}
@media screen and (max-width: 400px) {
  .newsletter-section .title {
    font-size: 20px;
  }
}
.select-bar .list li {
  text-align: unset;
}
.left-category .categories {
  border-radius: unset;
  box-shadow: unset;
  padding: 20px 0;
  border: 1px solid #e5e5e5e5;
}
.todays-deal .item {
  box-shadow: unset;
  border: 1px solid #e5e5e5e5;
}
@media (min-width: 1200px) {
  .left-category .categories li:hover .sub-category {
    background: #ebebebeb;
  }
}
.wish-react li a.active,
.wish-react li button,
.wish-react li a.active:hover,
.wish-react li button.active:hover {
  background: #0068e1;
  color: #fff;
}
.cart-table tr td .edit.add-cart {
  font-size: 24px;
  line-height: 1;
  color: #0068e1;
  cursor: pointer;
  width: 40px;
  line-height: 40px;
}
.h-unset {
  height: unset;
}
.social-icons li a.facebook {
  background: #0068e1;
}
.product-details .product-size-area {
  margin-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.product-details .product-size-area .caption {
  font-weight: 500;
  margin-right: 5px;
  color: #292929;
}
.product-details .product-size-area .product-single-size {
  padding: 0 10px;
  height: 30px;
  font-size: 14px;
  color: #777777;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin: 0 3px;
  cursor: pointer;
  text-align: center;
}
.product-details .product-size-area .product-single-size.active {
  background-color: #0068e1;
  color: #ffffff;
  border-color: #0068e1;
}
.product-details .product-color-area {
  margin-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.product-details .product-color-area .caption {
  font-weight: 500;
  margin-right: 5px;
  color: #292929;
}
.product-details .product-color-area .product-single-color {
  width: 35px;
  height: 35px;
  border: 3px solid #dee2e6;
  margin: 3px;
  cursor: pointer;
  border-radius: 50%;
}
.product-details .product-color-area .product-single-color.active {
  position: relative;
  border-color: #0068e1;
}
.product-details .product-color-area .product-single-color.active::before {
  position: absolute;
  font-weight: 600;
  content: "\f00c";
  font-family: "Line Awesome Free";
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 13px;
}
.product-details-content .ratings-area {
  margin-bottom: 5px;
}
.review-item .thumb img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.product-details-content .price del {
  color: #292929;
}
.apply-coupon-code input {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.apply-coupon-code button {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.cart-total {
  border-top: 0;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-radius: 0 0 5px 5px;
}
.cart-table tr th:first-child {
  border-radius: 5px 0 0 0;
}
.cart-table tr th:last-child {
  border-radius: 0 5px 0 0;
}
.cart-table {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
@media (max-width: 991px) {
  .cart-table {
    border-left: 0;
    border-right: 0;
  }
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.total {
  display: block;
}
.cart-total .amount {
  position: relative;
  width: 200px;
}
.cart-total .amount::before {
  content: ":";
  color: #080707;
  padding-right: 10px;
  font-size: 18px;
}
.custom-button.theme {
  color: #ffffff;
  border: 1px solid;
  font-weight: 700;
  border-radius: 5px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}
button:focus {
  outline: 0;
}
.captcha.register {
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  width: calc(100% - 168px);
  font-size: 40px;
}
.captcha {
  text-align: center;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  letter-spacing: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: auto;
  display: flex;
  justify-content: center;
}
.captcha.login {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 24px;
}
.link-color {
  color: #ffffff !important;
}
.contact-group.country-code .input-group-text select {
  height: unset;
  background-color: transparent;
  border-color: transparent;
}
.contact-group.country-code .input-group-text {
  padding: 0 5px;
}
.dashboard-menu .cl-white li a,
.user .content .title .cl-white {
  color: #1d1d1d;
}
.cl-white li a.active,
.cl-white li a:hover {
  color: #346dff !important;
}
input.custom--style {
  overflow: hidden;
}
.file-input-btn {
  position: absolute;
  right: 10px;
  bottom: 0;
  background: #0068e1;
  color: #fff;
  padding: 8px;
  border-radius: 25px;
  height: 32px;
  width: 32px;
  line-height: 17px;
}
.cv-spinner {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}
.filter-category li a.active {
  padding-left: 5px;
  color: #0068e1;
}
.order-track-form-group button {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.order-track-form-group input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.verification-img .image-upload {
  position: relative;
  width: 100%;
  margin: 20px auto;
}
.verification-img .image-upload .image-edit {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 25px;
}
.verification-img .image-upload .image-edit input {
  display: none;
}
.verification-img .image-upload .image-edit label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.verification-img .image-upload .image-edit label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.verification-img .image-upload .image-edit label:after {
  content: "\f044";
  font-family: "Line Awesome Free";
  font-weight: 600;
  color: #757575;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.verification-img .image-preview {
  width: 100%;
  height: 300px;
  position: relative;
  border: 6px solid #f8f8f8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.verification-img .image-preview div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product-share a,
.product-details-wishlist a {
  background: #007bff;
  padding: 0 7px;
  color: #fff;
  border-radius: 3px;
  margin: 0 2px;
}
.product-details-wishlist a .wish-icon {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.product-details-wishlist a .wish-icon::after {
  content: "\f004";
}
.product-details-wishlist a.active .wish-icon {
  font-weight: 900;
}
.cart-sidebar-area .custom-button {
  border-color: #ffff;
}
.close-sidebar {
  color: #292929;
}
@media screen and (max-width: 991px) {
  .cart-up {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .cart-up td:first-child {
    border-top: none !important;
  }
  .cart-up:last-child {
    border-radius: 0 !important;
  }
}
.remove-compare {
  padding: 0;
  color: red;
}
.remove-compare i {
  line-height: 1 !important;
  font-size: 20px !important;
  margin: 0 !important;
}
.breadcrumb {
  justify-content: center;
}
.todays-deal .item .thumb img {
  height: 74px;
}
.left-category .categories li a i {
  line-height: 25px;
}
.ajax-loader-wrapper {
  min-height: 400px;
}
#overlay {
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 3;
  width: 100px;
  height: 100px;
}
.todays-deal .item .cont .title {
  -webkit-line-clamp: 2;
}
.related-slide-item,
.cate-item .cate-inner,
.best-sell-item .best-sell-inner {
  background: #ffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e5e5e5e5;
}
.cate-item .cate-inner,
.best-sell-item .best-sell-inner {
  box-shadow: unset;
}
.product-item-2-inner:hover,
.product-item-2-inner.active,
.todays-deal .item:hover,
.cate-item .cate-inner:hover,
.best-sell-item .best-sell-inner:hover {
  box-shadow: 0 0 10px #00000021;
}
.product-item-2-inner {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.single-product-item .thumb {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.cart-item .cart-img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}
.custom-button {
  border-radius: 3px;
}
.cart-sidebar-area .single-product-item {
  position: relative;
}
.remove-all-btn {
  font-weight: 700;
  border-radius: 3px;
  line-height: 48px;
  padding: 0 30px;
  background: ff0000;
  text-transform: uppercase;
  border: 1px solid #080707;
  border: 0;
}
.remove-item-button {
  background: #ff0000 !important;
  color: aliceblue;
  position: absolute;
  left: -10px;
  top: -5px;
  height: 22px;
  width: 22px;
  text-align: center;
  border-radius: 50%;
  line-height: 22px;
}
.remove-item-button:hover {
  color: #fff;
}
.widget {
  border-radius: 0;
  box-shadow: unset;
  border: 1px solid #e5e5e5;
}
.filter-category-header {
  margin-left: 0;
  margin-right: 0;
  padding: 25px 20px 10px;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 499px) {
  .fileter-select-item:first-child {
    width: 100%;
  }
}
.overlay-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  z-index: 2;
  display: none;
  opacity: 0.9;
}
.empty-message {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.empty-message img {
  width: 100%;
}
.empty-message .message {
  position: absolute;
  top: 55%;
  left: 27%;
  color: #2f92fc;
  font-size: 18px;
  background: #ffffff8c;
  padding: 5px;
}
.invoice-header .invoice-logo {
  width: 183px;
  height: 54px;
  margin-bottom: 10px;
}
.remove-coupon {
  cursor: pointer;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body {
  position: relative;
}
.user-support-ticket,
.admin-support-ticket {
  margin: 1.5rem 0.5rem;
  border-radius: 0.3rem;
  padding: 1.3rem;
}
.user-support-ticket {
  background-color: transparent;
  border: 1px solid #ff0000;
}
.admin-support-ticket {
  background-color: #ffd96729;
  border: 1px solid #0068e1;
}
.invoice .logo img {
  width: 180px;
}
.alert--base {
  background: #1702d412;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}
@media (max-width: 498px) {
  .captcha.register {
    width: 100% !important;
  }
}
.user-profile .thumb {
  height: 200px;
}
.user-profile .thumb img {
  height: 200px;
  object-fit: cover;
}
input.custom--style {
  overflow: hidden;
}
.file-input-btn {
  position: absolute;
  right: 10px;
  bottom: 0;
  background: #0068e1;
  color: #fff;
  padding: 8px;
  border-radius: 25px;
  height: 32px;
  width: 32px;
  line-height: 17px;
}
.cookie__wrapper {
  position: fixed;
  bottom: -600px;
  right: 0;
  left: 0;
  background: #192a56;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10vh;
  font-size: 18px;
  z-index: 99999;
  color: #ddd;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: bottom 0.3s;
}
.cookie__wrapper.show {
  bottom: 0;
}
.cookie__wrapper .txt {
  max-width: 720px;
  margin-right: 20px;
}
.header-category-area {
  position: relative;
}
.header-category-area .category-link-wrapper {
  top: 100%;
  position: absolute;
  min-width: 250px;
}
.header-category-area .cmn--btn {
  font-size: 14px;
  background: #111;
  color: #fff;
}
.header-category-area:not(:hover) .category-link-wrapper {
  opacity: 0;
  visibility: hidden;
}
.header-bottom .header-form-group input,
.header-bottom .header-form-group button {
  border: 1px solid #e5e5e5 !important;
  background: #fff !important;
}
.header-bottom .header-form-group button {
  border: none;
  border-radius: 0 5px 5px 0 !important;
}
.header-search-form .select-item .select-bar .list {
  left: unset;
  right: 0;
}
@media screen and (min-width: 992px) {
  .cate-icon2 .open-links {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .mobile-menu .left-category .categories li {
    position: relative;
  }
  .sub-category .cate-icon > a::after {
    display: none;
  }
  .cate-icon2 .open-links {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 9;
  }
  .cate-icon2 .open-links::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f107";
    font-weight: 600;
    font-family: "Line Awesome Free";
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
  }
  .sub-category .category-sublink {
    display: none;
  }
}
.contact-group .agree-group {
  width: calc(100% - 195px);
}
@media screen and (max-width: 499px) {
  .contact-group .agree-group {
    width: 100%;
    padding-left: 24px;
  }
  .account-section .contact-group .input-group {
    width: 100% !important;
  }
}
.h-40 {
  height: 40px !important;
}
.form-group {
  margin-bottom: 1rem;
}
.sign-in-form label {
  margin-bottom: 0.5rem;
}
.g-4 > *,
.gy-4 > * {
  padding-top: 15px;
  padding-bottom: 15px;
}
.g-4 > *,
.gx-4 > * {
  padding-left: 15px;
  padding-right: 15px;
}
.card-header,
.card-footer {
  border-color: #e7e7e7;
  margin-top: 8px;
}
.invoice_wrapper {
  padding: 16px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(4, 38, 86, 0.1);
}
.header-top-wrap .dropdown-toggle {
  padding: 5px;
  background-color: transparent;
  border: 1px solid #f2f2f259;
  border-radius: 5px;
  height: 34px;
  line-height: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
}
.header-top-wrap .dropdown-flag {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
}
.dropdown-item span {
  font-size: 0.875rem;
}
.notification-count {
  position: absolute;
  top: -4px;
  right: -8px;
  height: 17px;
  width: 17px;
  background: #eb2222;
  font-size: 10px;
  color: #fff;
  border-radius: 50px;
  line-height: 17px;
}
.dropdown-menu__header {
  padding: 15px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.dropdown-menu__body {
  height: 260px;
  overflow-y: auto;
}
.dropdown-menu__footer {
  border-top: 1px solid #e5e5e5;
}
.dropdown-menu__header .caption {
  font-size: 0.75rem;
  font-weight: 700;
}
.dropdown-menu__header p {
  font-size: 0.75rem;
}
.dropdown-menu__item {
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.navbar-notifi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 15px;
}
.navbar-notifi__right .notifi__title {
  font-weight: 600;
  font-size: 0.875rem;
}
.navbar-notifi__right .time {
  font-size: 0.75rem;
  margin-top: 5px;
}
.dropdown-menu__footer .view-all-message {
  font-size: 0.75rem;
  display: block;
  padding: 15px 15px;
  text-align: center;
  color: #34495e;
  font-weight: 600;
}
.dropdown-menu.dropdown-menu--md {
  min-width: 18rem;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.dashboard-menu:not(.before-login-menu) {
  margin-bottom: 1.5rem;
}
