@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600&family=Roboto&display=swap");

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #555555;
  line-height: 28px;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  background: #f0f5fc;
}

@media (max-width: 991px) {
  body {
    padding-bottom: 60px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  color: #042656;
  font-family: "Josefin Sans", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #042656;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #146cda;
}

h1 {
  font-size: 48px;
  font-weight: 600;
}

h2 {
  font-size: 28px;
  margin-top: -7px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  margin-top: -6px;
  font-weight: 600;
}

h4 {
  font-size: 22px;
  margin-top: -5px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  margin-top: -4px;
}

h6 {
  font-size: 18px;
  margin-top: -3px;
}

p {
  margin-top: -8px;
}

p:last-child {
  margin-bottom: -7px !important;
}

@media (min-width: 768px) {
  h1 {
    font-size: 60px;
    margin-top: -16px;
    line-height: 1.2;
  }

  h2 {
    font-size: 36px;
    margin-top: -7px;
    line-height: 50px;
  }

  h3 {
    font-size: 30px;
    margin-top: -4px;
  }

  h4 {
    font-size: 24px;
    margin-top: -5px;
  }

  h5 {
    font-size: 22px;
    margin-top: -4px;
  }

  h6 {
    font-size: 20px;
    margin-top: -3px;
  }
}

a {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

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,
button {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  outline: none;
}

button {
  border: none;
  outline: none;
  font-weight: 500;
  padding: 0 30px;
}

textarea {
  height: 200px;
  resize: none;
  padding: 10px;
}

input,
button,
select {
  height: 50px;
  color: #555555;
}

.form-control[type="file"] {
  height: unset;
  line-height: 32px;
  padding: 5px;
  font-size: 14px;
}

label,
button,
select {
  cursor: pointer;
}

input {
  background: #f4f4f4;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
}

input:focus {
  border: 1px solid #146cda;
}

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,
.owl-dots,
.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: 80px;
}

.padding-bottom {
  padding-bottom: 80px;
}

.padding-top-half {
  padding-top: 50px;
}

.padding-bottom-half {
  padding-bottom: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .padding-top {
    padding-top: 100px;
  }

  .padding-bottom {
    padding-bottom: 100px;
  }
}

/*Section Header*/
.mb-30-none {
  margin-bottom: -30px !important;
}

.mb-40-none {
  margin-bottom: -40px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.tab-item {
  display: none;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
}

.tab-item.active {
  display: block;
}

.tab-menu li {
  cursor: pointer;
}

body *::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(20, 108, 218, 0.3);
  box-shadow: inset 0 0 6px rgba(20, 108, 218, 0.3);
  background-color: #f5f5f5;
}

body *::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #042656;
}

body *::-webkit-scrollbar-button {
  background-color: #042656;
}

body *::-webkit-scrollbar-thumb {
  background-color: #042656;
}

*::selection {
  background-color: #146cda;
  color: #f0f5fc;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb--20 {
  margin-bottom: -20px;
}

.mb--50 {
  margin-bottom: -50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-50 {
  padding-bottom: 50px;
}

.c-thumb {
  overflow: hidden;
}

.c-thumb a {
  display: block;
}

.c-thumb img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (min-width: 992px) {
  .mw-lg-100 {
    max-width: 100%;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}

.overlay.active {
  display: block;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
}

.bg-overlay {
  position: relative;
  overflow: hidden;
}

.bg-overlay::after {
  background: rgba(4, 38, 86, 0.831);
  width: 101%;
  height: 101%;
}

.bg-overlay .container,
.bg-overlay .container-fluid {
  position: relative;
  z-index: 1;
}

.bg-theme-one {
  background: #146cda;
}

.section-bg {
  background: #fff;
}

.body-bg {
  background: #f0f5fc;
}

.oh {
  overflow: hidden;
}

/*Section Header Starts Here*/
.section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}

.section-header .title {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.section-header p {
  line-height: 1.5;
}

.section-header.mb-low {
  margin-bottom: 35px;
}

@media (min-width: 576px) {
  .section-header {
    margin-bottom: 50px;
  }

  .section-header.mb-low {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 65px;
  }

  .section-header .title {
    margin-bottom: 25px;
  }

  .section-header.mb-low {
    margin-bottom: 45px;
  }
}

.section-header.left-style {
  margin-left: 0;
  text-align: left;
}

.section-header-2 {
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 15px;
}

.section-header-2 .title {
  text-transform: capitalize;
  max-width: 800px;
}

.section-header-2 .title:nth-last-of-type(1) {
  padding-right: 95px;
}

.section-header-2 .right-btn,
.section-header-2 .cmn--btn {
  margin-bottom: 15px;
}

.section-header-2 .section__header-search {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.section-header-2 .countdown {
  margin-bottom: 15px;
}

.section__header-search button {
  width: 50px;
  padding: 0;
  justify-content: center;
}

.input--group .form-control {
  height: 50px;
  outline: none;
  box-shadow: none;
}

.input--group .input-group-text {
  color: #fff;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1310px;
  }
}

.nulla-list {
  margin-bottom: 33px;
}

.nulla-list li {
  position: relative;
  padding: 0;
  padding-left: 30px;
  margin-bottom: 12px;
}

.nulla-list li::before {
  position: absolute;
  content: "\f101";
  top: 0;
  left: 0;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.nulla-list li:last-child {
  margin-bottom: -8px;
}

.nulla-list:last-child {
  margin-bottom: 0;
}

.social-icons {
  margin: -3px;
}

.social-icons li {
  padding: 3px;
}

.social-icons li a {
  font-size: 24px;
  width: 44px;
  height: 44px;
  background: #535e7b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
}

.social-icons li a i {
  color: #ffffff !important;
  margin: 0 !important;
}

.social-icons li a.facebook {
  background: #3b5998;
}

.social-icons li a.twitter {
  background: #55acee;
}

.social-icons li a.linkedin {
  background: #007bb5;
}

.social-icons li a.google {
  background: #dd4b39;
}

.social-icons li a.behance {
  background: #1769ff;
}

.social-icons li a.instagram {
  background: #e4405f;
}

.social-icons li a.vimeo {
  background: #1ab7ea;
}

.social-icons li a.pinterest {
  background: #007bb5;
}

.social-icons li a.star {
  background: #ffc363;
}

.social-icons li a:hover {
  color: #ffffff;
  background: #146cda;
}

.title-bg {
  background: #042656;
}

.title-overlay {
  position: relative;
}

.title-overlay::before {
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(4, 38, 86, 0.83);
}

.title-overlay .container,
.title-overlay .container-fluid {
  position: relative;
  z-index: 1;
}

.overlay-3 {
  position: relative;
}

.overlay-3::before {
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.95);
}

.overlay-3 .container,
.overlay-3 .container-fluid {
  position: relative;
  z-index: 1;
}

.cl-white {
  color: #ffffff;
}

.cl-theme {
  color: #146cda;
}

.cl-1 {
  color: #146cda;
}

.cl-2 {
  color: #146cda;
}

.cl-3 {
  color: #146cda;
}

.cl-4 {
  color: #146cda;
}

.cl-5 {
  color: #381087;
}

.bg-theme {
  background: #146cda;
}

.bg-1 {
  background: #146cda;
}

.bg-2 {
  background: #146cda;
}

.bg-3 {
  background: #146cda;
}

.bg-4 {
  background: #146cda;
}

.bg-5 {
  background: #381087;
}

.bg-white {
  background: #ffffff;
}

@media (min-width: 1200px) {
  .col-xxl-7-item {
    flex: 0 0 calc(100% / 7);
  }

  .col-xxl-8-item {
    flex: 0 0 calc(100% / 8);
  }

  .col-xxl-9-item {
    flex: 0 0 calc(100% / 9);
  }
}

.single__products__header {
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  background: #ffffff;
  margin-bottom: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.single__products__header .title {
  margin-right: auto;
}

.single__products__header .breadcrumb li,
.single__products__header .breadcrumb li a {
  color: #042656;
}

.single__products__header .breadcrumb li::after,
.single__products__header .breadcrumb li a::after {
  color: #042656;
}

.single__products__header .breadcrumb li {
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Josefin Sans", sans-serif;
}

.single__products__header .breadcrumb li a {
  padding: 0;
}

.single__products__header .breadcrumb li a::after {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 700;
  margin: 0;
}

.single__products__header > * {
  margin: 10px 5px;
}

.single__products__header .section__header-search .form-control {
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
}

.single__products__header .section__header-search .form-control,
.single__products__header .section__header-search button {
  height: 30px;
}

.single__products__header .view-all {
  font-size: 16px;
}

/*Footer Section*/
.line--limit-1,
.line--limit-2,
.line--limit-3,
.line--limit-4,
.line--limit-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.line--limit-1 {
  -webkit-line-clamp: 1;
}

.line--limit-2 {
  -webkit-line-clamp: 2;
}

.line--limit-3 {
  -webkit-line-clamp: 3;
}

.line--limit-4 {
  -webkit-line-clamp: 4;
}

.line--limit-5 {
  -webkit-line-clamp: 5;
}

/*Footer Section*/
.footer__widget {
  font-size: 14px;
  line-height: 1.5;
}

.footer__widget-about .logo {
  margin-bottom: 30px;
}

.footer__widget-about .logo a {
  display: inline-block;
}

.footer__widget-about .logo img {
  width: 100%;
}

.footer__widget-about .addr {
  margin-bottom: 25px;
}

.footer__widget .contact__info {
  display: flex;
}

.footer__widget .contact__info .icon {
  font-size: 40px;
  color: #146cda;
}

.footer__widget .social__icons {
  margin: -2px;
}

.footer__widget .social__icons li {
  padding: 2px;
}

.footer__widget .social__icons li a i {
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.footer__widget .widget--title {
  font-weight: 700;
  margin-bottom: 20px;
}

.footer__widget .contact__info {
  display: flex;
  align-items: center;
}

.footer__widget .contact__info:not(:first-child) {
  padding-top: 15px;
}

.footer__widget .contact__info:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 2px dashed #e5e5e5;
}

.footer__widget .contact__info .icon {
  width: 45px;
}

.footer__widget .contact__info .content {
  width: calc(100% - 45px);
  padding-left: 15px;
}

.footer__widget .contact__info-title {
  margin: 0;
}

.footer__widget .contact__info-title a {
  white-space: pre;
  word-break: break-all;
}

.footer__widget .contact__info.style-two .icon {
  font-size: 24px;
  text-align: center;
}

.footer__widget .footer__links {
  font-size: 14px;
}

.footer__widget .footer__links li {
  padding: 0;
  position: relative;
}

.footer__widget .footer__links li:not(:last-child) {
  padding-bottom: 5px;
}

.footer__widget .footer__links li a {
  color: #555555;
  padding-left: 20px;
}

.footer__widget .footer__links li a:hover {
  color: #146cda;
}

.footer__widget .footer__links li a::before {
  content: "\f105";
  font-weight: 600;
  color: #146cda;
  font-family: "Line Awesome Free";
  position: absolute;
  left: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.footer__widget .footer__links li a:hover::before {
  left: 5px;
}

.footer__widget.widget__info {
  position: relative;
}

.footer__widget.widget__info::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e5e5e5;
  left: -75px;
}

@media (max-width: 1399px) {
  .footer__widget.widget__info::after {
    left: -48px;
  }
}

@media (max-width: 1199px) {
  .footer__widget.widget__info::after {
    left: -35px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .footer__widget.widget__info::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer__widget.widget__info::after {
    display: none;
  }
}

.footer-bottom {
  padding: 20px 0;
}

.footer-bottom .right {
  max-width: 100%;
}

.footer-bottom .left {
  margin-right: 10px;
}

/*Header Section Starts Here*/
.header-top {
  z-index: 99999;
  position: relative;
  background: #146cda;
}

.menu li a {
  color: #ffffff;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    font-size: 14px;
  }

  .menu li a {
    padding: 5px 15px 5px 0;
    color: #ffffff;
    display: block;
    display: flex;
    justify-content: space-between;
  }

  .menu li a::after {
    color: #ffffff;
  }

  .menu li a.header-button {
    text-align: center;
    background: #146cda !important;
    color: #ffffff !important;
  }

  .menu li .submenu {
    display: none;
    padding-left: 20px;
  }

  .menu li .submenu li:last-child {
    border: none;
  }

  .menu li .submenu li a {
    text-transform: capitalize;
    padding: 4px 15px 4px 0;
  }

  .menu li .submenu li.open > a {
    padding: 5px 15px;
  }

  .menu li.open > a {
    background: #ffffff;
    color: #042656;
    padding: 5px 15px;
  }

  .menu li.open > a::after {
    color: #042656;
  }

  .menu li .header-button {
    background: #146cda;
    color: #ffffff;
    padding-left: 25px;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .menu li {
    padding: 0 5px;
    position: relative;
  }

  .menu li a {
    padding: 10px 5px;
    font-weight: 500;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .menu li a {
    padding: 10px;
  }
}

@media (min-width: 992px) and (min-width: 1400px) {
  .menu li a {
    padding: 10px 15px;
  }
}

@media (min-width: 992px) {
  .menu li a.header-button {
    background: #1893f0;
    padding: 12px 40px;
    margin-left: 20px;
  }
}

@media (min-width: 992px) and (min-width: 1400px) {
  .menu li a.header-button {
    margin-left: 40px;
  }
}

@media (min-width: 992px) {
  .menu li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;

    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    box-shadow: 0 0 20px rgba(20, 108, 218, 0.2);
  }

  .menu li .submenu li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff;
    padding: 0;
  }

  .menu li .submenu li a {
    padding: 5px 10px 5px 15px;
    color: #042656;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
  }

  .menu li .submenu li a.active {
    padding-left: 20px;
    background: #146cda;
    color: #ffffff;
  }

  .menu li .submenu li a.active::after {
    color: #ffffff;
  }

  .menu li .submenu li:hover {
    border-color: #146cda;
  }

  .menu li .submenu li:hover > a {
    padding-left: 20px;
    background: #146cda;
    color: #ffffff;
  }

  .menu li .submenu li:hover > a::after {
    color: #ffffff;
  }

  .menu li .submenu li:first-child {
    border-top: 1px solid #e5e5e5;
  }

  .menu li .submenu li .submenu {
    top: -1px;
    left: 100%;
  }

  .menu li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}

.menu-item-has-children > a {
  align-items: center;
}

.menu-item-has-children > a::after {
  content: "\f107";
  font-weight: 600;
  font-family: "Line Awesome Free";
  margin-left: 5px;
}

.header-bar {
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: relative;
}

.header-bar span {
  display: inline-block;
  height: 3px;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #042656;
  position: absolute;
  left: 0;
}

.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}

.header-bar span:first-child {
  top: 0;
}

.header-bar span:last-child {
  bottom: 0;
}

.header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(6px, 13px);
  -ms-transform: rotate(45deg) translate(6px, 13px);
  transform: rotate(45deg) translate(6px, 13px);
}

.header-bar.active span:nth-child(2) {
  opacity: 0;
}

.header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}

.header-top-wrap .select-item {
  height: 35px;
}

.header-top-wrap .select-item .select-bar {
  height: 35px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.header-top-wrap .select-item .select-bar::after {
  border-color: rgba(255, 255, 255, 0.9);
}

.header-top-wrap .select-item .select-bar .current {
  display: block;
  line-height: 35px;
  color: #ffffff !important;
}

.header-top-wrap .select-item .select-bar .option {
  padding-top: 0;
  padding-bottom: 0;
}

.header-wrapper {
  position: relative;
  z-index: 9;
}

.header-wrapper .logo {
  max-width: 180px;
}

.header-wrapper .logo a {
  display: block;
}

.header-wrapper .logo img {
  width: 100%;
}

.shortcut-icons {
  display: flex;
  align-items: center;
}

.shortcut-icons li {
  padding: 5px;
}

.shortcut-icons li a {
  padding: 10px;
  font-size: 20px;
  color: rgba(4, 38, 86, 0.9);
  position: relative;
}

.shortcut-icons li a i {
  font-size: 24px;
  line-height: 1;
  transform: translateY(5px);
}

.shortcut-icons li a .amount {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  line-height: 22px;
  width: 22px;
  font-size: 12px;
  background: #381087;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .shortcut-icons li a {
    font-size: 18px;
    padding: 3px;
  }
}

/* @media (max-width: 991px) {
    .shortcut-icons {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 99;
        background: #fff;
        padding: 0;
        border-top: 1px solid #e5e5e5
    }

    .shortcut-icons li {
        text-align: center;
        flex-grow: 1;
    }
} */

.header-search-wrapper {
  z-index: 99;
  display: none;
  width: 100%;
}

.header-search-wrapper .search-close {
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 24px;
  color: #ea5455;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 575px) {
  .header-search-wrapper {
    padding: 5px;
  }
}

@media (min-width: 576px) {
  .header-search-wrapper {
    max-width: 320px;
  }
}

@media (min-width: 1200px) {
  .header-search-wrapper {
    max-width: 420px;
  }
}

.header-search-form {
  position: relative;
}

.header-search-form input {
  height: 55px;
}

.header-search-form .select-item {
  height: 55px;
  position: absolute;
  right: 40px;
  top: 0;
}

.header-search-form .select-item .select-bar {
  height: 55px;
  padding-right: 40px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
}

.header-search-form .select-item .select-bar::after {
  right: 20px;
}

.header-search-form .select-item .select-bar .list {
  min-width: 100%;
  width: auto;
  max-height: 300px;
}

.header-search-form .select-item .select-bar .current {
  line-height: 55px;
  max-width: 100px;
  overflow: hidden;
  display: block;
}

.header-search-form .select-item .select-bar .current .option {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 400px) {
  .header-search-form .select-item .select-bar {
    height: 45px;
  }

  .header-search-form .select-item .select-bar .current {
    max-width: 60px;
    font-size: 14px;
    line-height: 45px;
  }

  .header-search-form .select-item,
  .header-search-form .header-form-group input,
  .header-search-form .header-form-group button {
    height: 45px;
  }
}

@media (max-width: 767px) {
  .header-search-form {
    width: 100%;
    order: 1;
  }
}

/* @media (min-width: 768px) {
    .header-search-form {
        width: 420px;
    }
}

@media (min-width: 992px) {
    .header-search-form {
        width: 500px;
    }
} */

@media (min-width: 992px) and (max-width: 1199px) {
  .header-search-form {
    width: 380px;
  }
}

.header-form-group {
  position: relative;
}

.header-form-group input {
  padding: 0 260px 0 20px;
  height: 55px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  background: #f0f5fc;
}

@media screen and (max-width: 400px) {
  .header-form-group input {
    padding: 0 190px 0 20px;
  }

  .header-search-form .select-item {
    right: 60px;
  }
}

.header-form-group button {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 55px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  border-left: 1px solid rgba(4, 38, 86, 0.2);
  border: none;
  font-size: 24px;
  background: #f0f5fc;
}

.nice-select .list {
  z-index: 99999;
}

.nice-select .list li {
  padding-top: 0;
  padding-bottom: 0;
}

.header-middle {
  z-index: 9999;
  position: relative;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  z-index: 100000;
  background: #042656;
  padding: 40px 20px 20px;
  overflow-y: auto;
  -webkit-transition: 0.7s ease-in;
  -moz-transition: 0.7s ease-in;
  transition: 0.7s ease-in;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}

.mobile-menu .mobile-menu-header {
  padding: 20px 0;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.mobile-menu .mobile-menu-header .logo {
  width: 160px;
}

.mobile-menu .mobile-menu-header .logo a {
  display: block;
}

.mobile-menu .mobile-menu-header .logo img {
  width: 100%;
}

.mobile-menu .mobile-menu-header .select-item {
  height: 35px;
}

.mobile-menu .mobile-menu-header .select-item .select-bar {
  height: 35px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.mobile-menu .mobile-menu-header .select-item .select-bar::after {
  border-color: rgba(255, 255, 255, 0.9);
}

.mobile-menu .mobile-menu-header .select-item .select-bar .current {
  display: block;
  line-height: 35px;
  color: #ffffff !important;
}

.mobile-menu .mobile-menu-header .select-item .select-bar .option {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-menu .mobile-menu-header .mobile-menu-close {
  position: absolute;
  top: -20px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
}

.mobile-menu .quick-links {
  padding: 20px 0;
}

.mobile-menu .quick-links ul {
  margin: -3px -15px;
}

.mobile-menu .quick-links ul li {
  padding: 3px 15px;
  font-size: 14px;
  line-height: 24px;
}

.mobile-menu .quick-links ul li a {
  text-decoration: underline;
  color: #ffffff;
}

.mobile-menu .menu li:last-child {
  border: none;
}

.mobile-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.active_lang {
  display: flex;
  align-items: center;
  cursor: pointer;
  align-items: center;
}

.active_lang .img {
  width: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
}

.active_lang img {
  width: 100%;
}

.active_lang span {
  padding-left: 10px;
  margin-right: 5px;
}

.language_setting {
  position: relative;
  z-index: 9999;
}

.language_setting ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: auto;
  background: #ffffff;
  font-size: 14px;
  display: none;
}

.language_setting ul li {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(4, 38, 86, 0.1);
  align-items: center;
}

.language_setting ul li .img {
  width: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
}

.language_setting ul li img {
  width: 100%;
}

.language_setting ul li span {
  padding-left: 10px;
}

.language_setting ul.active {
  animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  display: block;
}

.header-bottom {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header-bottom.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: fadeInDown 1s;
  -moz-animation: fadeInDown 1s;
  -webkit-animation: fadeInDown 1s;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.view-category {
  position: relative;
}

.view-category > a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #146cda;
  font-size: 34px;
  display: flex;
}

.mobile-menu .nav-tabs {
  margin-top: 30px;
  justify-content: center;
}

.mobile-menu .nav-tabs li {
  background: transparent;
  border: none;
}

.mobile-menu .nav-tabs li a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  min-width: 120px;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
}

.mobile-menu .nav-tabs li a.active {
  background: #ffffff;
  color: #146cda;
}

.mobile-menu .left-category .categories {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

.mobile-menu .left-category .categories li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu .left-category .categories li a {
  color: #ffffff !important;
}

.mobile-menu .left-category .categories li a i {
  color: #ffffff !important;
}

.mobile-menu .left-category .categories li.cate-icon::after {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent !important;
}

.mobile-menu .left-category .categories ul {
  background: transparent !important;
}

.header-bottom {
  position: sticky;
  top: 0;
  z-index: 999;
}

@media (max-width: 991px) {
  .header-bottom {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .header-bottom {
    z-index: 9999;
    padding: 10px 0;
  }
}

.modal {
  z-index: 999999;
}

.header-top,
.header-middle,
.header-bottom {
  font-family: "Josefin Sans", sans-serif;
}

@media (min-width: 768px) {
  .header-middle {
    top: 0;
    position: sticky;
  }
}

.slide-progress {
  width: 0;
  height: 5px;
  background: rgba(255, 255, 255, 0.4);
  margin-top: -5px;
  position: relative;
  z-index: 1;
  left: 0;
  width: 100%;
}

.cl-white .title {
  color: #ffffff;
}

.slide-item {
  display: block;
}

.banner-slide-content a {
  display: block;
}

.banner-slide-content a img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .category-link {
    padding: 12px 0;
    position: relative;
  }

  .category-link li {
    padding: 0;
  }

  .category-link li a {
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    padding: 2px 12px;
    color: #042656;
    display: flex;
    justify-content: space-between;
  }

  .category-link li > a {
    padding: 4px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .category-link li > a {
    padding: 2px 20px;
  }
}

@media (min-width: 992px) {
  .category-link li .category-sublink {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 8px 0;
    background: #fff;
    width: 200px;
    border-left: 1px solid #e5e5e5;
    visibility: hidden;
    opacity: 0;
    left: 100%;
  }

  .category-link li:hover > .category-sublink {
    visibility: visible;
    opacity: 1;
  }

  .category-link li:hover > a {
    background: rgba(4, 38, 86, 0.07);
  }

  .category-link-wrapper {
    background: #fff;
    z-index: 10;
    max-width: 250px;
    width: 100%;
  }

  .banner-slider {
    width: calc(100% - 250px);
    padding: 0 20px;
  }
  /* .banner-slider {
        width: calc(100% - 250px - 327px);
        padding: 0 20px;
    } */

  .banner-section {
    display: flex;
    flex-wrap: wrap;
  }

  .banner__quick-thumb {
    width: 327px;
  }

  .banner__quick-thumb img {
    width: 100%;
  }

  .banner__quick-thumb .thumb {
    display: block;
    height: 225px;
  }

  .banner__quick-thumb .thumb:not(:last-child) {
    margin-bottom: 20px;
  }

  .banner__quick-thumb .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
  .banner-slider {
    width: calc(100% - 250px);
    /* width: calc(100% - 250px - 280px); */
  }

  .banner__quick-thumb {
    width: 280px;
  }

  .banner__quick-thumb .thumb {
    height: 200px;
  }

  .category-link {
    padding: 8px 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .banner-slider {
    /* width: calc(100% - 220px - 250px); */
    width: calc(100% - 250px);
  }

  .banner__quick-thumb {
    width: 250px;
  }

  .banner__quick-thumb .thumb {
    height: 186px;
  }

  .category-link {
    padding: 8px 0;
  }

  .category-link-wrapper {
    width: 220px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-slider {
    width: calc(100% - 220px);
    padding: 0 0 0 20px;
  }

  .banner__quick-thumb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .banner__quick-thumb .thumb {
    margin-top: 20px;
    width: calc(50% - 10px);
    height: 180px;
  }

  .banner__quick-thumb .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .banner__quick-thumb .thumb {
    height: 130px;
  }
}

@media screen and (max-width: 400px) {
  .banner-slider {
    width: calc(100% - 220px);
    padding: 0 0 0 20px;
  }

  .banner__quick-thumb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .banner__quick-thumb .thumb {
    margin-top: 20px;
    width: calc(50% - 10px);
    height: unset;
  }

  .banner__quick-thumb .thumb img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .banner-slider {
    width: 100%;
    padding: 20px 0 0;
  }
}

.banner-section {
  position: relative;
}

.cate-icon > a::after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 600;
}

@media (min-width: 768px) {
  .banner__img img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .slide-item .container,
  .max-lg-100 .container {
    max-width: 100% !important;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .max-lg-100 {
    max-width: 100%;
    padding: 0;
  }
}

.category__header {
  background: #146cda;
  font-weight: 700;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.category-sidebar {
  position: sticky;
}

@media (max-width: 1199px) {
  .category-sidebar {
    position: fixed;
    left: 0;
    top: 0 !important;
    background: #ffffff;
    padding: 30px;
    z-index: 99999;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
  }

  .category-sidebar.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.filter-in {
  font-size: 24px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  color: #ffffff;
  background: #146cda;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 1px;
  cursor: pointer;
}

.close-sidebar {
  color: #146cda;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.widget {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(22, 26, 57, 0.1);
  margin-bottom: 30px;
}

.widget .title {
  padding-bottom: 18px;
  border-bottom: 2px dashed rgba(20, 108, 218, 0.2);
  margin-bottom: 30px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .ui-state-default {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #146cda;
  box-shadow: 0px 9px 20px 0px rgba(22, 26, 57, 0.36);
  outline: none;
  cursor: pointer;
  top: -9px;
  position: absolute;
  z-index: 1;
}

.widget .ui-state-default::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  top: 3px;
  left: 3px;
  display: block;
}

.widget .ui-widget.ui-widget-content {
  position: relative;
  height: 3px;
  border: none;
  margin-right: 20px;
  margin-bottom: 25px;
}

.widget .ui-widget.ui-widget-content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 3px;
  background: rgba(20, 108, 218, 0.2);
  width: calc(100% + 20px);
}

.widget .ui-slider-range {
  height: 3px;
  background: #146cda;
  position: relative;
  z-index: 1;
}

.filter-color-area {
  margin: -5px;
}

.widget-check-color {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.widget-check-color label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.widget-check-color label img {
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.widget-check-color input {
  opacity: 0;
}

.widget-check-color input:checked + label::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  content: "\f00c";
  font-family: "Line Awesome Free";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #146cda;
}

.color-tooltip {
  display: block;
  text-align: center;
  background: #042656;
  color: #ffffff;
  width: 130px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 5px;
  opacity: 0;
  visibility: hidden;
}

.color-tooltip::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  height: 10px;
  width: 20px;
  background: #042656;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.color-tooltip.tooltip-sm {
  width: unset;
  padding: 7px 10px;
}

.show-tooltip:hover .color-tooltip {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  bottom: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}

.widget-check-group {
  align-items: center;
  margin-bottom: 6px;
}

.widget-check-group:last-child {
  margin-bottom: 0;
}

.widget-check-group input {
  width: 14px;
  height: 14px;
  opacity: 0;
}

.widget-check-group label {
  margin: 0;
  width: calc(100% - 14px);
  padding-left: 8px;
  font-size: 14px;
  color: #171d1c;
  font-weight: 500;
  position: relative;
}

.widget-check-group label::before {
  position: absolute;
  left: -16px;
  top: 5px;
  width: 14px;
  height: 14px;
  line-height: 12px;
  text-align: center;
  font-size: 8px;
  font-family: "Line Awesome Free";
  content: "";
  font-weight: 600;
  border: 1px solid #e5e5e5;
}

.widget-check-group input:checked ~ label::before {
  background: #1769ff;
  color: #fff;
  content: "\f00c";
  border-color: #1769ff;
  border-radius: 2px;
}

.price-range {
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.price-range label {
  margin: 0;
  font-weight: 500;
  color: #171d1c;
}

.price-range input {
  height: unset;
  width: unset;
  padding: 7px;
  background: transparent;
  border: none;
  text-align: right;
  font-weight: 500;
  color: #171d1c;
  padding-right: 0;
}

.bg-red {
  background: #f53b57;
}

.bg-green {
  background: #0be881;
}

.bg-blue {
  background: #212fb4;
}

.bg-yellow {
  background: #dec32b;
}

.bg-grey {
  background: grey;
}

.bg-purple {
  background: purple;
}

.bg-lime {
  background: lime;
}

.bg-navy {
  background: #d8e0f3;
}

.filter-category li {
  padding: 0;
}

.filter-category li a {
  padding: 3px 15px 3px 0;
  color: #042656;
  display: block;
}

.filter-category li a:hover {
  padding-left: 5px;
  color: #146cda;
}

.filter-category li.cate-icon > a {
  font-size: 15px;
  padding-left: 15px;
}

.filter-category .sub-category {
  padding-left: 30px;
}

.filter-category .sub-category li a {
  padding: 0px 15px 0px 0;
  font-size: 14px;
  text-transform: capitalize;
  color: #555555;
}

.filter-category .sub-category li a::before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #042656;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.filter-category .sub-category li a:hover {
  color: #146cda;
  padding-left: 5px;
}

.filter-category .sub-category li a:hover::before {
  background: #146cda;
}

.filter-category .sub-category li.open > a {
  padding: 5px 15px;
}

.filter-category-header {
  justify-content: space-between;
  margin: 0 -15px 30px;
}

.filter-category-header .fileter-select-item {
  padding: 0 15px 15px;
}

.fileter-select-item .label {
  display: block;
  margin-bottom: 10px;
}

.fileter-select-item .select-bar {
  width: 100%;
  min-width: 150px;
}

@media (max-width: 991px) {
  .fileter-select-item .select-bar {
    min-width: 140px;
  }
}

@media (max-width: 575px) {
  .fileter-select-item .select-bar {
    min-width: 90px;
  }
}

.view-style {
  border: none !important;
  margin: -5px !important;
}

.view-style li {
  padding: 5px !important;
  background: transparent !important;
}

.view-style li a {
  color: #042656;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
  background: rgba(4, 38, 86, 0.1);
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.view-style li a.active {
  background: #146cda !important;
  color: #ffffff;
}

.view-number {
  margin: -3px;
  display: flex;
}

.view-number li {
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 3px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.view-number li .bar {
  display: inline-block;
  margin: 3px;
  width: 5px;
  height: 20px;
  background: rgba(20, 108, 218, 0.3);
}

.view-number li.active .bar {
  background: #146cda;
}

/*Select Bars*/
.select-bar .list {
  min-width: 100%;
  max-height: 150px;
  overflow-y: auto;
  color: #042656;
}

.select-bar .list li {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.select-bar .current {
  color: #042656 !important;
}

.select-bar::after {
  border-color: #042656;
}

.subscribe-form {
  max-width: 515px;
  position: relative;
}

.subscribe-form input {
  height: 60px;
  border: none;
  background: #ffffff;
  padding: 0 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.subscribe-form button {
  color: #ffffff;
  height: 60px;
  background: #146cda;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 400px) {
  .subscribe-form input {
    height: 70px;
    padding: 0 170px 0 25px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
  }

  .subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    -webkit-border-radius: 0 35px 35px 0;
    -moz-border-radius: 0 35px 35px 0;
    border-radius: 0 35px 35px 0;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .newsletter-header {
    margin-bottom: 30px;
  }
}

.newsletter-section {
  padding: 70px 0;
}

.newsletter-section .title {
  margin: 0;
  color: #ffffff;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb--50 {
  margin-bottom: -50px;
}

/*Product Section*/
.qv-btn {
  height: 40px;
  border: none;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  background: #146cda;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.qv-btn:hover {
  color: #ffffff;
}

.qv-btn.btn-sm {
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
}

@media (max-width: 575px) {
  .qv-btn.btn-xs {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }
}

.product-wrapper {
  overflow: hidden;
  margin: -15px;
}

@media (max-width: 767px) {
  .product-wrapper {
    margin: -15px 0;
  }
}

.badge--lg {
  padding: 5px 10px;
  font-size: 14px;
}

.badge--sm {
  padding: 5px 10px;
}

.abs--badge {
  position: absolute;
  top: 15px;
  left: 15px;
}

/*Special Products*/
.nav-tabs {
  border: none;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.nav-tabs li {
  padding: 0;
  background: #e5e5e5;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 767px) {
  .nav-tabs li {
    flex-grow: 1;
    text-align: center;
  }
}

.nav-tabs li a {
  padding: 7px 20px;
  color: #042656;
}

.nav-tabs li a.active {
  background: #146cda;
  color: #ffffff;
}

@media (max-width: 767px) {
  .nav-tabs li a {
    font-size: 14px;
    padding: 7px 15px;
    display: block;
  }
}

.ratings {
  color: #ffc363;
  font-size: 14px;
}

/*Cart Area Sidebar Starts*/
.cart-sidebar-area {
  background-color: #042656;
  max-width: 350px;
  width: 100%;
  height: 100vh;
  padding: 30px;
  position: fixed;
  right: 0;
  overflow-y: scroll;
  top: 0;
  z-index: 99999;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  -ms-transform: translateX(350px);
  /* IE 9 */
  -webkit-transform: translateX(350px);
  /* Chrome, Safari, Opera */
  transform: translateX(350px);
}

.cart-sidebar-area .cmn--btn {
  font-size: 14px;
  background: #ffffff;
  color: #042656;
}

.cart-sidebar-area .cmn--btn:hover {
  color: #ffffff;
  border-color: #146cda;
}

.cart-sidebar-area.active {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateX(0px);
  /* IE 9 */
  -webkit-transform: translateX(0px);
  /* Chrome, Safari, Opera */
  transform: translateX(0px);
}

.cart-sidebar-area .btn-wrapper {
  margin-top: 40px;
}

.cart-sidebar-area .top-content {
  position: relative;
  margin-bottom: 35px;
}

.cart-sidebar-area .top-content .logo {
  max-width: 160px;
}

.cart-sidebar-area .top-content .logo img {
  width: 100%;
}

.side-sidebar-close-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.cart-products .title {
  font-size: 18px;
  color: #fff;
  margin: 0;
  margin-bottom: 25px;
}

.single-product-item {
  min-height: 80px;
  margin-bottom: 20px;
}

.single-product-item .thumb {
  width: 100px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  height: 100px;
}

.single-product-item .thumb img {
  max-width: 100%;
  max-height: 100%;
}

.single-product-item .content {
  width: calc(100% - 100px);
  padding-left: 20px;
}

.single-product-item .content .price .pprice {
  color: #ffffff;
}

.single-product-item .content .title {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0px;
}

.single-product-item .content .remove-cart {
  display: inline-block;
  font-size: 10px;
  color: #042656;
  background-color: #ffffff;
  padding: 2px 18px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-product-item .content .remove-cart:hover {
  opacity: 0.8;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 99999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
    progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 1;
}

.single-product-item .content .price .dprice {
  color: rgba(255, 255, 255, 0.9);
  font-size: 84%;
}

.right-category {
  width: 100%;
  max-width: 280px;
  position: relative;
  z-index: 9;
}

.main-sections {
  padding: 30px 30px 100px;
}

.main-sections .all-sections {
  width: calc(100% - 280px - 280px);
  padding: 0 30px;
}

.main-sections .section-title {
  margin: 0;
  padding: 10px;
  text-align: center;
  background: #146cda;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

@media (max-width: 1199px) {
  .main-sections .all-sections {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .main-sections {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .main-sections {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sticky {
  position: sticky;
}

.related--slider-wrapper {
  margin: -7px;
}

.related-slide-item,
.shop-item {
  padding: 10px;
  color: #042656;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.05);
}

.related-slide-item {
  margin: 7px;
}

.related-slide-item span,
.shop-item span {
  font-size: 14px;
  line-height: 1.2;
  color: #042656;
}

.shop-item .thumb {
  height: 100px;
}

.shop-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.read__more {
  background: #146cda;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 28px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.read__more span {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
}

.right-category .close-category,
.left-category .close-category {
  color: #ffffff;
  position: absolute;
  top: 13px;
  left: 18px;
  line-height: 1;
  font-size: 20px;
}

@media (min-width: 1200px) {
  .right-category .close-category,
  .left-category .close-category {
    display: none;
  }
}

.left-category {
  z-index: 9;
}

.left-category .close-category {
  right: 18px;
  left: unset;
}

.left-category .categories {
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(4, 38, 86, 0.1);
  padding: 0 0;
}

.left-category .categories li {
  padding: 0;
}

.left-category .categories li a {
  font-size: 14px;
  line-height: 22px;
  display: block;
  padding: 10px;
  color: #042656;
}

.left-category .categories li a i {
  margin-right: 12px;
  color: #146cda;
  font-size: 18px;
  position: absolute;
  left: 15px;
}

.left-category .categories li:hover > a {
  background: #146cda;
  color: #ffffff;
}

.left-category .categories li:hover > a i {
  color: #ffffff;
}

.left-category .categories li .sub-category {
  min-height: 100%;
  background: #ffffff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  box-shadow: 0 0 10px rgba(4, 38, 86, 0.1);
}

@media (min-width: 992px) {
  .left-category .categories li .sub-category {
    border-left: 1px solid rgba(4, 38, 86, 0.1);
  }
}

@media (min-width: 992px) {
  .left-category .categories li .sub-category {
    position: absolute;
    left: calc(100% - 10px);
    top: 0;
    width: 280px;
    opacity: 0;
    visibility: hidden;
  }

  .left-category .categories li:hover > .sub-category {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .left-category .categories li .sub-category {
    padding-left: 20px;
    display: none;
    position: relative;
  }

  .left-category .categories li .sub-category::before {
    top: 0;
    bottom: 0;
    width: 1px;
    position: absolute;
    content: "";

    left: 20px;
  }
}

@media (max-width: 991px) {
  .left-category .categories .cate-icon2 {
    position: relative;
  }

  .left-category .categories .cate-icon2::after {
    position: absolute;
    right: 10px;
    top: 9px;
    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;
  }
}

@media (max-width: 1199px) {
  .left-category .categories {
    border: 1px solid #e5e5e5 !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .left-category .categories {
    border: 1px solid #e5e5e5 !important;
  }
}

.p--15--30 {
  padding: 15px;
}

@media (min-width: 1200px) {
  .p--15--30 {
    padding: 30px;
  }
}

.owl-dots {
  position: absolute;
  justify-content: center;
  bottom: 20px;
  z-index: 3;
  width: 100%;
}

.owl-dots .owl-dot {
  width: 14px;
  height: 5px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 3px;
}

.owl-dots .owl-dot.active {
  background: #146cda;
}

.left-toggle,
.right-toggle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .left-toggle,
  .right-toggle {
    width: unset;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
  }
}

.cross-button {
  text-align: center;
  display: block;
  color: #146cda;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  position: absolute;
  top: 9px;
  left: 5px;
  z-index: 1;
}

.left-aside .cross-button {
  left: auto;
  right: 5px;
}

@media (max-width: 1199px) {
  .right-category {
    position: fixed !important;
    top: 0;
    overflow: auto;
    max-height: 100vh;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }

  .right-category .sticky {
    top: unset !important;
  }

  .right-category {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .right-category.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .left-category.home-category {
    position: absolute;
  }
}

.rounded--5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.line-limitation-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.line-limitation-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.owl-next,
.owl-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  background: rgba(20, 108, 218, 0.2);
  color: #042656;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid #e5e5e5;
}

.owl-next.active,
.owl-next:hover,
.owl-next:nth-child(even),
.owl-prev.active,
.owl-prev:hover,
.owl-prev:nth-child(even) {
  background: #146cda;
  border-color: #146cda;
  color: #ffffff;
}

.owl-next {
  margin-left: 10px;
}

.owl-nav {
  bottom: calc(100%);
  right: 15px;
  position: absolute;
  display: flex;
  justify-content: space-between;
}

/*Latest Product Starts Here*/
.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: #042656;
  z-index: 1;
}

.latest-item:hover .badge {
  background: #042656;
  color: #ffffff;
}

.latest-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*Featured Products*/
.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: #042656;
  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: #042656;
}

.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: #042656;
  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 {
  aspect-ratio: 1/1;
  -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%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.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: #555555;
  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: 0;
  }

  .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-inner:hover .product-before-content,
.product-item-2-inner.active .product-before-content {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.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 Selling Section*/
.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: #042656;
}

.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 {
  margin-bottom: 20px;
}

.product-details-content .ratings-area .ratings {
  font-size: 18px;
}

.product-details-content .price {
  color: #146cda;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.product-details-content p {
  margin-bottom: 20px;
}

.product-details-content .color-check {
  margin-bottom: 20px;
}

.product-details-content .widget-check-group {
  margin: 0 15px;
}

.product-details-content .size-check {
  margin: 0 -10px 25px;
}

@media (max-width: 991px) {
  .product-details-content {
    margin-top: 25px;
  }

  .product-details-content p {
    margin-bottom: 16px;
  }

  .product-details-content .color-check {
    margin-bottom: 16px;
  }
}

.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: #042656;
  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: #2ecc71;
}

.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: #042656;
}

.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: #555555;
}

@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: #555555;
}

.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: #042656;
  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;
}

@media (min-width: 992px) {
  .cart-table tr td {
    padding: 20px;
  }
}

.cart-table tr td .subtotal span {
  font-weight: 700;
  color: #042656;
  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: #042656;
    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: #042656;
}

.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;
  }
}

.modal::-webkit-scrollbar {
  display: none;
}

.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: 12px;
}

.payment-table tr th {
  color: #042656;
}

.payment-table tr td {
  color: rgba(4, 38, 86, 0.8);
}

.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: #042656;
    font-weight: 700;
  }
}

.badge {
  padding: 0.5em 0.8em;
  font-size: 85%;
}

.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: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #042656;
  background: #146cda;
  display: block;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  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: #042656;
}

.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: #042656;
}

.regular-table .subtotal {
  font-weight: 700;
  color: #042656;
}

@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);
}

.dashboard-menu .user .title a {
  color: #042656;
}

.dashboard-menu ul li {
  padding: 0;
}

.dashboard-menu ul li a {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.5;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  color: #555555;
}

.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: #042656;
  border-color: #146cda;
}

.dashboard-menu .side-sidebar-close-btn {
  right: 25px;
  top: 25px;
  display: none;
}

@media (max-width: 1199px) {
  .dashboard-menu {
    position: fixed;
    top: 0;
    left: 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%);
    background: #042656;
  }

  .dashboard-menu ul li a {
    color: #ddd;
  }

  .dashboard-menu ul li a:hover,
  .dashboard-menu ul li a.active {
    background: #ffffff;
    color: #042656;
  }

  .dashboard-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .dashboard-menu .side-sidebar-close-btn {
    display: block;
  }

  .dashboard-menu .user .title a {
    color: #ffffff;
  }

  .dashboard-menu ul li a {
    color: #ffffff;
  }

  .dashboard-menu ul li a:hover,
  .dashboard-menu ul li a.active {
    background: #ffffff;
    color: #042656;
  }

  .dashboard-menu.active {
    z-index: 999999;
  }
}

.dashboard-menu.before-login-menu {
  z-index: 999999;
}

@media (min-width: 1200px) {
  .dashboard-menu.before-login-menu {
    background: #042656;
    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;
    right: unset;
    left: 25px;
  }
}

.dashboard-menu .create-accounts {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}

.dashboard-menu .create-accounts a {
  color: #ffffff;
}

.user {
  text-align: center;
  padding: 30px;
}

.user .thumb {
  width: 120px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.user .thumb a {
  display: block;
}

.user .thumb img {
  width: 100%;
}

.user .content {
  text-transform: capitalize;
}

/*Compare*/
.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: #042656;
  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 Tracking Section Starts Here*/
.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: 25%;
  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;
}

/*Sidebar Login*/
.login-wrapper .subtitle {
  margin-bottom: 25px;
}

.sign-in-form label {
  color: #ddd;
}

.sign-in-form input {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  height: 50px;
  border: none;
  padding: 0 25px;
}

.login-button {
  color: #ffffff;
  height: 50px;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  -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: #042656;
}

.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 {
  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: #042656;
}

.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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color: #042656;
}

@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;
}

/*Update Css*/
@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;
}

.g-1,
.gx-1 {
  margin-left: -5px;
  margin-right: -5px;
}

.g-1 > *,
.gx-1 > * {
  padding-left: 5px;
  padding-right: -px;
}

.g-2,
.gx-2 {
  margin-left: -8px;
  margin-right: -8px;
}

.g-2 > *,
.gx-2 > * {
  padding-left: 8px;
  padding-right: 8px;
}

.g-3,
.gx-3 {
  margin-left: -10px;
  margin-right: -10px;
}

.g-3 > *,
.gx-3 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.g-4,
.gx-4 {
  margin-left: -15px;
  margin-right: -15px;
}

.g-4 > *,
.gx-4 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.g-5,
.gx-5 {
  margin-left: -15px;
  margin-right: -15px;
}

.g-5 > *,
.gx-5 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.g-1,
.gy-1 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.g-1 > *,
.gy-1 > * {
  padding-top: 5px;
  padding-bottom: 5px;
}

.g-2,
.gy-2 {
  margin-top: -8px;
  margin-bottom: -8px;
}

.g-2 > *,
.gy-2 > * {
  padding-top: 8px;
  padding-bottom: 8px;
}

.g-3,
.gy-3 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.g-3 > *,
.gy-3 > * {
  padding-top: 10px;
  padding-bottom: 10px;
}

.g-4,
.gy-4 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.g-4 > *,
.gy-4 > * {
  padding-top: 15px;
  padding-bottom: 15px;
}

.g-5,
.gy-5 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.g-5 > *,
.gy-5 > * {
  padding-top: 25px;
  padding-bottom: 25px;
}

.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: #555555;
  padding: 0;
  font-size: 14px;
}

.vendor__item .vendor__info li a {
  color: #555555;
}

.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;
  font-family: "Josefin Sans", sans-serif;
}

.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: #042656;
  }
}

@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: #042656;
  }
}

.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;
}

.social__icons {
  margin: -5px;
}

.social__icons li {
  padding: 5px;
}

.social__icons li a i {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #146cda;
  color: #ffffff;
}

.social__icons li a i[class*="whatsapp"] {
  background: #25d366;
}

.social__icons li a i[class*="twitter"] {
  background: #55acee;
}

.social__icons li a i[class*="linkedin"] {
  background: #007bb5;
}

.social__icons li a i[class*="facebook"] {
  background: #3b5998;
}

.social__icons li a i[class*="pinterest"] {
  background: #007bb5;
}

.social__icons li a i[class*="skype"] {
  background: #2fb7df;
}

.social__icons li a i[class*="youtube"] {
  background: #cd201f;
}

.social__icons li a i[class*="instagram"] {
  background: #e4405f;
}

.social__icons li a i[class*="tumblr"] {
  background: #34465d;
}

.social__icons li a i[class*="behance"] {
  background: #1769ff;
}

.social__icons li a i[class*="navy"] {
  background: #d8e0f3;
}

.social__icons li a i[class*="futbol"] {
  background: #db3776;
}

.social__icons li a i[class*="vimeo"] {
  background: #1ab7ea;
}

.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;
  font-family: "Josefin Sans", sans-serif;
  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 {
  border: 1px solid #e5e5e5;
  -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-family: "Roboto", sans-serif;
  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: #555555;
  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 {
  font-family: "Josefin Sans", sans-serif;
  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: #042656;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 15px;
}

.form--control-2 {
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #042656;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 50px;
  box-shadow: none;
}

.form--control-2::placeholder {
  color: #042656;
  box-shadow: none;
}

.form--control-2:focus {
  color: #042656;
  background: #f0f5fc;
  box-shadow: none;
}

textarea.form--control-2 {
  height: 140px;
}

.select-bar.form--control-2 {
  width: 100%;
}

.dashboard-item .dashboard-header .title,
.dashboard-item.item-lg .cont .dashboard-header .title {
  font-family: "Roboto", sans-serif;
}

/*Contact Section*/
.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;
}

@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: #28c76f !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: #042656;
}

.btn--warning:hover,
.badge--warning:hover,
.btn--white:hover,
.badge--white:hover {
  color: #042656;
}

.btn--black,
.badge--black,
.bg--black {
  background-color: #000 !important;
}

.btn--title,
.badge--title,
.bg--title {
  background-color: #042656 !important;
}

.btn--1,
.badge--1,
.bg--1 {
  background-color: #0f2d92 !important;
}

.text--primary {
  color: #7367f0 !important;
}

.text--secondary {
  color: #868e96 !important;
}

.text--success {
  color: #28c76f !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: #555555 !important;
}

.text--base {
  color: #146cda !important;
}

.text--title {
  color: #042656 !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: 0px 30px;
  background: transparent;
  border: 1px solid #555555;
  font-family: "Josefin Sans", sans-serif;
}

@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: #042656;
  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;
}

/* inner outer ripple */
@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;
  margin-top: 35px;
  justify-content: center;
}

.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);
}

.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: #042656;
}

.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;
}

.form--check input:checked:before {
  background: #146cda;
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.form-control {
  box-shadow: none !important;
  outline: 0 !important;
}

/* CUSTOM CSS BY BACKEND DEV */

.cmn-btn {
  background: #0068e1;
}

.cmn-btn-2 {
  background: #ff0000;
}

.cmn-btn,
.cmn-btn-2 {
  height: 40px;
  border: none;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.cmn-btn:hover,
.cmn-btn-2:hover {
  color: #ffffff;
}

.cmn-btn.btn-sm,
.cmn-btn-2.btn-sm {
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
}

@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;
}

.product-details-content .price {
  margin-top: 20px;
}

.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;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 0;
  position: relative;
}

.owl-nav .owl-prev::after {
  position: absolute;
  content: "\f104";
  top: 0;
  left: 15px;
  font-size: 16px;
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.owl-nav .owl-next::after {
  position: absolute;
  content: "\f105";
  top: 0;
  left: 15px;
  font-size: 16px;
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  color: #fff;
}

.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;
  }
}

.total {
  display: block;
}

.cart-total .amount {
  position: relative;
  width: 200px;
}

.cart-total .amount::before {
  content: ":";
  color: #555555;
  padding-right: 10px;
  font-size: 18px;
}

.custom-button.theme {
  color: #ffffff;
  border: 1px solid;
  font-weight: 700;
  border-radius: 5px;
  line-height: 48px;
  padding: 0px 30px;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}

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;
  font-family: "Henny Penny,cursive";
  -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: #ffffff !important;
}

.user-profile .thumb {
  height: 280px;
}

.user-profile .thumb img {
  height: 280px;
  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;
}

.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;
}

.modal-header {
  border-radius: 0;
}

.modal-content {
  border-radius: 0;
  background-clip: unset;
  border: 10px solid #0017a4;
}

.todays-deal .item .thumb img {
  height: 74px;
}

.left-category .categories li a i {
  line-height: 25px;
}

.ajax-loader-wrapper {
  min-height: 400px;
}

.modal-close-btn {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
}

#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 #555555;
  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;
}

.owl-nav .owl-prev::after,
.owl-nav .owl-next::after {
  left: 12px;
}

.owl-next,
.owl-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.owl-next.active,
.owl-next:hover,
.owl-prev.active,
.owl-prev:hover {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  color: #555555 !important;
}

.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;
}

.iziToast.iziToast-color-green {
  background: #3ae374 !important;
  border: 1px solid #3ae374 !important;
}

.iziToast.iziToast-color-red {
  background: #ff4d4d !important;
  border: 1px solid #ff4d4d !important;
}

.iziToast > .iziToast-body .iziToast-icon.ico-success,
.iziToast > .iziToast-body .iziToast-icon.ico-error,
.iziToast > .iziToast-close {
  content: "" !important;
  background: unset !important;
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.iziToast > .iziToast-body .iziToast-icon.ico-success::before {
  content: "\f00c";
}

.iziToast > .iziToast-body .iziToast-icon.ico-error::before {
  content: "\f05e";
}

.iziToast > .iziToast-body .iziToast-message {
  margin: 0 0 10px;
  color: #fff !important;
  font-weight: 400;
}

.iziToast > .iziToast-close::before {
  content: "\f057";
}

.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-Setting */

.user-profile .thumb {
  height: 280px;
}

.user-profile .thumb img {
  height: 280px;
  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;
  }

  /* .sponsor {
    position: absolute;
    background: #145aff;
    color: white;
    border-radius: 10px 0px 0px 10px;
    font-size: 12px;
    padding: 0px 5px;
    right: 0%;
    top: 0%;
    z-index: 1;
  } */
}
