/*-------------------------------------------------------------
    
  #   CSS INDEX
========================================================
	
  [ 01 Template default CSS ]

  [ 02 Header CSS ]

  [ 03 Widgets CSS ]

  [ 04 Component CSS ]
    
  [ 4.1 actions CSS ]

  [ 4.2 button CSS ]

  [ 4.3 count CSS ]

  [ 4.4 hero CSS ]

  [ 4.5 banner CSS ]

  [ 4.6 bread crumb CSS ]

  [ 4.7 brand carousel CSS ]

  [ 4.8 products CSS ]

  [ 4.9 decoration CSS ]

  [ 4.10 categoris CSS ]

  [ 4.11 news letter CSS ]

  [ 4.12 blogs CSS ]

  [ 4.13 blog details CSS ]

  [ 4.14 footer CSS ]

  [ 4.15 product modal CSS ]

  [ 4.16 pagination CSS ]

  [ 4.17 shop CSS ]

  [ 4.18 single produt tab CSS ]

  [ 4.19 checkout CSS ]

  [ 4.20 my account CSS ]

  [ 4.21 compare CSS ]

  [ 4.22 wishlist CSS ]

  [ 4.23 contact CSS ]

  [ 4.24 about us CSS ]

  [ 4.25 static info CSS ]

  [ 4.26 service CSS ]

  [ 4.27 404 CSS ]

  [ 4.28 policy CSS ]

  [ 4.29 accordion CSS ]

---------------------------------------------------*/
/*--------------------------------------
/*  [ 01 Template default CSS ]
----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
body {
  color: #707070;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.814;
}

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a {
  text-decoration: none;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}
.hidden{display:none !important;}
img {
  max-width: 100%;
}
.text-justify{text-align:justify;}
.text-right{text-align:right;}
.text-left{text-align:left;}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .custom-px {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (min-width: 1500px) {
  .custom-px {
    padding-left: 5.4%;
    padding-right: 5.4%;
  }
}

.bg-dark {
  background-color: #222 !important;
}
.bg-theme-dark {
  background-color: #41474b !important;
}
.bg-theme-orange {
  background-color: #dc582a !important;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -40px !important;
}

.mb-5 {
  margin-bottom: 40px !important;
}

.border-top {
  border-color: #666 !important;
}

.border-bottom {
  border-color: #666 !important;
}

.map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
.cursive-title
{
	font-family: 'Allura', cursive;
    text-transform: unset !important;
    color: #dc582a !important;
    font-size: 48px !important;
    letter-spacing: 0.8px;
}

/* Section TItle */
.section-title .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  color: #222;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.section-title .title::before {
  content: "";
  width: 50px;
  height: 2px;
  margin-left: -25px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #dc582a;
}

.section-title.bestseller .title::before {
  margin-left: 0px;
  left: 0%;
}

.section-padding-top {
  padding-top: 80px;
}

@media screen and (min-width: 1200px) {
  .section-padding-top {
    padding-top: 80px;
  }
}

.section-padding-bottom {
  padding-bottom: 80px;
}

@media screen and (min-width: 1200px) {
  .section-padding-bottom {
    padding-bottom: 80px;
  }
}

.swiper-arrow {
  position: relative;
}

.swiper-arrow .swiper-button-next,
.swiper-arrow .swiper-button-prev {
  background: #dc582a;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  top:46.5%;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
}

.swiper-arrow .swiper-button-next:hover,
.swiper-arrow .swiper-button-prev:hover {
  background: #000;
  color: #fff;
}

.swiper-arrow .swiper-button-next::after,
.swiper-arrow .swiper-button-prev::after {
  font-size: 25px;
}

.arrow-position-center .swiper-button-next {
  right: 0px;
}

@media screen and (min-width: 1200px) {
  .arrow-position-center .swiper-button-next {
    right: -60px;
  }
}

.arrow-position-center .swiper-button-prev {
  left: 0px;
}

@media screen and (min-width: 1200px) {
  .arrow-position-center .swiper-button-prev {
    left: -70px;
  }
}

.arrow-position-center:hover .swiper-button-next,
.arrow-position-center:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.arrow-position-center-fixed .swiper-button-next {
  right: 0px;
}

@media screen and (min-width: 1200px) {
  .arrow-position-center-fixed .swiper-button-next {
    right: 22%;
  }
}

.arrow-position-center-fixed .swiper-button-prev {
  left: 0px;
}

@media screen and (min-width: 1200px) {
  .arrow-position-center-fixed .swiper-button-prev {
    left: 22%;
  }
}

.arrow-position-center-fixed:hover .swiper-button-next,
.arrow-position-center-fixed:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.swiper-arrow.bestseller-arrow .swiper-button-next,
.swiper-arrow.bestseller-arrow .swiper-button-prev {
  position: static;
  margin-top: 40px;
  opacity: 1;
  visibility: visible;
  display: inline-block;
}

.swiper-arrow.bestseller-arrow .swiper-button-next {
  margin-left: 15px;
}

.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

#scrollUp {
  background: #222;
  border: 2px solid #e7e7e7;
  border-radius: 100%;
  bottom: -38px;
  cursor: pointer;
  height: 50px;
  opacity: 0;
  position: fixed;
  right: 15px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: hidden;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 25px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#scrollUp:hover {
  background: #dc582a;
  border-color: #dc582a;
}

#scrollUp.show {
  bottom: 5%;
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------
/*  [ 02 Header CSS ]
----------------------------------------*/
.header-topbar {
  padding-top: 6px;
  padding-bottom: 6px;
}
.header-topbar .social-links-dark .social-link
{
	color: #ffffff;
}

.topbar-border-bottom {
  border-bottom: 1px solid #ebebeb;
}

.topbar-nav-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .topbar-nav-info-item + .topbar-nav-info-item {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
  }
  .topbar-nav-info-item + .topbar-nav-info-item::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #cbcbcb;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
  }
}

.topbar-nav-info-item span {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
}

.topbar-nav-info-item a {
  color: inherit;
  text-decoration: inherit;
}

.topbar-nav-item {
  position: relative;
}

@media screen and (min-width: 992px) {
  .topbar-nav-item + .topbar-nav-item {
    padding-left: 20px;
    margin-left: 20px;
  }
  .topbar-nav-item + .topbar-nav-item::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #cbcbcb;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
  }
}

@media screen and (max-width: 991px) {
  .topbar-nav-item {
    margin-top: 10px;
  }
}

.topbar-nav-link {
  font-size: 14px;
  text-decoration: none;
}

.topbar-nav-link::after {
  content: "\f123";
  font-family: Ionicons;
  font-size: 12px;
  color: #a6a6a6;
  padding-left: 8px;
}

.topbar-default .topbar-nav-link {
  color: #707070;
}

.bg-dark .topbar-nav-link {
  color: #fff;
}

.bg-dark .topbar-nav-info-item {
  color: #fff;
}

.topbar-dropdown-menu {
  display: none;
  position: absolute;
  z-index: 5;
  top: 35px;
  min-width: 200px;
  background: #fff;
  padding: 15px 20px;
  text-transform: capitalize;
  border: 1px solid #e7e7e7;
}

.menu-position-right {
  right: 0;
}

@media screen and (min-width: 992px) {
  .menu-position-right {
    right: 0;
  }
}

.menu-position-left {
  left: 0;
}

.topbar-dropdown-item + .topbar-dropdown-item {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
  margin-top: 10px;
}

.topbar-dropdown-nav-link {
  color: #707070;
  font-size: 14px;
  text-decoration: none;
}

.topbar-dropdown-nav-link:hover {
  color: #dc582a;
}

svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.topbar-dropdown-menu.user {
  opacity: 0;
  visibility: hidden;
  display: block;
  top: 120%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.quick-link-item:hover .topbar-dropdown-menu.user {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-middle-default {
  padding: 14px 0px;
}

/* .logo {
  width: 200px;
} */

.main-menu-item {
  position: relative;
}

.main-menu-item + .main-menu-item {
  margin-left: 30px;
}

.main-menu-item:hover .mega-menu,
.main-menu-item:hover .sub-menu {
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
          transform: perspective(600px) rotateX(0deg);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.2s ease;
  transition: transform 0.5s ease, opacity 0.2s ease;
  transition: transform 0.5s ease, opacity 0.2s ease, -webkit-transform 0.5s ease;
}

.main-menu-link {
  color: #222;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  line-height: 55px;
}

.main-menu-link:hover, .main-menu-link.active {
  color: #dc582a;
}

.main-menu-link:not(.contact)::after {
  content: "\f3d0";
  display: inline-block;
  font-family: ionicons;
  font-size: 14px;
  margin-left: 5px;
}

.header-bottom2 .main-menu-link {
  color: #fff;
}

.header-bottom2 .main-menu-link:hover, .header-bottom2 .main-menu-link.active {
  color: #dc582a;
}
/*
.sub-menu {
  background: #fff;
  border: 1px solid #e7e7e7;
  width: 240px;
  padding: 20px 0;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
          transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease, -webkit-transform 0.5s ease;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.sub-menu-link {
  font-weight: 500;
  color: #222;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 30px;
  text-transform: capitalize;
}

.sub-menu-link:hover, .sub-menu-link.active {
  color: #dc582a;
}*/

.mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #fff;
  min-width: 650px;
  width: 100%;
  padding: 35px 35px 15px 35px;
  border: 1px solid #e7e7e7;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
          transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease, -webkit-transform 0.5s ease;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.mega-menu-item {
  width: 33.333%;
  font-weight: 500;
  color: #222;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
}

.sub-mega-menu {
  margin: 15px 0px;
  text-align: left;
}

.sub-mega-menu-link {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1.4;
  padding: 10px 0;
}

.sub-mega-menu-link:hover {
  color: #dc582a;
}

.quick-link-item {
  position: relative;
}

.quick-link-item + .quick-link-item {
  margin-left: 20px;
}

.quick-link-item:hover .mini-carts {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}

.quick-link-link {
  color: #222;
  font-size: 24px;
}

.quick-link-link:hover {
  color: #dc582a;
}

.quick-link-link::after {
  font-family: "Ionicons";
  display: block;
  font-size: 24px;
  margin-right: 5px;
  line-height: 40px;
}

.quick-link-link.search::after {
  display: none;
}

@media screen and (max-width: 575px) {
  .quick-link-link.search {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .quick-link-link.wishlist-link {
    display: none;
  }
}

.quick-link-link.wishlist-link::after {
  content: "\f387";
}

.quick-link-link.shopping-cart::after {
  content: "\f110";
}

.quick-link-link.user::after {
  content: "\f213";
}

.quick-link-link .wishlist-count {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0px;
  bottom: 5px;
  background: #dc582a;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
}

.header-bottom2 .quick-link-link {
  color: #fff;
}

.header-bottom2 .quick-link-link:hover {
  color: #dc582a;
}

.header-bottom2 .logo,
.header-bottom2 .quick-links {
  opacity: 0;
  visibility: hidden;
}

.header-bottom2.is-sticky .logo,
.header-bottom2.is-sticky .quick-links {
  opacity: 1;
  visibility: visible;
}

.header-bottom2.header-middle-default {
  padding: 5px 0;
}

.header-serch-form {
  display: none;
  position: absolute;
  top: 100%;
  width: 330px;
  z-index: 5;
}

.header-serch-form form {
  position: relative;
}

.header-serch-form .form-control {
  padding: 0 55px 0 20px;
  color: #9a9a9a;
  font-size: 1em;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
}

.header-serch-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-serch-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.header-serch-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.header-serch-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.header-serch-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.header-serch-form .form-control:focus::placeholder {
  color: transparent;
}

.form-search-btn {
  position: absolute;
  top: 6px;
  right: 0px;
  font-size: 20px;
  border: 0;
  background: transparent;
  padding: 0px;
  width: 55px;
}

.header-serch-form-left {
  left: 0;
}

.header-serch-form-right {
  right: 0;
}
.head-call
{
	display: flex;
    align-items: center;
}
.head-call span
{
	font-size: 24px;
    color: #222;
	margin-right: 8px;
}
.head-call a
{
	color: #222;
	font-weight: 500;
}

.mini-carts {
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 8;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #e7e7e7;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  width: 300px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-height: 0px;
}

@media screen and (min-width: 576px) {
  .mini-carts {
    width: 350px;
  }
}

.mini-cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.mini-cart-item + .mini-cart-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
}

.mini-cart-image {
  margin-right: 25px;
}

.mini-cart-image a {
  display: block;
}

.mini-cart-content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mini-cart-title {
  display: block;
  color: #222;
  font-weight: 400;
  font-size: 1.0714em;
  margin-bottom: 5px;
}

.mini-cart-title:hover {
  color: #dc582a;
}

.remove-mini-cart {
  font-weight: 400;
  background: transparent;
  color: #dc582a;
  padding: 0px;
  border: 0px;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.remove-mini-cart:hover {
  color: #222;
}

.mini-cart-quantity {
  display: block;
  color: #222;
}

.mini-cart-total {
  font-weight: 600;
  font-size: 1.2143em;
}

.mini-cart-sub-total {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.2143em;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-transform: capitalize;
}

.mini-cart-sub-total-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222;
}

.header-two {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.offcanvas-start {
  width: 300px;
}

@media screen and (min-width: 576px) {
  .offcanvas-start {
    width: 350px;
  }
}

.offcanvas-btn {
  background: transparent;
  border: 0;
  padding: 0px;
  font-size: 30px;
}

.offcanvas-btn span {
  line-height: 1;
}

.offcanvas-menu {
  position: relative;
  z-index: 1;
  overflow-y: scroll;
}

.offcanvas-menu::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
}

.offcanvas-menu ul ul {
  display: none;
}

.offcanvas-menu > ul > li > ul li {
  border-bottom: 0px;
}

.offcanvas-menu > ul > li > ul li a {
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #222;
}

.offcanvas-menu li.active > ul {
  display: block;
}

.offcanvas-menu li a {
  font-weight: 400;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  color: #222;
  padding: 10px 0px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.offcanvas-menu li a:hover {
  color: #dc582a;
}

.offcanvas-menu a:not(:only-child):after {
  content: "\f125";
  font-family: "Ionicons";
  position: absolute;
  right: 0px;
  top: 15px;
}

.offcanvas-menu .active > a:not(:only-child):after {
  content: "\f123";
}

.offcanvas-menu.offcanvas-menu-sm {
  overflow-y: unset;
}

.offcanvas-menu.offcanvas-menu-sm a:not(:only-child):after {
  content: "\f3d3";
  top: 6px;
}

.offcanvas-menu.offcanvas-menu-sm .active > a:not(:only-child):after {
  content: "\f3d0";
}

.offcanvas-menu.offcanvas-menu-sm li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.offcanvas-menu.offcanvas-menu-sm li a span {
  color: #707070;
}

.offcanvas-menu.offcanvas-menu-sm li a:hover {
  color: #dc582a;
}

.offcanvas-form {
  position: relative;
  margin: 30px 0px;
}

.offcanvas-form .btn-search {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 100%;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  border: 0;
  color: #222;
}

.offcanvas-form .form-control {
  padding: 0 10px;
  color: #222;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
}

.offcanvas-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.offcanvas-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.offcanvas-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.offcanvas-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.offcanvas-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.offcanvas-form .form-control:focus::placeholder {
  color: transparent;
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  /*padding: 0px 0px;*/
  background: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation: fadeInDown 0.5s ease-in-out;
          animation: fadeInDown 0.5s ease-in-out;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width: 992px) {
  .is-sticky {
    background: rgba(255, 255, 255, 0.96);
  }
}

.is-sticky .logo {
  /* width: 100px; */
}

@media screen and (min-width: 992px) {
  .header-bottom2.is-sticky {
    background: rgba(0, 0, 0, 0.8) !important;
  }
}

/******************************** 
# Offcanvas Menu Style End
********************************/
.header-bottom.active-sticky {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-bottom.active-sticky.is-sticky {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header-bottom .logo,
.header-bottom .quick-links {
  opacity: 0;
  visibility: hidden;
}

.header-bottom.is-sticky .logo,
.header-bottom.is-sticky .quick-links {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------
/*  [ 03 Widgets CSS ]
----------------------------------------*/
.sidebar-widget + .sidebar-widget {
  margin-top: 60px;
}

.widget-title {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.price-filter {
  position: relative;
  margin-right: 15px;
}

#amount {
  font-weight: 600;
  border: 0;
  color: #222;
  font-size: 14px;
  margin-top: 15px;
}

#amount:focus-visible {
  outline: 0;
}

#slider-range .ui-widget-content {
  border: 1px solid #dc582a;
}

#slider-range.ui-slider-horizontal {
  height: 6px;
  background: #dbdbdb;
  border-color: #dbdbdb;
}

#slider-range .ui-widget-header {
  background: #dc582a;
}

#slider-range .ui-slider-handle {
  height: 15px;
  line-height: 15px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  margin: -8px 0 0;
  text-align: center;
  top: 50%;
  width: 15px;
  border-radius: 100%;
  border: 3px solid #222;
}

#slider-range .ui-slider-handle:hover {
  background: #dc582a;
  border-color: #dc582a;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 0;
}

.colors li a {
  display: inline-block;
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.colors li a:hover {
  color: #dc582a;
}

.tag-clouds a {
  font-weight: 400;
  display: inline-block;
  color: #222;
  font-size: 14px;
  padding: 7px 25px;
  margin: 0 10px 10px 0;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
}

.tag-clouds a:hover {
  background: #dc582a;
  color: #fff;
}

.social-links {
  margin-top:10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .social-links {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media screen and (max-width: 991px) {
  .social-links {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
            justify-content: flex-start;
  }
  .footer-widget.text-right {
    text-align: left;
	padding-left: 12px;
}
}

.social-links .social-link {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.social-links .social-link + .social-link {
  margin-left: 20px;
}

@media screen and (max-width: 1199px) {
  .social-links .social-link + .social-link {
    margin-left: 15px;
  }
}

.social-links .social-link:hover {
  color: #dc582a;
}

.social-links-dark .social-link {
  color: #707070;
}

/*--------------------------------------
/*  [ 04 Component CSS ]
----------------------------------------*/
/*--------------------------------------
/*  [ 4.1 actions CSS ]
----------------------------------------*/
.action {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 54px;
  color: #9a9a9a;
  font-size: 25px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.action:hover {
  background: #dc582a;
}

.action:hover button {
  color: #fff;
}

.action button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  line-height: 1;
  background: transparent;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.actions-verticale .action {
  position: absolute;
  top: 30%;
  right: -100%;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
}

.actions-verticale .action:nth-child(1) {
  -webkit-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
}

.actions-verticale .action:nth-child(2) {
  top: 80px;
  -webkit-transition: 0.7s ease-out 0s;
  -o-transition: 0.7s ease-out 0s;
  transition: 0.7s ease-out 0s;
}

.actions-verticale .action:nth-child(3) {
  top: 140px;
  -webkit-transition: 0.9s ease-out 0s;
  -o-transition: 0.9s ease-out 0s;
  transition: 0.9s ease-out 0s;
}

.actions-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.actions-horizontal .action + .action {
  margin-left: 10px;
}

/*--------------------------------------
/*  [ 4.2 button CSS ]
----------------------------------------*/
.btn {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 9px 20px;
  border-radius: 25px;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark:hover {
  background-color: #dc582a;
  border-color: #dc582a;
}

.btn-outline-dark:hover {
  background-color: #dc582a;
  border-color: #dc582a;
}

.btn-light:hover {
  color: #dc582a;
}

/*--------------------------------------
/*  [ 4.3 count CSS ]
----------------------------------------*/
.product-count.style input {
  color: #1d1d1d;
  background-color: #fff;
  height: 48px;
  padding: 10px 30px 10px 10px;
  width: 70px;
  border: 1px solid #ebebeb;
  display: block;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.product-count.style input:focus {
  outline: none;
}

.product-count.style .count-btn {
  font-weight: 700;
  background-color: transparent;
  border: 0;
  border-left: 1px solid #ebebeb;
  display: block;
  width: 20px;
  height: 24px;
  padding: 0;
  text-align: center;
  color: #1d1d1d;
  font-size: 10px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-count.style .increment {
  border-bottom: 1px solid #ebebeb;
}

/*--------------------------------------
/*  [ 4.4 hero CSS ]
----------------------------------------*/
.hero-slider {
  position: relative;
}

.hero-slider .hero-slide-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-slider .hero-slide-item.swiper-slide-active .title.delay1 {
  -webkit-animation: zoomInLeft 1s linear;
          animation: zoomInLeft 1s linear;
}

.hero-slider .hero-slide-item.swiper-slide-active .title.delay2 {
  -webkit-animation: zoomInLeft 1.3s linear;
          animation: zoomInLeft 1.3s linear;
}

.hero-slider .hero-slide-item.swiper-slide-active .text {
  -webkit-animation: zoomInLeft 1.6s linear;
          animation: zoomInLeft 1.6s linear;
}

.hero-slider .hero-slide-item.swiper-slide-active .btn {
  -webkit-animation: zoomInLeft 1.9s linear;
          animation: zoomInLeft 1.9s linear;
}

@media screen and (min-width: 1200px) {
  .slider-height1 {
    height: 100vh;
  }
}

@media screen and (min-width: 1920px) {
  .slider-height1 {
    height: 100vh;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height1 {
    height: 525px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height1 {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .slider-height1 {
    height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .slider-height2 {
    height: 573px;
  }
}

@media screen and (min-width: 1920px) {
  .slider-height2 {
    height: 905px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height2 {
    height: 525px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height2 {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .slider-height2 {
    height: 400px;
  }
}

.hero-slide-content {
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .hero-slide-content {
    padding-left: 50px;
  }
}

.hero-slide-content .title {
  display: inline-block;
  font-weight: 600;
  line-height: 1.3;
  font-size: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .hero-slide-content .title {
    font-size: 45px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .hero-slide-content .title {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 480px) {
  .hero-slide-content .title {
    font-size: 20px;
  }
}

.hero-slide-content .text {
  background: #dc582a;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 5px 15px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 16px;
  border-radius: 5px;
}

@media screen and (max-width: 575px) {
  .hero-slide-content .text {
    font-size: 14px;
  }
}

.hero-slide-content .btn {
  margin-top: 20px;
}

.slide-bg1 {
  background-image: url("/images/banner/electricals-banner-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg2 {
    background-image: url("/images/banner/electricals-banner-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% center;
}

.slide-bg3 {
  background-image: url("/images/banner/electricals-banner-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg4 {
  background-image: url("../images/infa5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg5 {
  background-image: url("../images/infa6.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg6 {
  background-image: url("../images/slide6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg7 {
  background-image: url("../images/slide7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.slide-bg8 {
  background-image: url("../images/slide8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 54px;
  color: #9a9a9a;
  font-size: 30px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
}

.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover {
  background: #dc582a;
  color: #fff;
}

.hero-slider .swiper-button-next {
  right: 20px;
}

.hero-slider .swiper-button-prev {
  left: 20px;
}

.hero-slider:hover .swiper-button-next,
.hero-slider:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.hero-slider:hover .swiper-button-next {
  right: 30px;
}

.hero-slider:hover .swiper-button-prev {
  left: 30px;
}

.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
  display: none;
}

.hero-slider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 14px;
  height: 14px;
  border: 2px solid #dedede;
  background: #dedede;
  opacity: 1;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active, .hero-slider .swiper-pagination-bullet.swiper-pagination-bullet:hover {
  background: #222;
  border-color: #222;
}

.hero-slider .swiper-pagination {
  bottom: 30px;
  left: 0;
  width: 100%;
}

/*--------------------------------------
/*  [ 4.5 banner CSS ]
----------------------------------------*/
.banner {
  position: relative;
}

.banner .label {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #fff;
  font-size: 1.2857em;
  padding: 10px 30px;
  font-weight: 500;
  z-index: 1;
  text-align: center;
  color: #222;
}

.thumb-nail {
  display: block;
  overflow: hidden;
}

.thumb-nail img {
  width: 100%;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.thumb-nail:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.large-thumb-nail {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .large-thumb-nail {
    display: inline-block;
  }
}

@media screen and (min-width: 1200px) {
  .large-thumb-nail {
    padding-left: 50px;
  }
}

.large-thumb-nail img {
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

@media screen and (max-width: 991px) {
  .large-thumb-nail img {
    width: 100%;
  }
}

.large-thumb-nail:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.small-thumb-nail {
  display: inline-block;
  overflow: hidden;
}

.small-thumb-nail img {
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.small-thumb-nail:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.banner-content {
  position: absolute;
}

.banner-position-top-center {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  text-align: center;
}

.banner-position-top-left {
  top: 80px;
  left: 75px;
}

@media screen and (max-width: 575px) {
  .banner-position-top-left {
    top: 20px;
  }
}

.banner-position-bottom-left {
  bottom: 80px;
  left: 55px;
}

.banner-sub-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  color: #222;
}

@media screen and (max-width: 1499px) {
  .banner-sub-title {
    font-size: 35px;
  }
}

.banner-title {
  font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #222;
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .banner-title {
    font-size: 55px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .banner-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 575px) {
  .banner-title {
    font-size: 35px;
  }
}

.home-style2 .banner-sub-title {
  font-size: 35px;
}

.large-banner-content {
  padding-top: 60px;
  margin-bottom: 30px;
}

.large-banner-content .btn {
  border-width: 2px;
  margin-top:1em;
}

@media screen and (min-width: 576px) {
  .large-banner-content .btn + .btn {
    margin-left: 10px;
  }
}

.large-banner-sub-title {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  color: #222;
}

.large-banner-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #222;
}

.small-thumb-nail {
  position: absolute;
  top: 50%;
  right: 0;
  margin-bottom: 35px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 17px solid #fff;
  -webkit-box-shadow: 0 0 12.75px 2.25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 12.75px 2.25px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 1199px) {
  .small-thumb-nail {
    max-width: 250px;
  }
}

@media screen and (min-width: 1200px) {
  .large-banner-content-wrap {
    padding-left: 11%;
    padding-top: 150px;
  }
}

.large-banner-content-wrap p {
  font-size: 1.1429em;
  font-weight: 600;
  margin: 15px 0 35px;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.large-banner-content-wrap .btn {
  margin: 30px 0px;
}

@media screen and (min-width: 1200px) {
  .large-banner-content-wrap .btn {
    margin-top: 70px;
  }
}

.large-banner-content-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.large-banner-content-wrap ul li span {
  display: block;
  text-transform: uppercase;
  color: #222;
}

.banner-v3 {
  top: 50px;
  left: 65px;
  right: auto;
  text-align: left;
}

.banner-v3 .banner-sub-title {
  color: #222;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0px;
  display: block;
}

.banner-v3 .btn {
  padding: 0px;
}

.banner-v3 .btn.btn-light {
  color: #222;
  font-weight: 600;
  margin-top: 20px;
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
}

.banner-v3 .btn.btn-light:hover {
  color: #dc582a;
}

/*--------------------------------------
/*  [ 4.6 bread crumb CSS ]
----------------------------------------*/
/* breadcrumb-section */
.breadcrumb-section {
  text-align: center;
  background-color: #f6f6f6;
    /* padding: 150px 0; */
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* @media screen and (min-width: 1500px) {
  .breadcrumb-section {
    padding: 150px 0;
  }
}
 */
.breadcrumb-section.bread-crumb-padding {
  padding: 40px 0;
}

.breadcrumb-bg1 {
	background-image: url(../images/bread-crumb/1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.bread-crumb-title {
	font-weight: 700;
	font-size: 2.286em;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 18px;
	color: #fff;
	display: inline-block;
	background: #dc5829;
	padding: 10px 16px;
}

.breadcrumb-item {
  text-transform: capitalize;
  line-height: 1;
  padding: 0px !important;
}

.breadcrumb-item.active {
  color: #dc582a;
}

@media screen and (max-width: 450px) {
  .breadcrumb-item {
    margin: 5px 0px;
  }
}

.breadcrumb-item a {
  display: inline-block;
  position: relative;
  color: #222 !important;
  line-height: 1;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f3d3";
  color: #707070 !important;
  margin: 0 10px;
  content: "\f3d3";
  font-family: "Ionicons";
  padding: 0px !important;
  position: relative;
  top: 1px;
  font-size: 14px;
}
.breadcrumb-item:last-child {
    color: #dc582a;
}
/* breadcrumb End */
/*--------------------------------------
/*  [ 4.7 brand carousel CSS ]
----------------------------------------*/
.brand-carousel {
 padding-top: 40px;
    padding-bottom: 30px;
}

.brand-carousel-item a {
  display: block;
  text-align: center;
}

.brand-carousel-item img {
  opacity: 0.6;
  -webkit-transition: ease-in-out 0.3s all;
  -o-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
  filter: grayscale(1);
}

.brand-carousel-item:hover img {
  opacity: 1;
}

/*--------------------------------------
/*  [ 4.8 products CSS ]
----------------------------------------*/
.product-tab-nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.product-tab-nav .nav-link {
  color: #9a9a9a;
  font-weight: 600;
  /*padding: 0px 20px 20px;*/
  position: relative;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .product-tab-nav .nav-link {
    font-size: 0px 20px 20px;
  }
}

@media screen and (max-width: 575px) {
  .product-tab-nav .nav-link {
    padding: 0px 10px 10px;
    font-size: 16px;
  }
}

.product-tab-nav .nav-link.active {
    background: #dc582a;
    color: #fff;
}

/*.product-tab-nav .nav-link.active::after {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  background: #dc582a;
}*/

.product-tab-nav .nav-link:hover {
   background: #dc582a;
    color: #fff;
}

.product-list {
  margin-bottom: 40px;
}

.product-list:last-child {
  margin-bottom: 0;
}
.product-tab-section .product-card{margin-bottom: 6px; /* -webkit-box-shadow: 2px 4px 4px 0px rgb(223 223 223 / 73%); box-shadow: 2px 4px 4px 0px rgb(223 223 223 / 73%); */}

.product-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.product-card .prdct-name {
    position: relative;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 18px;
    padding: 9px;
	z-index:2
}
.product-card.big-size .product-thumb{position: relative;} 
.home-product-list .product-card.big-size::before{ height:94%;}
.product-card.big-size .product-thumb:before, .product-card.big-size:hover .product-thumb:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),color-stop(16%,transparent));
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent 16%);
	z-index:1;
}
/* .product-card.big-size .prdct-name a{ color:#fff;} */
.product-card.big-size:hover .prdct-name a{ color:#dc582a;}
.product-card .prdct-name a {
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}

.product-card:hover .prdct-name a {
    color: #dc592b;
}
/*.up-sells.upsells.products .product-card { margin-bottom:0px; }*/
.product-card:hover .action {
	left: 0;
    opacity: 1;
    visibility: visible;
    margin: 0 auto;
    right: 0;
    top: 30%;
}

.product-card:hover .product-btn {
  opacity: 1;
  top: 0;
}

.product-card:hover .product-price {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}

.product-group {
  position: relative;
  overflow: hidden;
}

.onsale {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  width: 45px;
  line-height: 45px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 10px;
  z-index: 99;
  border-radius: 50%;
}

.product-thumb {
  display: block;
  overflow: hidden;
}

.product-thumb img {
  width: 100%;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.product-thumb:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

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

.product-title {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  background:#222;
  padding:12px;
}


.product-title:hover {
  color: #fff;
  background: #dc582a;
}

.product-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.new-price {
  color: #dc582a;
}

.product-btn {
  color: #707070;
  background: transparent;
  border: 0;
  padding: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: 1;
  left: 0;
  line-height: 1;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.product-btn:hover {
  color: #dc582a;
}

.product-card-list .onsale {
  left: 25px;
}

.product-thumb-list {
  position: relative;
}

.product-thumb-list img {
  width: 100%;
}

.product-price-list {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 35px;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.product-content-list {
  padding-top: 20px;
}

.product-content-list p {
  margin-bottom: 35px;
}

.product-category-links {
  margin-bottom: 15px;
}

.product-category-links a {
  color: #707070;
  line-height: 1.3;
  font-size: 0.9286em;
  text-transform: capitalize;
}

.product-category-links a:hover {
  color: #222;
}

/*--------------------------------------
/*  [ 4.9 decoration CSS ]
----------------------------------------*/
.decoration-thumb {
  display: block;
}

.decoration-content {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 1px;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 1200px) {
  .decoration-content .btn {
    padding: 12px 35px;
  }
}

.decoration-title {
  color: #222;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 10px;
  text-transform: capitalize;
  font-size: 2em;
}

.swiper-slide-active .decoration-content {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------
/*  [ 4.10 categoris CSS ]
----------------------------------------*/
.categries-section {
  background-color: #f3f3f3;
}

.categories {
  position: relative;
}

.categories-title {
  font-weight: 500;
  color: #222;
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 30px;
  font-size: 17px;
  text-transform: capitalize;
  margin: 0;
}

/*--------------------------------------
/*  [ 4.11 news letter CSS ]
----------------------------------------*/
.news-letter-sectoin .border-bottom {
  padding-top: 70px;
  padding-bottom: 70px;
}

.news-letter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .news-letter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .news-letter-title {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .news-letter-title {
    text-align: center;
  }
}

.news-letter-title .title {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}

.social-title {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .social-title {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .social-title {
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  .social-title {
    text-align: center;
  }
}

.news-letter-form {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 1200px) {
  .news-letter-form {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .news-letter-form {
    margin-top: 30px;
  }
}

.news-letter-form .form-control {
  height: 45px;
  background: #fff;
  color: #b1b1b1;
  padding: 10px 120px 10px 20px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  border: none;
  border-radius: 25px;
}

.news-letter-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.news-letter-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.news-letter-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.news-letter-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.news-letter-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.news-letter-form .form-control:focus::placeholder {
  color: transparent;
}

.sign-up-btn {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border: 0;
  padding: 0 20px;
  line-height: 45px;
  height: 45px;
  border-radius: 0 25px 25px 0;
  background: #dc582a;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*--------------------------------------
/*  [ 4.12 blogs CSS ]
----------------------------------------*/
.blog-thumb {
  display: block;
  overflow: hidden;
}

.blog-thumb img {
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.blog-thumb:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.blog-content {
  padding-top: 20px;
}

.blog-content p {
  margin-bottom: 10px;
  position: relative;
  text-indent: 40px;
}

.blog-content p::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #dedede;
  position: absolute;
  left: 0;
  top: 12px;
}

.blog-title {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}

.blog-title:hover {
  color: #dc582a;
}

.blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.readmore {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
  line-height: 1.2;
  color: #222;
}

.readmore:hover {
  color: #dc582a;
}

.posted-by {
  font-size: 12px;
  line-height: 1;
}

.blog-serch-form form {
  position: relative;
}

.blog-serch-form .form-control {
  padding: 0 55px 0 20px;
  color: #9a9a9a;
  font-size: 1em;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
}

.blog-serch-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-serch-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.blog-serch-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.blog-serch-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.blog-serch-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.blog-serch-form .form-control:focus::placeholder {
  color: transparent;
}

.blog-grid-list {
  margin-bottom: 60px;
}

.post-category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 5;
}

.post-category a {
  margin-left: 6px;
  margin-bottom: 6px;
  color: #fff;
  background: #222;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 7px;
}

.post-category a:hover {
  color: #fff;
  background: #dc582a;
}

.blog-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blog-list-thumb {
  position: relative;
}

@media screen and (min-width: 768px) {
  .blog-list-thumb {
    max-width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin-right: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-list-thumb {
    max-width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .blog-list-thumb {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 25px;
  }
}

.blog-list-thumb a img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .only-blog-list .blog-list-thumb {
    max-width: 35%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    margin-right: 25px;
  }
}

.blog-list-contet {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog-list-contet p {
  color: #555;
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  .blog-list-contet p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-list-contet p {
    font-size: 18px;
  }
}

.blog-list-contet .btn {
  margin-top: 20px;
}

.post-meta {
  text-transform: uppercase;
  font-weight: 400;
  color: #707070;
  font-size: 14px;
}

.post-meta a {
  font-weight: 600;
  color: #222;
  font-size: 0.9285em;
}

.post-meta a:hover {
  color: #dc582a;
}

.post-title {
  color: #222;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 15px 0;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  .post-title {
    font-size: 28px;
  }
}

.post-title:hover {
  color: #dc582a;
}

.post-title a {
  color: inherit;
}

.post-title a:hover {
  color: inherit;
}

.blog-grid {
  margin-bottom: 60px;
}

.blog-grid-thumb {
  position: relative;
  margin-bottom: 25px;
}

.blog-grid-thumb > a {
  display: block;
}

.blog-grid-thumb > a img {
  width: 100%;
}

.blog-grid-contet p {
  color: #555;
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  .blog-grid-contet p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-grid-contet p {
    font-size: 18px;
  }
}

.blog-grid-contet .btn {
  margin-top: 35px;
}

/*--------------------------------------
/*  [ 4.13 blog details CSS ]
----------------------------------------*/
.blog-details-content p {
  line-height: 2.1;
  color: #707070;
}

.blog-details-content p:last-child {
  margin-bottom: 0;
}

.blog-details-thumb {
  margin-bottom: 25px;
}

.blog-details-meta {
  text-transform: uppercase;
  line-height: 1 !important;
  margin-bottom: 15px;
  font-size: 14px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-meta {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-meta {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-details-meta {
    font-size: 0.8rem;
  }
}

.blog-details-title {
  font-weight: 500;
  color: #222;
  line-height: 1.142;
  margin-bottom: 15px;
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .blog-details-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-details-title {
    font-size: 1rem;
  }
}

.blog-details-list P {
  color: #222;
  margin-bottom: 10px;
}

.blog-details-list P:last-child {
  margin-bottom: 0;
}

.blog-details-list I {
  margin-right: 10px;
  display: inline-block;
}

.blog-qutation {
  position: relative;
  margin: 30px 30px 30px 0px;
  padding: 1em 1.5em;
  border-left: 2px solid #dc582a;
  color: #222;
}

.blog-qutation blockquote {
  margin: 0;
  color: #222;
  line-height: 1.777;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .blog-qutation blockquote {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .blog-details-grid .col {
    min-width: 100%;
  }
}

.blog-details-grid img {
  border-radius: 4px;
}

@media screen and (min-width: 1500px) {
  .blog-details-grid img {
    margin-left: 64px;
  }
}

.social-tags {
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #dc582a;
}

.social-tags p {
  color: #222;
  margin-bottom: 0;
}

.social-tags i {
  margin-right: 10px;
}

.social-links li + li {
  margin-left: 10px;
}

.social-links li.share {
  font-size: 18px;
  color: #222;
}

.social-links li a {
  color: #222;
  font-size: 18px;
}

.social-links li a:hover {
  color: #dc582a;
}

.social-links li a i {
  margin: 0;
}

.blog-comments {
  margin-bottom: 50px;
}

.blog-comment-title {
  color: #222;
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.authors {
  margin-bottom: -50px;
}

.author-list {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 50px;
}

.author-list:nth-child(even) {
  background-color: #f9f9f9;
}

@media screen and (min-width: 1500px) {
  .author-list:nth-child(even) {
    margin-left: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1499px) {
  .author-list:nth-child(even) {
    margin-left: 110px;
  }
}

@media screen and (max-width: 575px) {
  .author-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.author-profile {
  margin-right: 30px;
  border-radius: 50%;
}

@media screen and (max-width: 575px) {
  .author-profile {
    margin-bottom: 20px;
  }
}

.author-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.author-title {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}

.author-meta {
  color: #dc582a;
  line-height: 1;
  font-size: 14px;
}

.replay {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  color: #222;
  line-height: 1 !important;
}

.replay a {
  color: #222;
}

.blog-pt-55 {
  padding-top: 50px;
}

/*--------------------------------------
/*  [ 4.14 footer CSS ]
----------------------------------------*/
.footer {
  padding: 60px 0px;
}

.footer .title {
	color: #4B5058;
    font-size: 18px;
    font-weight: 500;
	margin-bottom: 12px;
    border-bottom: 1px solid #4B5058;
    padding-bottom: 10px;
    display: inline-block;
}


.footer-widget p {
  margin-bottom: 25px;
}

.footer-widget p a {
  color: inherit;
}

.footer-widget p a:hover {
  color: #dc582a;
}

.footer-brand {
  display: block;
  margin-bottom: 2px;
}

.need-help {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.footer-menu-items + .footer-menu-items {
  margin-top: 10px;
}

.footer-menu-link {
display: block;
    color: #4B5058;
    text-decoration: none;
    font-size: 16px;
}

.footer-menu-link:hover {
  color: #EB3916;
}
ul.footer-menu {
    padding-left: 12px;
}

.footer-payment {
  display: block;
  margin-top: 40px;
}

.copy-right {
  margin-top: 70px;
}

.copy-right .border-top {
  padding-top: 30px;
  padding-bottom: 30px;
}

.copy-right p {
  font-size: 14px;
}

.copy-right p i {
  color: #dc582a;
}

.copy-right p a {
  color: inherit;
}

.copy-right p a:hover {
  color: #dc582a;
}

.ftr-contact{color: #4B5058; font-size: 16px; }
.ftr-contact li {
    display: flex;
    align-items: flex-start;
    vertical-align: middle;
    margin-bottom: 8px;
}
.ftr-contact li span {
    font-size: 2em;
    line-height: 1;
    margin-right: 12px;
}
.ftr-contact p {
    margin-bottom: 2px;
}
.ftr-contact li a {
    color: #4B5058;
}
.ftr-contact li a:hover {
   color: #4B5058;
}
.ftr-social-title{margin-right: 20px;}
.social-links-wrap li {
    float: left;
}
.social-links-wrap .social-link  {
    background-color: #4B5058;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    margin: 0px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 4px;
    color: #fff !important;
}
.social-links-wrap .social-link:hover{background-color: #EB3916;}

/*--------------------------------------
/*  [ 4.15 product modal CSS ]
----------------------------------------*/
.product-modal-gallery {
  margin-bottom: 30px;
}

.product-modal-gallery-item {
  text-align: center;
}

.product-modal-gallery-thumbs-item {
  text-align: center;
  padding: 5px;
}

.product-modal-gallery-thumbs-item.swiper-slide-thumb-active a {
  border-color: #dc582a;
}

.product-modal-gallery-thumbs-item a {
  display: block;
  border: 1px solid transparent;
}

.product-modal-gallery-thumbs-item a:hover {
  border-color: #dc582a;
}

.gallery {
  margin-bottom: 30px;
}

.gallery-item {
  text-align: center;
}

.gallery-thumbs-item {
  text-align: center;
  padding: 5px;
}

.gallery-thumbs-item.swiper-slide-thumb-active a {
  border-color: #dc582a;
}

.gallery-thumbs-item a {
  display: block;
  border: 1px solid transparent;
}

.gallery-thumbs-item a:hover {
  border-color: #dc582a;
}

.modal-product-title {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #222;
  font-size: 22px;
  text-transform: capitalize;
}

.modal-product-title:hover {
  color: #dc582a;
}

.modal-product-title a {
  color: inherit;
}

.modal-product-title a:hover {
  color: inherit;
}

.modal-product-sub-title {
  font-weight: 700;
  font-size: 14px;
  color: #222;
}

.product-description-short {
  padding: 0 0 30px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.product-variants {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.product-variants-item + .product-variants-item {
  margin-left: 30px;
}

.product-variants-item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-variants-item .form-control {
  background-color: #fff;
  color: #222;
  border: 1px solid #ebebeb;
  font-size: 14px;
}

.product-variants > .product-variants-item ul li {
  margin-right: 0.625rem;
}

.input-container {
  position: relative;
}

.product-variants > .product-variants-item label {
  margin: 0;
}

.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
}

.color,
.custom-checkbox input[type="checkbox"] + span.color {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin-top: 10px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
}

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 2px solid #232323;
}

.input-color:checked + span,
.input-radio:checked + span {
  background-color: #434a54;
}

.control-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.form-control-select {
  width: auto;
  padding-right: 1.875rem;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  background-color: #f1f1f1;
}

.product-modal-dialog {
  max-width: 64rem;
}

.product-modal-dialog .modal-header {
  border-bottom: 0px;
}

.product-price-wrapp-lg {
  margin-bottom: 30px;
}

.product-regular-price-lg {
  font-weight: 600;
  line-height: 20px;
  color: #222;
  font-size: 22px;
  text-decoration: line-through;
  margin-right: 0.625rem;
}

.product-price-on-sale-lg {
  color: #dc582a;
  font-size: 22px;
  line-height: 1.3;
}

.badge.badge-lg {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin-left: 0.625rem;
  padding: 0 10px 0 10px;
  background: #222;
  vertical-align: 4px;
  border-radius: 0;
  text-transform: capitalize;
}

.product-add-to-card-item {
  line-height: 30px;
  color: #222;
  font-size: 15px;
  margin-right: 15px;
}

.product-add-to-card-item:hover {
  color: #dc582a;
}

.product-add-to-card-item:hover i {
  -webkit-animation: rotate 2s infinite;
          animation: rotate 2s infinite;
}

.product-add-to-card-item i {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
}

.product-social-sharing {
  margin-top: 10px;
}

.product-social-sharing span {
  line-height: 30px;
  font-weight: 600;
  color: #222;
  font-size: 1.2em;
  margin: 0 0 15px;
  text-transform: uppercase;
  display: block;
}

.product-social-sharing ul {
  display: inline-block;
}

.product-social-sharing ul li {
  margin-right: 20px;
  display: inline-block;
}

.product-social-sharing ul li a {
  background: #fff;
  border: 1px solid;
  color: #9a9a9a;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  border-radius: 100%;
}

.product-social-sharing ul li a:hover {
  color: #dc582a;
}

.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.compare-modal-dialog .modal-header {
  border-bottom: 0px;
}

.compare-modal-dialog .modal-body {
  text-align: center;
  padding: 0 44px 44px 44px;
}

.compare-modal-dialog .modal-body p i {
  margin-right: 10px;
  font-size: 20px;
}

.wishlist-modal-dialog .modal-header {
  border-bottom: 0px;
}

.wishlist-modal-dialog .modal-body {
  text-align: center;
  padding: 0 44px 44px 44px;
}

.modal-quantity {
  color: #222;
  font-size: 16px;
  margin-bottom: 0.375rem;
}

#addto-cart-modal .modal-header {
  padding: 15px;
  font-weight: 600;
  line-height: 1;
}

#addto-cart-modal .modal-dialog {
  max-width: 1140px;
}

#addto-cart-modal .modal-title {
  font-weight: 600;
  color: #fff;
  font-size: 1.125rem;
}

#addto-cart-modal .ion-android-done {
  color: #fff;
  font-size: 24px;
}

#addto-cart-modal .product-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  color: #222;
}

#addto-cart-modal .btn-close {
  right: 20px;
  color: #fff !important;
  background: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  padding: 0px;
}

.quntity-list li {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.cart-content .title {
  font-weight: 400;
  color: #222;
}

.cart-content p {
  color: #222;
}

.cart-content p span {
  font-weight: 600;
  color: #222;
}

.cart-content-btn {
  margin-top: 25px;
}

.product-modal-gallery-thumbs .swiper-pagination-bullet {
  margin: 0 5px;
  width: 14px;
  height: 14px;
  border: 2px solid #dc582a;
  background: transparent;
  opacity: 1;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-modal-gallery-thumbs .swiper-pagination-bullet.swiper-pagination-bullet-active, .product-modal-gallery-thumbs .swiper-pagination-bullet.swiper-pagination-bullet:hover {
  background: #dc582a;
  border-color: #dc582a;
}

.product-modal-gallery-thumbs .swiper-pagination {
  margin-top: 30px;
  position: static;
}

.modal-header .btn-close,
.btn-close {
  border: 1px solid #e7e7e7;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0px !important;
  margin: 0 !important;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  line-height: 28px;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
}

.modal-header .btn-close:hover,
.btn-close:hover {
  color: #dc582a;
  border-color: #dc582a;
}

.reviews {
  margin-bottom: 15px;
}

.reviews span {
  color: #f9d738;
}

/*--------------------------------------
/*  [ 4.16 pagination CSS ]
----------------------------------------*/
.page-item {
  margin: 0px 10px;
}

.page-item.active .page-link {
  color: #fff;
  background: #dc582a;
  border-color: #dc582a;
}

.page-link {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  border-radius: 50% !important;
}

.page-link:focus {
  background-color: transparent;
}

.page-link:hover {
  color: #fff;
  background-color: #dc582a;
  border-color: #dc582a;
}

/*--------------------------------------
/*  [ 4.17 shop CSS ]
----------------------------------------*/
/*------------------*
# Shop Pages
*------------------*/
.tab-content .tab-pane.active .grid-view .product-card {
  -webkit-animation: zoomIn 0.5s ease;
          animation: zoomIn 0.5s ease;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.tab-content .tab-pane.active .grid-view-list .col-12 {
  -webkit-animation: fadeInRight 0.5s ease;
          animation: fadeInRight 0.5s ease;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@media screen and (min-width: 1200px) {
  .grid-view-five-column .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
}

.grid-view-list .product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 575px) {
  .grid-view-list .product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .grid-view-list .product-card .product-thumb-nail {
    text-align: center;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .grid-view-list .product-card .product-thumb-nail {
    max-width: 200px;
    -webkit-box-flex: 200px;
    -webkit-flex: 200px;
        -ms-flex: 200px;
            flex: 200px;
  }
}

@media screen and (max-width: 575px) {
  .grid-view-list .product-card .product-thumb-nail .product-image-hover-style {
    display: block;
    right: 0;
    margin: 0 auto;
  }
}

.grid-view-list .product-card .product-cart-btn-wrap {
  display: inline-block;
  position: static;
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}

.grid-view-list .product-card .product-cart-btn-wrap .add-to-cart-btn {
  padding: 15px 25px;
}

.grid-view-list .product-card p {
  margin: 30px 0px;
}

.grid-view-list .product-card::after {
  display: none;
}

.grid-view-list .product-card .product-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav-tabs {
  border-bottom: 0px;
}

.shop-grid-nav .nav .nav-item {
  line-height: 1;
}

.shop-grid-nav .nav .nav-item + .nav-item {
  margin-left: 15px;
}

.shop-grid-nav .nav .nav-item .nav-link {
  overflow: hidden;
  display: block;
  height: 45px;
  width: 45px;
  background: url("../images/logo/grid-list.png") no-repeat;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100%;
}

.shop-grid-nav .nav .nav-item .nav-link.grid {
  background-position: 0 0;
}

.shop-grid-nav .nav .nav-item .nav-link.grid:hover, .shop-grid-nav .nav .nav-item .nav-link.grid.active {
  background-color: #dc582a;
  background-position: 0 100%;
}

.shop-grid-nav .nav .nav-item .nav-link.list {
  background-position: 100% 0;
}

.shop-grid-nav .nav .nav-item .nav-link.list:hover, .shop-grid-nav .nav .nav-item .nav-link.list.active {
  background-color: #dc582a;
  background-position: 100% 100%;
}

.total-products {
  margin-left: 50px;
  line-height: 20px;
  padding: 5px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .total-products {
    margin-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .total-products {
    margin-left: 20px;
  }
}

.shop-grid-nav .nav .nav-link {
  color: #a5a8a9;
  padding: 0;
  text-align: center;
  background: #fff;
  font-size: 30px;
  line-height: 1;
  border: 0px;
  border-radius: 4px;
}

.shop-grid-nav .nav .nav-link.active,
.shop-grid-nav .nav .nav-link:hover {
  color: #45ab49;
}

.shop-grid-button select {
  cursor: pointer;
  border: 0;
  width: auto;
  padding: 2px 30px 2px 15px;
  line-height: 24px;
  font-size: 14px;
  color: #707070;
}

.shop-grid-button select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-option {
  position: relative;
}

.product-option select {
  border: 1px solid #ebebeb;
  padding: 2px 15px;
  line-height: 24px;
  font-size: 14px;
  color: #707070;
  text-align: left;
  text-transform: uppercase;
  width: 70px;
  height: 40px;
}

.product-option select:focus {
  border-color: #e5e5e5;
}

.shop-grid-menu {
  background: #fff;
  width: calc(100% - 145px);
  border: 1px solid #ebebeb;
}

.shop-grid-menu .dropdown-item {
  line-height: 24px;
  font-size: 14px;
  padding: 3px 15px;
  color: #222;
}

.shop-grid-menu .dropdown-item:hover {
  background: #f9d738;
  color: #fff;
}

.sort-by {
  min-width: 70px;
  line-height: 20px;
  padding: 5px;
  margin-left: 50px;
}

@media screen and (max-width: 991px) {
  .sort-by {
    margin-left: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .shop-grid-5 .col-xl-2 {
    width: 20%;
  }
}

.Showing {
  color: #222;
}

/*------------------*
    # Shop Pages End
    *------------------*/
/*--------------------------------------
/*  [ 4.18 single produt tab CSS ]
----------------------------------------*/
.media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.media .thumb {
  margin-right: 20px;
}

.media::after {
  content: "";
  position: absolute;
  right: -5px;
  height: 85%;
  width: 1px;
  background: #f1f1f1;
  top: 15px;
}

.media.media-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.media.media-2 span {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .media.media-2 span {
    font-size: 24px;
  }
}

.media.media-2::after {
  display: none;
}

.media.media-2 .title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .media.media-2 .title {
    font-size: 13px;
  }
}

.media.media-2 p {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-product-tab .nav-item {
  margin: 0 30px;
}

@media screen and (max-width: 767px) {
  .single-product-tab .nav-item {
    margin: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  .single-product-tab .nav-item {
    margin: 0 10px;
  }
}

.single-product-tab .nav-item .nav-link {
  line-height: 1.388;
  font-weight: 600;
  color: #222;
  padding: 0px 15px 30px;
  font-size: 18px;
  border: 0;
  border-bottom: 2px solid transparent;
}

@media screen and (max-width: 767px) {
  .single-product-tab .nav-item .nav-link {
    padding: 15px 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .single-product-tab .nav-item .nav-link {
    padding: 15px 5px;
    font-size: 14px;
  }
}

.single-product-tab .nav-item .nav-link.active {
  background-color: transparent;
  border-color: #dc582a;
  color: #ababab;
}

.single-product-tab .nav-item .nav-link:hover {
  background-color: transparent;
  border-color: #dc582a;
  color: #ababab;
}

/************************
    single-product start
  ************************/
.single-product-head .title {
  font-size: 30px;
}

.single-product-head .star-content .star-on {
  margin: 0 1px 0 0;
  color: #f9d738;
  font-size: 18px;
}

.single-product-head .star-content a {
  font-size: 15px;
}

.single-product-head .star-content a span {
  margin-right: 6px;
}

.single-product-desc {
  background: #fff;
  padding: 30px;
  border: 1px solid #ebebeb;
}

.single-product-desc ul {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}

.studio-thumb img {
  border: 1px solid #ebebeb;
}

.studio-thumb h3 {
  text-transform: capitalize;
  color: #222;
  line-height: 24px;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.studio-thumb h6 {
  font-size: 1rem;
  color: #222;
}

.studio-thumb h6 small {
  font-size: 14px;
  color: #707070;
}

.product-features ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.product-features ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 40%;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  padding: 0.625rem;
  margin-right: 0.625rem;
  min-height: 2.5rem;
  word-break: normal;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.grade-content .grade {
  text-transform: capitalize;
  font-size: 14px;
  margin-right: 10px;
}

.grade-content .star-on {
  color: #f9d738;
  font-size: 18px;
}

.grade-content .title {
  text-transform: capitalize;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.grade-content .sub-title {
  color: #222;
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 14px;
  padding-top: 9px;
  margin-bottom: 10px;
}

.grade-content p {
  line-height: 18px;
  font-size: 14px;
}

.group-img img {
  max-width: 80px;
  margin-right: 15px;
}

.product-grouped .title {
  margin-bottom: 0.8rem;
  color: #222;
  font-size: 15px;
  text-transform: capitalize;
}

.product-grouped span {
  font-size: 14px;
  color: #707070;
  line-height: 1;
}

.product-anotherinfo-wrapper ul li {
  color: #888;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 13px;
}

.product-anotherinfo-wrapper ul li span {
  color: #222;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px;
}

.single-review .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.single-review .review-top-wrap .review-left .review-name {
  margin-right: 25px;
}

.single-review .review-top-wrap .review-left .review-name h4 {
  font-size: 16px;
  font-weight: 600;
}

.single-review .review-top-wrap .review-left .rating-product {
  line-height: 1;
}

.rating-product {
  margin-bottom: 6px;
}

.rating-product i {
  overflow: hidden;
  font-size: 16px;
  color: #fdd835;
}

.single-review .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.review-left a {
  color: #565656;
  margin-left: auto;
}

.single-review .review-bottom p {
  margin: 0;
  max-width: 93%;
}

.ratting-form-wrapper .ratting-form form .star-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 6px 0 20px;
}

.ratting-form-wrapper h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.ratting-form-wrapper .ratting-form form .star-box span {
  margin: 0 15px 0 0;
}

.rating-form-style {
  margin-bottom: 10px;
}

.ratting-form-wrapper .ratting-form form .rating-form-style input,
.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
  padding: 2px 10px 2px 20px;
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #333;
}

.rating-form-style input {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #253237;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}

.rating-form-style {
  margin-bottom: 10px;
}

.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
}

.rating-form-style input[type="submit"] {
  padding: 0 55px !important;
  line-height: 48px;
  height: 48px;
  width: auto;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  background: #222 !important;
  color: #fff !important;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.rating-form-style input[type="submit"]:hover {
  background: #f9d738 !important;
}

/************************
    single-product End
  ************************/
.review-name h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.single-form input,
.single-form textarea {
  padding: 2px 10px 2px 20px;
  background: transparent;
  border: 1px solid #e6e6e6;
  color: #333;
}

.single-form input {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #222;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}

.single-form textarea {
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
}

.single-form input[type="submit"]:hover {
  background: #222 !important;
  color: #fff !important;
}

.single-blog .blog-post-content-inner {
  padding: 30px 0 0;
}

.comment-area .single-review.child-review {
  margin-bottom: 70px;
}

.single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  -webkit-flex: 0 0 90px;
          flex: 0 0 90px;
  margin: 0 15px 0 0;
}

.single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .single-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  -webkit-flex: 0 0 90px;
          flex: 0 0 90px;
  margin: 0 15px 0 0;
}

@media screen and (max-width: 767px) {
  .single-review .review-img {
    margin-bottom: 30px;
  }
}

.single-review img {
  max-width: 120px;
}

.single-form label {
  margin-bottom: 15px;
}

/*--------------------------------------
/*  [ 4.19 checkout CSS ]
----------------------------------------*/
/*------------------*
# Check out Page
*------------------*/
.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px;
}

.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
  width: 100%;
  height: 45px;
  outline: none;
}

.billing-info-wrap .additional-info-wrap .additional-info textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
  height: 138px;
  padding: 17px 20px;
  width: 100%;
  outline: none;
}

.billing-info-wrap .title {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #222;
  font-size: 24px;
}

.your-order-area .title {
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #222;
}

.billing-info {
  margin-bottom: 20px;
}

.billing-info label {
  color: #222;
  font-size: 14px;
  margin-bottom: 10px;
}

.form-label {
  color: #222;
}

.form-select {
  height: 45px;
  border-radius: 0px;
  outline: 0;
  color: #565656;
}

.form-select:focus {
  border-color: #e6e6e6;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.open-toggle,
.open-toggle2 {
  display: none;
}

.your-order-area .your-order-wrap {
  padding: 38px 45px 44px;
  background: #f6f6f6;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 29px 0;
  padding: 19px 0 18px;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-bottom
ul
li.your-order-shipping {
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-middle
ul
li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 0 10px;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-bottom
ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-total
ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px;
}

.billing-info-wrap .nice-select {
  width: 100%;
  margin-bottom: 20px;
}

.billing-info-wrap .nice-select .list {
  width: 100%;
}

.billing-info-wrap .nice-select:active,
.billing-info-wrap .nice-select.open,
.billing-info-wrap .nice-select:focus {
  border-color: #ebebeb;
}

.billing-info-wrap .billing-info input.billing-address,
.billing-info-wrap .billing-select input.billing-address {
  margin-bottom: 10px;
}

.billing-info-wrap .checkout-account label {
  color: #666;
  font-weight: 400;
  margin: 0 0 0 12px;
}

.billing-info-wrap .checkout-account input {
  border: 1px solid #e6e6e6;
  display: inline-block;
  float: left;
  height: 12px;
  width: 12px;
  margin-top: 7px;
  cursor: pointer;
}

.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
  width: 100%;
  height: 45px;
  outline: none;
}

.billing-info-wrap .additional-info-wrap h4 {
  font-size: 16px;
  color: #222;
  margin: 0 0 10px;
  font-weight: 500;
}

.billing-info-wrap .additional-info-wrap .additional-info textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
  height: 138px;
  padding: 17px 20px;
  width: 100%;
  outline: none;
}

.additional-info-wrap {
  margin: 30px 0;
}

.your-order-area .your-order-wrap {
  padding: 38px 45px 44px;
  background: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .your-order-area .your-order-wrap {
    padding: 15px;
  }
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-top
ul
li {
  font-weight: 600;
  color: #222;
  font-size: 16px;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 29px 0;
  padding: 19px 0 18px;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-middle
ul
li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 0 10px;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-bottom
ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-bottom
ul
li.your-order-shipping {
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 18px 0 33px;
  padding: 17px 0 19px;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-total
ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-total
ul
li.order-total {
  font-weight: 600;
  color: #222;
  font-size: 16px;
}

.your-order-area
.your-order-wrap
.your-order-product-info
.your-order-total
ul
li {
  font-weight: 600;
  color: #dc582a;
  font-size: 16px;
  list-style: outside none none;
}

.your-order-area .payment-accordion:last-child {
  margin: 0 0 0;
}

.your-order-area .payment-accordion {
  margin: 0 0 16px;
}

.your-order-area .payment-accordion {
  margin: 0 0 16px;
}

.your-order-area .payment-accordion h4 a {
  color: #222;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.your-order-area .payment-accordion .panel-body {
  padding: 5px 0 0 0;
}

.your-order-area .payment-accordion .panel-body p {
  padding: 0 0 0 10px;
}

.Place-order {
  margin-top: 25px;
}

.open-toggle,
.open-toggle2 {
  display: none;
}

.single-my-account h3.panel-title {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  line-height: 2;
}

.single-my-account h3.panel-title span {
  color: #222;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 16px;
}

.single-my-account h3.panel-title a {
  color: #222;
  display: block;
  padding: 16px 55px;
  position: relative;
}

.single-my-account h3.panel-title a:hover {
  color: #dc582a;
}

.single-my-account h3.panel-title a:hover::before {
  color: #dc582a;
}

.single-my-account h3.panel-title a::before {
  color: #000;
  content: "\f3d0";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
}

.single-my-account .myaccount-info-wrapper {
  padding: 30px 20px;
  background-color: #fff;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
  padding-bottom: 30px;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper h4 {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-top: 7px;
  font-weight: 600;
  color: #222;
}

.single-my-account .myaccount-info-wrapper .billing-info {
  margin-bottom: 20px;
}

.single-my-account .myaccount-info-wrapper .billing-info label {
  color: #666;
  font-size: 14px;
  text-transform: capitalize;
}

.single-my-account .myaccount-info-wrapper .billing-info input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #666;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {
  color: #222;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-my-account
.myaccount-info-wrapper
.billing-back-btn
.billing-back
a:hover {
  color: #dc582a;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
  font-size: 15px;
  color: #dc582a;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
  padding: 30px 20px;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {
  color: #666;
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
}

.single-my-account
.myaccount-info-wrapper
.entries-wrapper
.entries-edit-delete
a.edit {
  background-color: #0090f0;
  font-weight: 700;
}

.single-my-account
.myaccount-info-wrapper
.entries-wrapper
.entries-edit-delete
a.edit:hover {
  background-color: #dc582a;
}

.single-my-account
.myaccount-info-wrapper
.entries-wrapper
.entries-edit-delete
a:hover {
  background-color: #dc582a;
}

.single-my-account
.myaccount-info-wrapper
.entries-wrapper
.entries-edit-delete
a {
  background-color: #f32013;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.single-my-account {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
}

.single-my-account:last-child {
  margin: 0;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper {
  border: 1px solid #eaeaea;
  position: relative;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background-color: #eaeaea;
}

.login-register-wrapper .login-register-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 40px;
}

.login-register-wrapper .login-register-tab-list a {
  position: relative;
}

.login-register-wrapper .login-register-tab-list a:last-child:before {
  display: none;
}

.login-register-wrapper .login-register-tab-list a::before {
  background-color: #000;
  bottom: 5px;
  content: "";
  height: 18px;
  margin: 0 auto;
  position: absolute;
  right: -2px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 1px;
}

.login-register-wrapper .login-register-tab-list a.active h4 {
  color: #dc582a;
}

.login-register-wrapper .login-register-tab-list a h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #222;
}

.login-register-wrapper .login-form-container {
  background: transparent none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 80px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .login-register-wrapper .login-form-container {
    padding: 30px;
  }
}

.login-register-wrapper .login-form-container .login-register-form form input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #666;
  font-size: 14px;
  height: 45px;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}

.login-register-wrapper
.login-form-container
.login-register-form
form
.button-box
.login-toggle-btn {
  padding: 10px 0 19px;
}

.login-register-wrapper
.login-form-container
.login-register-form
form
input[type="checkbox"] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px;
}

.login-register-wrapper
.login-form-container
.login-register-form
form
.button-box
.login-toggle-btn
label {
  color: #222;
  font-size: 15px;
  font-weight: 400;
}

.login-register-wrapper
.login-form-container
.login-register-form
form
.button-box
.login-toggle-btn
a.flote-none {
  float: none !important;
}

.login-register-wrapper
.login-form-container
.login-register-form
form
.button-box
.login-toggle-btn
a {
  color: #222;
  float: right;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 480px) {
  .login-register-wrapper
.login-form-container
.login-register-form
form
.button-box
.login-toggle-btn
a {
    float: none;
  }
}

.login-register-wrapper
.login-form-container
.login-register-form
form
.button-box
.login-toggle-btn
a:hover {
  color: #dc582a;
}

.contact-map #mapid {
  height: 560px;
}

.custom-row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.custom-row-2 div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.contact-info-wrap {
  background-color: #f3f3f3;
  padding: 120px 70px 116px 90px;
}

.contact-info-wrap .single-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 40px;
}

.contact-info-wrap .single-contact-info .contact-icon {
  margin-right: 20px;
}

.contact-info-wrap .single-contact-info .contact-icon i {
  font-size: 20px;
  color: #222;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #252525;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-info-wrap .single-contact-info .contact-info-dec p {
  line-height: 1;
  color: #222;
  margin: 0 0 9px;
}

.contact-info-wrap .single-contact-info .contact-info-dec p a {
  color: #222;
}

.contact-info-wrap .single-contact-info .contact-info-dec p a:hover {
  color: #dc582a;
}

.contact-info-wrap .single-contact-info:hover .contact-icon i {
  background-color: #dc582a;
  color: #fff;
  border-color: #dc582a;
}

.contact-social h3 {
  font-weight: 700;
  color: #222;
  font-size: 24px;
  margin: 0 0 17px;
  line-height: 1;
}

.contact-social ul li a {
  color: #666;
}

.contact-social .social-info li a {
  margin-right: 15px;
}

.contact-form {
  background-color: #f3f3f3;
  padding: 35px;
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 15px;
  }
}

.contact-form .contact-title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  line-height: 1;
  margin-bottom: 36px;
  margin-left: -10px;
}

.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
  background: transparent;
  border: 1px solid #c1c1c1;
  height: 40px;
  padding: 2px 14px;
  margin-bottom: 30px;
  color: #000;
  width: 100%;
  outline: none;
}

.contact-form p {
  color: #333;
}

.contact-form .contact-form-style textarea {
  padding: 20px 14px;
  margin-bottom: 0;
  height: 200px;
}

.contact-map {
  margin-bottom: 60px;
}

.contact-form .contact-form-style button {
  border: none;
  background-color: #dc582a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 52px;
  margin-top: 33px;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form .contact-form-style button:hover {
  background-color: #222;
  color: #fff;
}

.coupon-title {
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
  margin: 20px 0px 15px;
  font-size: 24px;
}

.check-out-btn {
  padding: 14px 30px;
}

.trash {
  color: #222;
}

/*--------------------------------------
/*  [ 4.20 my account CSS ]
----------------------------------------*/
/*------------------*
# Account Page
*------------------*/
.my-account .title {
  border-bottom: 1px solid #ebebeb;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #222;
}

.register .title {
  border-bottom: 1px solid #ebebeb;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #222;
}

.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

.myaccount-tab-menu a {
  border: 1px solid #ebebeb;
  border-bottom: 0;
  color: #222;
  font-weight: 600;
  display: block;
  padding: 15px 15px 13px;
  line-height: 30px;
  font-size: 15px;
  text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #ebebeb;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  background-color: #dc582a;
  color: #fff;
}

.myaccount-tab-menu a i {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

.myaccount-content {
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #ebebeb;
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}

.myaccount-content h3 {
  border-bottom: 1px solid #ebebeb;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #222;
}

.myaccount-content .welcome a {
  color: #222;
}

.myaccount-content .welcome a:hover {
  color: #dc582a;
}

.myaccount-content .welcome strong {
  font-weight: 600;
}

.myaccount-content a.edit-address-btn {
  borderColor: #333;
  color: #222;
}

.myaccount-content a.edit-address-btn i {
  padding-right: 5px;
}

.myaccount-content a.edit-address-btn:hover {
  color: #dc582a;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 15px;
}

.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
}

.myaccount-table table td,
.myaccount-table .table td {
  padding: 20px 10px;
  vertical-align: middle;
}

.myaccount-table table td,
.myaccount-table .table td a {
  color: #222;
}

.myaccount-table table td a:hover,
.myaccount-table .table td a:hover {
  color: #dc582a;
}

.saved-message {
  font-weight: 600;
  font-size: 13px;
  padding: 20px;
}

.account-details-form h4 {
  text-transform: capitalize;
  margin: 0;
  color: #222;
  font-weight: 600;
  font-size: 18px;
}

.table .thead-light th {
  background-color: #e9ecef;
  borderColor: #dee2e6;
}

.account-details-form input[type="text"],
.account-details-form input[type="email"],
.account-details-form input[type="url"],
.account-details-form input[type="password"],
.account-details-form input[type="search"],
.account-details-form input[type="number"],
.account-details-form input[type="tel"] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #707070;
  padding: 0.8rem 1.6rem;
  height: 38px;
  line-height: 1.25;
  border-radius: 0px;
}

/* ***************
     my-account End
    ******************/
/*--------------------------------------
/*  [ 4.21 compare CSS ]
----------------------------------------*/
/*------------------*
# Compare Page
*------------------*/
@media (max-width: 991px) {
  .compare-section .table {
    min-width: 800px;
  }
}

.compare-section img {
  max-width: 150px;
}

.compare-section .title {
  font-weight: 500;
  font-size: 24px;
  color: #222;
  border-bottom: 1px solid #ebebeb;
}

.compare-section .sub-title {
  font-size: 15px;
  padding: 20px 0;
}

.compare-section .table .thead-light th {
  background-color: #fff;
  border-color: #ebebeb;
}

.compare-section .table td,
.compare-section .table th {
  vertical-align: middle;
  border: 1px solid #ebebeb;
  padding: 15px;
  font-size: 15px;
  color: #222;
  font-weight: 600;
}

.compare-section .table th {
  text-transform: capitalize;
}

.compare-section .table td {
  text-transform: capitalize;
}

.compare-section .table td p {
  text-transform: initial;
}

/* ***************
   compare End
  ******************/
/*--------------------------------------
/*  [ 4.22 wishlist CSS ]
----------------------------------------*/
/*------------------*
# Whishlist Page
*------------------*/
@media (max-width: 991px) {
  .whish-list-section .table {
    min-width: 1030px;
  }
}

.whish-list-section .title {
  color: #222;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
}

.whish-list-section .table .thead-light th {
  background-color: #dc582a;
  border-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

.whish-list-section .table td,
.whish-list-section .table th {
  vertical-align: middle;
}

.whish-list-section img {
  max-width: 150px;
}

.whish-title {
  font-size: 15px;
}

.whish-list-price {
  color: #222;
  font-size: 15px;
}

.badge {
  padding: 8px 10px;
}

/* ***************
     whishlist End
    ******************/
/*--------------------------------------
/*  [ 4.23 contact CSS ]
----------------------------------------*/
.contact-title-section {
  margin-bottom: 35px;
}

.contact-title-section .title {
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  font-size: 30px;
  margin-bottom: 0;
}

@media screen and (min-width: 1500px) {
  .contact-title-section .title {
    font-size: 35px;
  }
}

.address-list {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding-bottom: 25px;
  color: #9a9a9a;
}

.address-list:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.address-list .title {
  font-weight: 600;
  color: #dc5a2b;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.address-list .title span {
  color: #222;
  font-size: 28px;
  margin-right: 10px;
}

.address-list .phone-number,
.address-list .mailto {
  color: #707070;
}

.address-list .phone-number:hover,
.address-list .mailto:hover {
  color: #dc582a;
}

.contact-us-form .form-control {
	font-size: 14px;
    height: auto;
    /* line-height: 50px; */
    border-color: #e7e7e7;
    border-radius: 0;
    background: #fff;
    padding: 14px;
}

.contact-us-form .inputCvr{ margin-bottom: 20px;}
.contact-us-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-us-form .form-control::-webkit-input-placeholder {
  color: #222;
}

.contact-us-form .form-control::-moz-placeholder {
  color: #222;
}

.contact-us-form .form-control:-ms-input-placeholder {
  color: #222;
}

.contact-us-form .form-control::-ms-input-placeholder {
  color: #222;
}

.contact-us-form .form-control::placeholder {
  color: #222;
}

.contact-us-form .form-control.massage-control {
  height: 150px;
  resize: none;
}

.contact-us-form .form-label {
  color: #707070;
}

.form-message.error {
  color: #dc582a;
}

.form-message.success {
  color: #45ab49;
}

/*--------------------------------------
/*  [ 4.24 about us CSS ]
----------------------------------------*/
/*------------------*
# About Us Page
*------------------*/
.about-content .title {
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
  font-size: 35px;
  line-height: 1.4;
}

.about-content .sub-title {
  font-size: 1.4;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #222;
}

.about-info .title {
  font-size: 34px;
  font-weight: 500;
  color: #222;
}

.single-service .title {
  font-size: 20px;
  font-weight: 500;
  color: #222;
}

.service-section .single-blog img {
  width: 100%;
}

.progress-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}

@media screen and (min-width: 1200px) {
  .progress-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.skills + .skills {
  margin-top: 30px;
}

.progress-title {
  color: #222;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: capitalize;
}

.skills-title {
  color: #222;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.progress-content p {
  margin-top: 20px;
}

.progress-bar {
  width: 0;
  background-color: #ff4545;
}

.progress {
  height: 6px;
}

.about-social {
  background: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-social .social-link {
  color: #222;
}

/* *******************
      about us page End
    **********************/
/*--------------------------------------
/*  [ 4.25 static info CSS ]
----------------------------------------*/
.features-tabs ul
{
	border-bottom: 1px solid;
}
.features-tabs .nav-tabs .nav-link
{
	padding: 15px 30px;
	border-left: none;
    border-right: none;
    border-top: none;
}
.features-tabs .nav-tabs .nav-link.active
{
	background: transparent;
	background: transparent;
    border-bottom: transparent;
	position: relative;
}
.features-tabs .nav-tabs .nav-link::after {
    background: #dc582a;
    content: '';
    width: -webkit-fill-available;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -3px;
	opacity:0;
}
.features-tabs .nav-tabs .nav-link.active::after, .features-tabs .nav-tabs .nav-link:hover::after {
	opacity:1;
}
.features-tabs .nav-tabs .nav-link:hover span
{
	border: none;
	color: #41474b;
}
.features-tabs .nav-tabs .nav-link img
{
	height: 50px;
}
.features-tabs .nav-tabs .nav-link span
{
	display: block;
    font-size: 18px;
	color: #dc582a;
    font-weight: 600;
}
.static-info-cnt
{
	padding: 0px 40px;
}
.static-info-title
{
	font-weight: 600;
    color: #222;
    text-transform: capitalize;
    font-size: 35px;
    line-height: 1.4;
}
.static-info-title span {
    color: #dc582a;
}
.static_info .box_info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 20px;
}
.static_info .box_info img
{
	background: #fff;
    border-radius: 80%;
    padding: 12px;
    height: 80px;
    width: 80px;
}
.static_info .box_info:hover img
{
	background: transparent;
    border: 4px solid #41474b;
    border-style: double;
}
.static_info .box_info:hover .txt_info .title span
{
	color: #dc582a;
}
.static_info .txt_info {
    margin-left: 15px;
	width: 66%;
}

.static_info .txt_info .title {
  color: #41474b;
  font-size: 14px;
  font-weight: 600;
}
.static_info .txt_info .title span {
	font-size: 18px;
	color: #222;
    font-weight: 600;
    display: block;
    /* line-height: 20px; */
    margin-bottom: 6px;
}	

/*--------------------------------------
/*  [ 4.26 service CSS ]
----------------------------------------*/
.service {
  text-align: center;
}

.service-item {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service-item {
    padding: 10px 20px;
  }
}

.service-icon {
  margin-bottom: 20px;
}

.service-title {
  font-weight: 700;
  color: #222;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.single-thumb {
  max-width: 200px;
  margin: 0 auto;
}

.single-service {
  position: relative;
}

.single-service .sub-title {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
}

.service:hover .about-social {
  opacity: 1;
}

/*--------------------------------------
/*  [ 4.27 404 CSS ]
----------------------------------------*/
.error-section {
  text-align: center;
}

.error-section p {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  font-size: 1.1429em;
}

.error-title {
  font-weight: 600;
  line-height: 1.5;
  color: #222;
  font-size: 30px;
  text-transform: uppercase;
}

@media screen and (min-width: 1500px) {
  .error-title {
    font-size: 35px;
  }
}

.error-serch-form {
  max-width: 500px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.error-serch-form form {
  position: relative;
}

.error-serch-form .form-control {
  padding: 0 55px 0 20px;
  color: #9a9a9a;
  font-size: 1em;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
}

.error-serch-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.error-serch-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.error-serch-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.error-serch-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.error-serch-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.error-serch-form .form-control:focus::placeholder {
  color: transparent;
}

/*--------------------------------------
/*  [ 4.28 policy CSS ]
----------------------------------------*/
.policy-list + .policy-list {
  margin-top: 60px;
}

.policy-title {
  font-size: 25px;
  color: #222;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  .policy-title {
    font-size: 35px;
  }
}

/*--------------------------------------
/*  [ 4.29 accordion CSS ]
----------------------------------------*/
.accourdion-section p {
  margin-bottom: 80px;
}

.accordion .accordion-body p {
  margin-bottom: 0;
}

.accoudion-title {
  color: #222;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: capitalize;
}

.accordion-button {
  border-radius: 0;
}

.accordion-button:hover {
  color: #dc582a;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #dc582a;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item {
  border-top: 1px solid #ebebeb !important;
  border-radius: 0 !important;
}

.accordion-item + .accordion-item {
  margin-top: 15px;
}
/* .home-about
{
	padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 50px;
    padding-right: 50px;
} */
.home-about .about-content h2 span
{
	color: #dc582a;
}
.mr-auto {
    margin-right: auto!important;
}
.ml-auto {
    margin-left: auto!important;
}
.action.quick-view a{ color:#000; display:block; width: 50px; height: 50px;}
.action.quick-view:hover a{ color:#fff;}

.calltoaction-section{ background: url(../images/calltoaction-banner.jpg) no-repeat scroll center center / cover;}
.calltoaction-frmCvr .form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
}

.calltoaction-frmCvr .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.calltoaction-frmCvr .form-control::placeholder {
  color: #000;
}
.calltoaction-frmCvr .contact-us-form .form-control.massage-control{height:auto;}
.calltoaction-frmCvr input[type="submit"]:hover{background:#fff; color:#000; }
.section-padding{ padding:0px 80px;}
.metrics-block-title {
    color: #000;
    font-size: 20px;
    position: relative;
    padding-bottom: 16px;
	margin-bottom: 16px;
	text-transform:uppercase;
}
.metrics-block-title::after {
    content: '';
    background: #dc582a;
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
}

.aest-finish .lead {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.metrix-form {
    padding: 0 3em;
}
.input-Cvr .lead {
    font-size: 16px;
    font-weight: 600;
    color: #000;
	margin-bottom:4px;
}
.metrix-form .input-Cvr {
    margin-bottom: 20px;
    color: #000;
}

.metrix-form .input-Cvr select {
    width: 100%;
    padding: 10px;
    font-size: 15px;
}
.input-Cvr label {
	font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-left: 7px;
}

.input-Cvr label[for="air-del"]:not(:first-child) {font-size: 15px;
font-weight: normal; margin-right: 10px; margin-left: 0px;}


ul.aest-finish-list {
   margin-bottom: 2em;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.aest-finish-list li.selected {
    border: 2px solid black !important;
}
.aest-finish-list li {
   float: left;
    width: 30%;
    text-align: center;
    border: 2px solid #efefef;
    margin: 7px;
    padding: 7px;
    height: 120px;
}
.aest-finish-list li.selected {
    border-color:#000;
}
.aest-finish-list li img {
    width: 60px;
}
.aest-finish-list li label {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 12px;
    color: #000;
    font-weight: 500
}
.calc-results {
    margin-top: 1.4em;
}
.calc-results ul{
display: flex;
    align-items: center;
    justify-content: center;
}
.calc-results li {
    float: left;
    width: 33.33%;
    position: relative;
    list-style: none;
    box-shadow: 0 15px 24px -10px rgb(0 0 0 / 9%);
    padding: 20px;
    border-radius: 15px;
	text-align:center;
}
.calc-results li:first-child{ background-color: #dc582a; }
.calc-results li:last-child{ background-color: #222; }
.calc-results h4 {
    width: 100%;
    font-size: 16px;
    color: #fff;
}

.calc-results p {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
	line-height: 1;
}
.catalog-img {
    position: relative;
}
.catalog-img img {
    width: 100%;
}

.fan-catalog .catalog-img p {
    position: absolute;
    right: 0;
    top: auto;
    display: flex;
    align-items: center;
    background: #dc582a;
    line-height: 1;
    padding: 15px 3em;
    bottom: 6em;
    color: #fff;
}


.led-catalog .catalog-img p {
    position: absolute;
    left: 0;
    top: auto;
    display: flex;
    align-items: center;
    background: #fff;
    line-height: 1;
    padding: 15px 3em;
    bottom: 6em;
    color: #fff;
}

.led-catalog .catalog-img p { color:#222;}
.catalog-img p i {
    font-size: 5em;
    line-height: 0;
    margin-right: 12px;
}
.catalog-img p span {
    font-size: 22px;
}

.catalog-img p big {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
}

.header-topbar .social-links a {
    font-size: 17px;
}
.header-topbar .social-links {
    margin-top: 0px;
}
.theme-bg.about-tagline {
    width: 100%;
    height: 406px;
    background: #dc582a;
    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
}
.theme-bg.about-tagline h4 {
    font-size: 4em !important;
    text-align: center;
    color: #fff !important;
}

.about-tagline:before { content:''; background: url(../images/fan-vector.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.08;}
	
.about-sectionCvr {
    position: relative;
    z-index: 2;
}
.about-sectionCvr::before{ content: '';
    background: url(../images/fan-vector.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;
    left: calc(50% + 0px );
    right: auto;
    bottom: 0px;
    top: auto;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);}	
.about-sectionCvr::after{     content: '';
    background: url(../images/led-hand-lights.png);
    position: absolute;
    width: 800px;
    height: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0px;
    background-position: right;
    opacity: 0.08;
    z-index: -2;}
.about-sectionCvr .about-content {
    padding: 1em 10em 2em 0;
}	

.innovation-block { }
.innovation-title {
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 600;
    color: #dc582a;
    margin-bottom: 0;
    line-height: 20px;
    /*color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dc582a;*/
}
.cursive-title.large-banner-title {
    background: #dc582a;
    color: #fff !important;
    margin-top: 0;
    display: block;
    font-size: 3em !important;
    padding: 4px 14px;
    text-align: center;
    width: 59%;
    margin-bottom: 0px;
}
.innovation-block ul {
    display: flex;
    align-items: center;
   margin-top: 14px;
}

.innovation-block ul li {
    width: 33.33%;
    display: flex;
    align-items: center;
}
.innovation-block ul li img {
    width: 74px;
    margin-right: 5px;
}

.innovation-block ul li span {
    font-size: 17px;
    width: 100%;
    line-height: 1.2;
    color: #000;
}

@media (max-width: 1540px){
.about-sectionCvr::before{ content: '';
    background: url(../images/fan-vector.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;
    left: calc(50% + 0px );
    right: auto;
    bottom: 0px;
    top: auto;
    -webkit-transform: translatex(-60%);
    transform: translatex(-60%);}
	
}


@media (max-width: 1442px){
.about-sectionCvr::before{ content: '';
    background: url(../images/fan-vector.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;
    left: calc(50% + 0px );
    right: auto;
    bottom: 0px;
    top: auto;
    -webkit-transform: translatex(-67%);
    transform: translatex(-67%);}
.innovation-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
    line-height: 16px;
    /*color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dc582a;*/
}	
}
@media (min-width: 1442px){
.bg-seprator img {margin-left: 5.4em !important;}}
@media (max-width: 1299px){
.about-sectionCvr::before{ content: '';
    background: url(../images/fan-vector.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;
    left: calc(50% + 0px );
    right: auto;
    bottom: 0px;
    top: auto;
    -webkit-transform: translatex(-69%);
    transform: translatex(-69%);}
}


.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.checkbox > span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-left: 7px;
}

.checkbox > input {
   height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #dc582a;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: transparent;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    top: 4px;
  }

.checkbox > input:checked {
    border: 1px solid #dc582a;
    background-color: #dc582a;
}

.checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 4px;
    top: 0px;
}

.checkbox > input:active {
    border: 2px solid #34495E;
}

.radiobtn {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.radiobtn > span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.radiobtn > input {
   height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #dc582a;
    border-radius: 50%;
    outline: none;
    transition-duration: 0.3s;
    background-color: transparent;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    top: 4px;
  }

.radiobtn > input:checked {
    border: 1px solid #dc582a;
    background-color: #dc582a;
}

/* .radiobtn > input:checked + span::before {
    content: '';
    display: block;
    background: #fff;
    width: 8px;
    height: 8px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: -22px;
    top: 7px;
    border-radius: 50%;
} */

.radiobtn > input:active {
    border: 2px solid #34495E;
}

.bg-seprator {
    /* background: #dc582a; */
    position: relative;
    /* overflow: hidden; */
}

.bg-seprator::before {
    content: '';
    background: #dc582a;
    top: -83px;
    width: 100%;
    height: 100%;
    left: -23px;
    position: absolute;
    z-index: -2;
}

.bg-seprator img {
    margin-left: 2em;
    margin-top: 0em;
    box-shadow: 2px 4px 11px lightgrey;
}


ul.about-feature {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

ul.about-feature li {
    width: 50%;
    display: flex;
    align-items: center;
}

ul.about-feature li img {
    width: 80px;
}
.about-feature span {
    font-size: 1.4em;
    line-height: 1.2;
    color: #000;
}
.about-feature span strong {
    font-size: 1.8em;
    display: block;
    color: #dc5a2b;
}
.about-msvi-wrapper {position: relative; z-index: 2;}
.about-msvi-wrapper:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(48,48,48,0.90);
	z-index: -1;
}

.about-msvi-wrapper:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 215px;
    background-color: #ffffff;z-index: -1;
}

.msvi-text p {
    color: #fff;
}

.brand-block-two{
	position:relative;
	z-index:1;
}

.brand-block-two .inner-box{
	position:relative;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.brand-block-two .inner-box .upper-box{
	position:relative;
}

.brand-block-two .inner-box .upper-box .upper-inner{
	position:relative;
	padding-left:60px;
	padding-bottom:20px;
	background-color:#dc582a;
}

.brand-block-two .inner-box .upper-box .upper-inner .image{
	position:relative;
	margin-top:-35px;
	display:inline-block;
	background: #f7f7f7;
    padding: 14px;
    width: 120px;
}

.brand-block-two .inner-box .lower-box{
	position:relative;
}

.brand-block-two .inner-box .lower-box .box-inner{
	position:relative;
	padding:50px 55px;
}

.brand-block-two .inner-box .lower-box .box-inner h3{
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
    padding-bottom: 20px;
}

.brand-block-two .inner-box .lower-box .box-inner h3:before{
	position: absolute;
    content: '';
    left: 0px;
    height: 3px;
    width: 50px;
    bottom: 0px;
    background-color: #222222;
}

.brand-block-two .inner-box .lower-box .box-inner .text{
    position: relative;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
	margin-top:30px;
    
}
/*ul.product-colors {
    margin: 0;
    display: table;
}

.product-colors li {
    float: left;
    width: 30px;
    height: 30px;
    list-style: none !important;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 2px #cdcdcd;
    margin-right: 16px;
}

.product-colors li.white {background-color:#fff;}
.product-colors li.green {background-color:#1e9136;}
.product-colors li.blue {background-color:#3c3185;}
.product-colors li.yellow {background-color:#dfd412;}
.product-colors li.orange {background-color:#ed731d;}
.product-colors li.red {background-color:#e42524;}
.product-colors li.warm-white {background-color:#ece6a2;}
.product-colors li.pink {background-color:#e3abce;}


ul.application-bullets {
    display: table;
    width: 100%;
    margin-left: 0;
}

.application-bullets li {
    float: left;
    margin-right: 10px;
    list-style: none !important;
    width: 30%;
    font-size: 16px;
    margin-bottom: 10px;
}*/

.product_title.entry-title {
    font-size: 30px;
    color: #dc582a;
    font-weight: 600;
}

.product-featurestabsCvr .product-features-tabs {
    display: flex;
    justify-content: center;
}

.product-featurestabsCvr ul.feature-lists {
    display: block;
    margin: 24px 0px;
	border:medium none;
}

.product-featurestabsCvr .feature-lists li {
	width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    float: left;
    margin-bottom: 2em;
}
.product-featurestabsCvr .feature-lists li img {
    width: 74px;
    margin-right:8px;
}
.product-featurestabsCvr .feature-lists p {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
	color:#222;
}
.product-featurestabsCvr .feature-lists p span {
    display: block;
    font-size: 16px;
	font-weight: 500;
}
.specifation-tableCvr p {
    margin-bottom: 4px;
}
.specifation-tableCvr p strong {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}
.specifation-tableCvr table, .specifation-tableCvr th, .specifation-tableCvr td { border:1px solid #d1c8c8; }

.specifation-tableCvr tr:last-child th, .specifation-tableCvr tr:last-child td { border-bottom:medium none;}
 .specifation-tableCvr th, .specifation-tableCvr td{
 border-width: 0 1px 1px 0 }
.specifation-tableCvr th {
    font-weight: 500;
	background: #f7f7f7;
}
.specifation-tableCvr th, .specifation-tableCvr td {
	 text-align: center;
    padding: 9px;
    width: max-content;
}
.specifation-tableCvr p strong {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
}
.variations label {
    font-size: 18px;
    color: #dc582a;
    /* margin-top: 53px; */
    display: block;
    font-weight: 600 !important;
}
.woocommerce-product-details__short-description {
    margin: 20px 0;
}
.application-listsCvr {
    margin-top: 2em;
}

.application-listsCvr .application-list-title {
	font-size: 18px;
    color: #dc582a;
    display: block;
    font-weight: 600 !important;
    margin: 9px 0px 26px;
}
.qty-label{
	font-size: 18px;
    color: #dc582a;
    display: block;
    font-weight: 600 !important;
    margin: 7px 0px;
}
/* ul.application-lists {
    display: table;
}
ul.application-lists li:first-child {
    padding-left: 0px;
} */
ul.application-lists li {
    float: left;
    padding: 0 12px;
    text-align: center;
	margin-bottom: 16px;
    width: 25%;
    min-height: 7em;
}
.application-lists img{ width:50px; }
ul.application-lists li p {
    color: #000;
    text-transform: uppercase;
    margin: 4px 0px;
	line-height:1.2;
}

.product-catalog-section{
    position: relative;
    background: #dc582a;
 padding: 5em 0 5em;
    overflow: hidden;z-index: 2;}
	
.mask-catbg {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(62% + 20px);
    height: 100%;
    z-index: -1;
}
.mask-catbg.led-catalog {
    background: url('/assets/images/electricals/light-catalog-bg.jpg') no-repeat scroll center center/cover;
}
.mask-catbg.fan-catalog {
    background: url('/assets/images/electricals/fan-catalog-bg.jpg') no-repeat scroll center center/cover;
}
.catalog-wrapper {
	background: #222;
    padding: 4em 3em 4.6em;
    text-align: center;
    border: 4px solid #fff;
}	

.donwload-btn p a{
	display: flex;
    align-items: center;
    line-height: 1;
    color: #fff;
    justify-content: center;
	margin-bottom: 0px;
}

.donwload-btn p i {
    font-size: 6em;
    line-height: 0;
    margin-right: 12px;
}

.donwload-btn p span {
    font-size: 22px;
    text-align: left;
}

.donwload-btn p big {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
}
.prodct-infoCvr { padding: 4em 0px;}
/*.product-list .product-card .product-thumb{position: relative;}
.product-list .product-card .product-thumb::before{content:''; background:rgba(0,0,0,0.5); width:100%; height:100%; position: absolute;visibility:hidden;}
.product-list .product-card:hover .product-thumb::before, .product-list .product-card .product-thumb:hover::before{content:''; visibility:visible;}*/

.yith_ywraq_add_item_browse_message a {background: #dc582a; padding: 8px 16px; display: inline-block; font-size: 16px !important; margin-top: 8px; color: #fff; border-radius: 6px;}
.woocommerce div.product form.cart div.quantity {float: left;margin: 0 14px 0 0 !important;}

.woocommerce table.shop_table{ table-layout:auto;}
.shop_table.cart td.product-thumbnail a img { width: 80px;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{color: #ffffff !important; background-color: #dc582a !important;}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{color: #ffffff !important; background-color: #222 !important;}
.yith-ywraq-mail-form-wrapper .button.raq-send-request { padding: 16px; font-size: 16px;}
.woocommerce table.shop_table .cart_item .product-name a { color: #d7430f; }

.woo-variation-swatches .variable-items-wrapper[aria-label="Wattage"] li:hover, .woo-variation-swatches .variable-items-wrapper[aria-label="Wattage"] li.selected {
    background-color: #dc582a;
    color: #fff;
    /* box-shadow: 0 0 0 2px rgb(220 88 42) !important; */
}

.sidebarCvr {
    padding: 0 2em;
}

.sidebarCvr .sidebar-block {
    margin-bottom: 2em;
}

.sidebarCvr .sidebar-block .sidebar-title {
    padding: 7px 9px;
    margin: 0px;
    font-size: 22px;
    background: #222;
    color: #fff;
}	

.sidebarCvr .sidebar-block .sidebar-desc {
    border: 2px solid #222;
    padding: 16px;
    border-top: none;
}
.sidebarCvr .sidebar-block .sidebar-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebarCvr .sidebar-block .sidebar-desc ul li:before {
    content: '\f3d3';
    font-family:Ionicons;
    margin-right: 6px;
    color: #302861;
    font-size: 12px;
    line-height: 2.1;
	font-weight: 600;
}
.sidebarCvr .sidebar-block .sidebar-desc ul li{
	display:flex;
	align-items:flex-start;
    padding: 10px 0px;
    border-bottom: 1px solid #eaeaea;
}
.sidebarCvr .sidebar-block .sidebar-desc ul li:last-child{ border:medium none; }
.sidebarCvr .sidebar-block .sidebar-desc ul li a {
    display: block;
	color:#dc582a
}
.sidebarCvr .sidebar-block .sidebar-desc ul li:hover:before {
    color: #222;
}
.sidebarCvr .sidebar-block .sidebar-desc ul li:hover a {
    color: #222;
}
.single-post .entry-header .entry-title {
    font-size: 32px !important;
    font-size: 2.5rem;
    line-height: 1.225;
margin-bottom: 22px;}
.single-post .entry-content ol, .single-post .entry-content ul {
    list-style-position: inside;
    margin-bottom: 10px;
	margin-left:0px;
}

.single-post .entry-content h2, .single-post .entry-content h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

.blog-inquiry input[type=text], 
.blog-inquiry input[type=tel], 
.blog-inquiry input[type=email], 
.blog-inquiry textarea {
	background:none;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
	height: auto;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: unset;
    width: 100%;
    box-shadow: none;
    margin-bottom: 14px;
    font-size: 14px;
	padding:10px;
}

.blog-inquiry input[type="submit"] {
    background:#222;
    height: auto;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.blog-inquiry input[type="submit"]:hover{background: #dc582a; color: #fff;-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;}
	
.blog-details .post-thumbnail img { width: 100%; margin-bottom: 16px;}	
.blog-details .entry-content p { text-align: justify; }

.blog-details .entry-content ul li:before {
    content: '\f3d3';
    font-family: Ionicons;
    margin-right: 6px;
    color: #302861;
    font-size: 12px;
    font-weight: 600;
}
.blog-details .entry-content ul li{
	display: flex;
    align-items: flex-start;
    margin-left: 14px;
}
.site-header-menu {
    margin: 9px 0px !important;
}
.main-navigation a{ color: #3A3F46;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding: 8px 0px;}
	
.main-navigation li:hover > a, .main-navigation li.focus > a { color: #dc582a !important;}
.home-aboutCvr{position: relative; overflow:hidden;}
.about-bg-sec {
    background: #dc582a;
    color: #fff;
    height: 420px;
    position: relative;
}

.about-style-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
}
.about-bg-sec .cursive-title {
    text-align: center;
    font-weight: 600;
    background: #fff;
	padding: 7px 0px;
    font-size: 40px !important;
}
@-webkit-keyframes rotate {
  from {-webkit-transform:rotate(-360deg);}
  to {  -webkit-transform:rotate(0deg);}
}

@-moz-keyframes rotate {
  from {-moz-transform:rotate(-360deg);}
  to {  -moz-transform:rotate(0deg);}
}

.home-aboutCvr::after {
	content: '';
    background: url(../images/about-bg-vector.png) no-repeat bottom right / contain;
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: 0px;
	right:0px;	
    opacity: 0.02;
	/* -webkit-animation-name: rotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center; */
	z-index:-1;
}

.testimonial-section{overflow:hidden; position: relative;}
.testimonial{
    margin: 0 15px;
}
.testimonialSwiper {
    position: relative;
	overflow: hidden;
}
.testimonial .description::before {
    content: '\f347';
    font-family: 'Ionicons';
    font-size: 4em;
    color: #e2724b;
    position: absolute;
    top: 10px;
    left: -21px;
    background: #fff;
    display: block;
    line-height: 1.2;
}
.testimonialSwiper  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
	  
.testimonial .description{
    position: relative;
    font-size: 14px;
    line-height:26px;
    color: #696969;
    padding: 25px;
    border:1px solid #d3d3d3;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    border-color: #d3d3d3;
    position: absolute;
    bottom: -11px;
    right: 5%;
    transform: skewY(-45deg);
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin:20px 30px;
    display: inline-block;
    float: left;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-title{
    display: inline-block;
    text-transform: capitalize;
    margin-top: 18px;
	float: right;
}
.testimonial .testimonial-title span{
    color: #df6438;
    display: block;
    font-size:17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.testimonial .testimonial-title small{
    display: block;
    font-size:14px;
}

@media only screen and (max-width: 767px){
    .testimonial .description{
        font-size: 14px;
    }
}
.testi-pagination .swiper-pagination-bullet { background-color: #222;}
.testi-pagination .swiper-pagination-bullet-active { background-color: #df6438;}
.about-section .title {
    font-weight: 600;
    color: #222;
}
.about-section .title span {
    color: #dc5a2b;
}
.abt-img {
    position: relative;
	z-index: 2;
	    display: flex;
    align-items: center;
    justify-content: center;

}
.abt-img img {
    width: 100%;
	/* animation: ldx-cycle 1s infinite linear;  */
}
/* @keyframes ldx-cycle{0%{animation-timing-function:cubic-bezier(0.3333,0.3333,0.6667,0.6667);transform:rotate(0)}100%{transform:rotate(360deg)}} */
.abt-img::before {
    content: '';
    background: #fafafa;
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 50%;
   /* top: 29%;
    left: 29%;*/
    z-index: -1;
    display: flex;
	/* -webkit-animation-name: rotate;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear; */
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*.ceiling-container {
  width: 560px;
  height: 560px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  animation: spin 8s linear infinite;
}
.ceiling-container:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  /* background: #444;
  box-shadow: inset 0 0px 0px 8px #444444, inset 0 1px 5px 22px #383838; 
      background: #c23400;
    box-shadow: inset 0 0px 0px 8px #a1a1a1, inset 0 1px 5px 22px #bababa;
}

.ceiling-fan {
  display: block;
  background: #dc5a2b;
  border-radius: 5px;
  position: absolute;
  box-shadow: inset 1px 1px 40px #555;
}
.ceiling-fan:after {
  content: "";
  position: absolute;
  background: #666;
  display: block;
}
.ceiling-fan.horizontal {
  width: auto;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  transform: skewX(20deg);
}
.ceiling-fan.horizontal:after {
  top: 25%;
  width: 15px;
  height: 50%;
}
.ceiling-fan.vertical {
  width: 50px;
  height: auto;
  left: 50%;
  margin-left: -25px;
  transform: skewY(20deg);
}
.ceiling-fan.vertical:after {
  height: 15px;
  width: 50%;
  margin-left: 25%;
}
.ceiling-fan.left {
  left: 0;
  right: 50%;
  margin-right: 45px;
  border-radius: 50% 15px 15px 50%;
}
.ceiling-fan.left:after {
  left: 100%;
}
.ceiling-fan.right {
  right: 0;
  left: 50%;
  margin-left: 45px;
  border-radius: 15px 50% 50% 15px;
}
.ceiling-fan.right:after {
  right: 100%;
}
.ceiling-fan.top {
  top: 0;
  bottom: 50%;
  margin-bottom: 45px;
  border-radius: 50% 50% 15px 15px;
}
.ceiling-fan.top:after {
  top: 100%;
}
.ceiling-fan.bottom {
  top: 50%;
  bottom: 0;
  margin-top: 45px;
  border-radius: 15px 15px 50% 50%;
}
.ceiling-fan.bottom:after {
  bottom: 100%;
}*/

.ceiling-container {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    animation: spin 8s linear infinite;
    /* opacity: 0.3; */
}
.ceiling-container:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    background: #c23400;
    box-shadow: inset 0 0px 0px 8px #a1a1a1, inset 0 1px 5px 22px #bababa;
}
.ceiling-fan.left {
    left: 0;
    right: 50%;
    margin-right: 45px;
    border-radius: 15px;
}
.ceiling-fan.horizontal {
    width: 200px;
    height: 50px;
    top: 49%;
    margin-top: -17px;
    transform: rotateZ(-2deg);
    left: -17px;
}
.ceiling-fan {
    display: block;
    background: #dc5a2b;
    border-radius: 5px;
    position: absolute;
    box-shadow: inset 1px 1px 40px #555;
}
.ceiling-fan.left:after {
    left: 100%;
}
.ceiling-fan.horizontal:after {
    top: 25%;
    width: 15px;
    height: 50%;
}
.ceiling-fan:after {
    content: "";
    position: absolute;
    background: #666;
    display: block;
}
.ceiling-fan.vertical.rotated.top {
    transform: rotateZ(27deg);
    left: 52%;
    /* top: -5%; */
    margin-left: 33px;
}
.ceiling-fan.top {
    top: 0;
    bottom: 50%;
    margin-bottom: 37px;
    border-radius: 15px;
}
.ceiling-fan.vertical {
    width: 50px;
    height: auto;
    left: 50%;
    /* margin-left: -25px; */
    transform: skewY(0deg);
}
.ceiling-fan.top:after {
    top: 100%;
}
.ceiling-fan.vertical:after {
    height: 15px;
    width: 50%;
    margin-left: 25%;
}
.ceiling-fan:after {
    content: "";
    position: absolute;
    background: #666;
    display: block;
}

.ceiling-fan.vertical.rotated.bottom {
    transform: rotate(327deg);
    /* right: 51%; */
    /* top: 50%; */
    /* left: 62%; */
}
.ceiling-fan.bottom {
    top: 50%;
    bottom: 0;
    margin-top: 24px;
    border-radius: 15px;
}
.ceiling-fan.vertical {
	width: 50px;
    height: 200px;
    left: 50%;
    margin-left: 55px;
    transform: skewY(0deg);
}
.ceiling-fan {
    display: block;
    background: #dc5a2b;
    border-radius: 5px;
    position: absolute;
    box-shadow: inset 1px 1px 40px #555;
}
.ceiling-fan.bottom:after {
    bottom: 100%;
}
.ceiling-fan.vertical:after {
    height: 15px;
    width: 50%;
    margin-left: 25%;
}
.ceiling-fan:after {
    content: "";
    position: absolute;
    background: #666;
    display: block;
}
.cat-block {
    position: relative;
}

.cat-block .cat-info {
    position: absolute;
    bottom: 20px;
    left: 2em;
    color: #fff;
}
.cat-block .cat-img {
    position: relative;
}
.cat-block .cat-img img {
    width: 100%;
}
.cat-block .cat-img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),color-stop(40%,transparent));
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent 40%);
}
.cat-block .cat-info .btn{ font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 25px;color: #f8f9fa;
border-color: #f8f9fa;}
.cat-block .cat-info .btn:hover{ font-size: 12px;border-color: #dc582a;}

.seprator-div{position: relative;}
.seprator-div::after {
    content: '';
    width: 80%;
    height: 2px;
    position: absolute;
    top: auto;
    bottom: 0;
    box-shadow: 4px 10px 1px 1px #01010124;
    border-radius: 76%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.home-catalog-sec { padding-top:6.4em;}
.home-catalog-sec .catalog-wrapper{
    background: #222;
    padding: 1em;
    text-align: center;
    border: 4px solid #fff;
    margin-bottom: 1.2em;
}
.home-catalog-sec .catalog-wrapper .donwload-btn p span {
    font-size: 20px;
    text-align: left;
}
.home-catalog-sec .catalog-wrapper .donwload-btn p big{ font-size: 26px;}

ul.product-features {
    display: block;
}

.product-features li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f7f7f7;
    padding: 7px 0px;
}
.product-features li img {
    width: 32px;
    margin-right: 10px;
}
.product-features li p {
    line-height: 1.5;
}
.product-list .product-card {
    margin-bottom: 3em;
}

/* .product-list .product-card:hover .product-wrapper{
-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.product-list .product-card:hover .product-wrapper .actions-verticale .action {
    left: 0;
    opacity: 1;
    visibility: visible;
    margin: 0 auto;
    right: 0;
    bottom: -2em;
    top: auto;
    background: #dc582a;
    display: block;
    width: 100%;
    border-radius: 0px;
}

.product-list .product-card .product-wrapper .actions-verticale .action.quick-view a{ width:100%; height:auto;} */


.feature-slide-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	z-index: 2;
}
.fan-feature-bg {
  background-image: url("../images/light-room.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}
.light-feature-bg {
  background-image: url("../images/light-room.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
}
.fan-feature-bg {
  background-image: url("../images/fan-room.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.feature-listsCvr ul {
    display: table;
}

.feature-listsCvr ul li {
    float: left;
    display: flex;
    align-items: center;
    width: 50%;
    color: #fff;
    margin-bottom: 12px;
}

.feature-listsCvr ul li img {
    height: 40px;
    margin-right: 16px;
}
.feature-listsCvr ul li p {
    line-height: 1.2;
}

.feature-listsCvr .feature-title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

/* .feature-slide-item::before {
    content: '';
    background: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
} */
.home-product-list .product-card, .product-listCvr .product-card{ position:relative; z-index:2;}
.home-product-list .product-card::before, .product-listCvr .product-card::before{ content:''; background:#ededed; position:absolute; width:100%; height:87%; visibility: hidden; opacity: 0; top:0px; left:0px;  z-index:1}
.home-product-list .product-card:hover::before, .product-listCvr .product-card:hover::before{ content:''; visibility: visible; opacity: 0.9; }
.home-product-list .product-card:hover .product-features, .product-listCvr .product-card:hover .product-features {
    visibility: visible;
    opacity: 1;
    transform: translateY(-40%);
    transition: all 0.5s ease-in-out;
}
.home-product-list .product-card .product-features, .product-listCvr .product-card .product-features {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
	z-index:3;
	color:#000;
	padding:0px 3em
}

.home-product-list .product-card.big-size .product-features li img { width: 60px; }
.home-product-list .product-card.big-size .product-features li p{ font-size:18px; }
.home-product-list .product-card.big-size:hover .product-features { transform: translateY(-70%);}
.home-product-list .product-card.big-size .product-features li:last-child .btn {
    padding: 8px 20px;
    font-size: 14px;
}
.home-product-list .product-features li:last-child .btn, .product-listCvr .product-features li:last-child .btn {
    padding: 5px 14px;
    font-size: 13px;
}
.home-product-list .product-features li:last-child, .product-listCvr .product-features li:last-child {
    border: medium none;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
}

.modal-content .modal-header .modal-title {
    font-size: 19px;
    font-weight: 500;
    color: #dc582a;
}
.modal-body .inputCvr {
    margin-bottom: 14px;
}
.modal-body{ padding:1.4rem;} 
.modal-body .inputCvr input:not([type="submit"]){     font-size: 14px;
    height: auto;
    /* line-height: 50px; */
    border-color: #e7e7e7;
    border-radius: 0;
    background: #fff;
    padding: 10px;
}

.woocommerce div.product form.cart {
    margin-bottom: -2em !important;
}
.basic-infoCvr {
    margin-top: 2em;
}
.basic-infoCvr .basicinfo-title {
    font-size: 18px;
    color: #dc582a;
    display: block;
    font-weight: 600;
    margin: 9px 0px 26px;
}
.basicinfo-table table tr th, .basicinfo-table table tr td { padding: 9px 16px; }

.product-descCvr h2, .product-descCvr h3 {
    font-size: 20px;
    margin-bottom: 14px;
}
.product-descCvr ul {
    border: medium none;
	margin-left: 12px;
}
.product-descCvr ul li {
    line-height: 2;
}
.product-descCvr ul li:before {
    content: '\f3d3';
    font-family: Ionicons;
    margin-right: 6px;
    color: #302861;
    font-size: 12px;
    font-weight: 600;
}

.featureSwiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 3em;
}
.featureSwiper.swiper-container-horizontal>.swiper-pagination-bullets{bottom: -6px;}
.feature-slideBlock {
    text-align: center;
    padding: 0 1em;
}
.feature-slideBlock img {
    width: 80px;
    margin-bottom: 16px;
}
.feature-slideBlock .featureTitle {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 7px;
	line-height: 1.4;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary,  .woocommerce-page div.product div.summary {
    margin-bottom: 2em;
    width: 100% !important;
}

.breadcrumb-area {
    background: #fafafa;
}

.breadcrumb-area .breadcrumb-wrap .breadcrumb {
    padding: 1em 0;
}
.woocommerce-pagination {margin-top: 2em;}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{ border: medium none !important; }
.woocommerce-pagination li .page-numbers {
    padding: 17px 22px !important;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0px 5px !important;
    background: #000;
    color: #fff;
}
.woocommerce-pagination li .page-numbers:hover {background: #dc582a !important; color:#fff !important;}
.woocommerce-pagination li .page-numbers.current { background: #dc582a !important; color:#fff !important;}
.woocommerce-pagination li .prev, .woocommerce-pagination li .next {background: #000; color:#fff;}

.award-block { padding: 0px 20px; }
.main-navigation ul {
    list-style: none;
    margin: 0;
    justify-content: end;
    align-content: end;
}
.product-tab-section.home-product-list, .home-cat-section, .calcuator-section {
    overflow: hidden;
}
.blog-card { margin-bottom: 2em; }
.header-btn{       background-color: #EB3916;
    width: 156px;
    color: #ffffff !important;
    font-size: 16px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    font-weight: 300;
    justify-content: center;
    transition: all 0.25s ease-in-out;
    margin-left: 6px;
    text-align: center;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    margin-top: 2px;
	}

.header-btn i { opacity: 0; transition: all 0.25s ease-in-out; }
.header-btn:hover, .main-navigation li:hover > .header-btn, .main-navigation li.focus > .header-btn{ color:#fff !important;}
.header-btn:hover i { opacity: 1; margin-left: 10px;}
.menu-item-has-children .sub-menu a {
    color: #3A3F46;
    font-size: 16px;
    display: block;
    text-align: left;
	padding:0.25rem 1rem !important;
    white-space: initial;
	line-height:1.5;
}
.menu-item-has-children ul{background-color: #F3F3F3;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 0;
}
.menu-item-has-children .sub-menu a:hover {
    background-color: #EB3916;
    color: #fff !important;
}

.main-navigation .menu-item-has-children > a:after { display:none; }
.woocommerce-product-gallery .woocommerce-product-gallery__image:last-child {
    display: none !important;
}

@media screen and (max-width: 1199px) {
.specifation-tableCvr {
    overflow-x: auto;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) { .award-block { padding: 0px 20px; } }
@media screen and (min-width: 768px) { 
button.navbar-toggler {
    display: none;
}

}
@media screen and (max-width: 991px) { 
.bg-dark .topbar-nav-info-item{ position:relative; padding:0px 14px;}
.bg-dark .topbar-nav-info-item:last-child::after {
    width: 1px;
    height: 14px;
    background: #cbcbcb;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    content: '';
}
.main-navigation a{ padding:0px 8px;}
.section-padding-top{ padding-top: 40px; }
.section-padding-bottom { padding-bottom: 40px; }
.about-text-wrap.px-5.me-5 { margin-right: 0px !important; padding-right: 0px !important; }
.award-block { padding: 0px 20px; margin-bottom: 2em; }
.bg-seprator img{ margin-left:0px;}
.calc-results li{ width:48%;}
.cat-info h3 { font-size: 18px; }
.cat-info h2 { font-size: 18px; }
.sidebarCvr { padding: 0px; }
.single-post .entry-header .entry-title { font-size: 26px !important; }
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 31%;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
}
}
@media screen and (min-width: 768px) and (max-width: 990px) { .header-btn{    width: 136px;}.main-navigation a{padding: 7px 5px !important;}}
@media screen and (max-width: 767px) { 
.main-navigation a{ padding:0px 5px;} 
.navbar-header .navbar-toggler:focus{ box-shadow:none;}
.collapse:not(.show) { display: none !important;} 
.header-menuCvr [class*="col-"] { flex: 0 0 auto; width: 100%;} 
.navbar-header { display: flex; justify-content: space-between; }
.navbar-collapse {
    background-color: rgb(0, 0, 0, 0.5);
    height: 100vh;
    top: 68px;
    position: fixed !important;
    left: 0;
    width: 100%;
    display: none;
    Z-INDEX: 9999;
}
.header-menu {
    border-top: 1px solid #e2e2e2;
    /* margin-top: 20px; */
    background-color: #DBDBDB;
    width: 300px;
    border-left: 15px solid #FD5000;
    margin-left: auto;
    padding: 20px; 
    height: 100vh;
    overflow: auto;
  }
.main-navigation ul {
    list-style: none;
    margin: 0;
    display: block;
    text-align: left;
}
.main-navigation ul li a {
    padding: 8px 4px;
    border-bottom: medium none;
}
.menu-item-has-children ul {
    background-color: inherit;
    border: none;
    border-radius: 6px;
    padding: 0;
    margin-left: 0px !important;
}
.navbar-toggler.collapsed .togglebar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #3A3F46;
    transition: transform .1s cubic-bezier(.4, 0, .2, 1);
    margin-bottom: 5px;
}
.navbar-toggler:not(.collapsed) .toggle_iconbar1 {
    transform: rotate(41deg);
    position: relative;
    top: 0px;
	 width: 22px;
    height: 2px;
    background-color: #3A3F46;
	display: block;
	 transition: transform .1s cubic-bezier(.4, 0, .2, 1);
}
.navbar-toggler:not(.collapsed) .toggle_iconbar2 {
    display: none;
}
.navbar-toggler:not(.collapsed) .toggle_iconbar3 {
    transform: rotate(-40deg);
    top: -2px;
    position: relative;
	 width: 22px;
    height: 2px;
    background-color: #3A3F46;
	display: block;
	 transition: transform .1s cubic-bezier(.4, 0, .2, 1);
}
.menu-item-has-children .sub-menu a{ line-height:inherit; border: medium none;}
/*.navbar-toggler{ border:1px solid #41474b;}*/
.static-info-cnt { padding: 0px; }
.static-info-title{ font-size:28px;}
.cat-block{ margin-bottom:20px;}
.hero-slide-content .text{ font-size:12px; margin-bottom:12px;}
.hero-slide-content .btn{font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
padding: 7px 14px; }
.hero-slider .swiper-pagination { bottom: 2px; } .hero-slider .swiper-pagination-bullet{ width:10px; height:10px;} 
.specifation-tableCvr table { table-layout: auto; overflow-x: auto;}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 24% !important;
    display: inline-block;
}
}
@media screen and (max-width: 766px) { .about-text-wrap.px-5.me-5 {
    margin-right: 0px !important;
    padding-right: 3em !important;
    padding-left: 2em !important;
	margin-top: 2.4em;
} }
@media screen and (max-width: 680px) { 
.slider-height1 { height: 248px; } 
.breadcrumb-section{height: 60vh;} 
.title-block.mb-5 { margin-bottom: 14px !important; } 
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 22.08% !important; 
    display: inline-block;
}
}
@media screen and (max-width: 592px) { .topbar-default{ display: none; }}
@media screen and (max-width: 575px) { .ftr-contact-block{ padding-left:12px; }	}
@media screen and (max-width: 480px) { .slider-height1{height: 166px; margin-top: 26px;} .hero-slide-content{ display:none; } .calc-results li{ width:100%; margin-bottom:20px;} .calc-results ul{flex-wrap: wrap;} ul.application-lists li{ width:50%; }}
@media (min-width:1200px){.h2,h2{font-size:1.75rem}}