/*------------------------------------------------------------------
[Table of contents]
@File: Outo Template Style
[ Default Index Number ]
- Defult css with Helper css
    -- Before this comment ( Start Main CSS Style ) defult css continue .
- helper css
- breadcrumb
- pagination
- input
- social-list
- preloader
- navbar
- header-banner
- service-section
- product-info-header
- product-section
- partner-section
- offer-section
- featured-product
- testimonial-section
- default-carousel
- bubble-bg
- newsletter
- blog-section
- footer
- reach-us-section
- quick-view
- cart-modal
- newsletter-modal
- about-section
- team-section
- sidebar
- result-block
- forum-details
- post-review
- accordion-section
- contact-info-section
- contact-map
- contact-form
- product-header
- product-filter
- filter-popup-wrapper
- cart-section
- checkout-section
- authentication-section
- account-page-section
- error-section
- coming-soon-section
- scroll-top
-------------------------------------------------------------------*//*------------------------------------------------------------------
[Typography]
	[ This template has one font typography ]
		Typography 1: 'Josefin', sans-serif;
-------------------------------------------------------------------*//*************** IMPORT FONTS ***************/@import url("/css/googleapiss.css");/*************** COLOR VARIABLE ***************//*************** DEFAULT CSS ***************/body {
  font-family: "Josefin Sans", sans-serif;
  background-color: #fff;
}@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}/*************** HELPER CSS ***************/.mt-25 {
  margin-top: 25px;
}.pt-100 {
  padding-top: 50px;
}.pb-30 {
  padding-bottom: 30px;
}.pb-70 {
  padding-bottom: 50px;
}.pb-100 {
  padding-bottom: 100px;
}.p-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}.pl-30 {
  padding-left: 30px;
}.pr-30 {
  padding-right: 30px;
}p {
  color: #555555;
}a {
  color: #fb4848;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}a:hover, a:active {
  text-decoration: none;
  color: #fb4848;
}a:focus {
  outline: 0;
}h1, h2, h3, h4, h5, h6 {
  color: #10142D;
  font-weight: 600;
}.bg-offwhite1 {
  background-color: #fff;
  background-image: url('/img/bubble-1.png'), url('/img/bubble-1.png'), url('/img/bubble-1.png'), url('/img/bubble-2.png');
  background-position: 10% 20%, 80% 30%, 20% 70%, 90% 80%;
  background-repeat: no-repeat;
  background-size: 80px 80px, 60px 60px, 70px 70px, 90px 90px;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}.bg-hui {
  background-color: #ccc1c4;
}.bg-bak{
  background-color: #000000;
}.footer-upper
{
  background-color: #232323;
}.bg-shape {
  background-image: url("/img/bg-shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}img {
  max-width: 100%;
  height: auto;
}button {
  outline: 0;
  border: 0;
}button:focus, button:active {
  outline: 0;
  border: 0;
}.main-btn {
  padding: 16px 45px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid #fb4848;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  border-radius: 0;
  z-index: 0 !important;
  background-color: #fb4848;
  -webkit-box-shadow: none;
          box-shadow: none;
}.main-btn:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 0;
  background-color: #2433bc;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  z-index: -1;
}.main-btn:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  -webkit-transition: width 0s ease, background .5s ease;
  transition: width 0s ease, background .5s ease;
  z-index: -1;
}.main-btn i {
  font-size: 16px;
  margin-right: 10px;
}.main-btn:focus, .main-btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fb4848;
}.main-btn:hover {
  color: #fff;
  background-color: #2433bc;
}.main-btn:hover:after {
  width: 100%;
  background: transparent;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}.main-btn:hover:before {
  width: 100%;
  background-color: #2433bc;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}.main-btn.main-btn-radius {
  border-radius: 5px;
  overflow: hidden;
}.main-btn.main-btn-secondary {
  background-color: #fb4848;
  color: #fff;
  border-color: #fb4848;
}.main-btn.main-btn-secondary:after {
  background: #e26100;
}.main-btn.main-btn-secondary:hover:after {
  background: transparent;
}.main-btn.main-btn-secondary:hover:before {
  background-color: #e26100;
}.main-btn.main-btn-thirdcolor {
  background-color: #fb4848;
  color: #fff;
  border-color: #fb4848;
   white-space:nowrap;

       overflow:hidden;

       text-overflow:ellipsis;
}.main-btn.main-btn-thirdcolor:after {
  background: #c57525;
}.main-btn.main-btn-thirdcolor:hover:after {
  background: transparent;
}.main-btn.main-btn-thirdcolor:hover:before {
  background-color: #c57525;
}.main-btn.main-btn-bgless {
  background-color: transparent;
  border: 1px solid #fb4848;
  color: #555555;
}.main-btn.main-btn-bgless:hover {
  color: #fff;
}.main-btn.main-btn-secondary-bgless {
  background-color: transparent;
  border: 1px solid #fb4848;
  color: #555555;
}.main-btn.main-btn-secondary-bgless:hover {
  color: #fff;
}.main-btn.main-btn-thirdcolor-bgless {
  background-color: transparent;
  border: 1px solid #fb4848;
  color: #555555;
}.main-btn.main-btn-thirdcolor-bgless:hover {
  color: #fff;
}.main-btn.main-btn-small {
  padding: 10px 15px;
  font-size: 13px;
}.main-btn.main-btn-black {
  background-color: #555555;
  color: #fff;
}.main-btn.main-btn-black:hover {
  background-color: #fb4848;
  color: #555555;
}.main-btn:disabled, .main-btn.disabled {
  opacity: 1;
}.main-btn.btn-fb {
  background-color: #3B5998;
  color: #fff;
}.main-btn.btn-tw {
  background-color: #00ACEE;
  color: #fff;
}.main-btn.btn-ins {
  background-color: #DD2A7B;
  color: #fff;
}.main-btn.btn-yt {
  background-color: #C4302B;
  color: #fff;
}.main-btn.btn-vim {
  background-color: #86C9EF;
  color: #fff;
}@-webkit-keyframes loadRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}@keyframes loadRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}.load-more-btn {
  padding: 15px 30px;
}.load-more-btn i {
  -webkit-animation: loadRotate 5s linear infinite;
          animation: loadRotate 5s linear infinite;
}.load-more-btn.disabled {
  opacity: 0.65;
}.load-more-btn.disabled i {
  -webkit-animation: none;
          animation: none;
}.section-title {
  max-width: 575px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}.section-title small {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #fb4848;
}.section-title small:last-child {
  margin-bottom: 0;
}.section-title h2 {
  font-size: 40px;
  margin-bottom: 7px;
  position: relative;
  line-height: 1.4;
}.section-title h2:last-child {
  margin-bottom: 0;
}.section-title p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}.section-title p:last-child {
  margin-bottom: 0;
}.section-title p a {
  color: #fb4848;
}.section-title.section-title-lg {
  max-width: 940px;
}.section-title.section-title-secondary small {
  color: #fb4848;
}.section-title.section-title-secondary p a {
  color: #fb4848;
}.section-title.section-title-thirdcolor small {
  color: #fb4848;
}.section-title.section-title-thirdcolor p a {
  color: #fb4848;
}.section-title.section-title-left {
  max-width: 100%;
  text-align: left;
}.breadcrumb .breadcrumb-item.active {
  color: #fb4848;
}.pagination {
  margin-bottom: 0;
}.page-link {
  position: relative;
  padding: 0 0;
  padding-top: 2px;
  width: 50px;
  height: 50px;
  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-left: -1px;
  line-height: 1;
  color: #555555;
  font-weight: 400;
  font-size: 16px;
  border-radius: 50%;
  background-color: #F8F8F8;
  border: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 3px;
  overflow: hidden;
}.page-link:hover {
  background-color: #fb4848;
  color: #fff;
}.page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}.page-link i {
  font-size: 10px;
  font-weight: 600;
}.page-pagination .pagination {
  margin-top: -3px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  padding-right: 0;
}.page-item {
  padding: 0 7px;
  margin-top: 3px;
}.page-item:first-child .page-link {
  padding-left: 0;
  border-radius: 50%;
  background-color: #F8F8F8;
  color: #555555;
}.page-item:first-child .page-link:hover {
  background-color: #fb4848;
  color: #fff;
}.page-item:last-child {
  padding-right: 0;
}.page-item:last-child .page-link {
  background-color: #F8F8F8;
  color: #555555;
  border-radius: 50%;
}.page-item:last-child .page-link:hover {
  background-color: #fb4848;
  color: #fff;
}.page-item.disabled .page-link {
  background-color: #F8F8F8;
  color: #555555;
  border: 0;
}.page-item.active .page-link {
  background-color: #fb4848;
  color: #fff;
}.form-group label {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  margin-bottom: 5px;
}.form-control {
  padding: 13px 15px;
  color: #555555;
  font-size: 16px;
  background-color: transparent;
  height: auto;
  border: 0;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}.form-control:focus, .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  background-color: transparent;
}.form-control::-webkit-input-placeholder {
  color: #555555;
}.form-control:-ms-input-placeholder {
  color: #555555;
}.form-control::-ms-input-placeholder {
  color: #555555;
}.form-control::placeholder {
  color: #555555;
}.form-control-background {
  background-color: #F7F7F7;
}.form-control-background:focus, .form-control-background:active {
  background-color: #F7F7F7 !important;
}select.form-control {
  background-image: url("/img/chevron.png");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 15px;
}#msgSubmit {
  color: #ff5421 !important;
  font-weight: 600;
  font-size: 18px;
}#msgSubmit.submit-post-info {
  margin-top: 5px;
}#validator-newsletter {
  color: #ff5421 !important;
  font-weight: 400;
  font-size: 15px;
}#validator-newsletter.submit-post-info {
  margin-top: 5px;
}#validator-newsletterm {
  color: #ff5421 !important;
  font-weight: 400;
  font-size: 15px;
}#validator-newsletterm.submit-post-info {
  margin-top: 5px;
}.validation-danger {
  color: #ff5421 !important;
}.validation-success {
  color: #28a745 !important;
}/*************** MAIN CSS ***************/@-webkit-keyframes osc-l {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}@keyframes osc-l {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}@-webkit-keyframes osc-r {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}@keyframes osc-r {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}.pre-loaded .preloader {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}.fixed-top.non-fixed {
  position: relative;
}.topbar {
  padding-top: 15px;
  padding-bottom: 5px;
}.topbar-item {
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  max-width: 100%;
  margin-bottom: 10px;
}.topbar-item i
{
font-size: 14px;

}.topbar-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.topbar-action-item {
  text-align: center;
  margin-left: 40px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
}.topbar-action-item:first-child {
  margin-left: 0;
}.topbar-action-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}.topbar-action-item a > i {
  line-height: 1;
  font-size: 20px;
  color: #555555;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.topbar-action-item a span {
  font-size: 15px;
  color: #555555;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.topbar-action-item .topbar-action-counter {
  background-color: #fb4848;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -13px;
  right: -2px;
}.topbar-action-item a:hover i {
  color: #fb4848;
}.topbar-action-item a:hover span {
  color: #fb4848;
}.topbar-action-item a:hover .topbar-action-counter {
  color: #fff;
}.topbar-action-item-thirdcolor .topbar-action-counter {
  background-color: #fb4848;
}.topbar-action-item-thirdcolor a:hover i {
  color: #fb4848;
}.topbar-action-item-thirdcolor a:hover span {
  color: #fb4848;
}.topbar-search {
  max-width: 355px;
}.topbar-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.topbar-search form .form-control {
  border: 1px solid #fb4848;
}.topbar-search form .btn {
  background-color: #fb4848;
  padding: 13px 25px;
  font-size: 16px;
  border-radius: 0;
  border: 0;
  color: #fff;
}.topbar-search form .btn:active, .topbar-search form .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}.topbar-search.topbar-search-secondcolor form .form-control {
  border: 1px solid #fb4848;
}.topbar-search.topbar-search-secondcolor form .btn {
  background-color: #fb4848;
}.topbar-search.topbar-search-thirdcolor form .form-control {
  border: 1px solid #fb4848;
}.topbar-search.topbar-search-thirdcolor form .btn {
  background-color: #fb4848;
}.topbar-item-rightside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}.navbar-language .dropdown-toggle {
  background-color: transparent;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.navbar-language .dropdown-toggle:after {
  content: "\f105";
  font-family: Flaticon;
  border: 0;
  margin-left: 8px;
  font-size: 14px;
}.navbar-language .dropdown-toggle i {
  margin-right: 8px;
  font-size: 18px;
}.navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  left: auto;
  right: 0;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(2px) !important;
          transform: translateY(2px) !important;
  opacity: 1;
  pointer-events: all;
}.navbar-language .dropdown-menu a {
  padding: 5px 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
}.navbar-language .dropdown-menu a:active {
  background-color: #f8f9fa;
}.navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}.navbar-language .dropdown-menu[style] {
  right: 0 !important;
  left: auto !important;
}.navbar-category {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 210px;
  position: relative;
}.navbar-category .btn {
  padding: 11px 20px;
  background-color: #fb4848;
  color: #fff;
  border-radius: 0;
  border: 0;
  width: 100%;
  text-align: left;
  font-size: 17px;
  position: relative;
}.navbar-category .btn:after {
  content: "\f105";
  font-family: Flaticon;
  position: absolute;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}.navbar-category .btn i {
  font-size: 19px;
  margin-right: 6px;
}.navbar-category .btn:focus, .navbar-category .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}.navbar-category-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 515px;
  border: 1px solid #9A9A9A;
  overflow: auto;
  background-color: #fff;
}.navbar-category-dropdown::-webkit-scrollbar {
  width: 3px;
}.navbar-category-dropdown::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #cacaca;
}.navbar-category-dropdown ul li {
  font-size: 15px;
  border-bottom: 1px solid #d2d2d2;
  list-style: none;
}.navbar-category-dropdown ul li:last-child {
  border-bottom: 0;
}.navbar-category-dropdown ul li a {
  color: #555555;
  padding: 12px 20px;
  display: block;
}.default-category-dropdown {
  display: none;
}.navbar-category-secondcolor .btn {
  background-color: #fb4848;
}.navbar-category-secondcolor .navbar-category-dropdown ul li a:hover {
  color: #fb4848;
}.navbar-category-thirdcolor .btn {
  background-color: #fb4848;
}.navbar-category-thirdcolor .navbar-category-dropdown ul li a:hover {
  color: #fb4848;
}@-webkit-keyframes menuItem {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(-20deg);
            transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}@keyframes menuItem {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(-20deg);
            transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}@-webkit-keyframes menuItem2 {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  50% {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}@keyframes menuItem2 {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  50% {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}.main-nav {
  margin: auto;
  position: relative;
  display: none;
  background-color: transparent;
}.main-nav nav .navbar-nav .nav-item {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-top: 0;
  padding-bottom: 0;
}.main-nav nav .navbar-nav .nav-item a {
  color: #555555;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}.main-nav nav .navbar-nav .nav-item a.dropdown-toggle:after {
  content: "\f105";
  border: 0;
  font-family: Flaticon;
  font-size: 10px;
  vertical-align: baseline;
  margin-left: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.main-nav nav .navbar-nav .nav-item a.active {
  color: #fb4848;
}.main-nav nav .navbar-nav .nav-item a.active:hover {
  color: #fb4848;
}.main-nav nav .navbar-nav .nav-item:hover a {
  color: #fb4848;
}.main-nav nav .navbar-nav .nav-item:hover a.active {
  color: #fb4848;
}.main-nav nav .navbar-nav .nav-item:hover a.dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item {
  -webkit-animation-name: menuItem;
          animation-name: menuItem;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(1) {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(2) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(3) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(4) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(5) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(6) {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(7) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(8) {
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(9) {
  -webkit-animation-delay: 540ms;
          animation-delay: 540ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(10) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(11) {
  -webkit-animation-delay: 660ms;
          animation-delay: 660ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(12) {
  -webkit-animation-delay: 720ms;
          animation-delay: 720ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(13) {
  -webkit-animation-delay: 780ms;
          animation-delay: 780ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(14) {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(15) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(16) {
  -webkit-animation-delay: 960ms;
          animation-delay: 960ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(17) {
  -webkit-animation-delay: 1020ms;
          animation-delay: 1020ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(18) {
  -webkit-animation-delay: 1080ms;
          animation-delay: 1080ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(19) {
  -webkit-animation-delay: 1140ms;
          animation-delay: 1140ms;
}.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(20) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #fff;
  border: 0;
  margin: 0;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  padding: 5px 0;
  width: 230px;
  border-radius: 0;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item {
  opacity: 0;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #555555;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: none !important;
  line-height: 1;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.dropdown-toggle:after {
  content: "\f10f";
  border: 0;
  font-family: Flaticon;
  font-size: 10px;
  vertical-align: baseline;
  margin-left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #fb4848;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
  color: #fb4848;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
  color: #fb4848;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a.active {
  color: #fb4848;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu {
  top: -7px !important;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item {
  -webkit-animation-name: menuItem2;
          animation-name: menuItem2;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(1) {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(2) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(3) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(4) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(5) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(6) {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(7) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(8) {
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(9) {
  -webkit-animation-delay: 540ms;
          animation-delay: 540ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(10) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(11) {
  -webkit-animation-delay: 660ms;
          animation-delay: 660ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(12) {
  -webkit-animation-delay: 720ms;
          animation-delay: 720ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(13) {
  -webkit-animation-delay: 780ms;
          animation-delay: 780ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(14) {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(15) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(16) {
  -webkit-animation-delay: 960ms;
          animation-delay: 960ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(17) {
  -webkit-animation-delay: 1020ms;
          animation-delay: 1020ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(18) {
  -webkit-animation-delay: 1080ms;
          animation-delay: 1080ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(19) {
  -webkit-animation-delay: 1140ms;
          animation-delay: 1140ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(20) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  left: 100%;
  top: 0;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item {
  opacity: 0;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
  color: #555555;
  font-weight: 400;
  font-size: 15px;
  padding: 12px 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.dropdown-toggle:after {
  content: "\f10f";
  border: 0;
  font-family: Flaticon;
  font-size: 10px;
  vertical-align: baseline;
  margin-left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
  color: #fb4848;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
  color: #fb4848;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item {
  -webkit-animation-name: menuItem;
          animation-name: menuItem;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(1) {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(2) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(3) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(4) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(5) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(6) {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(7) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(8) {
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(9) {
  -webkit-animation-delay: 540ms;
          animation-delay: 540ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(10) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(11) {
  -webkit-animation-delay: 660ms;
          animation-delay: 660ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(12) {
  -webkit-animation-delay: 720ms;
          animation-delay: 720ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(13) {
  -webkit-animation-delay: 780ms;
          animation-delay: 780ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(14) {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(15) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(16) {
  -webkit-animation-delay: 960ms;
          animation-delay: 960ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(17) {
  -webkit-animation-delay: 1020ms;
          animation-delay: 1020ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(18) {
  -webkit-animation-delay: 1080ms;
          animation-delay: 1080ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(19) {
  -webkit-animation-delay: 1140ms;
          animation-delay: 1140ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu .nav-item:nth-child(20) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  left: 100%;
  top: 0 !important;
}.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item {
  opacity: 0;
}.main-nav .main-btn {
  padding: 14px 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}.navbar-option-item {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}.navbar-option-item:first-child {
  padding-left: 0;
  margin-left: 0;
}.navbar-option-item > a {
  font-size: 16px;
  color: #555555;
  position: relative;
}.navbar-option-item > a .topbar-action-counter {
  position: absolute;
  top: -15px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  left: -12px;
}.navbar-option-item > a:hover {
  color: #fb4848;
}.mobile-option-dropdown {
  margin: 0;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  position: absolute;
  left: auto;
  right: -75px;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.mobile-option-dropdown.show {
  -webkit-transform: translateY(13px) !important;
          transform: translateY(13px) !important;
  opacity: 1;
  pointer-events: all;
}.mobile-option-dropdown .navbar-option-item button {
  color: #555555;
}.mobile-option-dropdown .navbar-option-item > a {
  color: #555555;
}.mobile-option-dropdown .navbar-option-item > a:hover {
  color: #fb4848;
}.mobile-option-dropdown .navbar-option-item .navbar-language .dropdown-menu {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}.mobile-option-dropdown .navbar-option-item .navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(42px) !important;
          transform: translateY(42px) !important;
}.navbar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}.navbar-collapse {
  width: auto;
}.navbar-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}.PageText {
  margin-left: 10px;
  color: #aaa;
  display: none;
}.mobile-nav {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.mobile-nav .navbar-option {
  margin-left: auto;
  margin-right: 60px;
  z-index: 1000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}.mobile-nav .navbar-option-item button {
  color: #555555;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 16px;
}.mobile-nav .navbar-option-item button:hover {
  color: #fb4848;
}.mobile-nav .navbar-option-item .navbar-language .dropdown-toggle i {
  font-size: 16px;
}.mobile-nav .navbar-option-item .navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(39px) !important;
          transform: translateY(39px) !important;
}.mobile-nav .mobile-search {
  width: 220px;
  border: 0;
  padding: 10px;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: auto !important;
  right: 0;
  border-radius: 0;
}.mobile-nav .mobile-search.dropdown-menu[style] {
  right: -10px !important;
}.mobile-nav .mobile-search.show {
  -webkit-transform: translateY(42px) !important;
          transform: translateY(42px) !important;
  opacity: 1;
  pointer-events: all;
}.mobile-nav .mobile-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.mobile-nav .mobile-search form .form-control {
  border: 1px solid #fb4848;
  padding: 7px;
  font-size: 15px;
}.mobile-nav .mobile-search form .btn {
  background-color: #fb4848;
  padding: 7px !important;
  font-size: 15px;
  border-radius: 0;
  border: 0;
  color: #fff;
}.mobile-nav .mobile-search form .btn:active, .mobile-nav .mobile-search form .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}.mobile-nav .mobile-search.mobile-search-secondcolor .form-control {
  border: 1px solid #fb4848;
}.mobile-nav .mobile-search.mobile-search-secondcolor .btn {
  background-color: #fb4848 !important;
  color: #fff !important;
}.mobile-nav .mobile-search.mobile-search-thirdcolor .form-control {
  border: 1px solid #fb4848;
}.mobile-nav .mobile-search.mobile-search-thirdcolor .btn {
  background-color: #fb4848 !important;
  color: #fff !important;
}.mobile-nav-category {
  font-size: 21px;
  position: relative;
  z-index: 11111;
  margin-right: 15px;
}.mobile-nav-category .navbar-category {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.56);
  z-index: 11;
  left: 0;
  top: 136px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  border-top: 1px solid #d2d2d2;
}.mobile-nav-category .navbar-category.active {
  opacity: 1;
  pointer-events: all;
}.mobile-nav-category .navbar-category.active .navbar-category-dropdown {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}.mobile-nav-category .navbar-category-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 80%;
  height: 100%;
  max-height: 100%;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.mobile-nav-category .navbar-category-dropdown ul {
  padding-left: 0;
  padding-right: 0;
}.mobile-nav-category .navbar-category-dropdown ul li a {
  padding-left: 35px;
  padding-right: 35px;
}.mobile-option-dot i {
  vertical-align: sub;
}.mobile-brand {
  position: relative;
  z-index: 1000;
}.mean-container {
  position: relative;
}.mean-container .mean-bar {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  border-bottom: 0;
}.mean-container a.meanmenu-reveal {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  padding-right: 0;
  color: #fb4848;
}.mean-container a.meanmenu-reveal span {
  background-color: #fb4848;
}.mean-container .mean-nav {
  margin-top: 54px;
}.mean-container .mean-nav .navbar-nav {
  max-height: 350px;
  overflow: auto;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}.mean-container .mean-nav .navbar-nav .nav-item a {
  color: #000;
}.mean-container .mean-nav .navbar-nav .nav-item a.active {
  color: #fb4848;
}.navbar-area {
  border-top: 1px solid #ebebeb;
}.navbar-area.is-sticky {
  -webkit-animation: 500ms running fadeInDown;
          animation: 500ms running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  z-index: 999999;
  position: fixed;
  background-color: #fff;
  top: 0;
  -webkit-box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 9px 54px 0px rgba(32, 32, 32, 0.1);
}.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
  color: #555555;
}.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
  color: #fb4848;
}.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active:hover {
  color: #fb4848;
}.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a {
  color: #fb4848;
}.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover a.active {
  color: #fb4848;
}.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #555555;
}.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #fb4848;
}.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
  color: #fb4848;
}.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
  color: #fb4848;
}.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a.active {
  color: #fb4848;
}.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
  color: #555555;
}.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
  color: #fb4848;
}.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
  color: #fb4848;
}.navbar-area.navbar-area-two.is-sticky {
  background-color: #000000;
}.navbar-area.navbar-area-two.is-sticky .main-nav nav .navbar-nav .nav-item a {
  color: #fff;
}.navbar-area.navbar-area-two.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
  color: #fff;
}.navbar-area.navbar-area-two.is-sticky .main-nav nav .navbar-nav .nav-item a.active:hover {
  color: #fff;
}.navbar-area.navbar-area-two.is-sticky .main-nav nav .navbar-nav .nav-item:hover > a {
  color: #fff;
}.navbar-area.navbar-area-two.is-sticky .main-nav nav .navbar-nav .nav-item:hover > a.active {
  color: #fff;
}.navbar-area.navbar-area-two.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #555555;
}.navbar-area.navbar-area-two.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #fb4848;
}.navbar-area.navbar-area-two.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
  color: #fb4848;
}.navbar-area.navbar-area-two.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
  color: #fb4848;
}.navbar-area.navbar-area-two.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a.active {
  color: #fb4848;
}.navbar-area.navbar-area-two.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
  color: #555555;
}.navbar-area.navbar-area-two.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
  color: #fb4848;
}.navbar-area.navbar-area-two.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
  color: #fb4848;
}.navbar-area.navbar-area-two .navbar-category-dropdown ul li a {
  padding: 17px 20px;
}.navbar-area.navbar-area-three.is-sticky {
  background-color: #000000;
}.navbar-area.navbar-area-three.is-sticky .main-nav nav .navbar-nav .nav-item a {
  color: #fff;
}.navbar-area.navbar-area-three.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
  color: #fff;
}.navbar-area.navbar-area-three.is-sticky .main-nav nav .navbar-nav .nav-item a.active:hover {
  color: #fff;
}.navbar-area.navbar-area-three.is-sticky .main-nav nav .navbar-nav .nav-item:hover > a {
  color: #fff;
}.navbar-area.navbar-area-three.is-sticky .main-nav nav .navbar-nav .nav-item:hover > a.active {
  color: #fff;
}.navbar-area.navbar-area-three.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #555555;
}.navbar-area.navbar-area-three.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #fb4848;
}.navbar-area.navbar-area-three.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
  color: #fb4848;
}.navbar-area.navbar-area-three.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
  color: #fb4848;
}.navbar-area.navbar-area-three.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a.active {
  color: #fb4848;
}.navbar-area.navbar-area-three.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
  color: #555555;
}.navbar-area.navbar-area-three.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
  color: #fb4848;
}.navbar-area.navbar-area-three.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
  color: #fb4848;
}.navbar-area-two .main-nav {
  padding-top: 0;
  padding-bottom: 0;
}.navbar-area-two .main-nav nav .navbar-nav .nav-item {
  padding-top: 0;
  padding-bottom: 0;
}.navbar-area-two .main-nav nav .navbar-nav .nav-item a {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}.navbar-area-two .main-nav nav .navbar-nav .nav-item a.active {
  background-color: #fb4848;
  color: #fff;
}.navbar-area-two .main-nav nav .navbar-nav .nav-item a.active:hover {
  color: #fff;
}.navbar-area-two .main-nav nav .navbar-nav .nav-item > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}.navbar-area-two .main-nav nav .navbar-nav .nav-item:hover > a {
  background-color: #fb4848;
  color: #fff;
}.navbar-area-two .main-nav nav .navbar-nav .nav-item:hover > a.active {
  color: #fff;
}.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #555555;
}.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  background-color: transparent;
  color: #fb4848;
}.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
  color: #fb4848;
}.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
  background-color: transparent;
  color: #fb4848;
}.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a.active {
  color: #fb4848;
}.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
  background-color: transparent;
  color: #fb4848;
}.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
  color: #fb4848;
}.navbar-area-two .navbar-language .dropdown-toggle {
  color: #fff;
}.navbar-area-two .navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(13px) !important;
          transform: translateY(13px) !important;
}.navbar-area-two .navbar-option-item > a {
  color: #fff;
}.navbar-area-two .mobile-nav .navbar-option-item button {
  color: #fff;
}.navbar-area-two .mean-container a.meanmenu-reveal {
  color: #fff;
}.navbar-area-two .mean-container a.meanmenu-reveal span {
  background-color: #fff;
}.navbar-area-two .mean-container .mean-nav .navbar-nav .nav-item a {
  color: #555555;
}.navbar-area-two .mean-container .mean-nav .navbar-nav .nav-item a.active {
  color: #fb4848;
}.navbar-area-two .mobile-nav-category .mobile-nav-category-btn {
  color: #fff;
}.navbar-area-two .mobile-nav-category a {
  color: #555555;
}.navbar-area-two .mobile-option-dropdown .navbar-option-item button {
  color: #555555;
}.navbar-area-two .mobile-option-dropdown .navbar-option-item button:hover {
  color: #fb4848;
}.navbar-area-two .mobile-option-dropdown .navbar-option-item > a {
  color: #555555;
}.navbar-area-two .mobile-option-dropdown .navbar-option-item > a:hover {
  color: #fb4848;
}.navbar-area-three {
  background-color: #000000;
  border-top: 0;
}.navbar-area-three .main-nav {
  padding-top: 0;
  padding-bottom: 0;
}.navbar-area-three .main-nav nav .navbar-nav .nav-item {
  padding-top: 0;
  padding-bottom: 0;
}.navbar-area-three .main-nav nav .navbar-nav .nav-item a {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}.navbar-area-three .main-nav nav .navbar-nav .nav-item a.active {
  background-color: #fb4848;
  color: #fff;
}.navbar-area-three .main-nav nav .navbar-nav .nav-item a.active:hover {
  color: #fff;
}.navbar-area-three .main-nav nav .navbar-nav .nav-item > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}.navbar-area-three .main-nav nav .navbar-nav .nav-item:hover > a {
  background-color: #fb4848;
  color: #fff;
}.navbar-area-three .main-nav nav .navbar-nav .nav-item:hover > a.active {
  color: #fff;
}.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #555555;
}.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  background-color: transparent;
  color: #fb4848;
}.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
  color: #fb4848;
}.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
  background-color: transparent;
  color: #fb4848;
}.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a.active {
  color: #fb4848;
}.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
  background-color: transparent;
  color: #fb4848;
}.navbar-area-three .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover > a {
  color: #fb4848;
}.navbar-area-three .navbar-language .dropdown-toggle {
  color: #fff;
}.navbar-area-three .navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(13px) !important;
          transform: translateY(13px) !important;
}.navbar-area-three .navbar-option-item > a {
  color: #fff;
}.navbar-area-three .topbar-action-counter {
  background-color: #fb4848;
}.navbar-area-three .mobile-nav .navbar-option-item button {
  color: #fff;
}.navbar-area-three .mean-container a.meanmenu-reveal {
  color: #fff;
}.navbar-area-three .mean-container a.meanmenu-reveal span {
  background-color: #fff;
}.navbar-area-three .mean-container .mean-nav .navbar-nav .nav-item a {
  color: #555555;
}.navbar-area-three .mean-container .mean-nav .navbar-nav .nav-item a.active {
  color: #fb4848;
}.navbar-area-three .mobile-nav-category .mobile-nav-category-btn {
  color: #fff;
}.navbar-area-three .mobile-nav-category a {
  color: #555555;
}.navbar-area-three .mobile-option-dropdown .navbar-option-item button {
  color: #555555;
}.navbar-area-three .mobile-option-dropdown .navbar-option-item button:hover {
  color: #fb4848;
}.navbar-area-three .mobile-option-dropdown .navbar-option-item > a {
  color: #555555;
}.navbar-area-three .mobile-option-dropdown .navbar-option-item > a:hover {
  color: #fb4848;
}.header-bg-gradient {
  background: #eeeeee;
  background-image: url(/img/ly.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transition: background-image 0.8s ease-in-out;
}.header-bg-inner {
  padding-top: 50px;
  padding-bottom: 90px;
}.header-slider {
  position: relative;
  overflow: hidden;
}.header-slider .item {
  display: none;
}.header-slider .item.active {
  display: block;
  animation: headerFadeIn 0.6s ease;
}.header-slider .slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}.header-slider .slider-nav button {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  border: 1px solid #fb4848;
  color: #555555;
  border-radius: 5px;
  font-size: 13px;
  transition: all 0.3s linear;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  cursor: pointer;
  background: none;
  padding: 0;
}.header-slider:hover .slider-nav button {
  opacity: 1;
}.header-slider .slider-nav button.slider-prev {
  left: 0;
}.header-slider .slider-nav button.slider-next {
  right: 0;
}.header-slider .slider-nav button:hover,
.header-slider .slider-nav button:focus,
.header-slider .slider-nav button:active {
  background-color: #fb4848;
  color: #fff;
}@keyframes headerFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}.header-bg-two-inner > .row {
  position: relative;
  z-index: 1;
}.header-bg-two-inner .header-content {
  margin-left: 0;
}.header-bg-two-inner .header-content h1 {
  font-size: 50px;
}.header-bg-three-inner > .row {
  position: relative;
  z-index: 1;
}.header-bg-three-inner .header-content {
  margin-left: 0;
}.header-bg-three-inner .header-content small {
  color: #fb4848;
}.header-bg-three-inner .header-content h1 {
  font-size: 50px;
}.header-content {
  margin-left: 20px;
}.header-content small {
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}.header-content h1 {
  margin-bottom: 15px;
}.header-content p {
  font-size: 20px;
  margin-bottom: 25px;
}.header-content-image img {
  margin-left: auto;
  margin-right: auto;
}.header-page-bg {
  background-color: #F8F8F8;
}.header-page-content .header-content h1 {
  font-size: 60px;
}.service-card {
  padding: 30px 25px;
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.service-card-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
}.service-card-thumb i {
  font-size: 40px;
}.service-card-details {
  margin-left: 15px;
}.service-card-details h3 {
  font-size: 22px;
  margin-bottom: 5px;
}.service-card-details p {
  font-size: 16px;
  margin-bottom: 0;
}.service-card-secondary .service-card-thumb i {
  color: #fb4848;
}.product-info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}.product-info-header h2 {
  font-size: 40px;
  margin-bottom: 10px;
}.product-info-header .main-btn {
  margin-bottom: 10px;
  white-space: nowrap;
}.carousel-control-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.carousel-control-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid #fb4848;
  font-size: 10px;
  margin-right: 13px;
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.carousel-control-arrow:last-child {
  margin-right: 0;
}.carousel-control-arrow:hover, .carousel-control-arrow .active, .carousel-control-arrow:active, .carousel-control-arrow:focus {
  border: 1px solid #fb4848;
  background-color: #fb4848;
  color: #fff;
}.carousel-control-arrow.carousel-control-arrow-radius {
  border-radius: 5px;
}.product-info-header-two {
  border-bottom: 1px solid #fb4848;
}.product-info-header-two .feature-product-filter-list li:before {
  background-color: #fb4848;
}.product-info-header-two .feature-product-filter-list li.active:after {
  border-color: #fb4848 transparent transparent;
}.product-info-header-two .carousel-control-arrow {
  border: 1px solid #fb4848;
}.product-info-header-two .carousel-control-arrow:hover, .product-info-header-two .carousel-control-arrow .active, .product-info-header-two .carousel-control-arrow:active, .product-info-header-two .carousel-control-arrow:focus {
  border: 1px solid #fb4848;
  background-color: #fb4848;
}.product-info-header-three .carousel-control-arrow {
  border: 1px solid #fb4848;
}.product-info-header-three .carousel-control-arrow:hover, .product-info-header-three .carousel-control-arrow .active, .product-info-header-three .carousel-control-arrow:active, .product-info-header-three .carousel-control-arrow:focus {
  border: 1px solid #fb4848;
  background-color: #fb4848;
}.product-info-header-borderless {
  border-bottom: 0 !important;
}.product-info-header-borderless h2 {
  margin-bottom: 0;
}.product-status {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  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;
}.product-status-purple {
  background-color: #521A4C;
  color: #fff;
}.product-card {
  background-color: #F8F8F8;
  padding: 10px 10px 25px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}.product-card .product-status {
  position: absolute;
  top: 20px;
  right: 20px;
}.product-card:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.08);
}.product-card:hover .product-card-info span {
  background: #fff;
}.product-card:hover .product-card-action li a {
  background-color: #F8F8F8;
}.product-card:hover .product-card-action .product-card-action-cart a {
  background-color: transparent;
}.product-card-two {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}.product-card-two .product-card-thumb {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #F8F8F8;
  position: relative;
  overflow: hidden;
}.product-card-two .product-card-thumb .product-card-action {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}.product-card-two .product-card-thumb .product-card-action li {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}.product-card-two .product-card-thumb .product-card-action li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}.product-card-two .product-card-thumb .product-card-action li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}.product-card-two .product-card-thumb .product-card-action li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}.product-card-two .product-card-thumb .product-card-action li a {
  border-radius: 0;
}.product-card-two .product-status {
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto;
  height: auto;
  padding: 5px 15px;
  border-radius: 0;
}.product-card-two .product-card-content {
  text-align: left;
}.product-card-two .product-card-content .product-price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #555555;
  margin-bottom: 0;
}.product-card-two:hover .product-card-thumb .product-card-action li {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}.product-card-two:hover .product-card-info span {
  background: #fff;
}.product-card-two:hover .product-card-action li a {
  background-color: #F8F8F8;
}.product-card-two:hover .product-card-action .product-card-action-cart a {
  background-color: transparent;
}.product-card-flat .product-card-thumb {
  border-radius: 20px;
  background-color: #EEF1F8;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 25px;
  position: relative;
  overflow: hidden;
  height: 260px;
  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;
}
.product-card-flat .product-card-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-card-flat .product-card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}.product-card-flat .product-card-thumb .product-status {
  background-color: #FF7F5C;
  border-radius: 0;
  width: 100px;
  height: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(34px, 2px) rotate(45deg);
          transform: translate(34px, 2px) rotate(45deg);
}.product-card-flat .product-card-thumb .product-card-action {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 25px;
  left: 25px;
}.product-card-flat .product-card-thumb .product-card-action li {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}.product-card-flat .product-card-thumb .product-card-action li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}.product-card-flat .product-card-thumb .product-card-action li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}.product-card-flat .product-card-thumb .product-card-action li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}.product-card-flat .product-card-thumb .product-card-action li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
}.product-card-flat .product-card-thumb .product-card-action li a span {
  font-size: 0;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}.product-card-flat .product-card-thumb .product-card-action li a:hover {
  border-radius: 25px;
  background-color: #fb4848;
  color: #fff;
}.product-card-flat .product-card-thumb .product-card-action li a:hover span {
  font-size: 14px;
  margin-left: 5px;
}.product-card-flat:hover .product-card-thumb {
  background-color: #D7D9DF;
}.product-card-flat .product-card-content h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}.product-card-flat:hover .product-card-content h3 a {
  color: #fb4848;
}.product-card-flat:hover .product-card-action li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}.product-card-flat .product-card-content {
  margin-top: 20px;
}.product-card-flat .product-card-content .product-price {
  margin-bottom: 0;
  color: #fb4848;
}.product-card-flat .product-card-content .product-price del {
  color: #FF7F5C;
}.product-card-thumb {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}.product-card-info {
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  position: relative;
  text-align: center;
}.product-card-info:before {
  content: "";
  background-color: #555555;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}.product-card-info span {
  background: #F8F8F8;
  display: inline-block;
  width: 60px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.product-price {
  font-size: 16px;
  font-weight: 400;
  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;
}.product-price del {
  margin-left: 5px;
}.product-card-content {
  text-align: center;
  margin-top: 15px;
}.product-card-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}.product-card-content h3 a {
  color: #10142D;
}.product-card-content .product-id {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
  font-weight: 400;
}.product-card-content .product-price {
  margin-bottom: 14px;
}.product-card-secondary .product-price {
  color: #fb4848;
}.product-card-secondary .product-price del {
  color: #555555;
}.product-card-secondary .product-card-action-cart {
  border-color: #fb4848;
}.product-card-secondary .product-card-action li a {
  color: #fb4848;
}.product-card-secondary .product-card-action li a:hover {
  background-color: #fb4848;
  color: #fff;
}.product-card-secondary .product-card-action .product-card-action-cart a:hover {
  background-color: #fb4848;
  color: #fff;
}.product-card-secondary:hover .product-card-content h3 a {
  color: #fb4848;
}.product-card-two-secondcolor .product-card-content .product-price {
  color: #fb4848;
}.product-card-two-secondcolor .product-card-content .product-price del {
  color: #555555;
}.product-card-two-secondcolor .product-card-thumb .product-card-action li a {
  color: #fb4848;
}.product-card-two-secondcolor:hover .product-card-thumb .product-card-action li a {
  background-color: #fb4848;
  color: #fff;
}.product-card-two-secondcolor:hover .product-card-content h3 a {
  color: #fb4848;
}.product-card-two-thirdcolor .product-card-content .product-price {
  color: #fb4848;
}.product-card-two-thirdcolor .product-card-content .product-price del {
  color: #555555;
}.product-card-two-thirdcolor .product-card-thumb .product-card-action li a {
  color: #fb4848;
}.product-card-two-thirdcolor:hover .product-card-thumb .product-card-action li a {
  background-color: #fb4848;
  color: #fff;
}.product-card-two-thirdcolor:hover .product-card-content h3 a {
  color: #fb4848;
}.product-banner-content .product-price {
  font-size: 35px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
  color: #fb4848;
}.product-banner-content .product-price del {
  font-size: 16px;
  margin-left: 10px;
  color: #555555;
}.product-banner-content-sm .product-price {
  font-size: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}.product-banner-content-sm .product-price del {
  font-size: 15px;
  margin-left: 10px;
}.product-banner-secondary .product-banner-content .product-price {
  color: #fb4848;
}.product-banner-secondary .product-banner-content .product-price del {
  color: #555555;
}.product-banner-thirdcolor .product-banner-content .product-price {
  color: #fb4848;
}.product-banner-thirdcolor .product-banner-content .product-price del {
  color: #555555;
}.product-selection-tab {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  margin-top: -10px;
  margin-bottom: 30px;
}.product-selection-tab li {
  border-radius: 5px;
  background-color: #EEF1F8;
  font-size: 20px;
  color: #555555;
  list-style: none;
  line-height: 1;
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 190px;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}.product-selection-tab li i {
  color: #fb4848;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
  font-size: 25px;
}.product-selection-tab li:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.12);
}.product-selection-tab li.active {
  background-color: #fff;
  -webkit-box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.12);
}.product-all-item.Flashlights {
  display: block;
}.product-flat-full a:hover .blog-flat-card-content h3 {
  color: #fb4848;
}.blog-flat-card-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 345px;
}.blog-flat-card-content {
  padding-left: 40px;
}.blog-flat-card-content .blog-entry {
  margin-bottom: 15px;
}.blog-flat-card-content h3 {
  font-size: 27px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.blog-flat-card-content p {
  font-size: 16px;
  margin-bottom: 10px;
}.blog-flat-card-content .blog-card-action li i {
  color: #fb4848;
}.product-slider-for .item {
  padding: 50px;
}.product-slider-nav .item {
  background-color: #f8f8f8;
  padding: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.product-slider-nav .owl-item.synced .item {
  border: 1px solid #fb4848;
}.product-details-caption .product-id {
  font-size: 18px;
  margin-bottom: 12px;
}.product-details-caption .product-price {
  margin-bottom: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fb4848;
  font-size: 18px;
}.product-details-caption .product-price del {
  color: #555555;
}.product-details-caption .product-choice {
  margin-bottom: 20px;
}.product-details-caption-secondcolor .product-price {
  color: #fb4848;
}.product-details-caption-secondcolor .product-price del {
  color: #555555;
}.product-details-caption-secondcolor .product-choice-item label {
  color: #fb4848;
}.product-details-caption-secondcolor .product-choice-item .form-control {
  border-color: #fb4848;
}.product-quantity .btn {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}.product-tab-list li:hover, .product-tab-list li.active {
  color: #fb4848;
}.product-tab-information-item {
  display: none;
}.product-tab-information-item.active {
  display: inline-block;
  width: 100%;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}.product-description {
  overflow-wrap: break-word;
  word-break: break-word;
}.product-description ul, .product-description ol {
  max-width: 100% !important;
  width: auto !important;
}.product-description p {
  font-size: 16px;
  margin-bottom: 20px;
}.product-description p:last-child {
  margin-bottom: 0;
}.product-description ul {
  padding-left: 25px;
  margin-top: -5px;
  margin-bottom: 20px;
}.product-description ul li {
  font-size: 16px;
  margin-top: 5px;
  position: relative;
  list-style: none;
  padding-left: 30px;
}.product-description ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fb4848;
  position: absolute;
  left: 0;
  top: 7px;
}.partner-carousel .item {
  text-align: center;
}.partner-carousel .item img {
  width: auto;
  margin: auto;
}.offer-section .section-title {
  margin-bottom: 20px;
}.offer-card-content .product-price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 14px;
}.offer-card-content .product-price del {
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
}.offer-card-content-secondary .product-price {
  color: #fb4848;
}.offer-card-content-secondary .product-price del {
  color: #555555;
}.feature-product-filter-list li.active:before {
  width: 100%;
  opacity: 1;
}.feature-product-filter-list li.active:after {
  content: "";
  border-width: 10px;
  border-style: solid;
  position: absolute;
  left: 50%;
  bottom: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}.feature-product-filter-item.active {
  display: block;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}.client-feedback-paragraph img {
  margin-bottom: 15px;
}.client-feedback-paragraph p {
  font-size: 16px;
  margin-bottom: 15px;
}.client-feedback-thumb {
  margin-bottom: 10px;
}.client-feedback-thumb img {
  border-radius: 50%;
}.client-feedback-name {
  font-size: 24px;
}.client-feedback-designation {
  font-size: 16px;
  font-weight: 400;
}.client-feedback {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}.client-feedback .client-feedback-name {
  margin-bottom: 5px;
}.client-feedback .client-feedback-designation {
  margin-bottom: 0;
}.client-feedback-2 .client-feedback-thumb {
  margin-bottom: 15px;
}.client-feedback-2 .client-feedback-name {
  margin-bottom: 7px;
}.client-feedback-2 .client-feedback-designation {
  margin-bottom: 6px;
}.client-feedback-2 .client-feedback-paragraph {
  position: relative;
}.client-feedback-2 .client-feedback-paragraph:before {
  content: "";
  background-image: url("/img/quote-1.png");
  width: 55px;
  height: 55px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -10px;
  top: -55px;
  z-index: -1;
}.client-feedback-2 .client-feedback-paragraph:after {
  content: "";
  background-image: url("/img/quote-2.png");
  width: 55px;
  height: 55px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -10px;
  bottom: 0px;
  z-index: -1;
}.client-feedback-2 .client-feedback-paragraph p {
  margin-bottom: 0;
}.client-feedback-3 {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: left;
}.client-feedback-autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.client-feedback-autor .client-feedback-name {
  font-size: 20px;
}.client-feedback-autor .client-feedback-thumb {
  margin-bottom: 0;
}.client-feedback-author-info {
  padding-left: 18px;
}@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}.testimonial-carousel .owl-item img {
  margin-left: auto;
  margin-right: auto;
}.testimonial-carousel .owl-stage-outer {
  margin-bottom: 20px;
}.testimonial-carousel-3 .owl-stage-outer {
  margin-bottom: 20px;
}.owl-carousel .owl-item img {
  width: auto;
}.default-carousel.owl-theme .owl-nav button {
  width: 40px;
  height: 40px;
  border: 1px solid #fb4848;
  color: #555555;
  border-radius: 0;
  font-size: 13px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}.default-carousel.owl-theme .owl-nav button.owl-prev {
  left: 0;
}.default-carousel.owl-theme .owl-nav button.owl-next {
  right: 0;
}.default-carousel.owl-theme .owl-nav button:hover, .default-carousel.owl-theme .owl-nav button:focus, .default-carousel.owl-theme .owl-nav button:active {
  background-color: #fb4848;
  color: #fff;
}.default-carousel.owl-theme.default-carousel-radius .owl-nav button {
  border-radius: 5px;
}.default-carousel.owl-theme:hover .owl-nav button {
  opacity: 1;
}.default-carousel.owl-theme .owl-dot span {
  opacity: .62;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #fb4848;
}.default-carousel.owl-theme .owl-dot.active span {
  width: 27px;
  opacity: 1;
  background-color: #fb4848;
}.default-carousel.owl-theme .owl-dot:hover span {
  background-color: #fb4848;
  opacity: 1;
}.default-carousel-secondcolor.owl-theme .owl-nav button {
  border: 1px solid #fb4848;
}.default-carousel-secondcolor.owl-theme .owl-nav button:hover, .default-carousel-secondcolor.owl-theme .owl-nav button:focus, .default-carousel-secondcolor.owl-theme .owl-nav button:active {
  background-color: #fb4848;
}.default-carousel-secondcolor.owl-theme .owl-dot span {
  background-color: #fb4848;
  margin: 0 3px;
}.default-carousel-secondcolor.owl-theme .owl-dot:hover span {
  background-color: #fb4848;
  opacity: 1;
}.default-carousel-secondcolor.owl-theme .owl-dot.active span {
  background-color: #fb4848;
}.default-carousel-thirdcolor.owl-theme .owl-nav button {
  border: 1px solid #fb4848;
}.default-carousel-thirdcolor.owl-theme .owl-nav button:hover, .default-carousel-thirdcolor.owl-theme .owl-nav button:focus, .default-carousel-thirdcolor.owl-theme .owl-nav button:active {
  background-color: #fb4848;
}.default-carousel-thirdcolor.owl-theme .owl-dot span {
  background-color: #fb4848;
  margin: 0 3px;
}.default-carousel-thirdcolor.owl-theme .owl-dot:hover span {
  background-color: #fb4848;
  opacity: 1;
}.default-carousel-thirdcolor.owl-theme .owl-dot.active span {
  background-color: #fb4848;
}.bubble-item {
  position: absolute;
  -webkit-animation: scale 2s linear infinite;
          animation: scale 2s linear infinite;
}.bubble-item img {
  opacity: 0.56;
}.bubble-item:nth-child(1) {
  width: 48px;
  left: 20%;
  top: 10px;
}.bubble-item:nth-child(2) {
  width: 20px;
  left: 0;
  top: 100px;
}.bubble-item:nth-child(3) {
  width: 90px;
  left: 5%;
  top: 200px;
}.bubble-item:nth-child(4) {
  width: 60px;
  right: 0;
  top: 0;
}.bubble-item:nth-child(5) {
  width: 150px;
  right: 0;
  top: 150px;
}.newsletter-item .section-title {
  margin-bottom: 23px !important;
}.bg-offwhite1 .newsletter-item .section-title {
  margin-bottom: 30px !important;
}.newsletter-form .form-control {
  padding: 16px 20px;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
}.newsletter-form .form-control:focus, .newsletter-form .form-control:active {
  background-color: #fff;
}.newsletter-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.newsletter-form .form-group .main-btn {
  white-space: nowrap;
  padding: 15px 20px;
}.newsletter-form .form-group-radius {
  border-radius: 5px;
  overflow: hidden;
}.newsletter-formm .form-control {
  padding: 16px 20px;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
}.newsletter-formm .form-control:focus, .newsletter-form .form-control:active {
  background-color: #fff;
}.newsletter-formm .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}.newsletter-formm .form-group .main-btn {
  white-space: nowrap;
  padding: 15px 20px;
}.newsletter-formm .form-group-radius {
  border-radius: 5px;
  overflow: hidden;
}.newsletter-lg-width {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}.blog-card .blog-card-thumb {
  margin-bottom: 15px;
}.blog-card .blog-card-thumb img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.blog-card:hover .blog-card-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}.blog-card-thumb {
  border-radius: 20px;
  overflow: hidden;
}.blog-entry {
  font-size: 16px;
  color: #555555;
}.blog-card-content .blog-entry {
  margin-bottom: 12px;
}.blog-card-content h3 {
  font-size: 24px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 1.4;
}.blog-card-content h3 a {
  color: #10142D;
}.blog-card-secondcolor:hover .blog-card-content h3 {
  color: #fb4848;
}.blog-card-secondcolor:hover .blog-card-content h3 a {
  color: #fb4848;
}.blog-card-thirdcolor .blog-card-action li i {
  color: #fb4848;
}.blog-card-thirdcolor:hover .blog-card-content h3 {
  color: #fb4848;
}.blog-card-thirdcolor:hover .blog-card-content h3 a {
  color: #fb4848;
}.blog-flat-card {
  background-color: #F8F8F8;
  margin-bottom: 30px;
}.blog-flat-card:last-child {
  margin-bottom: 0;
}.blog-flat-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}.blog-flat-card a:hover .blog-flat-card-content h3 {
  color: #fb4848;
}.blog-flat-card-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 345px;
}.blog-flat-card-content {
  padding-left: 40px;
}.blog-flat-card-content .blog-entry {
  margin-bottom: 15px;
}.blog-flat-card-content h3 {
  font-size: 27px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.blog-flat-card-content p {
  font-size: 16px;
  margin-bottom: 10px;
}.blog-flat-card-content .blog-card-action li i {
  color: #fb4848;
}.footer-content-item {
  margin-bottom: 30px;
}.footer-details {
  margin-top: 20px;
}.footer-details p {
  font-size: 16px;
  margin-bottom: 15px;
}.footer-details p:last-child {
  margin-bottom: 0;
}.footer-content-title h3 {
  font-size: 24px;
    color: #FFFFFF;
  margin-bottom: 0;
}.footer-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}.footer-list li {
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  list-style: none;
      color: #555555;
}.footer-list li:last-child {
  margin-bottom: 0;

}.footer-list li a {
  color: #555555;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.footer-list li p {
  margin-top: 3px;
}.footer-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #fb4848;
}.footer-list li:hover a {
  color: #fb4848;
}.footer-list-secondcolor li a:hover {
  color: #fb4848;
}.footer-list-secondcolor li:before {
  background-color: #fb4848;
}.footer-list-secondcolor li:hover a {
  color: #fb4848;
}.footer-upper {
  background-color: #232323;
}
.footer-lower {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(79, 90, 194, 0.41);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}.footer-lower-secondcolor {
  border-top-color: #fb4848;
}.quick-view-wrapper.active {
  opacity: 1;
  pointer-events: all;
}.quick-view-wrapper.active .quick-view-modal {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}.quick-view-wrapper.active .quick-view-product-content {
  -webkit-animation: fadeInLeft 1.1s;
          animation: fadeInLeft 1.1s;
  opacity: 1;
}.close-btn {
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 40px;
  height: 40px;
  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-color: #fb4848;
  color: #fff;
  cursor: pointer;
}.close-btn-thirdcolor {
  background-color: #fb4848;
}.quick-view-product-carousel {
  background-color: #F8F8F8;
  padding: 30px;
}.quick-view-product-carousel.default-carousel.owl-theme .owl-nav {
  margin-top: 0;
}.quick-view-product-carousel.default-carousel.owl-theme .owl-nav .owl-prev {
  left: 10px;
}.quick-view-product-carousel.default-carousel.owl-theme .owl-nav .owl-next {
  right: 10px;
}.quick-view-product-carousel .item img {
  margin-left: auto;
  margin-right: auto;
}.quick-view-product-content .product-status {
  background-color: #FF7F5C;
  color: #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 6px 10px;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1;
}.quick-view-product-content .product-price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
  color: #fb4848;
  margin-bottom: 10px;
}.quick-view-product-content .product-price del {
  color: #555555;
}.quick-view-product-content .product-choice {
  margin-bottom: 17px;
}.product-choice {
  background-color: #F8F8F8;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}.product-choice-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
}.product-choice-item h7 {

  margin-right: 10px;
  margin-bottom: 0;
   color: #555555;
}.product-choice-item label {
  color: #fb4848;
  margin-bottom: 5px;
  display: block;
}.product-choice-item .form-control {
  border: 1px solid #fb4848;
  background-color: #fff;
  line-height: 1.1;
  width: 100%;
  color: #555555;
}.product-choice-item .nice-select::after {
  border-color: #fb4848;
  height: 7px;
  width: 7px;
  right: 12px;
  margin-top: -5px;
}.product-choice-item .nice-select .list {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}.product-choice-item .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #555555;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
}.product-choice-item .nice-select .list .option.selected {
  background-color: #fb4848 !important;
  color: #fff;
  font-weight: normal;
}.product-choice-item .nice-select .list::-webkit-scrollbar {
  display: none;
}.product-action-item .main-btn {
  padding: 12px 35px;
}.quick-view-modal-secondcolor .close-btn {
  background-color: #fb4848;
}.quick-view-modal-secondcolor .quick-view-product-content .product-status {
  background-color: #5b68dd;
}.quick-view-modal-secondcolor .quick-view-product-content .product-price {
  color: #fb4848;
}.quick-view-modal-secondcolor .product-choice-item label {
  color: #fb4848;
}.quick-view-modal-secondcolor .product-choice-item .form-control {
  border: 1px solid #fb4848;
}.quick-view-modal-thirdcolor .close-btn {
  background-color: #fb4848;
}.quick-view-modal-thirdcolor .quick-view-product-content .product-status {
  background-color: #5b68dd;
}.quick-view-modal-thirdcolor .quick-view-product-content .product-price {
  color: #fb4848;
}.quick-view-modal-thirdcolor .product-choice-item label {
  color: #fb4848;
}.quick-view-modal-thirdcolor .product-choice-item .form-control {
  border: 1px solid #fb4848;
}.cart-modal {
  padding: 35px;
  border-radius: 0;
  width: 555px;
  background-color: #fff;
  z-index: 11111;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  right: 5px;
  top: 100%;
  -webkit-box-shadow: 0 9px 39px 0 rgba(179, 221, 247, 0.4);
          box-shadow: 0 9px 39px 0 rgba(179, 221, 247, 0.4);
}.cart-modal.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}.cart-details .main-btn {
  margin-bottom: 20px;
}.cart-details .main-btn:last-child {
  margin-bottom: 0;
}.cart-close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
}.cart-option .cart-modal {
  position: absolute;
  right: 0;
  top: 100%;
}.cart-modal-secondcolor .close-btn {
  background-color: #fb4848;
}.cart-modal-thirdcolor .close-btn {
  background-color: #fb4848;
}.newsletter-popup-wrapepr {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.56);
  z-index: 1111111;
  left: 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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.newsletter-popup-wrapepr.active {
  opacity: 1;
  pointer-events: all;
}.newsletter-popup-wrapepr.active .newsletter-modal {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}.coupon-popup-wrapepr.active {
  opacity: 1;
  pointer-events: all;
}.coupon-popup-wrapepr.active .newsletter-modal {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}.newsletter-modal {
  padding: 70px 35px 40px;
  border-radius: 0;
  width: 900px;
  background-color: #fff;
  z-index: 11111;
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}.newsletter-modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
}.about-content-item h2 {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.25;
}.about-content-item p {
  font-size: 16px;
  margin-bottom: 20px;
}.about-content-item p:last-child {
  margin-bottom: 0;
}.team-card {
  position: relative;
  border: 1px solid #eee;
}.team-card:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(74, 68, 68, 0.41);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.team-card:hover:after {
  opacity: 1;
}.team-card:hover .team-card-content {
  border-radius: 0;
  background-color: transparent;
}.team-card:hover .team-card-content h3 {
  color: #fff;
}.team-card:hover .team-card-content h3 a {
  color: #fff;
}.team-card:hover .team-card-content p {
  color: #fff;
}.team-card:hover .team-card-content .social-list-secondcolor li a {
  color: #fff;
}.team-card:hover .team-card-content .social-list-secondcolor li a:hover {
  color: #fb4848;
}.team-card-content {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 45px 25px 25px;
  border-radius: 188px 188px 0 0 / 100px 100px 0 0;
  text-align: center;
  -webkit-transition: border-radius 0.3s, background-color 0.6s;
  transition: border-radius 0.3s, background-color 0.6s;
  z-index: 1;
}.team-card-content h3 {
  font-size: 24px;
  margin-bottom: 7px;
}.team-card-content h3 a {
  color: #10142D;
}.team-card-content h3 a:hover {
  color: #fb4848;
}.team-card-content p {
  font-size: 16px;
  margin-bottom: 10px;
}.sidebar-item {
  margin-bottom: 30px;
}.sidebar-item:last-child {
  margin-bottom: 0;
}.sidebar-item > h3 {
  font-size: 24px;
  margin-bottom: 13px;
}.sidebar-search form .form-control {
  background-color: #F8F8F8;
}.sidebar-search form .main-btn {
  padding: 16px 20px;
}.sidebar-search form .main-btn i {
  margin-right: 0;
}.sidebar-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}.sidebar-list li {
  font-size: 16px;
  list-style: none;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}.sidebar-list li:last-child {
  margin-bottom: 0;
}.sidebar-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #fb4848;
}.sidebar-list li a {
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}.sidebar-list li a:hover {
  color: #fb4848;
}.sidebar-post-content .blog-entry {
  color: #fb4848;
}.result-block {
  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;
  margin-bottom: 30px;
}.result-block h2 {
  font-size: 40px;
  margin-bottom: 0;
  margin-right: 15px;
}.result-block p {
  font-size: 16px;
  color: #fb4848;
  margin-bottom: 0;
}.accordion-item:last-of-type .accordion-button.collapsed {
  border: 0;
  border-radius: 0;
}.contact-form .form-control {
  background-color: #fff;
}.contact-form .form-control:focus, .contact-form .form-control:active {
  background-color: #fff;
}.product-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}.product-header-item {
  margin-bottom: 10px;
}.product-header-item.sidebar-search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 310px;
}.product-filter {
  background-color: #f8f8f8;
  padding: 20px 30px 5px;
  margin-bottom: 30px;
}
.product-all-gallery ul.row {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.product-all-gallery > .row > .text-center,
.product-all-gallery > .row > .main-nav {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
}
.product-filter-list {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
  margin-top: -5px;
}.product-filter-list li {
  display: inline-block;
  font-size: 16px;
  margin-right: 30px;
  margin-top: 5px;
}.product-filter-list li a {
  color: #555555;
}.product-filter-list li a:hover {
  color: #fb4848;
}.product-filter-list li a.active {
  color: #fb4848;
}.product-filter-views li a.active {
  color: #fb4848;
}.product-filter-action .main-btn {
  padding: 6px 22px;
}.product-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.filter-popup-wrapper {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.56);
  z-index: 1111111;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}.filter-popup-wrapper.active {
  opacity: 1;
  pointer-events: all;
}.filter-popup-wrapper.active .filter-popup-modal {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}.filter-cat li a.active:before {
  background-color: #fb4848;
}.price-range-filter-button .main-btn {
  padding: 7px 20px;
  font-size: 14px;
}.filter-color li a.active .filter-color-radio {
  border-color: #000;
}.filter-popup-modal-close {
  width: 40px;
  height: 40px;
  background-color: #fb4848;
  color: #fff;
  font-size: 15px;
  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: absolute;
  right: 0;
  cursor: pointer;
}.cart-table {
  width: 100%;
  overflow: auto;
}.cart-table::-webkit-scrollbar {
  height: 7px;
}.cart-table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
}.cart-table::-webkit-scrollbar-thumb {
  background-color: #ccc7c7;
}.cart-table table {
  width: 100%;
  border-spacing: 0 20px;
  border-collapse: separate;
  margin-top: -20px;
}.cart-table table th {
  background-color: #F8F8F8;
  color: #555555;
  font-size: 16px;
  font-weight: 600;
  padding: 25px 30px;
  text-align: center;
  white-space: nowrap;
}.cart-table table td {
  background-color: #F8F8F8;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  padding: 25px 30px;
  text-align: center;
}.cart-table table td .main-btn {
  padding: 8px 25px;
  font-size: 14px;
  white-space: nowrap;
}.cart-table table td.cancel a {
  color: #555555;
}.cart-table table td.cancel a:hover {
  color: #fb4848;
}.cart-table table .cart-quantity button {
  padding: 5px 20px;
  font-size: 15px;
}.cart-table table .cart-quantity input {
  padding: 5px 10px;
}.cart-table-white table th {
  background-color: #fff;
}.cart-table-white table td {
  background-color: #fff;
}.cart-table-white .product-table-info {
  background-color: #f8f8f8;
}.section-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;

}.section-button-group .main-btn {
  margin-right: 15px;
  margin-top: 10px;
}.section-button-group .main-btn:last-child {
  margin-right: 0;
}.authentication-header ul li a:hover, .authentication-header ul li a.active {
  color: #fb4848;
}.account-sidebar-list li.active a {
  color: #fff;
  background: #fb4848;
}.account-info {
  padding: 20px 40px 40px !important;
  background-color: #f8f8f8;
  transition: none !important;
  animation: none !important;
}.product-details-section.pt-100.pb-70 .account-info {
  padding-top: 20px !important;
}.product-details-section .account-page-section.pt-100 {
  padding-top: 30px !important;
}.product-details-section {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}.product-details-section .container:last-child .account-page-section {
  padding-top: 20px !important;
  margin-top: 0 !important;
}.product-intro {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}.product-choice {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}.product-tab-information {
  margin-top: 0 !important;
  padding-top: 0 !important;
}.product-tab-information-item.active {
  margin-top: 0 !important;
  padding-top: 0 !important;
}.account-info .cart-table {
  width: 100%;
  margin-bottom: 0;
}.account-info .cart-table table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0;
}.account-info .cart-table table thead tr th {
  font-size: 16px;
  border-bottom: 1px solid #e2e2e2;
}.account-info .cart-table table tbody tr td {
  font-size: 16px;
  border-bottom: 1px solid #e2e2e2;
}.account-info .cart-table table tbody tr:last-child td {
  border-bottom: 0;
}.account-info .product-table-thumb {
  -webkit-box-flex: 0;
          flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  max-width: 80px;
}.account-info .product-table-info span {
  font-size: 17px;
}.account-avatar-action li .main-btn {
  padding: 15px 25px;
  font-size: 15px;
}.account-setting-button .btn {
  margin-left: 10px;
  margin-top: 10px;
}.account-setting-button .btn:first-child {
  margin-left: 0;
}.billing-address {
  padding: 20px;
  background-color: #fff;
}.billing-address.none {
  display: none;
}.billing-address address {
  font-size: 15px;
  margin: 0;
  color: #555555;
}.billing-address.billing-address-white address {
  color: #CECECE;
}.billing-address-input {
  display: none;
}.billing-address-input.active {
  display: block;
}.error-page-content .main-btn {
  margin-bottom: 20px;
}.error-page-content .main-btn:last-child {
  margin-bottom: 0;
}.coming-soon-section .container {
  height: 100%;
  position: relative;
}.coming-soon-details .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}.coming-soon-details .form-group .form-control {
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  max-width: 100%;
}.scroll-top {
  position: fixed;
  bottom: 105%;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}.scroll-top.scrolltopactive {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}.scroll-top:hover .scroll-top-inner {
  color: #fff;
}.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}.scroll-top-inner {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  background: #fb4848;
  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;
  font-size: 20px;
  border-radius: 50%;
}.scroll-top-inner-secondcolor {
  background: #fb4848;
}/*# sourceMappingURL=style.css.map */