.iconsvg-sad-2,
.iconsvg-search {
  font-size: 1rem;
}
[class*="iconsvg"] {
  fill: currentColor;
  display: inline-block;
  height: 1em;
  width: 1em;
}
/*-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default css
	02. Header css
    03. Hero css
    04. About css
    05. Features css
    06. Gallery css
    07. Testimonial css
    08. Shop css
    09. Blog css
    10. Contact css
    11. Footer css

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #111111;
  margin: 0px;
}

h1 {
  font-size: 85px;
}

h2 {
  font-size: 48px;
  line-height: 48px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  color: #646a7c;
  margin: 0px;
}

input,
textarea {
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #646a7c;
  font-size: 15px;
  line-height: 27px;
  overflow-x: hidden;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-slide {
  outline: 0;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.custom-container {
  max-width: 1420px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.form_group {
  position: relative;
}
.form_group i {
  color: #ff4545;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 14px;
}

.form_control {
  width: 100%;
  padding: 0 30px;
  height: 70px;
  border: 1px solid #eaeaea;
}

.section-title span {
  color: #ff4545;
  margin-bottom: 10px;
}
.section-title h2 {
  margin-bottom: 15px;
  font-size: 27px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.red-bg {
  background: #ff4545;
}

.black-bg {
  background: #545454;
}

.light-bg {
  background: #f7f7f7;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  padding: 14px 45px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #ff4545;
  text-transform: uppercase;
  border-radius: 28px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-btn:after {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
}
.main-btn:hover,
.main-btn:focus {
  background: #ff4545;
  color: #fff;
}

button {
  border: none;
}

/*
    nice select css
*/
.nice-select {
  width: 100%;
  outline: none;
}
.nice-select.open:after {
  -webkit-transform: none;
  transform: none;
}
.nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  right: 20px;
  font-size: 12px;
  font-weight: 600;
  -webkit-transform: none;
  transform: none;
  border: none;
  top: 0;
  margin-top: 0;
  color: #2e2e2e;
}
.nice-select .list {
  width: 100%;
}

/*
    Start Preloader css
*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}

.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff4545;
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*
    End Preloader css
*/
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
/*
    Start scroll_up css
*/
.back-to-top {
  background: #ff4545;
  border-radius: 50%;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 337;
}

.back-to-top:hover,
.back-to-top:focus {
  background: #111111;
  color: #fff;
}

/*
    End scroll_up css
*/
/*===========================
    2. HEADER css 
===========================*/
.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-navigation .nav-container {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation .nav-container {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-navigation .nav-container {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .header-navigation .nav-container {
    padding: 15px 0;
  }
}
.header-navigation .nav-container .nav-pushed-item {
  display: none;
}
.header-navigation .nav-container .brand_logo {
  width: 15%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation .nav-container .brand_logo {
    max-width: 150px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-navigation .nav-container .brand_logo {
    max-width: 150px;
    width: 100%;
  }
}
.header-navigation .nav-container .nav-menu .mobile-logo {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-navigation .nav-container .nav-menu .mobile-logo {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-navigation .nav-container .nav-menu .mobile-logo {
    display: block;
  }
}
.header-navigation .nav-container .nav-push-item {
  text-align: right;
}
.header-navigation
  .nav-container
  .main-menu
  ul
  > li.menu-item-has-children
  > a:after {
  content: "\f107";
  margin-left: 5px;
  display: inline-block;
  color: #111111;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23666'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  border: none;
  content: "";
  height: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 0.125rem;
  width: 0.625rem;
}
@media (max-width: 767px) {
  .header-navigation
    .nav-container
    .main-menu
    ul
    > li.menu-item-has-children
    > a:after {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation
    .nav-container
    .main-menu
    ul
    > li.menu-item-has-children
    > a:after {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-navigation
    .nav-container
    .main-menu
    ul
    > li.menu-item-has-children
    > a:after {
    display: none;
  }
}
.header-navigation .nav-container .main-menu ul li {
  display: inline-block;
  position: relative;
}
.header-navigation .nav-container .main-menu ul li > a {
  display: block;
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding: 34px 15px;
}
.header-navigation .nav-container .main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
  display: none;
}
.header-navigation .nav-container .main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .nav-container .main-menu ul li .sub-menu li:last-child > a {
  border-bottom: none;
}
.header-navigation .nav-container .main-menu ul li .sub-menu li a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px !important;
  border-top: 1px solid #ececec;
  color: #1b3255;
}
.header-navigation .nav-container .main-menu ul li .sub-menu li a:hover {
  background-color: #ff4545;
  color: #fff !important;
  border-color: transparent;
}
.header-navigation .nav-container .main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation
  .nav-container
  .main-menu
  ul
  li
  .sub-menu
  li:hover
  .sub-menu {
  top: 100%;
}
.header-navigation
  .nav-container
  .main-menu
  ul
  li:hover.menu-item-has-children
  > a:after {
  color: #ff4545;
}
.header-navigation .nav-container .main-menu ul li:hover > a {
  color: #ff4545;
}
.header-navigation .nav-container .main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  display: block;
}
.header-navigation .nav-container .main-menu ul li .dd-trigger {
  display: none;
}
.header-navigation .nav-container.breakpoint-on .nav-menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 70px;
}
.header-navigation .nav-container.breakpoint-on .nav-menu.menu-on {
  left: 0;
}
.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
.header-navigation
  .nav-container.breakpoint-on
  .nav-menu
  .main-menu
  ul
  li:last-child {
  border-bottom: 0;
}
.header-navigation
  .nav-container.breakpoint-on
  .nav-menu
  .main-menu
  ul
  li.active
  .sub-menu {
  border-top: 1px solid #ececec;
}
.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #111111 !important;
  padding: 13px 20px;
}
.header-navigation
  .nav-container.breakpoint-on
  .nav-menu
  .main-menu
  ul
  li
  .sub-menu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
}
.header-navigation
  .nav-container.breakpoint-on
  .nav-menu
  .main-menu
  ul
  li
  .sub-menu
  li
  a {
  color: #111111;
  padding: 0px 20px 0 40px;
  line-height: 45px !important;
}
.header-navigation
  .nav-container.breakpoint-on
  .nav-menu
  .main-menu
  ul
  li
  .sub-menu
  li
  a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.header-navigation
  .nav-container.breakpoint-on
  .nav-menu
  .main-menu
  ul
  li
  .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 45px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #111111;
  font-size: 20px;
}
.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu.menu-on {
  left: 0;
}
.header-navigation .nav-container.breakpoint-on .nav-pushed-item {
  display: none;
}
.header-navigation .nav-container.breakpoint-on .navbar-close,
.header-navigation .nav-container.breakpoint-on .navbar-toggler {
  display: block;
}
.header-navigation .navbar-toggler {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.header-navigation .navbar-toggler span {
  position: relative;
  background-color: #ff4545;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}
.header-navigation .navbar-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  display: none;
  background: #ff4545;
  padding: 5px;
}
.header-navigation .navbar-close .cross-wrap {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}
.header-navigation .navbar-close .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #fff;
}
.header-navigation .navbar-close .cross-wrap span.top {
  top: 12px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-navigation .navbar-close .cross-wrap span.bottom {
  bottom: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-area-v1 .header-top {
  padding: 2px 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  .header-area-v1 .header-top {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area-v1 .header-top .top-left {
    text-align: center;
  }
}
.header-area-v1 .header-top .top-left ul > li {
  display: inline-block;
  vertical-align: middle;
}
.header-area-v1 .header-top .top-left ul > li .nice-select {
  background: transparent;
  border-radius: 0;
  border: none;
  color: #bdbdbd;
  padding-left: 0px;
  padding-right: 40px;
}
.header-area-v1 .header-top .top-left ul > li .nice-select:after {
  right: 30px;
  color: #bdbdbd;
  font-size: 15px;
}
.header-area-v1 .header-top .top-left ul > li .option:hover,
.header-area-v1 .header-top .top-left ul > li .option.focus,
.header-area-v1 .header-top .top-left ul > li .option.selected.focus {
  background-color: #ff4545;
  color: #fff;
  font-weight: 400;
}
.header-area-v1 .header-top .top-left ul > li ul.list {
  margin-top: 0px;
  border-radius: 0px;
  background: #111;
  color: #bdbdbd;
}
.header-area-v1 .header-top .top-left ul > li ul.list li {
  display: block;
}
@media (max-width: 767px) {
  .header-area-v1 .header-top .top-middle {
    text-align: center;
  }
}
.header-area-v1 .header-top .top-middle p {
  color: #bdbdbd;
}
@media (max-width: 767px) {
  .header-area-v1 .header-top .top-middle p {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.header-area-v1 .header-top .top-middle p a {
  color: #fff;
  background: #ff4545;
  text-transform: uppercase;
  line-height: 11px;
  font-size: 12px;
  padding: 7px 15px 6px;
  margin-left: 10px;
  font-weight: 700;
  border-radius: 13px;
}
.header-area-v1 .header-top .top-right {
  float: right;
}
@media (max-width: 767px) {
  .header-area-v1 .header-top .top-right {
    float: none;
    text-align: center;
  }
}
.header-area-v1 .header-top .top-right p {
  color: #bdbdbd;
}
.header-area-v1 .header-top .top-right p i {
  color: #ff4545;
  margin-right: 5px;
}
.header-area-v1
  .header-navigation
  .nav-container
  .nav-push-item
  .nav-tools
  ul
  li {
  display: inline-block;
  margin-left: 30px;
}
.header-area-v1
  .header-navigation
  .nav-container
  .nav-push-item
  .nav-tools
  ul
  li:first-child {
  margin-left: 0px;
}
.header-area-v1
  .header-navigation
  .nav-container
  .nav-push-item
  .nav-tools
  ul
  li
  .form_group
  input[type="search"] {
  width: 170px;
  height: 45px;
  border-radius: 22px;
  border: 2px solid #ededed;
  padding: 0 20px;
}
.header-area-v1
  .header-navigation
  .nav-container
  .nav-push-item
  .nav-tools
  ul
  li
  .form_group
  i {
  top: 15px;
  right: 20px;
  color: #111111;
}
.header-area-v1
  .header-navigation
  .nav-container
  .nav-push-item
  .nav-tools
  ul
  li
  a {
  position: relative;
  color: #111111;
}
.header-area-v1
  .header-navigation
  .nav-container
  .nav-push-item
  .nav-tools
  ul
  li
  a
  span.count {
  position: absolute;
  top: -15px;
  right: -4px;
  color: #ff4545;
}
.header-area-v1
  .header-navigation
  .nav-container
  .nav-push-item
  .nav-tools
  ul
  li
  a.navbar-toggler {
  display: block;
}

.header-area-v2 .header-top {
  padding: 30px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-top {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-v2 .header-top {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area-v2 .header-top {
    display: none;
  }
}
.header-area-v2 .header-top .top-middle .info-box {
  position: relative;
  padding-left: 75px;
}
.header-area-v2 .header-top .top-middle .info-box i {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 69, 69, 0.06);
  font-size: 22px;
  color: #ff4545;
}
.header-area-v2 .header-top .top-middle .info-box span {
  font-weight: 500;
}
.header-area-v2 .header-top .top-right .form_group {
  float: right;
}
.header-area-v2 .header-top .top-right .form_group input[type="search"] {
  width: 245px;
  height: 55px;
  background: #f7f7f7;
  border-radius: 28px;
  border: none;
  padding: 0 20px;
}
.header-area-v2 .header-top .top-right .form_group i {
  top: 22px;
  right: 20px;
  color: #111111;
}
.header-area-v2 .header-navigation .nav-container .brand-logo {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-navigation .nav-container .brand-logo {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-v2 .header-navigation .nav-container .brand-logo {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-area-v2 .header-navigation .nav-container .brand-logo {
    display: block;
  }
}
.header-area-v2
  .header-navigation
  .nav-container
  .main-menu
  ul
  > li.menu-item-has-children
  > a:after {
  color: #fff;
}
.header-area-v2 .header-navigation .nav-container .main-menu ul li.active > a {
  background: #111111;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2
    .header-navigation
    .nav-container
    .main-menu
    ul
    li.active
    > a {
    background: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-v2
    .header-navigation
    .nav-container
    .main-menu
    ul
    li.active
    > a {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .header-area-v2
    .header-navigation
    .nav-container
    .main-menu
    ul
    li.active
    > a {
    background: transparent;
  }
}
.header-area-v2 .header-navigation .nav-container .main-menu ul li > a {
  padding: 21px 15px;
  margin-bottom: 0px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li > a {
    color: #111111;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li > a {
    color: #111111;
  }
}
@media (max-width: 767px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li > a {
    color: #111111;
  }
}
.header-area-v2 .header-navigation .nav-container .main-menu ul li:hover > a {
  background: #111111;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li:hover > a {
    background: transparent;
    color: #ff4545;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li:hover > a {
    background: transparent;
    color: #ff4545;
  }
}
@media (max-width: 767px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li:hover > a {
    background: transparent;
    color: #ff4545;
  }
}
.header-area-v2
  .header-navigation
  .nav-container
  .nav-push-item
  .nav-tools
  ul
  li {
  display: inline-block;
  margin-left: 20px;
}
.header-area-v2
  .header-navigation
  .nav-container
  .nav-push-item
  .nav-tools
  ul
  li:first-child {
  margin-left: 0px;
}
.header-area-v2
  .header-navigation
  .nav-container
  .nav-push-item
  .nav-tools
  ul
  li
  a {
  position: relative;
  color: #fff;
  font-size: 17px;
}
.header-area-v2
  .header-navigation
  .nav-container
  .nav-push-item
  .nav-tools
  ul
  li
  a
  span.count {
  position: absolute;
  top: -15px;
  right: -4px;
  color: #fff;
}
.header-area-v2 .header-navigation .navbar-toggler span {
  background-color: #fff;
}

.header-area-v3 .header-top .top-left ul > li .nice-select {
  color: #fff;
}
.header-area-v3 .header-top .top-left ul > li .nice-select:after {
  color: #fff;
}
.header-area-v3 .header-top .top-middle p {
  color: #fff;
}
.header-area-v3 .header-top .top-middle p a {
  background: #fff;
  color: #111111;
}
.header-area-v3 .header-top .top-right p {
  color: #fff;
}
.header-area-v3 .header-top .top-right p i {
  color: #fff;
}
.header-area-v3
  .header-navigation
  .nav-container
  .main-menu
  ul
  > li.menu-item-has-children
  > a:after {
  color: #fff;
}
.header-area-v3 .header-navigation .nav-container .main-menu ul li > a {
  color: #fff;
}
.header-area-v3 .header-navigation .nav-container .main-menu ul li:hover > a {
  color: #ff4545;
}
.header-area-v3
  .header-navigation
  .nav-container
  .main-menu
  ul
  li:hover
  > a:after {
  color: #ff4545;
}
.header-area-v3
  .header-navigation
  .nav-container
  .nav-push-item
  .nav-tools
  ul
  li
  a {
  color: #fff;
}
.header-area-v3 .header-navigation .navbar-toggler span {
  background-color: #fff;
}

.sidebar-sidemenu.active .sidemenu-nav {
  right: 0;
}

.sidemenu-nav {
  overflow: hidden;
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -300px;
  padding: 80px 20px;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow-y: visible;
}
.sidemenu-nav .cross-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ff4545;
  color: #fff;
  font-size: 18px;
}
.sidemenu-nav ul.sidebar-menu li {
  position: relative;
}
.sidemenu-nav ul.sidebar-menu li:hover > a,
.sidemenu-nav ul.sidebar-menu li.active > a {
  color: #ff4545;
}
.sidemenu-nav ul.sidebar-menu li.active .sub-menu {
  display: block;
}
.sidemenu-nav ul.sidebar-menu li.active .sub-menu > li:last-child a {
  border-bottom: none;
}
.sidemenu-nav ul.sidebar-menu li > a {
  padding: 10px;
  display: block;
  border-top: 1px solid #eee;
  font-weight: 500;
  color: #111111;
}
.sidemenu-nav ul.sidebar-menu li > a i {
  width: 50px;
  height: 50px;
  padding: 0;
  color: #111111;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #eee;
}
.sidemenu-nav ul.sidebar-menu .sub-menu {
  border-top: 1px solid #eee;
  display: none;
  list-style: none;
}
.sidemenu-nav ul.sidebar-menu .sub-menu > li:hover > a,
.sidemenu-nav ul.sidebar-menu .sub-menu > li.active > a {
  color: #ff4545;
}
.sidemenu-nav ul.sidebar-menu .sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: #111;
  padding: 10px 30px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}

.panel-overly {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.sidebar-sidemenu.active .panel-overly {
  opacity: 0.5;
  visibility: visible;
}

.header-navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
  background: #ff4545;
}

.header-area-v1 .header-navigation.sticky {
  background: #fff;
  -webkit-box-shadow: 0px 7px 12px 0px rgba(225, 225, 225, 0.5);
  box-shadow: 0px 7px 12px 0px rgba(225, 225, 225, 0.5);
}

.header-area-v3 .header-navigation.sticky {
  background: #ff4545;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-area-v3
  .header-navigation.sticky
  .nav-container
  .main-menu
  ul
  li:hover
  > a {
  color: #111111;
}
.header-area-v3
  .header-navigation.sticky
  .nav-container
  .main-menu
  ul
  li:hover
  > a:after {
  color: #111111;
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
/*---=======================
   03. Hero css 
===========================---*/
.hero-area-v1 {
  padding: 100px 0 100px;
  background-color: #ccc;
}
.hero-area-v1 .hero-content {
  background: #fff;
  padding: 70px 70px 80px;
}
@media (max-width: 767px) {
  .hero-area-v1 .hero-content {
    padding: 20px;
  }
}
.hero-area-v1 .hero-content span.span {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  color: #4bc871;
  margin-bottom: 24px;
}
.hero-area-v1 .hero-content h1 {
  font-size: 70px;
  letter-spacing: -1.3px;
  line-height: 70px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v1 .hero-content h1 {
    font-size: 58px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-v1 .hero-content h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hero-area-v1 .hero-content h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
.hero-area-v1 .hero-content p {
  color: #111111;
  padding-bottom: 23px;
}
.hero-area-v1 .hero-content ul.button li {
  display: inline-block;
}
.hero-area-v1 .hero-content ul.button li:last-child {
  margin-left: 5px;
}
@media (max-width: 455px) {
  .hero-area-v1 .hero-content ul.button li:last-child {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 456px) and (max-width: 767px) {
  .hero-area-v1 .hero-content ul.button li:last-child {
    margin-left: 5px;
  }
}
@media (max-width: 455px) {
  .hero-area-v1 .hero-content ul.button li {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
.hero-area-v1 .hero-content ul.button li a.main-btn {
  padding: 14px 40px;
  border: 2px solid #eaeaea;
  color: #777777;
  background: transparent;
}
.hero-area-v1 .hero-content ul.button li a.main-btn:hover,
.hero-area-v1 .hero-content ul.button li a.main-btn:focus,
.hero-area-v1 .hero-content ul.button li a.main-btn.active-btn {
  background: #ff4545;
  color: #fff;
  border-color: transparent;
}

.hero-filter {
  max-width: 1400px;
  margin: auto;
  background-color: #ff4545;
  border-radius: 20px;
  padding: 60px 115px;
  margin-top: 100px;
  margin-bottom: -215px;
}
@media (max-width: 767px) {
  .hero-filter {
    padding: 40px 20px;
  }
}
.hero-filter h4.title {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero-filter h4.title {
    font-size: 18px;
  }
}
.hero-filter .nice-select {
  height: 55px;
  line-height: 55px;
  border-radius: 28px;
  background: #f7f7f7;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-filter .nice-select {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero-filter .nice-select {
    margin-bottom: 20px;
  }
}
.hero-filter .nice-select:after {
  right: 30px;
  color: #ff4545;
}
.hero-filter .main-btn {
  width: 100%;
  text-align: center;
  border-radius: 28px;
  padding: 11px 35px;
  line-height: 29px;
  border: 2px solid #fff;
}
.hero-filter .main-btn:hover,
.hero-filter .main-btn:focus {
  background: #fff;
  color: #ff4545;
  border-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-filter .main-btn {
    padding: 11px 15px;
    font-size: 12px;
  }
}

.hero-area-v2 .single-hero {
  padding: 180px 0 200px;
  position: relative;
  z-index: 1;
  background-color: #ccc;
}
.hero-area-v2 .single-hero:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(17, 17, 17, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-area-v2 .single-hero .hero-content h1,
.hero-area-v2 .single-hero .hero-content h5 {
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v2 .single-hero .hero-content h1 {
    font-size: 58px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-v2 .single-hero .hero-content h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hero-area-v2 .single-hero .hero-content h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
.hero-area-v2 .single-hero .hero-content h5 {
  margin-bottom: 30px;
}
.hero-area-v2 .single-hero .hero-filter {
  background: #fff;
  padding: 30px;
  max-width: 1230px;
  margin: auto;
  border-radius: 0px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v2 .single-hero .hero-filter {
    margin: 15px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-v2 .single-hero .hero-filter {
    margin: 15px;
    margin-bottom: 40px;
  }
}
@media (max-width: 455px) {
  .hero-area-v2 .single-hero .hero-filter {
    max-width: 300px;
  }
}
@media only screen and (min-width: 456px) and (max-width: 767px) {
  .hero-area-v2 .single-hero .hero-filter {
    max-width: 450px;
  }
}
.hero-area-v2 .single-hero .hero-filter .nice-select {
  height: 65px;
  line-height: 65px;
  border-radius: 0px;
  background: #f7f7f7;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-v2 .single-hero .hero-filter .nice-select {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-v2 .single-hero .hero-filter .nice-select {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero-area-v2 .single-hero .hero-filter .nice-select {
    margin-bottom: 20px;
  }
}
.hero-area-v2 .single-hero .hero-filter .nice-select:before {
  content: "";
  width: 3px;
  height: 100%;
  background: red;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-area-v2 .single-hero .hero-filter .main-btn {
  width: 100%;
  text-align: center;
  border-radius: 0px;
  padding: 18px 30px;
  line-height: 29px;
}
.hero-area-v2 .single-hero .hero-filter .main-btn:hover,
.hero-area-v2 .single-hero .hero-filter .main-btn:focus {
  background: #111111;
  color: #fff;
}
.hero-area-v2 .single-hero .hero-social ul.social-link {
  position: relative;
}
.hero-area-v2 .single-hero .hero-social ul.social-link:after,
.hero-area-v2 .single-hero .hero-social ul.social-link:before {
  content: "";
  display: inline-block;
  width: 6%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
}
.hero-area-v2 .single-hero .hero-social ul.social-link:after {
  margin-left: 1.5%;
}
.hero-area-v2 .single-hero .hero-social ul.social-link:before {
  margin-right: 1.5%;
}
.hero-area-v2 .single-hero .hero-social ul.social-link li span {
  color: #fff;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .hero-area-v2 .single-hero .hero-social ul.social-link li span {
    margin-right: 10px;
  }
}
@media (max-width: 455px) {
  .hero-area-v2 .single-hero .hero-social ul.social-link li span {
    font-size: 13px;
    margin-right: 0px;
  }
}
.hero-area-v2 .single-hero .hero-social ul.social-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #9e908c;
  background: transparent;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-left: 5px;
  margin-right: 5px;
}
.hero-area-v2 .single-hero .hero-social ul.social-link li a:hover,
.hero-area-v2 .single-hero .hero-social ul.social-link li a:focus {
  background: #ff4545;
  border-color: transparent;
  color: #fff;
}
@media (max-width: 767px) {
  .hero-area-v2 .single-hero .hero-social ul.social-link li a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 455px) {
  .hero-area-v2 .single-hero .hero-social ul.social-link li a {
    font-size: 12px;
    margin-left: 2px;
    margin-right: 2px;
  }
}

.hero-area-v3 .single-hero {
  padding: 253px 0 213px;
  z-index: 1;
  background-color: #ccc;
}
.hero-area-v3 .single-hero:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(17, 17, 17, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-area-v3 .single-hero .hero-content h1 {
  font-size: 65px;
  letter-spacing: -1.6px;
  color: #fff;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v3 .single-hero .hero-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-v3 .single-hero .hero-content h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .hero-area-v3 .single-hero .hero-content h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
.hero-area-v3 .single-hero .hero-content p {
  color: #fff;
  margin-bottom: 33px;
}
.hero-area-v3 .single-hero .hero-content ul.button li {
  display: inline-block;
}
.hero-area-v3 .single-hero .hero-content ul.button li:last-child {
  margin-left: 5px;
}
@media (max-width: 455px) {
  .hero-area-v3 .single-hero .hero-content ul.button li:last-child {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 456px) and (max-width: 767px) {
  .hero-area-v3 .single-hero .hero-content ul.button li:last-child {
    margin-left: 5px;
  }
}
@media (max-width: 455px) {
  .hero-area-v3 .single-hero .hero-content ul.button li {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn {
  padding: 14px 40px;
  color: #fff;
  background: #ff4545;
}
.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn.active-btn {
  background: #fff;
  color: #777777;
}
.hero-area-v3
  .single-hero
  .hero-content
  ul.button
  li
  a.main-btn.active-btn:hover {
  background: #ff4545;
  color: #fff;
}
.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn:hover,
.hero-area-v3 .single-hero .hero-content ul.button li a.main-btn:focus {
  background: #fff;
  color: #777777;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v3 .single-hero .hero-content ul.button li a.main-btn {
    padding: 14px 30px;
  }
}
.hero-area-v3 .single-hero .play-button {
  float: right;
}
@media (max-width: 767px) {
  .hero-area-v3 .single-hero .play-button {
    float: none;
    margin-top: 80px;
  }
}
.hero-area-v3 .single-hero .play-button .video-popup {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff4545;
}
.hero-area-v3 .single-hero .play-button .video-popup:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s linear infinite;
  animation: pulse-border 1.5s linear infinite;
}
.hero-area-v3 .hero-filter {
  margin-bottom: 0px;
  margin-top: -58px;
  position: relative;
  z-index: 999;
}

.breadcrumbs-section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.breadcrumbs-section:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(0, 0, 0, 0.75);
}
.breadcrumbs-section .breadcrumbs-content h1 {
  color: #fff;
  font-weight: 600;
  font-size: 60px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumbs-section .breadcrumbs-content h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs-section .breadcrumbs-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-section .breadcrumbs-content h1 {
    font-size: 32px;
  }
}
.breadcrumbs-section .breadcrumbs-content ul.link li {
  display: inline-block;
  text-transform: uppercase;
}
.breadcrumbs-section .breadcrumbs-content ul.link li:last-child:after {
  display: none;
}
.breadcrumbs-section .breadcrumbs-content ul.link li a {
  color: #ff4545;
}
.breadcrumbs-section .breadcrumbs-content ul.link li.active {
  color: #fff;
}
.breadcrumbs-section .breadcrumbs-content ul.link li:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-left: 13px;
  margin-right: 10px;
  color: #fff;
}

/*---=======================
   04. About css 
===========================---*/

/*---=======================
   05. Features css 
===========================---*/
.trendy-slide:hover .slick-arrow,
.best-slide:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.trendy-slide:hover .slick-arrow.prev,
.best-slide:hover .slick-arrow.prev {
  left: 0px;
}
.trendy-slide:hover .slick-arrow.next,
.best-slide:hover .slick-arrow.next {
  right: 0px;
}
.trendy-slide .slick-arrow,
.best-slide .slick-arrow {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: #ff4545;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.trendy-slide .slick-arrow.prev,
.best-slide .slick-arrow.prev {
  left: 40px;
}
.trendy-slide .slick-arrow.next,
.best-slide .slick-arrow.next {
  right: 40px;
}

.newsletter-section {
  position: relative;
  z-index: 1;
}
.newsletter-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
}
.newsletter-section .newsletter-content span.span {
  color: #fbb71c;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.newsletter-section .newsletter-content h2 {
  color: #fff;
  padding: 0 50px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-section .newsletter-content h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-section .newsletter-content h2 {
    font-size: 32px;
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .newsletter-section .newsletter-content h2 {
    font-size: 27px;
    line-height: 38px;
  }
}
.newsletter-section .newsletter-content .form_group .form_control {
  border-radius: 43px;
  height: 85px;
}
.newsletter-section .newsletter-content .form_group .main-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (max-width: 767px) {
  .newsletter-section .newsletter-content .form_group .main-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
  }
}

.offer-banner-v2 .offer-wrapper {
  position: relative;
}
.offer-banner-v2 .offer-wrapper .offer-content-box {
  background: #ff4545;
  padding: 100px 75px;
  -webkit-transform: perspective(1250px) rotateY(-20deg)
    translate3d(1px, -1px, 105px);
  transform: perspective(1250px) rotateY(-20deg) translate3d(1px, -1px, 105px);
}
@media (max-width: 767px) {
  .offer-banner-v2 .offer-wrapper .offer-content-box {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .offer-banner-v2 .offer-wrapper .offer-content-box {
    -webkit-transform: none;
    transform: none;
  }
}
.offer-banner-v2 .offer-wrapper .offer-content-box span {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.offer-banner-v2 .offer-wrapper .offer-content-box span span.big {
  font-size: 120px;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .offer-banner-v2 .offer-wrapper .offer-content-box span span.big {
    font-size: 36px;
  }
}
.offer-banner-v2 .offer-wrapper .offer-content-box span,
.offer-banner-v2 .offer-wrapper .offer-content-box h3,
.offer-banner-v2 .offer-wrapper .offer-content-box p {
  color: #fff;
}
.offer-banner-v2 .offer-wrapper .offer-content-box h3 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 15px;
  font-weight: 400;
}
.offer-banner-v2 .offer-wrapper .offer-content-box p {
  padding-bottom: 37px;
}
.offer-banner-v2 .offer-wrapper .offer-content-box .main-btn {
  padding: 11px 30px;
  border: 2px solid #eaeaea;
  color: #fff;
  border-radius: 27px;
  background: transparent;
}
.offer-banner-v2 .offer-wrapper .offer-content-box .main-btn:hover,
.offer-banner-v2 .offer-wrapper .offer-content-box .main-btn:focus,
.offer-banner-v2 .offer-wrapper .offer-content-box .main-btn.active-btn {
  background: #fff;
  color: #111111;
  border-color: transparent;
}

.offer-banner-v3 .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.offer-banner-v3 .offer-item {
  background-color: #f7f7f7;
  min-height: 350px;
}
.offer-banner-v3 .offer-item .offer-content {
  min-height: 350px;
  max-height: 350px;
  position: relative;
  padding: 50px 30px 25px 50px;
}
.offer-banner-v3 .offer-item .offer-content .content {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.offer-banner-v3 .offer-item .offer-content .content span.span {
  color: #ff4545;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.offer-banner-v3 .offer-item .offer-content .content h3 {
  color: #111111;
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: -1.3px;
}
.offer-banner-v3 .offer-item .offer-content .content .main-btn {
  padding: 6px 17px;
  font-size: 14px;
  line-height: 23px;
}

.offer-banner-v4 {
  margin-top: -175px;
  padding-top: 255px;
}
.offer-banner-v4 .offer-item {
  background: #fff;
  padding: 40px 30px 30px 40px;
  max-height: 370px;
  min-height: 370px;
}
.offer-banner-v4 .offer-item .offer-content {
  width: 100%;
  overflow: hidden;
}
.offer-banner-v4 .offer-item .content {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.offer-banner-v4 .offer-item .content span.span {
  color: #ff4545;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.offer-banner-v4 .offer-item .content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: -1.3px;
  padding-right: 70px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .offer-banner-v4 .offer-item .content h3 {
    padding-right: 0px;
  }
}
.offer-banner-v4 .offer-item .content .main-btn {
  padding: 6px 17px;
  font-size: 14px;
  line-height: 23px;
}
.offer-banner-v4 .offer-item img {
  margin: 0 0 0 auto;
  margin-bottom: 30px;
}

.offer-banner-v5 .shop-item .syotimer {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #4bc871;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 15px;
}
.offer-banner-v5 .shop-item .syotimer .syotimer-cell {
  float: left;
}
.offer-banner-v5
  .shop-item
  .syotimer
  .syotimer-cell:last-child
  .syotimer-cell__value:after {
  display: none;
}
.offer-banner-v5 .shop-item .syotimer .syotimer-cell .syotimer-cell__value {
  position: relative;
  color: #fff;
  font-weight: 500;
}
.offer-banner-v5
  .shop-item
  .syotimer
  .syotimer-cell
  .syotimer-cell__value:after {
  display: inline-block;
  content: ":";
  margin-left: 2px;
  margin-right: 2px;
}
.offer-banner-v5 .shop-item .syotimer .syotimer-cell .syotimer-cell__unit {
  display: none;
}
.offer-banner-v5 .shop-item .syotimer .syotimer-cell.syotimer-cell_type_day {
  display: none;
}

.chakta-features .features-item {
  padding: 50px 20px 40px;
  border: 1px solid #eaeaea;
  text-align: center;
}
.chakta-features .features-item .features-icon img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.chakta-features .features-item .features-content h5 {
  margin-bottom: 10px;
}

.chakta-features-v2 {
  margin-bottom: -80px;
}
.chakta-features-v2 .features-slide {
  position: relative;
  max-width: 1270px;
  width: 100%;
  margin: auto;
  background: #f7f7f7;
  border-top: 3px solid #ff4545;
  padding: 50px;
  z-index: 999;
}
.chakta-features-v2 .features-slide .features-item {
  background: #fff;
  padding: 30px;
}
.chakta-features-v2 .features-slide .features-item .features-icon {
  float: left;
}
.chakta-features-v2 .features-slide .features-item .features-content {
  margin-left: 60px;
}
.chakta-features-v2 .features-slide .features-item .features-content h5 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chakta-features-v2 .features-slide {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .chakta-features-v2 .features-slide {
    padding: 15px;
  }
}

ul.social-link li {
  display: inline-block;
}
ul.social-link li a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
ul.social-link li a:hover,
ul.social-link li a:focus {
  color: #ff4545;
}

.company-section {
  position: relative;
  z-index: 1;
}
.company-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(255, 69, 69, 0.9);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.company-section .company-slide .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.company-section .company-slide .slick-arrow:hover,
.company-section .company-slide .slick-arrow:focus {
  background: #fff;
  color: #111111;
}
.company-section .company-slide .slick-arrow.prev {
  left: -120px;
}
.company-section .company-slide .slick-arrow.next {
  right: -120px;
}
.company-section .company-item img {
  margin-bottom: 5px;
}
.company-section .company-item h5 {
  color: #fff;
  text-transform: uppercase;
}

.company-section-v2:after {
  background: rgba(17, 17, 17, 0.9);
}

.faqs-area .faq-wrapper .card {
  border: none;
  border-radius: 0px;
}
.faqs-area .faq-wrapper .card .card-header {
  background: #f7f7f7;
  border-radius: 0px;
  color: #111111;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 30px;
}
.faqs-area .faq-wrapper .card .card-header .toggle_btn {
  float: left;
  margin-right: 15px;
}
.faqs-area .faq-wrapper .card .card-header .toggle_btn:after {
  content: "\f055";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  font-size: 15px;
  color: #ff4545;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .faqs-area .faq-wrapper .card .card-header .toggle_btn:after {
    display: none;
  }
}
.faqs-area .faq-wrapper .card .card-body {
  background: #ff4545;
  padding: 0px 50px 23px 60px;
}
@media (max-width: 767px) {
  .faqs-area .faq-wrapper .card .card-body {
    padding: 30px;
  }
}
.faqs-area .faq-wrapper .card .card-body p {
  color: #fff;
}
.faqs-area
  .faq-wrapper
  .card
  .card-header[aria-expanded="true"]
  .toggle_btn:after {
  content: "\f056";
  color: #fff;
}
.faqs-area .faq-wrapper .card .card-header[aria-expanded="true"] {
  background: #ff4545;
  color: #fff;
}

.sponsor-area .sponsor-slide .sponsor-item {
  text-align: center;
}

.sidebar-widget-area .widget {
  padding: 40px 50px;
  border: 2px solid #eaeaea;
}
.sidebar-widget-area .widget h4.widget-title {
  padding-bottom: 13px;
  position: relative;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 20px;
}
.sidebar-widget-area .widget.widget_search {
  border: none;
  padding: 0;
}
.sidebar-widget-area .widget.widget_search .form_group i {
  color: #fff;
}
.sidebar-widget-area .widget.widget_search .form_control {
  height: 80px;
}
.sidebar-widget-area .widget.widget_search .search-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #ff4545;
  color: #fff;
  font-size: 20px;
}

.sidebar-widget-area .widget.widget_tag_cloud .tagcloud a {
  background: #f5f7fa;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 11px;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #696969;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar-widget-area .widget.widget_tag_cloud .tagcloud a:hover,
.sidebar-widget-area .widget.widget_tag_cloud .tagcloud a:focus {
  color: #fff;
  background: #ff4545;
}
.sidebar-widget-area .widget.widget_about .about-content {
  text-align: center;
}
.sidebar-widget-area .widget.widget_about .about-content img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.sidebar-widget-area .widget.widget_about .about-content h4 {
  font-size: 22px;
  margin-bottom: 6px;
}
.sidebar-widget-area .widget.widget_about .about-content h5 {
  color: #ff4545;
  margin-bottom: 10px;
}
.sidebar-widget-area .widget.widget_about .about-content p {
  margin-bottom: 16px;
}
.sidebar-widget-area .widget.widget_about .about-content ul.social-link li {
  margin-left: 8px;
  margin-right: 8px;
}

.products-sidebar .widget {
  padding: 40px 30px;
  border: none;
  background: #fff;
}
.products-sidebar .widget.widget_categories ul li.cat-item {
  padding-bottom: 15px;
}
.products-sidebar .widget.popular-product-widget .shop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
  padding: 0;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .products-sidebar .widget.popular-product-widget .shop-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.products-sidebar .widget.popular-product-widget .shop-item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0pc;
}
.products-sidebar .widget.popular-product-widget .shop-item .shop-img {
  min-height: 80px;
  max-height: 80px;
  min-width: 80px;
  max-width: 80px;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products-sidebar .widget.popular-product-widget .shop-item .shop-content {
  width: 100%;
  padding: 0;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .products-sidebar .widget.popular-product-widget .shop-item .shop-content {
    padding-top: 15px;
    padding-left: 0;
  }
}
.products-sidebar
  .widget.popular-product-widget
  .shop-item
  .shop-content
  ul.rating
  li
  i {
  color: #ff4545;
  font-size: 9px;
}
.products-sidebar
  .widget.popular-product-widget
  .shop-item
  .shop-content
  h3.title {
  font-size: 15px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  font-weight: 600;
}
.products-sidebar .widget.popular-product-widget .shop-item .shop-content p {
  padding-bottom: 0px;
  color: #696969;
}
.products-sidebar
  .widget.filter-widget
  .price-filter-range
  .ui-widget.ui-widget-content {
  border: none;
  height: 3px;
  background-color: #ff4545;
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
}
.products-sidebar .widget.filter-widget .price-filter-range .ui-slider-handle {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #ff4545;
  border: none;
  cursor: pointer;
}
.products-sidebar
  .widget.filter-widget
  .price-filter-range
  .ui-slider-handle:focus {
  outline: none;
}
.products-sidebar
  .widget.filter-widget
  .price-filter-range
  .ui-slider-horizontal
  .ui-slider-range {
  background: #ff4545;
}
.products-sidebar .widget.filter-widget .price-filter-range input {
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 15px;
}

.chakta-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chakta-pagination ul li {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  padding: 10px;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chakta-pagination ul li {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chakta-pagination ul li {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .chakta-pagination ul li {
    width: 60px;
    height: 60px;
  }
}
.chakta-pagination ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(7, 7, 25, 0.1);
  color: #5b5858;
  font-size: 18px;
}
.chakta-pagination ul li a:hover,
.chakta-pagination ul li a:focus,
.chakta-pagination ul li a.active {
  background: #ff4545;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chakta-pagination ul li a {
    width: 50px;
    height: 40px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chakta-pagination ul li a {
    width: 50px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .chakta-pagination ul li a {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}

/*---=======================
   06. Gallery css 
===========================---*/
.gallery-section .filter-nav ul.filter-btn {
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 767px) {
  .gallery-section .filter-nav ul.filter-btn {
    display: none;
  }
}
.gallery-section .filter-nav ul.filter-btn li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111111;
  padding: 0px 15px 27px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.gallery-section .filter-nav ul.filter-btn li.active {
  color: #ff4545;
}
.gallery-section .filter-nav ul.filter-btn li.active:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #ff4545;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .gallery-section .filter-nav ul.filter-btn li.active:after {
    display: none;
  }
}
.gallery-section .gallery-item:hover .gallery-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery-section .gallery-item:hover .gallery-img .gallery-overlay {
  opacity: 1;
  visibility: visible;
}
.gallery-section
  .gallery-item:hover
  .gallery-img
  .gallery-overlay
  .gallery-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.gallery-section .gallery-item .gallery-img {
  position: relative;
  overflow: hidden;
}
.gallery-section .gallery-item .gallery-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}
.gallery-section .gallery-item .gallery-img .gallery-overlay {
  background: rgba(17, 17, 17, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.gallery-section .gallery-item .gallery-img .gallery-overlay .gallery-content {
  background: #fff;
  padding: 20px;
  text-align: center;
  min-width: 210px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.gallery-section
  .gallery-item
  .gallery-img
  .gallery-overlay
  .gallery-content
  h5 {
  margin-bottom: 2px;
}
.gallery-section
  .gallery-item
  .gallery-img
  .gallery-overlay
  .gallery-content
  span {
  color: #ff4545;
}

/*---=======================
   07. Testimonial css 
===========================---*/
ul.rating li {
  display: inline-block;
}

ul.rating li i {
  color: #fbb71c;
  font-size: 13px;
}

.testimonial-area-v1 .testimonial-slide-one .slick-list {
  padding-top: 15px;
}
.testimonial-area-v1 .testimonial-slide-one ul.slick-dots li button {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-area-v1
  .testimonial-slide-one
  ul.slick-dots
  li.slick-active
  button {
  width: 15px;
  height: 15px;
  border-color: #ff4545;
}
.testimonial-area-v1 .testimonial-thumb-slide .slick-list {
  padding: 15px 0px 15px 15px;
}
.testimonial-area-v1 .testimonial-thumb-slide .testimonial-item {
  cursor: pointer;
}
.testimonial-area-v1
  .testimonial-thumb-slide
  .testimonial-item
  .testimonial-thumb
  .thumb
  img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-v1
    .testimonial-thumb-slide
    .testimonial-item
    .testimonial-thumb
    .thumb
    img {
    width: 50px;
    height: 50px;
  }
}
.testimonial-area-v1
  .testimonial-thumb-slide
  .testimonial-item.slick-current
  .testimonial-thumb
  img {
  border-color: #ff4545;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(254, 69, 69, 0.47);
  box-shadow: 0px 5px 15px 0px rgba(254, 69, 69, 0.47);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonial-area-v1 .testimonial-item .testimonial-content {
  position: relative;
  background: #fff;
  padding: 40px;
}
.testimonial-area-v1 .testimonial-item .testimonial-content:after {
  position: absolute;
  content: "";
  top: -14px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 14px solid #fff;
}
.testimonial-area-v1 .testimonial-item .testimonial-content p {
  padding-bottom: 20px;
}
.testimonial-area-v1 .testimonial-item .testimonial-content h5 span {
  color: #ff4545;
  margin-left: 10px;
  font-size: 14px;
}

.testimonial-area-v2 .testimonial-item .testimonial-thumb-title,
.testimonial-area-v3 .testimonial-item .testimonial-thumb-title {
  margin-left: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-area-v2 .testimonial-item .testimonial-thumb-title .thumb,
.testimonial-area-v3 .testimonial-item .testimonial-thumb-title .thumb {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
}
.testimonial-area-v2 .testimonial-item .testimonial-thumb-title .thumb img,
.testimonial-area-v3 .testimonial-item .testimonial-thumb-title .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testimonial-area-v2 .testimonial-item .testimonial-thumb-title .title,
.testimonial-area-v3 .testimonial-item .testimonial-thumb-title .title {
  margin-left: 15px;
}

.testimonial-area-v2 .testimonial-item .testimonial-thumb-title .title span,
.testimonial-area-v3 .testimonial-item .testimonial-thumb-title .title span {
  color: #ff4545;
}
.testimonial-area-v2 .testimonial-item .testimonial-content,
.testimonial-area-v3 .testimonial-item .testimonial-content {
  position: relative;
  background: #fff;
  padding: 40px;
}
.testimonial-area-v2 .testimonial-item .testimonial-content:after,
.testimonial-area-v3 .testimonial-item .testimonial-content:after {
  position: absolute;
  content: "";
  top: -14px;
  left: 35px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 14px solid #fff;
}
.testimonial-area-v2 .testimonial-item .testimonial-content p,
.testimonial-area-v3 .testimonial-item .testimonial-content p {
  padding-bottom: 20px;
}
.testimonial-area-v2 .testimonial-item .testimonial-content .quote-icon,
.testimonial-area-v3 .testimonial-item .testimonial-content .quote-icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 30px;
  color: #ff4545;
}

.testimonial-area-v3 {
  position: relative;
  overflow: hidden;
}
.testimonial-area-v3:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../images/bg/testimonial-bg-2.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-v3:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial-area-v3:after {
    display: none;
  }
}
.testimonial-area-v3 .testimonial-item .testimonial-thumb-title {
  margin-bottom: 0px;
}
.testimonial-area-v3 .testimonial-item .testimonial-content {
  border-top: 5px solid #ff4545;
  border-right: 5px solid #ff4545;
  margin-bottom: 30px;
}
.testimonial-area-v3 .testimonial-item .testimonial-content:after {
  top: auto;
  bottom: -14px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*---=======================
   08. Shop css 
===========================---*/
.product-filter {
  padding: 10px;
  background: #fff;
}
@media (max-width: 767px) {
  .product-filter .fliter-left {
    text-align: center;
  }
}
.product-filter .fliter-left ul li {
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .product-filter .fliter-left ul li {
    margin-right: 3px;
    margin-left: 3px;
  }
}
.product-filter .fliter-left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #4bc871;
  color: #fff;
  font-size: 22px;
}
.product-filter .filter-right {
  float: right;
}
@media (max-width: 767px) {
  .product-filter .filter-right {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}
.product-filter .filter-right .nice-select {
  height: 50px;
  width: 250px;
  line-height: 50px;
  background: #ff4545;
  border-radius: 25px;
  padding: 0 30px;
  color: #fff;
  border: none;
}
@media (max-width: 767px) {
  .product-filter .filter-right .nice-select {
    float: none;
    margin: auto;
  }
}
.product-filter .filter-right .nice-select:after {
  color: #fff;
  right: 30px;
}
.product-filter .filter-right .nice-select ul.list {
  border-radius: 0px;
}
.product-filter .filter-right .nice-select .option {
  color: #111111;
  font-weight: 500;
}

.shop-item {
  position: relative;
}
.shop-item span.span {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  line-height: 12px;
  padding: 4px 7px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  z-index: 1;
}
.shop-item span.span.new {
  background: #4bc871;
}
.shop-item span.span.hot {
  background: #fbb71c;
}
.shop-item span.span.off {
  background: #ff4545;
}
.shop-item:hover .shop-img .shop-overlay {
  opacity: 1;
  visibility: visible;
}
.shop-item:hover .shop-img .shop-overlay .overlay-content ul li a.icon {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.shop-item .shop-img {
  position: relative;
}
.shop-item .shop-img .shop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.shop-item .shop-img .shop-overlay .overlay-content ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.shop-item .shop-img .shop-overlay .overlay-content ul li a.icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #111111;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.shop-item .shop-img .shop-overlay .overlay-content ul li a.icon:hover,
.shop-item .shop-img .shop-overlay .overlay-content ul li a.icon:focus {
  background: #ff4545;
  color: #fff;
}
.shop-item .shop-content h3.title:hover,
.shop-item .shop-content h3.title:focus {
  color: #ff4545;
}
.shop-item .shop-content p.price {
  color: #ff4545;
}

.shop-grid-v1 .shop-item .shop-img {
  position: relative;
  margin-bottom: 20px;
}
.shop-grid-v1 .shop-item .shop-content {
  position: relative;
}
.shop-grid-v1 .shop-item .shop-content h3.title {
  font-size: 15px;
}
.shop-grid-v1 .shop-item .shop-content p.price {
  font-weight: 500;
  color: #ff4545;
}
.shop-grid-v1 .shop-item .shop-content .icon-btn {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.shop-grid-v1 .shop-item .shop-content .icon-btn:hover,
.shop-grid-v1 .shop-item .shop-content .icon-btn:focus {
  background: #ff4545;
  color: #fff;
  border-color: transparent;
}
.shop-grid-v1 .button-box .main-btn {
  padding: 11px 40px;
  border: 2px solid #eaeaea;
  color: #777777;
  border-radius: 27px;
  background: transparent;
}
.shop-grid-v1 .button-box .main-btn:hover,
.shop-grid-v1 .button-box .main-btn:focus,
.shop-grid-v1 .button-box .main-btn.active-btn {
  background: #ff4545;
  color: #fff;
  border-color: transparent;
}

.shop-grid-v2 .products-tab .nav-tabs {
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shop-grid-v2 .products-tab .nav-tabs .nav-item {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .shop-grid-v2 .products-tab .nav-tabs .nav-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.shop-grid-v2 .products-tab .nav-tabs .nav-link {
  position: relative;
  border: none;
  font-size: 27px;
  font-weight: 600;
  padding: 0;
  color: #111111;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.shop-grid-v2 .products-tab .nav-tabs .nav-link:hover,
.shop-grid-v2 .products-tab .nav-tabs .nav-link:focus,
.shop-grid-v2 .products-tab .nav-tabs .nav-link.active {
  color: #ff4545;
}
.shop-grid-v2 .shop-item .shop-img {
  position: relative;
  margin-bottom: 20px;
}
.shop-grid-v2 .shop-item .shop-content h3.title {
  font-size: 15px;
}
.shop-grid-v2 .shop-item .shop-content h3.title:hover,
.shop-grid-v2 .shop-item .shop-content h3.title:focus {
  color: #ff4545;
}
.shop-grid-v2 .shop-item .shop-content p.price {
  font-weight: 500;
  color: #ff4545;
}

.shop-grid-v3 .arrows {
  float: right;
}
.shop-grid-v3 .arrows .slick-arrow {
  float: left;
  width: 40px;
  height: 40px;
  border: 2px solid #eaeaea;
  font-size: 15px;
  color: #111111;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.shop-grid-v3 .arrows .slick-arrow:hover {
  background: #ff4545;
  color: #fff;
  border-color: transparent;
}
.shop-grid-v3 .arrows .slick-arrow.prev {
  margin-right: 10px;
}
.shop-grid-v3 .shop-item .shop-img span.span {
  top: 15px;
  left: 15px;
}
.shop-grid-v3 .shop-item .shop-content {
  border: 1px solid #eaeaea;
  border-top: none;
}
.shop-grid-v3 .shop-item .shop-content .content {
  padding: 25px 15px 20px;
}
.shop-grid-v3 .shop-item .shop-content .content h3 {
  font-size: 18px;
}
.shop-grid-v3 .shop-item .shop-content .content p.price {
  color: #ff4545;
}
.shop-grid-v3 .shop-item .shop-content .shop-meta {
  padding: 10px;
  border-top: 1px solid #eaeaea;
}
.shop-grid-v3 .shop-item .shop-content .shop-meta ul {
  text-align: center;
}
.shop-grid-v3 .shop-item .shop-content .shop-meta ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.shop-grid-v3 .shop-item .shop-content .shop-meta ul li span i {
  margin-right: 10px;
}

.shop-list-section .shop-item {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .shop-list-section .shop-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.shop-list-section .shop-item span.ribbon {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 130px;
  display: block;
  background: #fe9703;
  position: absolute;
  top: 17px;
  left: -31px;
  font-weight: 400;
}
.shop-list-section .shop-item .shop-img {
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .shop-list-section .shop-item .shop-img {
    width: 100%;
  }
}
.shop-list-section .shop-item .shop-content {
  width: 50%;
  padding: 10px 15px 15px;
}
@media (max-width: 767px) {
  .shop-list-section .shop-item .shop-content {
    width: 100%;
  }
}
.shop-list-section .shop-item .shop-content h3.title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 13px;
  letter-spacing: -1.3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-list-section .shop-item .shop-content h3.title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-list-section .shop-item .shop-content p.price {
    padding-bottom: 5px;
  }
}
.shop-list-section .shop-item .shop-content p {
  padding-bottom: 15px;
}
.shop-list-section .shop-item .shop-content .main-btn {
  padding: 6px 17px;
  font-size: 14px;
  line-height: 23px;
}

.shop-list-sidebar .shop-item .shop-content ul.rating {
  margin-bottom: 3px;
}
.shop-list-sidebar .shop-item .shop-content h3.title {
  font-size: 18px;
  letter-spacing: 0px;
  margin-bottom: 8px;
}
.shop-list-sidebar .shop-item .shop-content p.price {
  color: #ff4545;
  padding-bottom: 5px;
}
.shop-list-sidebar .shop-item .shop-content .main-btn {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
}
.shop-list-sidebar .products-item-sidebar .shop-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.shop-list-sidebar .products-item-sidebar .shop-item .shop-img {
  padding: 0;
  width: 100%;
}
.shop-list-sidebar .products-item-sidebar .shop-item .shop-content {
  padding: 10px 15px 10px;
  width: 100%;
}
.shop-list-sidebar .products-item-sidebar .shop-item .shop-content h3.title {
  font-size: 15px;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
.shop-list-sidebar .products-item-sidebar .shop-item .shop-content p {
  padding-bottom: 0px;
}

.shop-details-section .shop_big_slide .single-img {
  padding: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.shop-details-section .shop_thumb_slide {
  margin-left: -10px;
  margin-right: -10px;
}
.shop-details-section .shop_thumb_slide .single-img {
  margin-left: 10px;
  margin-right: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 35px;
  min-height: 180px;
}
.shop-details-section .details-content-box {
  background: #fff;
  padding: 50px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .details-content-box {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-details-section .details-content-box {
    padding: 50px 130px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .shop-details-section .details-content-box {
    padding: 20px 15px;
    margin-top: 40px;
  }
}
.shop-details-section .details-content-box h3.title {
  margin-bottom: 10px;
}
.shop-details-section .details-content-box ul.rating {
  margin-bottom: 20px;
}
.shop-details-section .details-content-box ul.rating li.price {
  margin-left: 5px;
}
.shop-details-section .details-content-box ul.rating li.rib {
  font-size: 12px;
  padding: 5px 10px;
  text-transform: uppercase;
  background: #4bc871;
  color: #fff;
  line-height: 12px;
  border-radius: 4px;
  margin-left: 5px;
  font-weight: 500;
}
.shop-details-section .details-content-box p {
  padding-bottom: 20px;
}
.shop-details-section .details-content-box .nice-select {
  border-radius: 0px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
}
.shop-details-section .details-content-box .nice-number {
  margin-bottom: 2s0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-details-section .details-content-box .nice-number {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .shop-details-section .details-content-box .nice-number {
    margin-bottom: 20px;
  }
}
.shop-details-section .details-content-box .nice-number button {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #eaeaea;
}
.shop-details-section .details-content-box .nice-number input {
  width: 50px !important;
  border: none;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.shop-details-section .details-content-box .main-btn {
  padding: 8px 16px 9px;
  font-size: 14px;
  border-radius: 0px;
  margin-bottom: 20px;
}
.shop-details-section .details-content-box ul.social-link {
  margin-top: 10px;
}
.shop-details-section .details-content-box ul.social-link li {
  margin-right: 10px;
}
.shop-details-section .details-content-box ul.social-link li span {
  color: #111111;
  font-weight: 500;
}
.shop-details-section .discription_area .discription_tabs .nav-tabs {
  border-bottom: 2px solid #ddd;
}
.shop-details-section .discription_area .discription_tabs .nav-tabs .nav-item {
  margin-right: 50px;
}
.shop-details-section .discription_area .discription_tabs .nav-tabs .nav-link {
  position: relative;
  border: none;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  font-weight: 500;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .shop-details-section
    .discription_area
    .discription_tabs
    .nav-tabs
    .nav-link {
    font-size: 14px;
  }
}
@media only screen and (min-width: 456px) and (max-width: 767px) {
  .shop-details-section
    .discription_area
    .discription_tabs
    .nav-tabs
    .nav-link {
    font-size: 16px;
  }
}

.shop-details-section .discription_area .shop_review_area .title {
  text-transform: capitalize;
  margin-bottom: 30px;
}
.shop-details-section .discription_area .shop_review_area .review_user {
  position: relative;
  padding-left: 100px;
  margin-bottom: 20px;
}
.shop-details-section .discription_area .shop_review_area .review_user img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}
.shop-details-section
  .discription_area
  .shop_review_area
  .review_user
  .rating
  li
  i {
  font-size: 14px;
}
.shop-details-section
  .discription_area
  .shop_review_area
  .review_form
  .form_group {
  margin-bottom: 20px;
}
.shop-details-section
  .discription_area
  .shop_review_area
  .review_form
  .form_group
  label {
  font-weight: 500;
  font-size: 18px;
  color: #111111;
}
.shop-details-section
  .discription_area
  .shop_review_area
  .review_form
  .form_group
  textarea.form_control {
  height: 150px;
  padding-top: 10px;
}
.shop-details-section
  .discription_area
  .shop_review_area
  .review_form
  .form_group
  i {
  position: relative;
  right: auto;
  top: auto;
}

.single_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.single_checkbox span {
  display: inline-block;
  margin-left: 30px;
  margin-top: -3px;
}
.single_checkbox .input-box {
  display: none;
}
.single_checkbox .input-box:checked + .input_label:after {
  opacity: 1;
  color: #fff;
}
.single_checkbox .input-box:checked + .input_label:before {
  border-color: #ff4545;
}
.single_checkbox:last-child {
  margin-bottom: 0;
}

.input_label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.input_label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  display: inline-block;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.input_label:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  text-align: center;
  background: #ff4545;
  border: 1px solid #ddd;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.single_label {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 2px 12px;
  border: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 14px;
}
.single_label:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}

/*---=======================
   09. Blog css 
===========================---*/
.blog-grid-v1 .blog-item .post-thumbnail {
  margin-bottom: 30px;
}
.blog-grid-v1 .blog-item .post-thumbnail img {
  width: 100%;
}
.blog-grid-v1 .blog-item .entry-content .post-meta ul li {
  display: inline-block;
}
.blog-grid-v1 .blog-item .entry-content .post-meta ul li span {
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-grid-v1 .blog-item .entry-content .post-meta ul li span i {
  color: #ff4545;
  margin-right: 10px;
}
.blog-grid-v1 .blog-item .entry-content .post-meta ul li span:hover,
.blog-grid-v1 .blog-item .entry-content .post-meta ul li span:focus {
  color: #ff4545;
}
.blog-grid-v1 .blog-item .entry-content h3.title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-grid-v1 .blog-item .entry-content h3.title:hover,
.blog-grid-v1 .blog-item .entry-content h3.title:focus {
  color: #ff4545;
}
.blog-grid-v1 .blog-item .entry-content p {
  padding-bottom: 21px;
}
.blog-grid-v1 .blog-item .entry-content .main-btn {
  padding: 12px 38px;
  line-height: 27px;
  background: transparent;
  color: #111111;
  border: 2px solid #eaeaea;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-grid-v1 .blog-item .entry-content .main-btn:hover,
.blog-grid-v1 .blog-item .entry-content .main-btn:focus {
  color: #fff;
  border-color: transparent;
  background: #ff4545;
}

.blog-grid-v2 .blog-item {
  margin-bottom: 40px;
}
.blog-grid-v2 .blog-item .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.blog-grid-v2 .blog-item .post-thumbnail img {
  width: 100%;
}
.blog-grid-v2 .blog-item .post-thumbnail .post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(17, 17, 17, 0.94902)),
    color-stop(56%, rgba(17, 17, 17, 0.47)),
    color-stop(100%, rgba(17, 17, 17, 0.01)),
    to(#111111)
  );
  background: linear-gradient(
    0deg,
    rgba(17, 17, 17, 0.94902) 0%,
    rgba(17, 17, 17, 0.47) 56%,
    rgba(17, 17, 17, 0.01) 100%,
    #111111 100%
  );
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-v2 .blog-item .post-thumbnail .post-overlay {
    padding: 30px 15px;
  }
}
@media (max-width: 455px) {
  .blog-grid-v2 .blog-item .post-thumbnail .post-overlay {
    padding: 30px 15px;
  }
}
.blog-grid-v2
  .blog-item
  .post-thumbnail
  .post-overlay
  .entry-content
  .post-meta
  ul
  li
  span {
  margin-bottom: 4px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-grid-v2
  .blog-item
  .post-thumbnail
  .post-overlay
  .entry-content
  .post-meta
  ul
  li
  span
  i {
  margin-right: 10px;
}
.blog-grid-v2
  .blog-item
  .post-thumbnail
  .post-overlay
  .entry-content
  .post-meta
  ul
  li
  span:hover,
.blog-grid-v2
  .blog-item
  .post-thumbnail
  .post-overlay
  .entry-content
  .post-meta
  ul
  li
  span:focus {
  color: #ff4545;
}
.blog-grid-v2 .blog-item .post-thumbnail .post-overlay .entry-content h3.title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-grid-v2
  .blog-item
  .post-thumbnail
  .post-overlay
  .entry-content
  h3.title:hover,
.blog-grid-v2
  .blog-item
  .post-thumbnail
  .post-overlay
  .entry-content
  h3.title:focus {
  color: #ff4545;
}
.blog-grid-v2
  .blog-item
  .post-thumbnail
  .post-overlay
  .entry-content
  a.main-btn {
  font-size: 14px;
  padding: 7px 19px;
  line-height: 21px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-grid-v2
  .blog-item
  .post-thumbnail
  .post-overlay
  .entry-content
  a.main-btn:hover,
.blog-grid-v2
  .blog-item
  .post-thumbnail
  .post-overlay
  .entry-content
  a.main-btn:focus {
  background: #fff;
  color: #111111;
}

.blog-standard-section .blog-post-item.post-without-thumb {
  background: #ff4545;
  padding: 37px 50px 30px;
}
.blog-standard-section
  .blog-post-item.post-without-thumb
  .entry-content
  .post-meta
  ul
  li
  span {
  color: #fff;
}
.blog-standard-section
  .blog-post-item.post-without-thumb
  .entry-content
  .post-meta
  ul
  li
  span
  i {
  color: #fff;
}
.blog-standard-section
  .blog-post-item.post-without-thumb
  .entry-content
  h3.title {
  font-weight: 700;
  color: #fff;
}
.blog-standard-section .blog-post-item .post-thumbnail {
  margin-bottom: 30px;
}
.blog-standard-section .blog-post-item .entry-content .post-meta ul li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .blog-standard-section .blog-post-item .entry-content .post-meta ul li {
    margin-right: 10px;
  }
}
.blog-standard-section .blog-post-item .entry-content .post-meta ul li span {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog-standard-section .blog-post-item .entry-content .post-meta ul li span {
    font-size: 12px;
  }
}
.blog-standard-section .blog-post-item .entry-content .post-meta ul li span i {
  margin-right: 10px;
  color: #ff4545;
}
.blog-standard-section .blog-post-item .entry-content h3.title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-standard-section .blog-post-item .entry-content h3.title:hover,
.blog-standard-section .blog-post-item .entry-content h3.title:focus {
  color: #ff4545;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-standard-section .blog-post-item .entry-content h3.title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .blog-standard-section .blog-post-item .entry-content h3.title {
    font-size: 22px;
    line-height: 36px;
  }
}

.blog-standard-section .blog-post-item .entry-content .main-btn {
  padding: 10px 35px;
  line-height: 26px;
  border: 2px solid #e5e5e5;
  background: transparent;
  color: #696969;
}
.blog-standard-section .blog-post-item .entry-content .main-btn:hover,
.blog-standard-section .blog-post-item .entry-content .main-btn:focus {
  color: #fff;
  border-color: transparent;
  background: #ff4545;
}

.blog-details-section .post-details-wrapper .entry-content .post-meta ul li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .entry-content .post-meta ul li {
    margin-right: 10px;
  }
}
.blog-details-section
  .post-details-wrapper
  .entry-content
  .post-meta
  ul
  li
  span {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog-details-section
    .post-details-wrapper
    .entry-content
    .post-meta
    ul
    li
    span {
    font-size: 12px;
  }
}
.blog-details-section
  .post-details-wrapper
  .entry-content
  .post-meta
  ul
  li
  span
  i {
  margin-right: 10px;
  color: #ff4545;
}
.blog-details-section .post-details-wrapper .entry-content h3 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -1.3px;
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .post-details-wrapper .entry-content h3 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .entry-content h3 {
    font-size: 22px;
    line-height: 36px;
  }
}
.blog-details-section .post-details-wrapper .entry-content p {
  padding-bottom: 32px;
}
.blog-details-section .post-details-wrapper .entry-content .block-img {
  margin-bottom: 32px;
}
.blog-details-section .post-details-wrapper .entry-content .blockquote {
  background: #111111;
  padding: 50px;
  position: relative;
}
.blog-details-section .post-details-wrapper .entry-content .blockquote:after {
  position: absolute;
  content: "";
  width: 160px;
  height: 170px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/blog/line.png) no-repeat center;
}
.blog-details-section .post-details-wrapper .entry-content .blockquote h3 {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .post-details-wrapper .entry-content .blockquote h3 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .entry-content .blockquote h3 {
    font-size: 22px;
    line-height: 36px;
  }
}
.blog-details-section .post-details-wrapper .entry-content .blockquote h5 {
  font-weight: 400;
  color: #fff;
}
.blog-details-section
  .post-details-wrapper
  .entry-content
  .blockquote
  h5:before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 3px;
  background: #ff4545;
  margin-right: 30px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section .post-details-wrapper .post-share-tag .post-share-link {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .post-share-tag .post-share-link {
    text-align: center;
    margin-bottom: 20px;
  }
}
.blog-details-section
  .post-details-wrapper
  .post-share-tag
  .post-share-link
  ul
  li {
  display: inline-block;
}
.blog-details-section
  .post-details-wrapper
  .post-share-tag
  .post-share-link
  ul
  li
  span {
  color: #111111;
  font-weight: 600;
}
.blog-details-section
  .post-details-wrapper
  .post-share-tag
  .post-share-link.post-share {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-section
    .post-details-wrapper
    .post-share-tag
    .post-share-link.post-share {
    float: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blog-details-section
    .post-details-wrapper
    .post-share-tag
    .post-share-link.post-share {
    float: none;
    text-align: center;
  }
}
.blog-details-section
  .post-details-wrapper
  .post-share-tag
  .post-share-link.post-share
  ul.social-link
  li {
  margin-left: 15px;
}
.blog-details-section
  .post-details-wrapper
  .post-share-tag
  .post-share-link.post-share
  ul.social-link
  li
  span {
  margin-right: 10px;
}
.blog-details-section
  .post-details-wrapper
  .post-share-tag
  .post-share-link.post-share
  ul.social-link
  li:first-child {
  margin-left: 0px;
}
.blog-details-section .post-details-wrapper .admin-wrapper {
  background: #f7f7f7;
  padding: 60px 50px 50px;
}
@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .admin-wrapper {
    padding: 30px 20x;
  }
}
.blog-details-section .post-details-wrapper .admin-wrapper .admin-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .blog-details-section .post-details-wrapper .admin-wrapper .admin-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.blog-details-section
  .post-details-wrapper
  .admin-wrapper
  .admin-content
  .admin-img {
  min-width: 170px;
  max-width: 170px;
  height: 170px;
}
.blog-details-section
  .post-details-wrapper
  .admin-wrapper
  .admin-content
  .admin-img
  img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.blog-details-section
  .post-details-wrapper
  .admin-wrapper
  .admin-content
  .admin-info {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .blog-details-section
    .post-details-wrapper
    .admin-wrapper
    .admin-content
    .admin-info {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.blog-details-section
  .post-details-wrapper
  .admin-wrapper
  .admin-content
  .admin-info
  h5 {
  margin-bottom: 12px;
  font-size: 20px;
}
.blog-details-section
  .post-details-wrapper
  .admin-wrapper
  .admin-content
  .admin-info
  p {
  padding-bottom: 12px;
}
.blog-details-section
  .post-details-wrapper
  .admin-wrapper
  .admin-content
  .admin-info
  ul.social-link
  li {
  margin-right: 15px;
}
.blog-details-section .post-details-wrapper .single-blog-post .blog-next-prev {
  position: relative;
  padding-left: 90px;
}
@media (max-width: 767px) {
  .blog-details-section
    .post-details-wrapper
    .single-blog-post
    .blog-next-prev {
    margin-bottom: 30px;
  }
}
.blog-details-section
  .post-details-wrapper
  .single-blog-post
  .blog-next-prev
  img {
  width: 75px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-details-section
  .post-details-wrapper
  .single-blog-post
  .blog-next-prev
  span
  i {
  color: #ff4545;
  margin-right: 10px;
}
.blog-details-section
  .post-details-wrapper
  .single-blog-post
  .blog-next-prev
  h6 {
  font-size: 15px;
  font-weight: 600;
}
.blog-details-section
  .post-details-wrapper
  .single-blog-post
  .blog-next-prev.post-prev {
  padding-right: 90px;
}
.blog-details-section
  .post-details-wrapper
  .single-blog-post
  .blog-next-prev.post-next {
  text-align: right;
  padding-right: 90px;
  padding-left: 90px;
}
.blog-details-section
  .post-details-wrapper
  .single-blog-post
  .blog-next-prev.post-next
  img {
  left: auto;
  right: 0;
}
.blog-details-section
  .post-details-wrapper
  .single-blog-post
  .blog-next-prev.post-next
  span
  i {
  margin-right: 0px;
  margin-left: 10px;
}

.blog-details-section .post-details-wrapper .comments-respond {
  background: #f7f7f7;
  padding: 45px 50px;
}
.blog-details-section
  .post-details-wrapper
  .comments-respond
  h4.comments-heading {
  margin-bottom: 30px;
}
.blog-details-section
  .post-details-wrapper
  .comments-respond
  form
  .form_group
  .form_control {
  margin-bottom: 30px;
  border: none;
}
.blog-details-section
  .post-details-wrapper
  .comments-respond
  form
  .form_group
  textarea.form_control {
  padding-top: 15px;
  height: 140px;
}

/*---=======================
   10. Contact css 
===========================---*/

.contact-area .form-wrapper {
  background: #f5f7fa;
  padding: 80px 40px;
}

form.contact-form .form_control {
  height: 70px;
  border: none;
  margin-bottom: 30px;
}
form.contact-form textarea.form_control {
  padding-top: 15px;
  height: 140px;
}

.contact-area-v2 form.contact-form .form_group .nice-select {
  border-radius: 0px;
  height: 70px;
  line-height: 70px;
  color: #111111;
  background: #fff;
  border: none;
  font-weight: 500;
}
.contact-area-v2 form.contact-form .form_group .nice-select:after {
  color: #ff4545;
}

.contact-map-section .map_box {
  position: relative;
}
.contact-map-section .map_box iframe {
  width: 100%;
  height: 750px;
  display: inherit;
  border: none;
}
.contact-map-section .map_box img {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map-section .map_box img {
    width: 50px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .contact-map-section .map_box img {
    width: 50px;
    height: 70px;
  }
}

/*---=======================
   11. Footer css 
===========================---*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer_widget .widget {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer-area .footer_widget .widget {
    margin-bottom: 40px;
  }
}
.footer-area .footer_widget .widget h4.widget-title {
  color: #fff;
  margin-bottom: 22px;
}
.footer-area .footer_widget .widget.about-widget img {
  padding-bottom: 25px;
}
.footer-area .footer_widget .widget.about-widget p {
  padding-bottom: 22px;
  color: #fff;
}
.footer-area .footer_widget .widget.about-widget .social-box h5 {
  color: #fff;
  margin-bottom: 10px;
}
.footer-area .footer_widget .widget.about-widget .social-box ul.social-link li {
  margin-right: 15px;
}
.footer-area .footer_widget .widget.quick-links-widget {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer_widget .widget.quick-links-widget {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer_widget .widget.quick-links-widget {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .footer-area .footer_widget .widget.quick-links-widget {
    padding-left: 0px;
  }
}
.footer-area .footer_widget .widget.quick-links-widget ul.link li {
  padding-bottom: 10px;
  display: block;
}
.footer-area .footer_widget .widget.quick-links-widget ul.link li a {
  color: #fff;
}
.footer-area .footer_widget .widget.quick-links-widget ul.link li a:hover,
.footer-area .footer_widget .widget.quick-links-widget ul.link li a:focus {
  color: #ff4545;
}

.footer-area .copyright-area {
  padding: 30px 0;
  border-top: 1px solid #252525;
}
.footer-area .copyright-area .copyright-text p {
  color: #fff;
}
.footer-area .copyright-area .copyright-text p span {
  color: #ff4545;
}

.footer-area-v2 .footer_widget .widget h4.widget-title {
  color: #111111;
}
.footer-area-v2 .footer_widget .widget.about-widget p {
  color: #696969;
}
.footer-area-v2 .footer_widget .widget.about-widget .social-box h5 {
  color: #111111;
}
.footer-area-v2 .footer_widget .widget.quick-links-widget ul.link li a {
  color: #696969;
}
.footer-area-v2 .footer_widget .widget.contact-widget ul.contact-info li p {
  color: #696969;
}
.footer-area-v2 .copyright-area {
  border-top: 1px solid #eaeaea;
}
.footer-area-v2 .copyright-area .copyright-text p {
  color: #696969;
}

#button-contact-vr {
  position: fixed;
  bottom: 0;
  z-index: 99999;
}
/*phone*/
#button-contact-vr .button-contact {
  position: relative;
  margin-top: -5px;
}
#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}
.phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.phone-bar a {
  position: fixed;
  bottom: 25px;
  left: 30px;
  z-index: -1;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px 7px 50px;
  border-radius: 100px;
  white-space: nowrap;
  background: rgba(230, 8, 8, 0.75);
}
.phone-bar a:hover {
  opacity: 0.8;
  color: #fff;
}
@media (max-width: 736px) {
  .phone-bar {
    display: none;
  }
}

#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
  background-color: #2196f3;
}
#viber-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #714497;
  background-color: rgba(113, 68, 151, 0.8);
}
#viber-vr .phone-vr-img-circle {
  background-color: #714497;
}
#contact-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
  background-color: #2196f3;
}
div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #1fd744;
  background-color: rgb(35 217 72 / 70%);
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle {
  background: #1cd741;
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

/*css all in one*/
#gom-all-in-one #phone-vr {
  transition: 0.7s all;
  -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
#gom-all-in-one #zalo-vr {
  transition: 1s all;
  -moz-transition: 1s all;
  -webkit-transition: 1s all;
}
#gom-all-in-one #viber-vr {
  transition: 1.3s all;
  -moz-transition: 1.3s all;
  -webkit-transition: 1.3s all;
}
#gom-all-in-one #contact-vr {
  transition: 1.6s all;
  -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
  margin-left: -100%;
}
#all-in-one-vr .phone-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  color: #fff;
  padding: 5px 15px 5px 48px;
  border-radius: 50px;
  margin-left: -64px;
  width: max-content;
  cursor: pointer;
}
#popup-showroom-vr,
div#popup-form-contact-vr {
  display: none;
}
#popup-showroom-vr.active,
div#popup-form-contact-vr.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
}
.bg-popup-vr {
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(51 51 51 / 50%);
  width: 100%;
  height: 100vh;
}
.content-popup-vr {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  border-radius: 5px;
  box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
  max-width: 600px;
  display: flex;
}
.content-popup-vr input,
.content-popup-vr textarea {
  width: 100%;
  max-height: 100px;
  min-height: 38px;
  border: 1px solid #b1b1b1;
  margin-bottom: 10px;
  padding: 0 7px;
  background: #fff;
}
.content-popup-vr label {
  width: 100%;
}
.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
  max-width: fit-content;
  padding: 5px 32px 2px;
  background: #2196f3;
  border: 0;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  margin: 10px auto 0;
  display: block;
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 29%);
  font-weight: 400;
  min-height: auto;
  line-height: 30px;
}
.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
  opacity: 0.7;
}
.content-popup-vr .close-popup-vr {
  font-family: sans-serif;
  width: 23px;
  height: 23px;
  background: black;
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  font-size: 17px;
  border-radius: 50%;
  cursor: pointer;
}
.content-popup-vr .close-popup-vr:hover {
  background: #b50000;
}
.content-popup-vr .content-popup-div-vr {
  width: 100%;
  padding: 25px;
}
.content-popup-vr .content-popup-img-vr {
  width: 100%;
  max-width: 45%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
#loco-top,
#loco-bottom {
  display: block;
}
#loco-top .content-popup-img-vr,
div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
  max-width: 100%;
  text-align: center;
}
#contact-showroom.no-event a {
  pointer-events: none;
}
.content-popup-vr .content-popup-div-vr ul {
  color: #333;
  list-style: none;
  font-size: 15px;
}
@media (max-width: 673px) {
  div#popup-form-contact-vr .content-popup-vr {
    display: block;
  }
  div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
    max-width: 100%;
    display: none;
  }
}

#button-contact-vr {
  transform: scale(0.8);
}
#button-contact-vr {
  margin: -10px;
}

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-200 {
  margin-top: 200px;
}
/*-- Margin Bottom --*/

.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-200 {
  margin-bottom: 200px;
}
/*-- margin left --*/
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-105 {
  margin-left: 105px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-135 {
  margin-left: 135px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-145 {
  margin-left: 145px;
}
.ml-150 {
  margin-left: 150px;
}
.ml-155 {
  margin-left: 155px;
}
.ml-160 {
  margin-left: 160px;
}
.ml-165 {
  margin-left: 165px;
}
.ml-170 {
  margin-left: 170px;
}
.ml-175 {
  margin-left: 175px;
}
.ml-180 {
  margin-left: 180px;
}
.ml-185 {
  margin-left: 185px;
}
.ml-190 {
  margin-left: 190px;
}
.ml-195 {
  margin-left: 195px;
}
.ml-200 {
  margin-left: 200px;
}
/*-- margin right --*/
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-105 {
  margin-right: 105px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-115 {
  margin-right: 115px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-125 {
  margin-right: 125px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-135 {
  margin-right: 135px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-145 {
  margin-right: 145px;
}
.mr-150 {
  margin-right: 150px;
}
.mr-155 {
  margin-right: 155px;
}
.mr-160 {
  margin-right: 160px;
}
.mr-165 {
  margin-right: 165px;
}
.mr-170 {
  margin-right: 170px;
}
.mr-175 {
  margin-right: 175px;
}
.mr-180 {
  margin-right: 180px;
}
.mr-185 {
  margin-right: 185px;
}
.mr-190 {
  margin-right: 190px;
}
.mr-195 {
  margin-right: 195px;
}
.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/

.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-165 {
  padding-top: 165px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-205 {
  padding-top: 205px;
}
.pt-210 {
  padding-top: 210px;
}
.pt-215 {
  padding-top: 215px;
}
.pt-220 {
  padding-top: 220px;
}
.pt-225 {
  padding-top: 225px;
}
.pt-230 {
  padding-top: 230px;
}
.pt-235 {
  padding-top: 235px;
}
.pt-240 {
  padding-top: 240px;
}
.pt-245 {
  padding-top: 245px;
}
.pt-250 {
  padding-top: 250px;
}
.pt-255 {
  padding-top: 255px;
}
.pt-260 {
  padding-top: 260px;
}
.pt-265 {
  padding-top: 265px;
}
.pt-270 {
  padding-top: 270px;
}
.pt-275 {
  padding-top: 275px;
}
.pt-280 {
  padding-top: 280px;
}
.pt-285 {
  padding-top: 285px;
}
.pt-290 {
  padding-top: 290px;
}
.pt-300 {
  padding-top: 300px;
}
/*-- Padding Bottom --*/

.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding left --*/

.pl-0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-65 {
  padding-left: 65px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-75 {
  padding-left: 75px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-85 {
  padding-left: 85px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-105 {
  padding-left: 105px;
}
.pl-110 {
  padding-left: 110px;
}
.pl-115 {
  padding-left: 115px;
}
.pl-120 {
  padding-left: 120px;
}
.pl-125 {
  padding-left: 125px;
}
/*-- Padding right --*/

.pr-0 {
  padding-right: 0px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-65 {
  padding-right: 65px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-75 {
  padding-right: 75px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-85 {
  padding-right: 85px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-95 {
  padding-right: 95px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-105 {
  padding-right: 105px;
}
/* black overlay */

[data-overlay] {
  position: relative;
}
[data-overlay]::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
[data-overlay="3"]::before {
  opacity: 0.3;
}
[data-overlay="4"]::before {
  opacity: 0.4;
}
[data-overlay="5"]::before {
  opacity: 0.5;
}
[data-overlay="6"]::before {
  opacity: 0.6;
}
[data-overlay="7"]::before {
  opacity: 0.7;
}
[data-overlay="8"]::before {
  opacity: 0.8;
}
[data-overlay="9"]::before {
  opacity: 0.9;
}
.elementor-kit-977 {
  --e-global-color-primary: #6ec1e4;
  --e-global-color-secondary: #54595f;
  --e-global-color-text: #7a7a7a;
  --e-global-color-accent: #61ce70;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}
h1.entry-title {
  display: var(--page-title-display);
}
@media (max-width: 1024px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1024px;
  }
}
@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 767px;
  }
}
.elementor-640 .elementor-element.elementor-element-64e5cfe {
  text-align: center;
}
.elementor-640
  .elementor-element.elementor-element-64e5cfe
  .elementor-heading-title {
  color: #fb244b;
}
.elementor-640
  .elementor-element.elementor-element-f17a453:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-640
  .elementor-element.elementor-element-f17a453
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #f7f7f7;
}

.elementor-640 .elementor-element.elementor-element-4610a51 {
  padding: 0px 0px 25px 0px;
}
.elementor-640 .elementor-element.elementor-element-e05af35 {
  padding: 0px 0px 0px 0px;
}
.elementor-640 .elementor-element.elementor-element-48854e2 {
  padding: 65px 0px 80px 0px;
}
.elementor-640 .elementor-element.elementor-element-3a66ef8 {
  padding: 0px 0px 25px 0px;
}
.elementor-640 .elementor-element.elementor-element-4da80e3 {
  padding: 0px 0px 0px 0px;
}
body.elementor-page-640 .container {
  max-width: 1200px;
}
body.elementor-page-640
  .elementor-section.elementor-section-boxed
  > .elementor-container {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .elementor-640 .elementor-element.elementor-element-53d61c5 {
    width: 25%;
  }
  .elementor-640 .elementor-element.elementor-element-3474de4 {
    width: 49.333%;
  }
  .elementor-640 .elementor-element.elementor-element-725514f {
    width: 25%;
  }
  .elementor-640 .elementor-element.elementor-element-76b25ff {
    width: 25%;
  }
  .elementor-640 .elementor-element.elementor-element-874ef79 {
    width: 49.333%;
  }
  .elementor-640 .elementor-element.elementor-element-9a078fa {
    width: 25%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-640 .elementor-element.elementor-element-53d61c5 {
    width: 10%;
  }
  .elementor-640 .elementor-element.elementor-element-3474de4 {
    width: 80%;
  }
  .elementor-640 .elementor-element.elementor-element-725514f {
    width: 10%;
  }
  .elementor-640 .elementor-element.elementor-element-76b25ff {
    width: 10%;
  }
  .elementor-640 .elementor-element.elementor-element-874ef79 {
    width: 80%;
  }
  .elementor-640 .elementor-element.elementor-element-9a078fa {
    width: 10%;
  }
}

/*- - - - - Contents - - - - -
	
	01 - Blog
	02 - Custom
	03 - Woocommerce
	04 - Widgets
	
	- - - - - - - - - - - - - -*/

/*************************************************
* Blog
*************************************************/

.klb-post img {
  max-width: 100%;
  height: auto;
}

.klb-post h1,
.klb-post h2,
.klb-post h3,
.klb-post h4,
.klb-post h5,
.klb-post h6 {
  margin-bottom: 10px;
  line-height: 140%;
  margin: 10px 0;
  text-rendering: optimizelegibility;
  padding: 0;
}

.klb-post h1 {
  font-size: 38.5px;
  text-transform: inherit;
}

.klb-post h2 {
  font-size: 31.5px;
  padding-bottom: initial;
}

.klb-post h3 {
  font-size: 24.5px;
  text-transform: initial;
  text-align: left;
  text-transform: initial;
  font-weight: 500;
}

.klb-post h4 {
  font-size: 17.5px;
}

.klb-post h5 {
  font-size: 14px;
}

.klb-post h6 {
  font-size: 11.9px;
}

table {
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}

th {
  text-align: left;
  padding-right: 20px;
  padding-bottom: 5px;
  padding: 8px;
  border: 1px solid #dee2e6;
}

td {
  padding: 4px;
  border: 1px solid #dee2e6;
  text-align: left;
}

dt {
  font-weight: bold;
}

dt,
dd {
  line-height: 20px;
}

dd {
  margin-left: 10px;
}

.wp-calendar-table td,
.wp-calendar-table th {
  text-align: center;
}

abbr,
tla,
acronym {
  text-decoration: underline;
  cursor: help;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

form select,
select {
  width: 100%;
}

.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
  clear: both;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  clear: both;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gallery-caption {
  padding: 0;
}
.bypostauthor {
  color: #696969;
}

.textarea_half {
  max-width: 500px;
}

.wp-caption img {
  max-width: 100%;
  height: auto;
}
.sticky {
}

p > img {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  padding-top: 4px;
  max-width: 100%;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-image: initial;
  background-color: #efefef;
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}

.wp-caption p.wp-caption-text {
  width: auto !important;
  line-height: 1.5;
  font-size: 11px;
  padding: 3px 0;
  margin: 0 !important;
  background: #f6f6f6;
  display: block;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  text-align: inherit;
}

.klb-post ul {
  padding-left: 20px;
  list-style-type: circle;
}

.klb-post ol {
  padding-left: 20px;
  list-style-type: decimal;
}

.klb-post ul li {
  list-style-type: circle;
  line-height: 1.75;
  padding: 0;
}

.klb-post ol li {
  list-style-type: decimal;
  line-height: 1.75;
  padding: 0;
}

.post-password-form label {
  width: 100%;
}

.klb-post:before,
.klb-post:after {
  content: "";
  display: table;
  clear: both;
}

.klb-post td a {
  font-weight: 600;
}

.klb-post td {
  padding: 12px;
}

.klb-post th {
  padding: 12px;
}

.klb-pagination {
  clear: both;
}

pre {
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: pre-line;
}
/*************************************************
* Custom
*************************************************/

span.cart-count {
  position: absolute;
  font-size: 11px;
  background-color: #ffffff;
  border-radius: 50px;
  height: 16px;
  line-height: 16px;
  color: #333;
  min-width: 16px;
  text-align: center;
  top: -4px;
  right: -10px;
}

.sidemenu-nav {
  padding-left: 0;
  padding-right: 0;
}

.product .shop-item .shop-content {
  text-align: center;
}

#klb-vehicle-filter .nice-select.open .list {
  max-height: 200px;
  overflow-y: scroll;
}

.nice-select.open .list::-webkit-scrollbar-track {
  background-color: #f6f4f0;
  border-radius: 9px;
}
.nice-select.open .list::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 9px;
}

.select-model-wrap {
  position: relative;
}

.loader-ajax {
  background: url("assets/images/ajax-loading.gif");
  position: absolute;
  height: 20px;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 9999;
  background-repeat: no-repeat;
  background-position: center;
}

.klb-product-box {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.klb-product-box {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .klb-product-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.klb-product-box span.ribbon {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 130px;
  display: block;
  background: #fe9703;
  position: absolute;
  top: 17px;
  left: -31px;
  font-weight: 400;
}

.klb-product-box .shop-img {
  width: 50%;
  text-align: center;
}

@media (max-width: 767px) {
  .klb-product-box .shop-img {
    width: 100%;
  }
}

.klb-product-box .shop-content {
  width: 50%;
  padding: 10px 15px 15px;
}

@media (max-width: 767px) {
  .klb-product-box .shop-content {
    width: 100%;
  }
}
.klb-product-box .shop-content h3.title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 13px;
  letter-spacing: -1.3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .klb-product-box .shop-content h3.title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .klb-product-box .shop-content p.price {
    padding-bottom: 5px;
  }
}
.klb-product-box .shop-content p {
  padding-bottom: 15px;
}
.klb-product-box .shop-content .main-btn {
  padding: 6px 17px;
  font-size: 14px;
  line-height: 23px;
}

.klb-image-box {
  position: relative;
  z-index: 1;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.klb-image-box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    10deg,
    rgba(17, 17, 17, 0.70196) 0%,
    rgba(17, 17, 17, 0.01) 99%,
    #111111 100%
  );
}

.klb-image-box .offer-content {
  padding: 50px;
}

@media (max-width: 767px) {
  .klb-image-box .offer-content {
    padding: 50px 15px;
  }
}

.klb-image-box .offer-content span.span {
  color: #fbb71c;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.klb-image-box .offer-content h3 {
  color: #fff;
  padding-right: 30%;
  font-size: 24px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .klb-image-box .offer-content h3 {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .klb-image-box .offer-content h3 {
    padding-right: 0%;
  }
}

.klb-image-box .offer-content .main-btn {
  padding: 6px 17px;
  font-size: 14px;
  line-height: 23px;
}

.company-item a {
  display: inline-block;
}

del span {
  display: initial;
}

del {
  color: #696969;
  font-size: 14px;
}

ins {
  text-decoration: none;
}

span.tinvwl_add_to_wishlist-text {
  display: none;
}

.shop-overlay a.added_to_cart {
  display: inline-block;
  background: #fff;
  color: #111111;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
  text-align: center;
  padding-top: 5px;
  vertical-align: top;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.shop-item .shop-img .shop-overlay .overlay-content ul li a.icon {
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}

.shop-overlay a.added_to_cart:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.shop-overlay a.added_to_cart:hover {
  background: #ff4545;
  color: #fff;
}

.shop-item:hover .shop-overlay a.added_to_cart {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.shop-grid-v1 .shop-item a.tinvwl_add_to_wishlist_button {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.shop-grid-v1 .shop-item a.tinvwl_add_to_wishlist_button:before {
  margin-right: 0 !important;
}

.shop-grid-v1 .shop-item a.tinvwl_add_to_wishlist_button:hover {
  background: #ff4545;
  color: #fff;
  border-color: transparent;
}

.shop-grid-v1 .shop-item .shop-content {
  padding-right: 45px;
}

.shop-overlay a.tinvwl_add_to_wishlist_button {
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #111111;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.shop-overlay a.tinvwl_add_to_wishlist_button:hover {
  background: #ff4545;
  color: #fff;
}
.shop-overlay a.tinvwl_add_to_wishlist_button:before {
  margin-right: 0 !important;
}

.shop-item:hover .shop-overlay a.tinvwl_add_to_wishlist_button {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.tinv-wishlist .tinvwl-buttons-group button {
  color: #fff;
  background: #ff4545;
}

.newsletter-section .newsletter-content span.span {
  display: inline-block;
}

.mc4wp-response p {
  color: #ff4545;
  margin-top: 10px;
}

.newsletter-section .newsletter-content h2 {
  line-height: 1.2;
}

.best-slide .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.best-slide .slick-arrow.next {
  right: 0px;
}

.best-slide .slick-arrow.prev {
  left: 0px;
}

.blog-grid-v2 .blog-item {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .blog-grid-v2 .blog-item {
    margin-bottom: 20px;
  }
}

.klb-about-widget p {
  padding-bottom: 22px;
  color: #fff;
}

.klb-about-widget img {
  padding-bottom: 25px;
}

.klb-about-widget h5 {
  color: #fff;
  margin-bottom: 10px;
}

.klb-about-widget ul li {
  margin-right: 15px;
}

.klbfooterwidget ul li {
  padding-bottom: 10px;
  display: block;
}

.klbfooterwidget ul.social-link li {
  display: inline-block;
  padding-bottom: 0;
}

.klbfooterwidget ul li a {
  color: #fff;
}

.klbfooterwidget ul li a:hover {
  color: #ff4545;
}

.blog-slide-two > .col-lg-4 {
  margin-bottom: 30px;
}

.blog-slide-two > .col-lg-4:nth-child(3) {
  margin-bottom: 0;
}

.klbfooterwidget ul.contact-info li {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.klbfooterwidget ul.contact-info li i {
  position: absolute;
  top: 7px;
  left: 0;
  color: #ff4545;
}

.klbfooterwidget ul.contact-info li p {
  color: #c5cad8;
}

.klbfooterwidget ul.contact-info li.payment {
  padding-left: 0px;
  padding-top: 5px;
}

.sponsor-slide .slick-slide img {
  margin-left: auto;
  margin-right: auto;
}

/*************************************************
* WooCommerce
*************************************************/
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  color: #ccc;
}
.star-rating {
  display: block;
  overflow: hidden;
  position: relative;
  height: 14px;
  font-size: 12px;
  width: 70px;
  font-family: "Font Awesome 5 Pro";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f6bc3e;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 16px;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  font-size: 12px;
  font-weight: 900;
}

p.stars a {
  border-right: 1px solid #e1e1e1;
}
p.stars a:last-child {
  border-right: 0;
}
p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after {
  content: "\f005";
  font-family: "Font Awesome 5 Pro";
  color: #666;
}
p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after {
  content: "\f005\f005";
  font-family: "Font Awesome 5 Pro";
  color: #666;
}
p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after {
  content: "\f005\f005\f005";
  font-family: "Font Awesome 5 Pro";
  color: #666;
}
p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after {
  content: "\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Pro";
  color: #666;
}
p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Pro";
  color: #666;
}
p.stars a,
.woocommerce-page p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  font-family: "Font Awesome 5 Pro";
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after,
.woocommerce-page p.stars a.star-1:after,
.woocommerce-page p.stars a.star-2:after,
.woocommerce-page p.stars a.star-3:after,
.woocommerce-page p.stars a.star-4:after,
.woocommerce-page p.stars a.star-5:after {
  font-family: "Font Awesome 5 Pro";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
  width: 2em;
}
p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
  width: 3em;
}
p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
  width: 4em;
}
p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
  width: 5em;
}
p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
  width: 6em;
}

.p.stars a.star-1.active:after,
p.stars a.star-1:hover:after,
p.stars a.star-1.active:after,
p.stars a.star-1:hover:after {
  content: "\f005";
  color: #000;
  font-weight: 900;
}
.p.stars a.star-2.active:after,
p.stars a.star-2:hover:after,
p.stars a.star-2.active:after,
p.stars a.star-2:hover:after {
  content: "\f005\f005";
  color: #000;
  font-weight: 900;
}
.p.stars a.star-3.active:after,
p.stars a.star-3:hover:after,
p.stars a.star-3.active:after,
p.stars a.star-3:hover:after {
  content: "\f005\f005\f005";
  color: #000;
  font-weight: 900;
}
.p.stars a.star-4.active:after,
p.stars a.star-4:hover:after,
p.stars a.star-4.active:after,
p.stars a.star-4:hover:after {
  content: "\f005\f005\f005\f005";
  color: #000;
  font-weight: 900;
}
.p.stars a.star-5.active:after,
p.stars a.star-5:hover:after,
p.stars a.star-5.active:after,
p.stars a.star-5:hover:after {
  content: "\f005\f005\f005\f005\f005";
  color: #000;
  font-weight: 900;
}

.best-slide .star-rating {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
}

.ajax_quick_view {
  max-width: 980px;
  background-color: #fff;
  margin: 6px auto;
  padding: 30px;
  position: relative;
}

.loader-image {
  color: #ccc;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background: url(assets/images/loading.gif) center center no-repeat;
  text-align: center;
  margin-top: -12px;
  margin-left: -12px;
  z-index: 1044;
  text-indent: -9999px;
  background-color: #000;
  padding: 25px;
  border-radius: 5px;
}

.klb-load-more.loader-image {
  position: static;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.loader-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

h1.product_title.entry-title {
  margin-bottom: 10px;
  font-size: 27px;
}

figure .woocommerce-product-gallery__image img {
  padding: 8px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  background: #fff;
  height: auto;
}

.flex-control-nav li {
  border: 1px solid #ddd;
  display: block;
  padding: 5px;
  background: #fff;
}

.shop-details-section ol.shop_thumb_slide {
  margin-left: -5px;
  margin-right: -5px;
}

ol.flex-control-thumbs li.slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}

ol.flex-control-thumbs:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
ol.flex-control-thumbs:hover .slick-arrow.prev {
  left: 0px;
}
ol.flex-control-thumbs:hover .slick-arrow.next {
  right: 0px;
}
ol.flex-control-thumbs .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: #ff4545;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
ol.flex-control-thumbs .slick-arrow.prev {
  left: 40px;
}
ol.flex-control-thumbs .slick-arrow.next {
  right: 40px;
}

.woocommerce-tabs li.nav-item.active a {
  color: #ff4545;
}

.woocommerce-tabs li.nav-item.active a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff4545;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: visible;
  opacity: 1;
}

div#tab-description > h2 {
  display: none;
}

.woocommerce-tabs p {
  margin-bottom: 1rem;
}

.related .product .shop-item {
  background: transparent;
  box-shadow: none;
}

.related .product .shop-item .shop-content {
  padding: 0;
}

.related .section-title h2 {
  border-bottom: 2px solid #ddd;
  position: relative;
  font-size: 20px;
  padding: 0;
  font-weight: 500;
  padding-bottom: 20px;
  color: #696969;
}

.comment-respond .nice-select {
  display: none;
}

.woocommerce-product-rating {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: start;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-product-rating a.woocommerce-review-link {
  margin-left: 3px;
}

.shop-details-section .details-content-box p.price {
  margin-top: 10px;
  font-size: 19px;
  font-weight: 500;
  color: #ff4545;
}

.quantity input[type="text"] {
  width: 50px !important;
  border: none;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  vertical-align: middle;
  -moz-appearance: textfield;
  box-sizing: content-box;
  margin: 0;
  text-align: center;
  height: auto;
  padding: 0;
}

.quantity {
  display: inline-flex;
  justify-content: stretch;
}

.quantity .qtybutton {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #eaeaea;
  cursor: pointer;
  text-align: center;
  padding-top: 10px;
}

button,
input[type="submit"] {
  padding: 0 16px;
  font-size: 14px;
  border-radius: 0px;
  display: inline-block;
  font-weight: 600;
  border: none;
  line-height: 50px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #ff4545;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.details-content-box .quantity {
  margin-right: 10px;
}

.product .shop-content .star-rating {
  margin-bottom: 8px;
  margin-right: auto;
  margin-left: auto;
}

span.meta-title {
  color: #111111;
  font-weight: 500;
  margin-right: 5px;
}

.product_meta > span {
  display: block;
  margin-bottom: 10px;
}

.details-content-box form.cart {
  margin-bottom: 20px;
}

table.specifications tr:nth-child(even) {
  background-color: #f8f8f8;
}

table.specifications {
  border: 1px solid #dee2e6;
  margin-bottom: 25px;
}

table.specifications th,
table.specifications td {
  border: none;
}

table.specifications th {
  color: #111111;
  font-weight: 500;
}

h2.woocommerce-Reviews-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.woocommerce-Reviews span#reply-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

h2.woocommerce-Reviews-title {
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

input[type="checkbox"] {
  display: inline-block;
}

p.comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
}

span.required,
abbr.required {
  color: #e4573d;
}

.woocommerce-Reviews p.meta {
  margin-bottom: 5px;
}

.woocommerce-Reviews .star-rating {
  margin-bottom: 5px;
}

.woocommerce-Reviews ol.commentlist {
  list-style: none;
  padding: 0;
}

.woocommerce-Reviews .comment_container {
  display: inline-flex;
  margin-top: 15px;
  margin-bottom: 15px;
}

.woocommerce-Reviews .avatar {
  margin-top: 0;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.woocommerce-Reviews .comment-text {
  width: 90%;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  height: 50px;
  border: none;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #eaeaea;
}

textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #eaeaea;
}

.nice-select.orderby {
  height: 50px;
  width: 250px;
  line-height: 50px;
  padding: 0 30px;
  float: none;
  margin-left: auto;
  border-radius: 0;
}

.nice-select.orderby .list {
  border-radius: 0;
}

.product-filter {
  padding: 0;
  background: transparent;
}

.product-filter .fliter-left ul li a.active,
.product-filter .fliter-left ul li a:hover {
  background: #ff4545;
  color: #fff;
}

.product-filter .fliter-left ul li a {
  background: #fff;
  border: solid 1px #e8e8e8;
  color: #696969;
}

.ajax_quick_view .shop-thumb-tab ul li {
  margin-bottom: 20px;
  float: left;
  width: 33.33%;
  padding: 0 5px;
}

.ajax_quick_view .shop-thumb-tab {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}

.ajax_quick_view .product_price {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 500;
  color: #ff4545;
  margin-bottom: 16px;
}

.ajax_quick_view .rating_wrap {
  margin-bottom: 15px;
}

.ajax_quick_view h4.product_title {
  font-size: 27px;
}

.ajax_quick_view .quantity {
  margin-right: 10px;
}

.ajax_quick_view .cart_extra {
  margin-top: 20px;
  margin-bottom: 20px;
}

.shop-list-section .shop-item .shop-content {
  margin-top: 30px;
  width: 100%;
}

ul.page-numbers li {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  padding: 10px;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

ul.page-numbers li:first-child {
  margin-left: 0;
}

ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.page-numbers li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(7, 7, 25, 0.1);
  color: #5b5858;
  font-size: 18px;
}

ul.page-numbers li span.page-numbers.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 18px;
  background: #ff4545;
  color: #fff;
}

ul.page-numbers li a:hover,
ul.page-numbers li a:focus {
  background: #ff4545;
  color: #fff;
}

nav.woocommerce-pagination {
  margin-top: 30px;
}

@media (max-width: 600px) {
  nav.woocommerce-pagination {
    margin-top: 0;
  }

  nav.woocommerce-pagination ul.page-numbers {
    justify-content: center;
  }
}

.klb-product-list.shop-item .shop-content {
  text-align: left;
}

.product .klb-product-list .star-rating {
  margin-left: 0;
}

.products-sidebar .widget {
  border: 1px solid #f7f7f7;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
}

.vehicle-filter-widget .nice-select {
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
  background: #f7f7f7;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 0 30px;
  float: none;
}

.vehicle-filter-widget .nice-select:before {
  content: "";
  width: 3px;
  height: 100%;
  background: red;
  position: absolute;
  top: 0;
  left: 0;
}

.vehicle-filter-widget .form_group {
  margin-bottom: 15px;
}

.vehicle-filter-widget button.main-btn {
  width: 100%;
  text-align: center;
  border-radius: 0px;
  padding: 18px 30px;
  line-height: 14px;
}

.ui-slider .ui-slider-handle {
  left: 0%;
  position: absolute;
  z-index: 2;
  outline: 0;
  cursor: pointer;
  background-color: #ff4545;
  border-radius: 100%;
  border: 0;
  height: 12px;
  top: -4px;
  width: 12px;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateX(-1px);
}

.price_slider.ui-slider span:last-child {
  transform: translateX(-97%);
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  height: 4px;
  background: #ff4545 !important;
  border: 1px solid #ff4545;
}
.ui-slider-horizontal {
  height: 8px;
}
.ui-widget-content {
  margin-bottom: 25px;
  background-color: #ddd;
  height: 4px;
}
.price_slider_wrapper {
  position: relative;
  margin-top: 25px;
}

.widget_price_filter .price_slider_amount {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.widget_price_filter .price_slider_amount .clear {
  flex: 0 0 100%;
}

.widget_price_filter button.button {
  padding: 5px 10px;
  background: #ff4545;
  color: #fff;
  border: none;
  line-height: 27px;
}

.widget_price_filter button.button:hover {
  background: #333;
}

.products-sidebar .widget_product_search {
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
}

.widget_product_search button {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  color: #333;
}

.products-sidebar .widget_vehicle_filter {
  border: none;
  box-shadow: none;
  padding: 0;
}

.newsletter-section .newsletter-content .form_group .main-btn {
  line-height: inherit;
}

.products-sidebar .widget ul li {
  padding-bottom: 15px;
}

.products-sidebar .widget ul li a {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding-right: 15px;
}

.products-sidebar .widget ul li:last-child {
  padding-bottom: 0;
}

.products-sidebar .widget ul li a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  margin-left: 5px;
  display: inline-block;
  color: #111111;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23666'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  transform: rotate(270deg);
  border: none;
  content: "";
  height: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 0.125rem;
  width: 0.625rem;
}

.products-sidebar .widget ul li a:hover {
  color: #ff4545;
}

.products-sidebar ul.product_list_widget li {
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
  padding: 0;
  padding-bottom: 30px;
}

.products-sidebar ul.product_list_widget li a:after {
  display: none;
}

.products-sidebar .product_list_widget li img {
  border: 1px solid #ececec;
  float: left;
  margin-right: 15px;
  max-width: 80px;
  height: auto;
}

.products-sidebar ul.product_list_widget .star-rating {
  margin: 5px 0;
}

.products-sidebar ul.product_list_widget li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.products-sidebar ul.product_list_widget span.product-title {
  line-height: 1.7;
  display: block;
}

.widget_stock_onsale li * {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
  color: #9b9b9b;
  position: relative;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
}

.widget_stock_onsale label {
  margin-left: 5px;
}

.widget_klb_product_categories input[type="checkbox"],
.widget_product_status input[type="checkbox"] {
  display: none;
}
.widget_klb_product_categories input[type="checkbox"] + label,
.widget_product_status input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  margin-bottom: 0;
}

.widget_klb_product_categories input[type="checkbox"] + label span,
.widget_product_status input[type="checkbox"] + label span {
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #cecdcd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
}

.widget_klb_product_categories
  input[type="checkbox"]:checked
  + label
  span:after,
.widget_product_status input[type="checkbox"]:checked + label span:after {
  opacity: 1;
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  height: 3px;
  width: 7px;
  border: solid #222;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.widget_klb_product_categories input[type="checkbox"] + label span:after,
.widget_product_status input[type="checkbox"] + label span:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  height: 3px;
  width: 7px;
  border: solid #222;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.widget_klb_product_categories input[type="checkbox"] + label:hover span:after,
.widget_product_status input[type="checkbox"] + label:hover span:after {
  opacity: 1;
}

.widget_product_status a:after,
.widget_klb_product_categories a:after {
  display: none;
}

@media (max-width: 767px) {
  .product-filter .fliter-left {
    display: none;
  }
}

.woocommerce-notices-wrapper .woocommerce-message {
  border: 1px solid #ddd;
  padding: 8px;
  margin-bottom: 30px;
}

.woocommerce-notices-wrapper .woocommerce-message a {
  font-weight: 500;
}

.single-product .woocommerce-notices-wrapper {
  background: #f7f7f7;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
  border: 1px solid #ddd;
  padding: 8px;
  margin-top: 30px;
  margin-bottom: 0;
}

.woocommerce-cart-form table .cart_item td,
.woocommerce-cart-form th {
  text-align: center;
}

table.shop_table .cart_item td {
  padding: 20px 10px;
}

.klb-actions .coupon {
  float: left;
}

.klb-actions .coupon label {
  display: none;
}

.klb-actions input#coupon_code {
  width: auto;
  float: left;
  margin-bottom: 0;
}

.klb-actions .coupon button.button {
  display: inline-block;
  float: left;
}

.klb-actions button.button[disabled] {
  opacity: 0.7;
}

button.update-cart {
  float: right;
}

td.klb-actions:before,
td.klb-actions:after {
  content: "";
  display: table;
  clear: both;
}

td.actions.klb-actions {
  padding: 20px 10px;
}

.cart-collaterals .cart_totals h2 {
  font-size: 27px;
  margin-bottom: 10px;
}

.cart-collaterals {
  padding-top: 50px;
}

.cart-collaterals table th {
  text-align: left;
}

.cart-collaterals td,
.cart-collaterals th {
  padding: 15px;
}

a.checkout-button,
.return-to-shop a.button.wc-backward,
p.woocommerce-mini-cart__buttons.buttons a {
  padding: 0 16px;
  font-size: 14px;
  border-radius: 0px;
  display: inline-block;
  font-weight: 600;
  border: none;
  line-height: 50px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #ff4545;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.cart-collaterals .wc-proceed-to-checkout {
  margin-top: 20px;
  text-align: right;
}

p.cart-empty {
  margin-bottom: 15px;
}

.checkout label {
  display: block;
  margin: 0 0 5px;
  font-weight: 400;
}

span.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-form-coupon-toggle {
  padding: 20px;
  background-color: #f7f7f7;
  padding-left: 35px;
  margin-bottom: 15px;
}

.woocommerce-form-coupon-toggle:before {
  content: "\f02b";
  color: #ff324d;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 500;
}

.woocommerce-form-coupon-toggle {
  position: relative;
}

.woocommerce-form-coupon-toggle .col-md-12 {
  padding-left: 5px;
}

form.checkout_coupon.woocommerce-form-coupon p {
  margin-bottom: 15px;
}

form.checkout_coupon.woocommerce-form-coupon input {
  margin-bottom: 0;
}

.form-row {
  margin-left: 0;
  margin-right: 0;
}

p.form-row {
  margin-bottom: 15px;
}
form.woocommerce-checkout {
  padding-top: 30px;
}

form.checkout h3 {
  margin-bottom: 10px;
}

.woocommerce-privacy-policy-text p {
  margin-bottom: 15px;
}

h3#order_review_heading {
  margin-top: 20px;
}

div#order_review th,
div#order_review td {
  text-align: left;
  padding: 15px;
}

div#order_review table {
  margin-bottom: 20px;
}

ul.wc_payment_methods.payment_methods.methods {
  margin-bottom: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px;
  padding: 0 20px;
  color: #696969;
}

.select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid #eaeaea;
  border-radius: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
}

.select2-dropdown {
  border: 1px solid #eaeaea;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eaeaea;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .col-md-12 {
  padding-left: 0;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  margin-bottom: 15px;
}

input[type="radio"] {
  display: inline-block;
}

ul.wc_payment_methods label {
  display: inline-block;
  margin-bottom: 0;
}

.woocommerce-order h2 {
  font-size: 27px;
  margin-bottom: 10px;
}

.woocommerce-order section.woocommerce-order-details {
  margin-bottom: 20px;
  margin-top: 20px;
}

.woocommerce-order-details th,
.woocommerce-order-details td {
  padding: 10px;
}

.woocommerce-account .col-1,
.woocommerce-account .col-2 {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.woocommerce-account .col2-set:before,
.woocommerce-account .col2-set:after {
  content: "";
  display: table;
  clear: both;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-bottom: 20px;
}

nav.woocommerce-MyAccount-navigation ul li a {
  background-color: #ff4545;
  border: 1px solid #ff4545;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 35px;
  transition: all 0.3s ease-in-out;
  display: block;
  border-radius: 0.25rem;
}

nav.woocommerce-MyAccount-navigation ul li {
  display: inline-block;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a,
nav.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}

.woocommerce-MyAccount-content a {
  color: #ff4545;
}

.woocommerce-MyAccount-content td {
  padding: 8px;
}

.woocommerce-MyAccount-content p {
  margin-bottom: 15px;
}

.woocommerce-MyAccount-content h3 {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-content .nice-select {
  border-radius: 0;
  height: 50px;
  line-height: 50px;
}

span.password-input {
  width: 100%;
}

form.woocommerce-form-login label {
  display: block;
  width: 100%;
}

.my-account-page h2 {
  font-size: 27px;
  margin-bottom: 10px;
}

.header-navigation .nav-container .main-menu ul.sub-menu li.active > a {
  background: transparent;
}

.header-navigation .nav-container .main-menu ul li ul.sub-menu li a:hover {
  background-color: #ff4545;
  color: #fff !important;
  border-color: transparent;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li a {
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li:last-child > a {
  border-bottom: 1px solid #ececec;
}

ul.breadcrumb-menu li {
  display: inline-block;
  text-transform: uppercase;
}


ul.breadcrumb-menu li a {
  color: #fff;
}

ul.breadcrumb-menu li span {
  color: #ff4545;
}

.klb-single-image.about-img-box {
  position: relative;
}
.klb-single-image.about-img-box .shape {
  position: absolute;
  top: 100px;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .klb-single-image.about-img-box .shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .klb-single-image.about-img-box .shape {
    display: none;
  }
}
.klb-single-image.about-img-box .about-img.about-small-img {
  position: absolute;
  bottom: 70px;
  right: 0;
  background: #fff;
  padding: 10px;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.klb-block-list.about-content-box {
  padding: 0 100px;
  margin-top: -8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .klb-block-list.about-content-box {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .klb-block-list.about-content-box {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .klb-block-list.about-content-box {
    padding: 0 15px;
  }
}
.klb-block-list.about-content-box ul.list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.klb-block-list.about-content-box ul.list li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: #ff4545;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  color: #fff;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
}
.klb-block-list.about-content-box p {
  padding-bottom: 25px;
}
.klb-block-list.about-content-box .main-btn {
  margin-top: 25px;
}

.section-title span {
  display: inline-block;
}

.klb-image-box-two.service-item {
  background: #fff;
  padding: 55px 50px;
  text-align: center;
}
.klb-image-box-two.service-item .icon {
  background: #ff4545;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.klb-image-box-two.service-item h5 {
  padding-bottom: 10px;
}
.klb-image-box-two.service-item p {
  padding-bottom: 25px;
}
.klb-image-box-two.service-item a.main-btn {
  font-size: 14px;
  padding: 7px 19px;
  line-height: 21px;
  background: #f7f7f7;
  color: #696969;
}

.klb-team-box.team-item {
  padding: 35px;
  border: 1px solid #eaeaea;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .klb-team-box.team-item {
    padding: 15px;
  }
}

.klb-team-box.team-item .team-img {
  position: relative;
  padding-bottom: 30px;
}
.klb-team-box.team-item .team-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .klb-team-box.team-item .team-img img {
    width: 80%;
    height: 8%;
  }
}

.klb-team-box.team-item .team-img .icon {
  position: absolute;
  bottom: 35px;
  right: 0px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #ff4545;
  color: #fff;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 69, 69, 0.42);
  box-shadow: 0px 10px 30px 0px rgba(255, 69, 69, 0.42);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .klb-team-box.team-item .team-img .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.klb-team-box.team-item .team-info span {
  color: #ff4545;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .klb-team-box.team-item .team-info h5 {
    font-size: 16px;
  }
}

.sidemenu-nav ul.sidebar-menu li > a {
  padding-left: 15px;
}

ul.sidebar-menu li.menu-item-has-children > a:after {
  content: "\f107";
  width: 50px;
  height: 50px;
  padding: 0;
  color: #111111;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #eee;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.header-navigation .nav-container .nav-push-item .nav-tools ul li {
  vertical-align: middle;
}

li.cart_dropdown .cart_box {
  visibility: hidden;
  width: 320px;
  position: absolute !important;
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
  -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
  transform-origin: calc(100% - 30px) 0;
  display: block;
  transition: all 0.25s ease-in-out;
  padding: 0;
  top: 100% !important;
  left: auto !important;
  right: 0;
  border: 1px solid #eaeaea;
}

li.cart_dropdown:hover .cart_box {
  visibility: visible;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1;
}

.fl-mini-cart-content .cart_list li {
  border-bottom: 1px solid #eaeaea;
  padding: 15px;
  width: 100%;
}
.fl-mini-cart-content .item_remove {
  float: right;
  margin-left: 5px;
  color: #333 !important;
}
.fl-mini-cart-content .cart_list img {
  float: left;
  margin-right: 10px;
  max-width: 80px;
  height: auto;
}
.fl-mini-cart-content .cart_list a {
  font-size: 14px;
  vertical-align: top;
  padding: 0 !important;
  text-transform: capitalize;
  font-weight: 600;
}
.fl-mini-cart-content .cart_quantity {
  display: table;
  margin-top: 5px;
  font-weight: 500;
}

.fl-mini-cart-content ul li a {
  color: #212529 !important;
  font-size: 15px !important;
  font-family: "Poppins", sans-serif;
}

.fl-mini-cart-content ul li {
  margin-left: 0 !important;
}

.fl-mini-cart-content p.woocommerce-mini-cart__total.total {
  margin: 0;
  padding: 10px 15px;
  font-weight: 600;
  text-align: right;
}

.fl-mini-cart-content p.woocommerce-mini-cart__total.total strong {
  float: left;
  font-weight: 600;
  color: #333333;
}

.fl-mini-cart-content
  p.woocommerce-mini-cart__total.total
  span.woocommerce-Price-amount.amount {
  color: #333333;
}

.fl-mini-cart-content p.woocommerce-mini-cart__total.total:before,
.fl-mini-cart-content p.woocommerce-mini-cart__total.total:after {
  content: "";
  display: table;
  clear: both;
}

.fl-mini-cart-content p.woocommerce-mini-cart__buttons.buttons {
  padding: 5px 15px 15px;
  text-align: center;
}

.fl-mini-cart-content p.woocommerce-mini-cart__buttons.buttons a:last-child {
  margin-left: 15px;
}

.fl-mini-cart-content p.woocommerce-mini-cart__buttons.buttons a {
  font-size: 14px !important;
}

.fl-mini-cart-content p.woocommerce-mini-cart__empty-message {
  padding: 15px;
}

.header-search-form input {
  width: 245px;
  height: 55px;
  background: #f7f7f7;
  border-radius: 28px;
  border: none;
  padding: 0 20px;
}

.header-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  color: #333;
}

.header-area-v1 .header-search-form input {
  width: 170px;
  height: 45px;
  border-radius: 22px;
  border: 2px solid #ededed;
  padding: 0 20px;
  background: none;
}

.header-area-v1 span.cart-count {
  background: #ff4545;
  color: #fff;
  right: -13px;
  top: -5px;
}

.fl-mini-cart-content p.woocommerce-mini-cart__buttons.buttons a {
  color: #fff !important;
}

ul.top-menu li a {
  color: #bdbdbd;
}

ul.top-menu > li {
  padding-right: 15px;
  line-height: 42px;
  position: relative;
}

ul.top-menu > li.menu-item-has-children:after {
  color: #bdbdbd;
  font-size: 15px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  border: none;
}

ul.top-menu ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #111;
  z-index: 999;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

ul.top-menu li:hover ul.sub-menu {
  display: block;
}

ul.top-menu li ul.sub-menu li {
  display: block !important;
  line-height: 35px;
}

ul.top-menu li ul.sub-menu li a {
  padding: 18px;
}

li[class^="fa-"]:before {
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 5px;
  color: #bdbdbd;
  font-size: 13px;
}

ul.top-right-menu.top-menu > li {
  display: inline-block;
  padding-right: 0;
  padding-left: 15px;
}

.empty-klb {
  border-top: 1px solid #eeeeee;
}

.klb-contact-form.type1 input[type="text"],
.klb-contact-form.type1 input[type="email"],
.klb-contact-form.type1 input[type="password"],
.klb-contact-form.type1 input[type="tel"] {
  height: 70px;
  border: none;
  margin-bottom: 30px;
}
.klb-contact-form.type1 textarea {
  padding-top: 15px;
  height: 140px;
  border: none;
  margin-bottom: 30px;
}

span.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-not-valid-tip {
  margin-top: -20px;
  margin-bottom: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ff4545;
  margin-left: 0;
  margin-right: 0;
}

.contact-info-list {
  padding: 50px 0;
}

.contact-info-list .list-item {
  position: relative;
  padding-left: 80px;
}
.contact-info-list .list-item svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 7px;
  color: #fff;
  font-size: 25px;
  background: #ff4545;
}
.contact-info-list .list-item h5 {
  margin-bottom: 11px;
}
.contact-info-list .list-item p {
  font-size: 18px;
}

.contact-info-list .list-item:last-child {
  margin-bottom: 0;
}

.header-navigation
  .nav-container.breakpoint-on
  .nav-menu
  .main-menu
  > ul
  > li
  > .dd-trigger {
  height: 55px;
  line-height: 55px;
}

iframe {
  width: 100%;
  border: none;
  display: block;
}

.blog-standard-section .blog-post-item .post-thumbnail {
  margin-bottom: 0;
}

.sidebar-widget-area.blog-sidebar .widget {
  padding: 40px;
}

.sidebar-widget-area.blog-sidebar .widget.widget_search {
  padding: 0;
}

.sidebar-widget-area .widget.widget_single_banner {
  padding: 0;
  border: 0;
}

.sidebar-widget-area.blog-sidebar .widget ul li {
  padding-bottom: 15px;
}

.sidebar-widget-area.blog-sidebar .widget ul li a {
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar-widget-area.blog-sidebar .widget ul li:last-child {
  padding-bottom: 0;
}

.sidebar-widget-area.blog-sidebar .widget ul li a:hover {
  color: #ff4545;
}

span.catcount {
  float: right;
}

.sidebar-widget-area ul.td-recent-post-widget li.li-have-thumbnail {
  display: block;
  margin-bottom: 20px;
}
.sidebar-widget-area ul.td-recent-post-widget li.li-have-thumbnail img {
  width: 75px;
  height: 70px;
  float: left;
}
.sidebar-widget-area
  ul.td-recent-post-widget
  li.li-have-thumbnail
  .td-recent-post-title-and-date {
  margin-left: 88px;
}
.sidebar-widget-area
  ul.td-recent-post-widget
  li.li-have-thumbnail
  .td-recent-post-title-and-date
  h6 {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar-widget-area
  ul.td-recent-post-widget
  li.li-have-thumbnail
  .td-recent-post-title-and-date
  h6:hover,
.sidebar-widget-area
  ul.td-recent-post-widget
  li.li-have-thumbnail
  .td-recent-post-title-and-date
  h6:focus {
  color: #ff4545;
}
.sidebar-widget-area
  ul.td-recent-post-widget
  li.li-have-thumbnail
  .td-recent-post-title-and-date
  .td-recent-widget-date
  span {
  margin-bottom: 0px;
}
.sidebar-widget-area
  ul.td-recent-post-widget
  li.li-have-thumbnail
  .td-recent-post-title-and-date
  .td-recent-widget-date
  span:hover
  a,
.sidebar-widget-area
  ul.td-recent-post-widget
  li.li-have-thumbnail
  .td-recent-post-title-and-date
  .td-recent-widget-date
  span:focus
  a {
  color: #ff4545;
}
.sidebar-widget-area
  ul.td-recent-post-widget
  li.li-have-thumbnail
  .td-recent-post-title-and-date
  .td-recent-widget-date
  span
  i {
  color: #ff4545;
  margin-right: 5px;
}

.sidebar-widget-area ul.td-recent-post-widget li a.td-recent-post-widget-title {
  height: 42px;
  overflow: hidden;
  display: inline-block;
}

.sidebar-widget-area ul.td-recent-post-widget li:last-child {
  margin-bottom: 0;
}

.widget.widget_popular_posts h4.widget-title {
  margin-bottom: 25px;
}

.tagcloud a {
  background: #f5f7fa;
  font-size: 14px !important;
  line-height: 14px;
  padding: 8px 11px;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #696969;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
}

.tagcloud a:hover {
  color: #fff;
  background: #ff4545;
}

.widget.widget_single_banner {
  padding: 0px;
}
.widget.widget_single_banner .shop-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.widget.widget_single_banner .shop-wrapper:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.75);
  z-index: -1;
}
.widget.widget_single_banner .shop-wrapper .shop-content {
  padding: 135px 40px 145px;
  text-align: center;
}
.widget.widget_single_banner .shop-wrapper .shop-content h2 {
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}
.widget.widget_single_banner .shop-wrapper .shop-content h2 span {
  font-weight: 300;
}

ul.page-numbers a.next.page-numbers:before {
  content: "\f105";
}

ul.page-numbers a.prev.page-numbers:before {
  content: "\f104";
}

ul.page-numbers a.prev.page-numbers:before,
ul.page-numbers a.next.page-numbers:before {
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.woocommerce-pagination ul.page-numbers a.prev.page-numbers:before,
.woocommerce-pagination ul.page-numbers a.next.page-numbers:before {
  display: none;
}

blockquote {
  padding: 40px 50px;
  position: relative;
  border-left: 5px solid #ff4545;
  color: #444;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #f8f8f8;
}

.blog-standard-section .blog-post-item .entry-content p {
  margin-bottom: 15px;
}

.blog-standard-section.blog-list .blog-post-item .entry-content p {
  margin-bottom: 25px;
}

blockquote footer {
  font-size: 14px;
  letter-spacing: 2px;
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
}

blockquote p {
  font-size: 23px;
  color: #222;
  font-weight: 500;
  line-height: 1.3;
}

.comments-area h4.comments-title {
  margin-bottom: 30px;
}

.blog-comment-section .comments-area .comments-list .comment {
  margin-bottom: 40px;
}

.comments-area .comments-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comments-area .comments-list .comment .comment-avatar {
  min-width: 90px;
  max-width: 90px;
  height: 90px;
}

.comments-area .comments-list .comment .comment-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.comments-area .comments-list .comment .comment-wrap {
  margin-left: 30px;
}

.comments-area
  .comments-list
  .comment
  .comment-wrap
  .comment-author-content
  span.author-name {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
}
.comments-area
  .comments-list
  .comment
  .comment-wrap
  .comment-author-content
  span.date {
  margin-left: 10px;
}

a.comment-reply-link {
  font-weight: 500;
}

a.comment-reply-link:hover,
a.comment-reply-link:focus {
  color: #ff4545;
}

a.comment-reply-link:after {
  display: inline-block;
  margin-left: 10px;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
}

.blog-comment-section {
  margin-top: 50px;
}

.blog-comment-section .comment-respond p {
  margin-bottom: 1rem;
}

.blog-comment-section .comment-respond p label {
  display: none;
}

.blog-comment-section .comment-respond p.comment-form-cookies-consent label {
  display: inline-block;
}

.blog-comment-section h3#reply-title {
  font-size: 24px;
  margin-bottom: 5px;
}

.comments-area + .post-comments-form {
  padding-top: 20px;
}

ul.comments-list a#cancel-comment-reply-link {
  margin-left: 5px;
}

.blog-single .comments-area p {
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .blog-comment-section ul.children {
    padding-left: 60px;
  }
}

.form_group i {
  right: 20px;
  top: 20px;
}

.sidebar-widget-area .widget.widget_search .search-icon i {
  right: 30px;
  top: 30px;
}

.blog-standard .no-post h2 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
}

.error_wrap {
  width: 100%;
}
.error_txt {
  color: #333;
  font-size: 150px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1;
}

.error_wrap p {
  margin-bottom: 1rem;
}

.hero-filter {
  z-index: 9;
  position: relative;
}

.hero-area-v1 .hero-content span.span {
  display: inline-block;
}

@media (min-width: 769px) {
  .brand-logo img.custom-logo {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.blog-standard-section .blog-post-item .entry-content .post-meta ul li span {
  text-transform: capitalize;
}

.blog-post-item .entry-content {
  border: 2px solid #eaeaea;
  padding: 30px 40px 40px;
}

.post-meta {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.blog-standard-section .blog-post-item .entry-content .post-meta ul li {
  margin-right: 20px;
  margin-bottom: 0;
}

.blog-list .blog-post-item .entry-content {
  padding-bottom: 10px;
}

.blog-list .klb-readmore {
  margin-bottom: 25px;
}

@media (max-width: 600px) {
  ul.page-numbers li {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    margin-left: 0;
  }

  ul.page-numbers li span.page-numbers.current {
    width: 30px;
    height: 30px;
  }

  ul.page-numbers li a {
    width: 30px;
    height: 30px;
  }
}

.header-navigation
  .nav-container
  .main-menu
  ul
  li
  .sub-menu
  li:hover
  .sub-menu {
  top: 0;
}

.header-navigation .nav-container .main-menu ul li ul.sub-menu li a:after {
  display: none;
}

@media (max-width: 767px) {
  .blog-standard-section .blog-post-item .entry-content .post-meta ul li span {
    font-size: 14px;
  }

  .header-navigation .nav-container .main-menu ul.sub-menu li ul.sub-menu li a {
    padding-left: 60px !important;
  }
}

.wp-block-button {
  margin-bottom: 15px;
  color: #fff;
}

.is-style-outline {
  color: #333;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-cover.has-background-dim p.wp-block-cover-text {
  color: #fff;
}

.wp-block-cover {
  margin-bottom: 15px;
}

ul.blocks-gallery-grid {
  padding-left: 0;
}

figure.wp-block-gallery figcaption.blocks-gallery-caption {
  margin-bottom: 30px;
}

.klb-post .has-large-font-size {
  font-size: 36px;
  line-height: initial;
}

.klb-post p[style="font-size:46px"] {
  line-height: initial;
}

.klb-post ul + figure.wp-block-gallery {
  margin-top: 15px;
}

figure.wp-block-audio {
  margin-bottom: 1em;
}

figure.wp-block-embed {
  margin-bottom: 1em;
}

figure.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass + p {
  margin-top: -7px;
}

table#wp-calendar caption {
  caption-side: inherit;
  padding-top: 0;
}

.klb-post select,
.klb-post .nice-select {
  margin-bottom: 15px;
}

.klb-post form.wp-block-search {
  margin-bottom: 15px;
}

.klb-pagination a,
.klb-pagination span {
  height: 40px;
  width: 40px;
  background: #e3e2e2;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  margin: 0px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.klb-pagination span.post-page-numbers.current,
.klb-pagination a:hover {
  background: #ff4545;
  color: #ffffff;
}

.blog-list .klb-pagination {
  margin-bottom: 15px;
}

.single .entry-content .klb-post > p:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .blog-comment-section .comments-box {
    display: inherit;
  }

  .blog-comment-section .comments-area .comments-list .comment .comment-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}

.blog-comment-section #comment-nav-above {
  margin-bottom: 20px;
}

.comment-navigation {
  clear: both;
}

.blog-comment-section #comment-nav-below {
  margin-top: 30px;
}

.comment-navigation a {
  font-weight: 500;
}

.comment-navigation h3 {
  font-size: 22px;
}

.blog-single .post + .comments-area {
  margin-top: 50px;
}

.comments-area .post.pingback a.url {
  color: #333;
}

.klb-post p {
  margin-bottom: 15px;
}

.comments-area article.post.pingback li.comment {
  margin-top: 40px;
}

.blog-post-item h3.title a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1.klb-page-title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}

ul.comments-list .comment-respond {
  margin-bottom: 40px;
}

.sidebar-widget-area .widget:before,
.sidebar-widget-area .widget:after {
  content: "";
  display: table;
  clear: both;
}

.widget_calendar nav.wp-calendar-nav {
  padding-top: 0.75rem;
}

.blog-sidebar .widget ul.children li,
.blog-sidebar .widget ul.sub-menu li {
  padding-top: 15px;
  padding-bottom: 0;
}

.blog-sidebar .widget ul.children,
.blog-sidebar .widget ul.sub-menu {
  padding-left: 15px;
}

.blog-sidebar .widget ul li a:before {
  margin-right: 10px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.09 8.82.91 5 4.731 1.18.911 0 2.09l5 5 5-5Z' fill='%23666'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  transform: rotate(270deg);
  border: none;
  content: "";
  height: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 0.125rem;
  width: 0.625rem;
}

.blog-sidebar .widget.widget_recent_comments ul li a:before,
.blog-sidebar .widget.widget_popular_posts ul li a:before {
  display: none;
}

.sidebar-widget-area.blog-sidebar .widget .nice-select ul li {
  padding-bottom: 0;
}

.blog-sidebar .nice-select ul.list {
  max-height: 300px;
  overflow-y: scroll;
}

.widget_recent_comments ul li > a {
  font-weight: 500;
}

.widget_rss ul li a.rsswidget {
  display: block;
  font-weight: 500;
}

.blog-sidebar p {
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .blog-standard-section .order-xs-2 {
    margin-top: 40px;
  }

  .shop-grid-v2.shop-grid-sidebar .order-xs-2 {
    margin-top: 50px;
  }
}

#tab-additional_information h2 {
  display: none;
}

#tab-additional_information td p {
  margin-bottom: 0;
}

#tab-additional_information td {
  padding: 8px;
}

.shop-details-section .details-content-box table.variations .nice-select {
  margin-bottom: 0;
}

form.variations_form table.variations {
  margin-bottom: 30px;
  position: relative;
}

form.variations_form table.variations a.reset_variations {
  position: absolute;
  bottom: -30px;
  right: 0;
}

form.variations_form table.variations td.label {
  border: 0;
  text-transform: capitalize;
}

form.variations_form table.variations td {
  border: none;
}

form.grouped_form table.group_table {
  margin-bottom: 30px;
}

form.grouped_form table.group_table td {
  padding: 8px;
  text-align: center;
}

form.grouped_form table.group_table .quantity {
  margin-right: 0;
}

section.upsells .section-title h2,
section.cross-sells .section-title h2 {
  border-bottom: 2px solid #ddd;
  position: relative;
  font-size: 20px;
  padding: 0;
  font-weight: 500;
  padding-bottom: 20px;
  color: #696969;
}

@media (max-width: 600px) {
  form.woocommerce-cart-form {
    max-width: 100%;
    overflow-x: auto;
  }

  form.woocommerce-cart-form img {
    min-width: 50px;
    height: auto;
  }
}

.blog-slide-two .post-meta {
  border: none;
  padding: 0;
  margin: 0;
}

.nice-select.tinvwl-break-input-filed.form-control {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.tinv-wishlist .tinv-header h2 {
  font-size: 27px;
}

.tinv-wishlist .tinv-header {
  margin-bottom: 20px;
}

.tinv-wishlist .product-action {
  width: 180px;
}

@media (max-width: 600px) {
  .header-area-v2 .header-navigation.red-bg {
    background: #fff;
  }

  .header-area-v2 .header-navigation .navbar-toggler span {
    background-color: #ff4545;
  }

  .hero-area-v2 .single-hero .hero-social ul.social-link {
    display: none;
  }

  .hero-area-v2 .single-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-area-v1 .hero-filter {
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero-area-v1 {
    padding-top: 90px;
  }

  .newsletter-section .newsletter-content h2 {
    padding: 0;
  }

  .newsletter-section .newsletter-content .form_group .form_control {
    height: 60px;
  }

  h2.woocommerce-Reviews-title {
    line-height: 1.2;
  }

  .woocommerce-tabs li.nav-item.active a:after {
    display: none;
  }

  .shop-details-section
    .discription_area
    .discription_tabs
    .nav-tabs
    .nav-link {
    font-size: 20px;
  }

  .blog-post-item .entry-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 320px) {
  .hero-area-v2 .hero-content.text-center {
    display: none;
  }

  .hero-area-v1 {
    padding-top: 70px;
  }

  .hero-area-v1 .hero-content p {
    display: none;
  }

  .klb-image-box-two.service-item {
    padding: 55px 15px;
  }
}

.post-thumbnail figure.entry-media {
  margin-bottom: 0;
}

.klbfooterwidget ul > li:last-child {
  padding-bottom: 0;
}

.modal-body .klb-team-box.team-item {
  border: none;
}

.modal-body .klb-team-box ul.social-link li {
  margin-right: 15px;
}

.modal-body .klb-team-box ul.social-link {
  margin-top: 10px;
}

.modal-body .klb-team-box.team-item .team-info span {
  margin-bottom: 5px;
  display: inline-block;
}

.hero-area-v2 .single-hero .hero-social ul.social-link {
  display: none;
}

#klb-vehicle-filter .nice-select span.current {
  font-weight: 500;
  color: #444;
}

#klb-vehicle-filter .nice-select.disabled span.current {
  color: #646a7c;
}

.header-navigation
  .nav-container
  .nav-push-item
  .nav-tools
  ul
  li.cart_dropdown {
  margin-right: 10px;
}

@media (max-width: 769px) {
  .back-to-top {
    bottom: 50px;
  }
}

.products-sidebar .widget.woocommerce-widget-layered-nav ul li a:after {
  display: none;
}

.products-sidebar .widget.woocommerce-widget-layered-nav ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*************************************************
* WC Marketplace
*************************************************/

body .wcmp-dashboard .col-1,
.wcmp-dashboard .col-2 {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

body .wcmp-dashboard .col2-set:before,
body .wcmp-dashboard .col2-set:after {
  content: "";
  display: table;
  clear: both;
}

body .wcmp_regi_main p.form-row .button {
  padding: 0 16px;
  font-size: 14px;
  border-radius: 0px;
  display: inline-block;
  font-weight: 600;
  border: none;
  line-height: 50px;
  font-family: "Poppins", sans-serif !important;
  color: #fff;
  background: #ff4545;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

body .wcmp_regi_main .wcmp_regi_form_box {
  padding: 0;
  box-shadow: none;
  margin-bottom: 10px;
}

body .wcmp_regi_main .wcmp_regi_form_box .wcmp-regi-12 {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

body .wcmp_regi_main .wcmp_regi_form_box input[type="email"],
body .wcmp_regi_main .wcmp_regi_form_box input[type="password"],
body .wcmp_regi_main .wcmp_regi_form_box input[type="text"] {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #eaeaea;
  background: none;
  font-family: inherit !important;
  color: #696969;
}

body .wcmp_regi_main {
  font-family: "Rubik", sans-serif !important;
}

body .wcmp_regi_main .reg_header1,
body .wcmp_regi_main .reg_header2 {
  color: #111111;
}

body .wcmp_regi_main .wcmp_regi_form_box label {
  color: #696969;
  font-weight: 400;
  font-size: 15px;
}

.wcmp-dashboard.woocommerce .col2-set h2 {
  font-size: 27px;
  margin-bottom: 10px;
}

.klb-vendor-name {
  padding-top: 15px;
  color: #000;
  background: #fdf2da;
  display: block;
  padding: 5px 15px;
  border-radius: 999px;
  position: absolute;
  bottom: 15px;
  left: 0;
  margin-left: 12px;
  z-index: 9;
  text-transform: capitalize;
}

.woocommerce-tabs .product-vendor h2,
h2#custqna-title {
  font-size: 26px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.woocommerce-tabs .product-vendor a {
  color: #ff4545;
}

.store-detail-box {
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #f7f7f7;
  box-shadow: 0 5px 0 rgba(200, 200, 200, 0.2);
  padding: 30px;
}

.store-detail-box img {
  margin-bottom: 15px;
}

header .vendor_description_background {
  display: none;
}

.store-detail-box ul.link li a {
  color: #fff;
  width: 40px;
  line-height: 40px;
  border-radius: 999px;
  display: inline-block;
}

.store-detail-box ul.link li.fb a {
  background: #3c5b9b;
}

.store-detail-box ul.link li.linkedin a {
  background: #027ba5;
}
.store-detail-box ul.link li.instagram a {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.store-detail-box ul.link li.youtube a {
  background: #f03434;
}

.store-detail-box ul.link li.tw a {
  background: #359bed;
}

.store-detail-box ul.link li {
  display: inline-block;
  margin-right: 5px;
}

.store-detail-box ul.link {
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.store-detail-box h4 {
  text-transform: capitalize;
}

.stores-grid .item {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  padding: 25px;
  margin: 0px;
  margin-bottom: 30px;
}

.stores-grid h3 {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.shop-overlay a.link-item {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

table.specifications ul li {
  display: inline-block;
}

table.specifications ul li:after {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
}

table.specifications ul li:last-child:after {
  display: none;
}

nav.woocommerce-pagination.klb-load-more .main-btn {
  cursor: pointer;
}

nav.woocommerce-pagination.klb-load-more {
  text-align: center;
}

/* Mega Menu */

@media (min-width: 1200px) {
  .header-navigation nav.main-menu {
    position: relative;
  }

  .header-navigation nav.main-menu .menu-item-has-children.mega-menu {
    position: static;
  }

  .header-navigation nav.main-menu li.mega-menu:hover > .sub-menu {
    width: 100%;
    left: 0;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  }

  .header-navigation nav.main-menu li.mega-menu .sub-menu .sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    background: none;
    box-shadow: none;
    padding: 0;
    min-width: 0;
  }

  .header-navigation
    nav.main-menu
    .mega-menu
    .sub-menu
    .menu-item.menu-item-has-children
    > a::after {
    display: none;
  }

  .header-navigation
    .nav-container
    .main-menu
    ul
    li.mega-menu
    .sub-menu
    li
    .sub-menu {
    display: block;
  }

  .header-navigation
    .nav-container
    .main-menu
    ul
    li.mega-menu
    .sub-menu
    li
    .sub-menu
    a {
    border: none;
    font-weight: 500;
    text-transform: capitalize;
  }

  .header-navigation
    .nav-container
    .main-menu
    ul
    li.mega-menu
    > .sub-menu
    > li
    > a {
    border-right: 0;
    border-left: 0;
  }
}

.header-area-v3 ul.top-menu li a {
  color: #fff;
}

.header-area-v3 ul.top-menu li[class^="fa-"]:before {
  color: #fff;
}

header.header-area-v3 ul.top-menu > li.menu-item-has-children:after {
  color: #fff;
}

.header-area-v1.header-area-v3 .header-search-form input {
  background: #fff;
}

.recently-viewed .section-title h2 {
  border-bottom: 2px solid #ddd;
  position: relative;
  font-size: 20px;
  padding: 0;
  font-weight: 500;
  padding-bottom: 20px;
  color: #696969;
}

.details-content-box form .tinv-wraper.tinv-wishlist {
  display: none;
}

.widget_block h2 {
  padding-bottom: 13px;
  position: relative;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 20px;
  font-size: 24px;
}

h2.woocommerce-loop-category__title {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.woocommerce li.product-category {
  list-style: none;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

li.product-category mark.count {
  background: none;
}
.elementor-element.elementor-element-f17a453 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 65px 0px 80px 0px;
}

#button-contact-vr {
  right: 0;
}

.phone-bar a {
  left: auto;
  right: 30px;
  padding: 8px 55px 7px 15px;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
  margin-left: 100%;
}
.no-js img.lazyload {
  display: none;
}

figure.wp-block-image img.lazyloading {
  min-width: 150px;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}

.header-top {
  display: none;
}

a.back-to-top {
  display: none !important;
}

.brand-logo a img,
.top-left a img {
  width: 100px;
}

header.header-area.header-area-v1
  .header-navigation
  .nav-container
  .main-menu
  ul
  li
  > a,
.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li a {
  font-size: 16px;
}

header.header-area.header-area-v1
  .header-navigation
  .nav-container
  .main-menu
  ul
  li
  > a,
header.header-area.header-area-v1
  .header-navigation
  .nav-container
  .main-menu
  ul
  li
  ul.sub-menu
  li
  a:hover {
  font-size: 16px;
}

.header-area-v2 .header-navigation .nav-container .main-menu ul li > a {
  font-size: 16px;
}

.footer-area .footer_widget .widget h4.widget-title {
  font-size: 24px;
}

.footer-area .footer_widget .klbfooterwidget ul li a {
  font-size: 15px;
}

.footer-area .copyright-area .copyright-text p {
  font-size: 15px;
}

/**
 * TI WooCommerce Wishlist Plugin - Allow your store guests and customers to add products to Wishlist.  Add Wishlist functionality to your store for free.
 * @version 1.42.0
 * @link https://wordpress.org/plugins/ti-woocommerce-wishlist/
 */
.tinv-wishlist form,
.tinv-wishlist p:last-child,
.tinv-wishlist table {
  margin-bottom: 0;
}
.tinv-wishlist * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tinvwl-wishlist :after,
.tinvwl-wishlist :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tinv-wishlist select {
  width: 140px;
}
.tinv-wishlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  margin-top: -10px;
  margin-left: -10px;
}
.woocommerce.tinv-wishlist #respond input#submit.alt,
.woocommerce.tinv-wishlist a.button.alt,
.woocommerce.tinv-wishlist button.button.alt,
.woocommerce.tinv-wishlist input.button.alt {
  text-align: center;
}
.tinv-wishlist .button i,
.tinv-wishlist .navigation-button a i {
  margin-right: 6px;
}
.tinv-wishlist input[type="button"] i,
.tinv-wishlist input[type="reset"] i,
.tinv-wishlist input[type="submit"] i {
  margin-right: 6px;
}
.tinv-wishlist a.tinv-close-modal i {
  margin-right: 0;
}
a.wishlist_products_counter {
  text-decoration: none;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce
  ul.products
  li.product
  a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce-page
  ul.products
  li.product
  a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
a.wishlist_products_counter.top_wishlist-heart:before,
span.wishlist_products_counter.top_wishlist-heart:before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
  content: "";
  display: inline-block;
  font-family: tinvwl-webfont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  vertical-align: sub;
  margin-right: 5px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,
.woocommerce
  ul.products
  li.product
  a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,
.woocommerce-page
  ul.products
  li.product
  a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before,
a.wishlist_products_counter.top_wishlist-heart-plus:before,
span.wishlist_products_counter.top_wishlist-heart-plus:before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart-plus:before {
  content: "\e906";
  display: inline-block;
  font-family: tinvwl-webfont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  vertical-align: sub;
  margin-right: 5px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  position: relative;
  width: 36px;
  height: 36px;
  vertical-align: sub;
}
a.wishlist_products_counter.top_wishlist-heart-plus.no-txt,
span.wishlist_products_counter.top_wishlist-heart-plus.no-txt {
  position: relative;
  width: 36px;
  height: 36px;
  vertical-align: sub;
}
.tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: 0;
}
.tinv-wishlist
  .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist
  .tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  padding-left: 1em;
  vertical-align: bottom;
}
.tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
  content: "\e908";
}
.woocommerce
  ul.products
  li.product
  a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,
.woocommerce-page
  ul.products
  li.product
  a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,
a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before,
span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {
  content: "\e908";
}
.tinv-wishlist
  .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,
.woocommerce
  ul.products
  li.product
  a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.tinvwl-product-in-list:before,
.woocommerce-page
  ul.products
  li.product
  a.tinvwl-button.tinvwl-icon-heart-plus.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,
a.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before,
span.wishlist_products_counter.top_wishlist-heart-plus.wishlist-counter-with-products:before {
  content: "\e907";
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-white:before,
a.wishlist_products_counter.top_wishlist-white:before,
span.wishlist_products_counter.top_wishlist-white:before {
  color: #fff;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.icon-black:before,
a.wishlist_products_counter.top_wishlist-black:before,
span.wishlist_products_counter.top_wishlist-black:before {
  color: #000;
}
.tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
  margin-bottom: 15px;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin-top: 15px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
  padding: 10px 11px;
  line-height: 1;
}
.wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button {
  margin: 0;
}
.wishlist-popup .tinv-wishlist .tinvwl_add_to_wishlist_button::before {
  display: none;
}
a.wishlist_products_counter.top_wishlist-custom.no-txt,
span.wishlist_products_counter.top_wishlist-custom.no-txt {
  padding: 10px 11px;
  line-height: 1;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
a.wishlist_products_counter.top_wishlist-custom img,
span.wishlist_products_counter.top_wishlist-custom img {
  display: inline-block !important;
  vertical-align: baseline;
  width: auto !important;
  max-width: 16px;
  max-height: 16px;
  margin-bottom: 0;
  margin: 0 6px 0 0 !important;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img,
a.wishlist_products_counter.top_wishlist-custom.no-txt img,
span.wishlist_products_counter.top_wishlist-custom.no-txt img {
  margin-right: 0 !important;
}
.single-product
  div.product
  form.cart
  .tinvwl-button.tinvwl_add_to_wishlist_button,
div.product form.cart .tinvwl_add_to_wishlist_button {
  float: none;
}
ul.products li.product .tinvwl_add_to_wishlist_button {
  margin-top: 1em;
}
.tinvwl_add_to_wishlist_button {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
  visibility: visible;
}
.tinv-wishlist.woocommerce .stock.in-stock:before {
  content: none;
}
.tinv-wraper.tinv-wishlist {
  font-size: 100%;
}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
  position: absolute;
  z-index: 10;
  margin: 0;
  top: 10px;
  left: 10px;
}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart
  a.tinvwl_add_to_wishlist_button {
  margin-top: 0;
}
.tinv-create-list li input[type="radio"] {
  margin-right: 10px;
}
.tinv-create-list li + li {
  margin-top: 15px;
}
.tinv-create-list .tinvwl-input-group + ul {
  margin-top: 25px;
}
.tinv-search-list {
  margin-bottom: 36px;
}
.tinv-wishlist .tinv-header {
  margin-bottom: 30px;
}
.tinv-wishlist table {
  position: relative;
  table-layout: auto;
  margin-bottom: 30px;
}
.tinv-overlay {
  top: 0;
  left: 0;
  position: fixed;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tinv-wishlist .tinv-modal {
  top: 0;
  left: 0;
  position: fixed;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tinv-wishlist table.tinvwl-table-manage-list {
  margin-bottom: 27px;
  width: 100%;
}
.tinv-wishlist table input[type="checkbox"] {
  margin-right: 0;
}
.tinv-wishlist table td,
.tinv-wishlist table th {
  padding: 1em;
  vertical-align: middle;
}
.tinv-wishlist .tinvwl-table-manage-list .product-cb {
  width: 35px;
  text-align: center;
}
.tinv-wishlist .tinvwl-table-manage-list .product-remove {
  width: 35px;
  text-align: center;
  padding: 1em 0.5em;
}
.tinv-wishlist .product-remove button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: #f7f7f7;
  color: #000;
  font-size: 20px;
  padding-left: 1px;
  padding-top: 3px;
  min-height: 0;
}
.tinv-wishlist .product-thumbnail {
  min-width: 100px;
  max-width: 100%;
  width: 100px;
}
.tinv-wishlist .product-thumbnail .wp-post-image {
  margin-bottom: 0;
}
.tinv-wishlist td.product-name a + .variation {
  margin-top: 2px;
}
.tinv-wishlist .product-stock i {
  margin-right: 15px;
}
.tinv-wishlist .product-stock p {
  display: table;
}
.tinv-wishlist .product-stock p.stock::before {
  display: none;
}
.tinv-wishlist .product-stock span {
  display: table-cell;
  vertical-align: middle;
}
.tinv-wishlist .product-action > .button > i,
.tinv-wishlist
  .tinvwl-table-manage-list
  .product-action
  button[name="tinvwl-remove"],
.tinv-wishlist table thead th .tinvwl-mobile {
  display: none;
}
.tinv-wishlist.woocommerce .product-quantity {
  width: 80px;
  text-align: center;
}
.tinv-wishlist.woocommerce table .quantity .qty {
  max-width: 100%;
  width: 62px;
  text-align: left;
}
.tinv-wishlist .product-action {
  width: 135px;
  text-align: center;
}
.tinv-wishlist .product-action .button {
  width: 100%;
}
.tinv-wishlist .product-action .tinvwl_move_product_button {
  margin-top: 5px;
}
.tinv-wishlist
  .tinvwl-table-manage-list
  .product-action
  > button[name="tinvwl-remove"]
  > i {
  margin-right: 0;
}
.tinv-wishlist .wishlist-cb {
  width: 33px;
  text-align: center;
}
.tinv-wishlist .wishlist-name .tinvwl-rename-input input {
  width: 100%;
}
.tinv-wishlist .wishlist-name .tinvwl-rename-button {
  float: right;
}
.tinv-wishlist .wishlist-name .tinvwl-rename-button > i {
  margin-right: 10px;
}
.tinv-wishlist .wishlist-privacy,
.tinv-wishlist table:not(.tinvwl-public) .wishlist-date {
  width: 18%;
}
.tinv-wishlist .wishlist-privacy select {
  width: 100%;
}
.tinv-wishlist .wishlist-name {
  width: 45%;
}
.tinv-wishlist .wishlist-action {
  width: 120px;
  text-align: center;
}
.tinv-wishlist .wishlist-action button[value="manage_remove"] > i {
  display: none;
  margin-right: 0;
}
.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {
  display: inline-block;
  vertical-align: middle;
}
.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list > a.button {
  margin-right: 0;
}
.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
  margin-top: -10px;
}
.tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
  float: left;
  width: 35%;
  margin-right: 2%;
}
.tinv-wishlist tfoot .tinvwl-to-right {
  float: left;
  width: 63%;
  text-align: right;
}
.tinv-wishlist tfoot .tinvwl-to-right > * {
  margin: 10px 0 0;
  vertical-align: middle;
}
.tinv-wishlist tfoot .tinvwl-to-right > * + * {
  margin-left: 10px;
}
.tinv-wishlist tfoot .tinvwl-to-left:empty + .tinvwl-to-right {
  width: 100%;
}
.tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {
  margin-top: 16px;
}
.tinv-wishlist .navigation-button {
  margin-top: -10px;
}
.tinv-wishlist .navigation-button > li {
  float: left;
}
.tinv-wishlist .navigation-button > li > .tinv-create-list > a,
.tinv-wishlist .navigation-button > li > a {
  margin-right: 30px;
  margin-top: 10px;
  display: inline-block;
}
.tinv-wishlist .navigation-button > li > .tinv-create-list > a.button,
.tinv-wishlist .navigation-button > li > a.button {
  margin-right: 10px;
}
.tinv-wishlist .navigation-button > li:last-child > .tinv-create-list > a,
.tinv-wishlist .navigation-button > li:last-child > a {
  margin-right: 0;
}
.tinv-wishlist .social-buttons {
  text-align: right;
}
.tinv-wishlist .social-buttons > span,
.tinv-wishlist .social-buttons > ul {
  display: inline-block;
  vertical-align: middle;
}
.tinv-wishlist .social-buttons > span {
  margin-right: 27px;
}
.tinv-wishlist .social-buttons li {
  float: left;
  margin: 0 5px 0 0;
  list-style: none;
}
.tinv-wishlist .social-buttons li:last-child {
  margin-right: 0;
}
.tinv-wishlist .social-buttons li a.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-size: 20px;
  text-decoration: none;
  text-transform: none !important;
}
.tinv-wishlist .social-buttons li a.social.white {
  color: #fff;
}
.tinv-wishlist .social-buttons li a.social.dark {
  color: #000;
}
.tinv-wishlist .social-buttons li a.social i {
  line-height: 2em;
}
.tinv-wishlist .navigation-button .tinv-create-list > a.tinvwl-no-icon > i,
.tinv-wishlist .navigation-button li > a.tinvwl-no-icon > i {
  display: none;
}
.tinv-wishlist .tinv-lists-nav {
  margin-top: 35px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.tinv-wishlist .tinv-lists-nav > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tinv-wishlist .tinv-lists-nav > span {
  font-weight: 700;
}
.tinv-wishlist .tinv-next {
  display: inline-block;
  float: left;
}
.tinv-wishlist .tinv-prev {
  display: inline-block;
  float: left;
  margin-right: 35px !important;
}
.tinv-wishlist .tinv-prev i {
  margin-left: 0;
  margin-right: 18px;
}
.tinv-wishlist .tinv-next i {
  margin-left: 18px;
  margin-right: 0;
}
.tinv-overlay {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: #191919;
}
.tinv-modal.tinv-modal-open .tinv-overlay {
  visibility: visible;
  opacity: 0.5;
}
.admin-bar .tinv-wishlist .tinv-modal {
  padding-top: 32px !important;
}
.tinv-wishlist .tinv-modal {
  overflow-y: auto;
  overflow-x: hidden;
  width: 0;
  height: 0;
  z-index: 9999;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  text-align: left;
}
.tinv-wishlist .tinv-modal .tinv-modal-inner {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  max-width: 360px;
  padding: 40px;
}
.tinv-wishlist .tinv-modal.tinv-modal-open {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.tinv-wishlist .tinv-modal .tinv-close-modal {
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 14px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  border-bottom: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #ebe9eb;
}
.tinv-wishlist .tinv-modal .icon_big_heart_check,
.tinv-wishlist .tinv-modal .icon_big_times,
.tinv-wishlist .tinv-modal img {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
  opacity: 1 !important;
}
.tinv-wishlist .tinv-modal ul {
  overflow: visible;
  list-style: disc;
  margin: 10px 0 0 20px;
}
.tinv-wishlist .tinv-modal li {
  list-style: disc !important;
}
.tinv-wishlist .tinv-create-list .tinv-modal ul,
.tinv-wishlist.tinv-create-list form ul {
  list-style: none !important;
  margin: 25px 0 0;
}
.tinv-wishlist .tinv-create-list .tinv-modal li,
.tinv-wishlist.tinv-create-list form li {
  list-style: none !important;
}
.tinv-wishlist .tinv-modal .already-in {
  margin-bottom: 35px;
}
.tinv-wishlist .tinv-modal .delete-notification {
  margin-bottom: 25px;
}
.tinv-wishlist .tinv-modal .already-in ul {
  overflow: visible;
  margin: 12px 0 27px 17px;
}
.tinv-wishlist .tinv-modal select {
  width: 100%;
}
.tinv-wishlist .tinv-modal button + .button,
.tinv-wishlist .tinv-modal button + button {
  margin-top: 12px;
  width: 100%;
}
.tinv-wishlist .tinv-modal input + button {
  margin-top: 12px;
  width: 100%;
}
.tinv-wishlist .tinv-modal label + button,
.tinv-wishlist .tinv-modal label + input {
  margin-top: 12px;
  width: 100%;
}
.tinv-wishlist .tinv-modal select + button,
.tinv-wishlist .tinv-modal select + input {
  margin-top: 12px;
  width: 100%;
}
.tinv-wishlist .tinv-modal .already-in + label {
  display: block;
  margin-top: 6px;
}
.tinv-wishlist .tinv-modal label select {
  margin-top: 8px;
}
.tinv-wishlist .tinv-modal .delete-notification + button {
  width: 100%;
}
.tinv-wishlist .tinvwl_added_to_wishlist,
.tinv-wishlist .tinvwl_created_wishlist {
  text-align: center;
}
.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {
  margin-bottom: 25px;
}
.tinv-wishlist .tinvwl_created_wishlist .tinv-txt {
  margin-bottom: 25px;
}
.tinv-wishlist .tinvwl_created_wishlist button {
  margin-top: 0;
  margin-bottom: 10px;
}
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
  margin-top: 0;
  margin-bottom: 10px;
}
.tinv-wishlist .tinv-modal .tinvwl-buttons-group {
  margin-top: 20px;
}
.tinv-wishlist .tinvwl-buttons-group button {
  width: 100%;
}
.tinv-wishlist .tinvwl-buttons-group button + button {
  margin-top: 7px;
}
.tinv-wishlist .tinvwl-buttons-group button i {
  position: relative;
}
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times {
  font-size: 20px;
  top: 0;
  vertical-align: initial;
}
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before,
.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before {
  position: relative;
  top: 3px;
}
.tinv-wishlist .tinvwl-buttons-group + button {
  width: 100%;
  margin-top: 7px;
}
.tinv-wishlist .tinv-modal h2 {
  text-align: center;
  margin: 0 0 35px;
}
.tinv-wishlist .tinv-create-list .tinv-modal-inner {
  max-width: 778px;
  padding: 30px;
}
.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group),
.tinv-wishlist .tinvwl-input-group.tinvwl-has-error .form-control {
  border: 2px solid red;
}
.tinv-wishlist .tinvwl-has-error:not(.tinvwl-input-group) {
  border: 2px solid red;
}
.tinv-wishlist .tinvwl-has-error + .tinvwl-error {
  padding: 5px 0 0 5px;
  color: red;
}
.tinvwl-tooltip {
  display: none;
}
.tinvwl-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.tinvwl-input-group .form-control {
  position: relative;
  z-index: 1;
  float: left;
  height: 38px;
  width: 100%;
  margin: 0;
}
.tinvwl-input-group .form-control + .tinvwl-input-group-btn {
  padding-left: 15px;
}
.tinv-wishlist
  .tinvwl-to-left
  .tinvwl-input-group
  .form-control
  + .tinvwl-input-group-btn {
  padding-left: 10px;
}
.tinv-wishlist
  .tinv-search-form
  .tinvwl-input-group
  .form-control
  + .tinvwl-input-group-btn {
  padding-left: 9px;
}
.tinvwl-input-group .form-control,
.tinvwl-input-group-addon,
.tinvwl-input-group-btn {
  display: table-cell;
}
.tinvwl-input-group-addon,
.tinvwl-input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
}
.tinv-table {
  display: table;
  width: 100%;
  height: 100%;
}
.tinv-cell {
  display: table-cell;
  vertical-align: middle;
}
.tinv-wishlist .tinv-wishlist-clear {
  visibility: visible;
  width: auto;
  height: auto;
}
.tinv-wishlist-clear:before {
  content: "";
  display: table;
}
.tinv-wishlist-clear:after {
  content: "";
  display: table;
  clear: both;
}
.icon_big_heart_check {
  display: inline-block;
  width: 46px;
  height: 46px;
  font-family: tinvwl-webfont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
}
.icon_big_times {
  display: inline-block;
  width: 46px;
  height: 46px;
  font-family: tinvwl-webfont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
}
.icon_big_times::before {
  content: "\e904";
  top: -7px;
  left: -7px;
  position: relative;
}
.icon_big_heart_check::before {
  content: "\e90a";
  top: -7px;
  left: -7px;
  position: relative;
}
.tinvwl_add_to_wishlist_button.tinvwl-button.disabled-add-wishlist,
.tinvwl_add_to_wishlist_button.disabled-add-wishlist {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.empty-name-wishlist {
  border-color: #f00 !important;
}
.tinvwl_remove_from_wishlist-text,
.tinvwl_already_on_wishlist-text {
  display: none !important;
}
.tinvwl-product-in-list.tinvwl-product-make-remove
  .tinvwl_remove_from_wishlist-text,
.tinvwl-product-in-list.tinvwl-product-make-remove
  .tinvwl_already_on_wishlist-text,
.tinvwl-product-in-list.tinvwl-product-already-on-wishlist
  .tinvwl_remove_from_wishlist-text,
.tinvwl-product-in-list.tinvwl-product-already-on-wishlist
  .tinvwl_already_on_wishlist-text {
  display: inline !important;
}
.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text,
.tinvwl-product-in-list.tinvwl-product-already-on-wishlist
  .tinvwl_add_to_wishlist-text {
  display: none !important;
}
.tooltipped {
  position: relative;
}
.tooltipped::after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 0.5em 0.75em;
  font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  -webkit-font-smoothing: subpixel-antialiased;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: #1b1f23;
  border-radius: 3px;
  opacity: 0;
}
.tooltipped::before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: #1b1f23;
  pointer-events: none;
  content: "";
  border: 6px solid transparent;
  opacity: 0;
}
.tooltipped:hover::before,
.tooltipped:hover::after,
.tooltipped:active::before,
.tooltipped:active::after,
.tooltipped:focus::before,
.tooltipped:focus::after {
  display: inline-block;
  text-decoration: none;
  -webkit-animation-name: tooltip-appear;
  animation-name: tooltip-appear;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.tooltipped-no-delay:hover::before,
.tooltipped-no-delay:hover::after,
.tooltipped-no-delay:active::before,
.tooltipped-no-delay:active::after,
.tooltipped-no-delay:focus::before,
.tooltipped-no-delay:focus::after {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.tooltipped-multiline:hover::after,
.tooltipped-multiline:active::after,
.tooltipped-multiline:focus::after {
  display: table-cell;
}
.tooltipped-s::after,
.tooltipped-se::after,
.tooltipped-sw::after {
  top: 100%;
  right: 50%;
  margin-top: 6px;
}
.tooltipped-s::before,
.tooltipped-se::before,
.tooltipped-sw::before {
  top: auto;
  right: 50%;
  bottom: -7px;
  margin-right: -6px;
  border-bottom-color: #1b1f23;
}
.tooltipped-se::after {
  right: auto;
  left: 50%;
  margin-left: -16px;
}
.tooltipped-sw::after {
  margin-right: -16px;
}
.tooltipped-n::after,
.tooltipped-ne::after,
.tooltipped-nw::after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 6px;
}
.tooltipped-n::before,
.tooltipped-ne::before,
.tooltipped-nw::before {
  top: -7px;
  right: 50%;
  bottom: auto;
  margin-right: -6px;
  border-top-color: #1b1f23;
}
.tooltipped-ne::after {
  right: auto;
  left: 50%;
  margin-left: -16px;
}
.tooltipped-nw::after {
  margin-right: -16px;
}
.tooltipped-s::after,
.tooltipped-n::after {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.tooltipped-w::after {
  right: 100%;
  bottom: 50%;
  margin-right: 6px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.tooltipped-w::before {
  top: 50%;
  bottom: 50%;
  left: -7px;
  margin-top: -6px;
  border-left-color: #1b1f23;
}
.tooltipped-e::after {
  bottom: 50%;
  left: 100%;
  margin-left: 6px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.tooltipped-e::before {
  top: 50%;
  right: -7px;
  bottom: 50%;
  margin-top: -6px;
  border-right-color: #1b1f23;
}
.tooltipped-align-right-1::after,
.tooltipped-align-right-2::after {
  right: 0;
  margin-right: 0;
}
.tooltipped-align-right-1::before {
  right: 10px;
}
.tooltipped-align-right-2::before {
  right: 15px;
}
.tooltipped-align-left-1::after,
.tooltipped-align-left-2::after {
  left: 0;
  margin-left: 0;
}
.tooltipped-align-left-1::before {
  left: 5px;
}
.tooltipped-align-left-2::before {
  left: 10px;
}
.tooltipped-multiline::after {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  word-wrap: break-word;
  white-space: pre-line;
  border-collapse: separate;
}
.tooltipped-multiline.tooltipped-s::after,
.tooltipped-multiline.tooltipped-n::after {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltipped-multiline.tooltipped-w::after,
.tooltipped-multiline.tooltipped-e::after {
  right: 100%;
}
.tooltipped-sticky::before,
.tooltipped-sticky::after {
  display: inline-block;
}
.tooltipped-sticky.tooltipped-multiline::after {
  display: table-cell;
}
.tinvwl-table-manage-list .component_table_item_price:before {
  font-family: "FontAwesomeCP";
  font-size: 1rem;
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "\e811";
  margin: 0 12px 0 3px;
  opacity: 0.25;
}
.wishlist-icon {
  position: relative;
}
.wishlist-popup {
  opacity: 0;
  max-height: 0;
  position: absolute;
  overflow: hidden;
  padding: 5px;
  margin-top: -10px;
  border-radius: 5px;
  line-height: 1.3;
  text-align: center;
  font-size: 0.9em;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  right: 0;
  color: #fff;
  -webkit-transition: opacity 0.3s, max-height 0.3s;
  transition: opacity 0.3s, max-height 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.wishlist-popup:after {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-width: 10px;
  margin-left: -10px;
}
.wishlist-icon:hover .wishlist-popup {
  opacity: 1;
  max-height: 200px;
  overflow-y: auto;
}
.wishlist-popup a {
  color: #ccc;
  display: block;
}
.wishlist-popup a:hover {
  color: #fff;
}
.wishlist-icon.added:after {
  background-color: red;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.wishlist-popup .ajax-loading,
.wishlist-popup .feedback {
  display: none !important;
}
.wishlist-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 0 \0) {
  .tooltipped-multiline::after {
    width: 250px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock p {
    display: block;
    text-align: center;
  }
  .tinv-wishlist .product-stock span {
    display: block;
  }
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock i {
    margin-right: 0;
  }
  .tinv-wishlist .tinvwl-table-manage-list td.product-stock .tinvwl-txt {
    display: none;
  }
  .tinv-wishlist .product-thumbnail {
    max-width: 76px;
    width: 76px;
  }
  .tinv-wishlist .product-action .button > i {
    display: inline-block;
    margin-right: 0;
  }
  .tinv-wishlist .product-action .button .tinvwl-txt {
    display: none;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tinv-wishlist .wishlist-action button[value="manage_remove"] span {
    display: none;
  }
  .tinv-wishlist .wishlist-action button[value="manage_remove"] > i {
    display: inline-block;
  }
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .tinv-wishlist .tinvwl-table-manage-lists:not(.tinvwl-public) {
    margin-top: 0;
  }
  .tinv-wishlist .tinvwl-table-manage-list .product-remove {
    display: none;
  }
  .tinv-wishlist
    .tinvwl-table-manage-list
    .product-action
    button[name="tinvwl-remove"] {
    display: inline-block;
    margin-top: 5px;
  }
  .tinv-wishlist .product-action {
    width: 60px;
  }
  .tinv-wishlist .wishlist-name .tinvwl-rename-button > i,
  .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
    margin-right: 0;
  }
  .tinv-wishlist .wishlist-name .tinvwl-rename-button span {
    display: none;
  }
  .tinv-wishlist .wishlist-action {
    width: 60px;
  }
  .tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
    float: none;
    width: auto;
  }
  .tinv-wishlist tfoot .tinvwl-to-right {
    float: none;
    width: auto;
    text-align: left;
  }
  .tinv-wishlist .social-buttons {
    float: none;
    width: auto;
    text-align: left;
    margin-top: 20px;
  }
  .tinv-wishlist .social-buttons + .tinv-wishlist-clear + .navigation-button {
    margin-top: 30px;
  }
  .tinv-wishlist .tinv-login form input[name="login"] {
    min-width: auto;
  }
  .tinv-wishlist .tinvwl-table-manage-list .product-remove {
    display: table-cell;
  }
}
@media only screen and (max-width: 1023px) {
  .tinv-wishlist .tinv-lists-nav a.tinv-prev > i,
  .tinv-wishlist .tinv-lists-nav a.tinv-next > i {
    margin: 0;
  }
  .tinv-wishlist .tinv-lists-nav a.tinv-prev > span,
  .tinv-wishlist .tinv-lists-nav a.tinv-next > span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
  .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }
  .tinv-wishlist table.tinvwl-table-manage-lists thead th:not(.wishlist-name) {
    display: none;
  }
  .tinv-wishlist thead th .tinvwl-full {
    display: none;
  }
  .tinv-wishlist table.tinvwl-table-manage-list thead th.product-name,
  .tinv-wishlist table.tinvwl-table-manage-lists thead th.wishlist-name {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tinv-wishlist table thead th .tinvwl-mobile {
    display: block;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td,
  .tinv-wishlist table.tinvwl-table-manage-lists.tinvwl-public tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {
    border-bottom: 0;
  }
  .tinv-wishlist table.tinvwl-table-manage-lists tbody td:not(:last-child),
  .tinv-wishlist
    table.tinvwl-table-manage-lists.tinvwl-public
    tbody
    td:not(:last-child) {
    border-bottom: 0;
  }
  .tinv-wishlist .product-stock p {
    margin: 0 auto;
  }
  .tinv-wishlist .product-thumbnail img {
    margin: 0 auto;
    max-width: 80px;
  }
  .tinv-wishlist.woocommerce table .quantity .qty {
    text-align: center;
    width: 100%;
  }
  .tinv-wishlist .product-action .tinvwl_move_product_button {
    margin-top: 10px;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tfoot td {
    display: block;
    width: 100%;
  }
  .tinv-wishlist
    table.tinvwl-table-manage-lists
    .wishlist-action
    button[value="manage_remove"] {
    width: 100%;
  }
  .tinv-wishlist
    table.tinvwl-table-manage-lists
    .wishlist-name
    .tinvwl-rename-button {
    float: none;
  }
  .tinv-wishlist button[value="manage_apply"] .tinvwl-mobile,
  .tinv-wishlist button[value="product_apply"] .tinvwl-mobile {
    display: none;
  }
  .tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list {
    display: block;
  }
  .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button,
  .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button {
    width: 100%;
    margin: 10px 0 0;
  }
  .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right .button,
  .tinv-wishlist .tinvwl-table-manage-lists tfoot .tinvwl-to-right button {
    width: 100%;
    margin: 10px 0 0;
  }
  .tinv-wishlist tfoot .tinvwl-to-right > * {
    margin: 10px 0 0;
  }
  .tinv-wishlist tfoot .tinvwl-to-right .button:first-child,
  .tinv-wishlist tfoot .tinvwl-to-right button:first-child {
    margin-top: 0 !important;
  }
  .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
    margin-top: 20px;
  }
  .tinv-wishlist .social-buttons {
    text-align: center;
  }
  .tinv-wishlist .social-buttons > span {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .tinv-wishlist.woocommerce .tinv-login form .form-row-first,
  .tinv-wishlist.woocommerce .tinv-login form .form-row-last {
    float: none;
    width: 100%;
  }
  .tinv-wishlist.woocommerce .tinv-login form .form-row-first {
    padding: 0;
  }
  .tinv-wishlist.woocommerce .tinv-login form .form-row-last {
    padding: 0;
    margin-top: 10px;
  }
  .tinv-wishlist.woocommerce .tinv-login form .tinvwl-input-group-btn {
    display: block;
    padding: 0;
    width: auto;
    margin-top: 10px;
  }
  .navigation-button,
  .social-buttons,
  .tinv-lists-nav {
    margin-left: 12px;
    margin-right: 12px;
  }
  .tinvwl-input-group {
    width: 100%;
  }
  .tinvwl-input-group:not(.tinvwl-no-full) {
    display: block;
  }
  .tinvwl-input-group:not(.tinvwl-no-full) .form-control,
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon,
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
    display: block;
  }
  .tinvwl-input-group:not(.tinvwl-no-full) .form-control {
    float: none;
  }
  .tinv-wishlist
    .tinv-search-form
    .tinvwl-input-group:not(.tinvwl-no-full)
    .form-control
    + .tinvwl-input-group-btn {
    padding-top: 10px;
    padding-left: 0;
  }
  .tinvwl-input-group:not(.tinvwl-no-full)
    .form-control
    + .tinvwl-input-group-btn {
    padding-top: 10px;
    padding-left: 0;
  }
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon {
    width: 100%;
  }
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > button,
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-addon > input {
    width: 100%;
  }
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn {
    width: 100%;
  }
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > button,
  .tinvwl-input-group:not(.tinvwl-no-full) .tinvwl-input-group-btn > input {
    width: 100%;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .admin-bar .tinv-wishlist .tinv-modal {
    padding-top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .tinv-wishlist .tinv-modal {
    padding-top: 0 !important;
  }
  .tinv-wishlist .tinv-modal .tinv-close-modal {
    position: static;
    display: block;
    margin: 0 auto 20px;
  }
}
@-webkit-keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-item-object-product_cat a, .menu-item-object-page a{
  cursor: pointer;
}