@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&amp;display=swap");
body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #666;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 1600px) {
  .custom-container {
    max-width: 1920px;
    padding: 0 75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .custom-container {
    padding: 0 30px;
  }
}

/*===========================
      02.Header css 
===========================*/
.header-nav {
  position: relative;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e5e5e5;
  background: #232f3e;
  z-index: 9;
  margin: 0;
  line-height: 15px;
}

.header-nav-wrapper .header-static-nav p {
  font-size: 16px;
  color: #666;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-nav-wrapper .header-static-nav p {
    font-size: 15px;
  }
}
.header-nav-wrapper .header-static-nav p .text {
  font-weight: 500;
  color: #000;
}
.header-nav-wrapper .header-menu-nav .menu-nav li {
  display: inline-block;
  position: relative;
}
.header-nav-wrapper .header-menu-nav .menu-nav li + li {
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-nav-wrapper .header-menu-nav .menu-nav li + li {
    margin-left: 20px;
  }
}
.header-nav-wrapper .header-menu-nav .menu-nav li + li::before {
  position: absolute;
  content: "|";
  top: 7px;
  left: -18px;
  line-height: 5px;
  font-size: 14px;
  color: #fff;
}
.header-nav-wrapper .header-menu-nav .menu-nav li a {
  font-weight: 400;
  color: #fff;
  text-shadow: none;
  cursor: pointer;
  line-height: 13px;
  font-size: 14px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-nav-wrapper .header-menu-nav .menu-nav li a {
    font-size: 15px;
  }
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown button {
  border: 0;
  background: none;
  font-weight: 400;
  color: #fff;
  text-shadow: none;
  cursor: pointer;
  line-height: 13px;
  font-size: 14px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-nav-wrapper .header-menu-nav .menu-nav li .dropdown button {
    font-size: 15px;
  }
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown button i {
  font-size: 12px;
  margin-left: 5px;
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown .dropdown-menu {
  margin: 0;
  top: 175% !important;
  left: auto !important;
  right: 0 !important;
  -webkit-transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  -o-transform: translate(0) !important;
  transform: translate(0) !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
  border-radius: 0;
  border: none;
  box-shadow: 0px 2px 7.44px 0.56px rgba(0, 0, 0, 0.1);
}
.header-nav-wrapper .header-menu-nav .menu-nav li .dropdown .dropdown-menu li {
  margin-left: 0;
  display: block;
}
.header-nav-wrapper
  .header-menu-nav
  .menu-nav
  li
  .dropdown
  .dropdown-menu
  li
  + li {
  margin-left: 0;
}
.header-nav-wrapper
  .header-menu-nav
  .menu-nav
  li
  .dropdown
  .dropdown-menu
  li
  a {
  padding: 0 10px;
  color: #666;
  line-height: 40px;
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
.header-nav-wrapper
  .header-menu-nav
  .menu-nav
  li
  .dropdown
  .dropdown-menu
  li:last-child
  a {
  border-bottom: 0;
}

.header-middle {
  position: relative;
  padding: 0px 0;
  margin-top: 0px;
}

.header-contact i {
  font-size: 48px;
  color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contact i {
    font-size: 42px;
  }
}
.header-contact .phone {
  padding-left: 15px;
}
.header-contact .phone p {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 4px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contact .phone p {
    font-size: 12px;
  }
}
.header-contact .phone a {
  color: #333333;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-contact .phone a {
    font-size: 14px;
  }
}

.header-search {
  position: relative;
  margin-left: 10%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-search {
    margin-left: 6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-search {
    margin-left: 2%;
  }
}
.header-search .search-category {
  position: absolute;
  left: 2px;
  top: 2px;
  display: inline-block;
  width: 150px;
  margin: 0;
  background: transparent;
}
@media (max-width: 767px) {
  .header-search .search-category {
    width: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search .search-category {
    width: 170px;
  }
}
.header-search .search-category::before {
  font-family: "Ionicons";
  content: "\f3d0";
  font-size: 20px;
  color: #333;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .header-search .search-category::before {
    right: 5px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search .search-category::before {
    right: 8px;
    font-size: 20px;
  }
}
.header-search .search-category select {
  width: 170px;
  height: 45px;
  line-height: 25px;
  margin: 0;
  border: 0;
  padding: 0 38px 0 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid #d9d9d9;
  border-radius: 30px 0px 0px 30px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  .header-search .search-category select {
    width: 120px;
    padding: 0 20px 0 5px;
    font-size: 13px;
    height: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search .search-category select {
    width: 170px;
    padding: 0 38px 0 20px;
    font-size: 16px;
    height: 45px;
  }
}
.header-search input {
  padding: 10px 60px 10px 180px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  background: #fff;
  color: #999;
  border: 2px solid #e5e5e5;
}
@media (max-width: 767px) {
  .header-search input {
    padding-left: 125px;
    padding-right: 50px;
    font-size: 14px;
    height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search input {
    padding: 10px 60px 10px 180px;
    font-size: 16px;
    height: 50px;
  }
}
.header-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  padding: 0;
  font-weight: 700;
  background: #e52e06;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 28px;
}
@media (max-width: 767px) {
  .header-search button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 28px;
  }
}
.header-search button:hover {
  background: #333;
}

.header-cart .cart-btn {
  position: relative;
  padding: 0 40px 3px 18px;
  border: 2px solid #e5e5e5;
  margin-left: 30px;
  display: inline-block;
  background-color: #fff;
}
.header-cart .cart-btn a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  height: 46px;
  padding-left: 55px;
  color: #444444;
  padding-top: 3px;
  padding-bottom: 4px;
}
.header-cart .cart-btn a::before {
  font-family: "Ionicons";
  content: "\f3d0";
  font-size: 20px;
  color: #000000;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-cart .cart-btn a i {
  font-size: 18px;
  display: inline-block;
  margin-right: 13px;
  vertical-align: -5px;
  position: absolute;
  left: 0;
  margin-top: 4px;
}
.header-cart .cart-btn a .text,
.header-cart .cart-btn a .total {
  display: block;
  margin-top: 8px;
}
.header-cart .cart-btn a .count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 15px;
  text-align: center;
  font-weight: 500;
  left: -3px;
  background: #ff9900;
  border-radius: 100%;
}

.header-menu {
  background-color: #232f3e;
  position: relative;
}
.header-menu.menu-gradient {
  background: -webkit-linear-gradient(left, #bc6eff 0%, #65e2ff 100%);
  background: -o-linear-gradient(left, #bc6eff 0%, #65e2ff 100%);
  background: linear-gradient(to right, #bc6eff 0%, #65e2ff 100%);
}
.header-menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.header-menu-vertical {
  position: relative;
  z-index: 9;
}
.header-menu-vertical .menu-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  height: 60px;
  padding: 14px 25px 10px 68px;
  cursor: pointer;
  margin: 0;
  background: -webkit-linear-gradient(left, #bc6eff 0%, #65e2ff 100%);
  background: -o-linear-gradient(left, #bc6eff 0%, #65e2ff 100%);
  background: linear-gradient(to right, #bc6eff 0%, #65e2ff 100%);
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-vertical .menu-title {
    font-size: 18px;
  }
}
.header-menu-vertical .menu-title.menu-title-solid {
  background: #333;
}
.header-menu-vertical .menu-title::before {
  content: "\f394";
  display: inline-block;
  font-size: 40px;
  font-family: "Ionicons";
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 68px;
  vertical-align: -4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-vertical .menu-title::before {
    font-size: 30px;
  }
}
.header-menu-vertical .menu-title::after {
  content: "\f3d0";
  display: inline-block;
  font-size: 28px;
  font-family: "Ionicons";
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 68px;
  vertical-align: -4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-vertical .menu-title::after {
    font-size: 20px;
  }
}
.header-menu-vertical .menu-title span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-vertical .menu-title span {
    font-size: 13px;
  }
}
.header-menu-vertical .menu-content {
  width: 100%;

  z-index: 999;
  background: #fff;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
  -moz-box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
  box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
  display: none;
}
.header-menu-vertical .menu-content.menu-expand-2 {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #e5e5e5;
  border-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-vertical .menu-content.menu-expand-2 {
    display: none;
  }
}
.header-menu-vertical .menu-content li {
  display: block;
  position: relative;
}
.header-menu-vertical .menu-content li a {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 60px;
  text-transform: capitalize;
  word-wrap: break-word;
  background: #fff;
  color: #333;
  margin: 0 20px;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 500;
  transition: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-vertical .menu-content li a {
    line-height: 50px;
    margin: 0 10px;
  }
}
.header-menu-vertical .menu-content li a:hover {
  color: #e52e06;
}
.header-menu-vertical .menu-content li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-menu-vertical .menu-content li:last-child a {
  border-bottom: 0;
  padding-left: 48px;
}
.header-menu-vertical .menu-content li:last-child a i {
  right: auto;
  left: 28px;
}
.header-menu-vertical .menu-content li .sub-menu {
  position: absolute;
  z-index: 9;
  text-align: left;
  top: 0;
  left: 100%;
  background: #fff;
  padding: 30px;
  display: inline-block;
  box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
  width: 800px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu-vertical .menu-content li .sub-menu {
    width: 720px;
  }
}
.header-menu-vertical .menu-content li .sub-menu li {
  width: 30%;
}
.header-menu-vertical .menu-content li .sub-menu li:last-child {
  width: 40%;
}
.header-menu-vertical .menu-content li .sub-menu li a {
  color: #666666;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
.header-menu-vertical .menu-content li .sub-menu li a span {
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-menu-vertical .menu-content li .sub-menu li img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li {
  width: 100%;
}
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li a {
  color: #666666;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li a span {
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-menu-vertical .menu-content li .sub-menu li .submenu-item li:hover a {
  padding-left: 10px;
  color: #e52e06;
}
.header-menu-vertical
  .menu-content
  li
  .sub-menu
  li
  .submenu-item
  li:hover
  a
  span {
  color: #e52e06;
}
.header-menu-vertical
  .menu-content
  li
  .sub-menu
  li
  .submenu-item
  li:hover:first-child
  a {
  padding-left: 0;
}
.header-menu-vertical .menu-content li .sub-menu li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.header-menu-vertical .menu-content li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sticky .header-menu-vertical .menu-content.menu-expand-2 {
  display: none;
}

.header-horizontal-menu .menu-content li {
  display: inline-block;
  position: relative;
  padding-top: 16px;
}
.header-horizontal-menu .menu-content li a {
  display: block;
  padding: 0 25px;
  font-size: 14px;
  color: #fff;
  background: transparent;
  text-transform: capitalize;
  line-height: 68px;
  height: 52px;
  position: relative;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-horizontal-menu .menu-content li a {
    font-size: 14px;
    padding: 0 12px;
    letter-spacing: 1px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-horizontal-menu .menu-content li a {
    font-size: 13px;
    padding: 0 12px;
    letter-spacing: 1px;
  }
}
.header-horizontal-menu .menu-content li.active > a,
.header-horizontal-menu .menu-content li:hover > a {
  color: #ff9900;
}
.header-horizontal-menu .menu-content li .sub-menu {
  box-shadow: 0px 2px 8px 0.56px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  top: 100%;
  width: 240px;
  left: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0 linear;
  -moz-transition: all 0 linear;
  -ms-transition: all 0 linear;
  -o-transition: all 0 linear;
  transition: all 0 linear;
  z-index: 999;
  padding: 12px 0;
}
.header-horizontal-menu .menu-content li .sub-menu li {
  margin-left: 0;
  padding: 0;
  display: block;
  position: relative;
}
.header-horizontal-menu .menu-content li .sub-menu li a {
  color: #333;
  line-height: 40px;
  height: auto;
  display: block;
  letter-spacing: 0;
  font-size: 14px;
  padding: 0 25px;
  font-weight: 400;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-horizontal-menu .menu-content li .sub-menu li a {
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-horizontal-menu .menu-content li .sub-menu li a {
    line-height: 35px;
  }
}
.header-horizontal-menu .menu-content li .sub-menu li a i {
  position: absolute;
  top: 0;
  right: 25px;
  line-height: 40px;
}
.header-horizontal-menu .menu-content li .sub-menu li:hover > a {
  color: #e52e06;
}
.header-horizontal-menu .menu-content li .sub-menu li .sub-menu {
  top: 20px;
  left: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.header-horizontal-menu .menu-content li .sub-menu li:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-horizontal-menu
    .menu-content
    li:nth-last-child(1)
    .sub-menu
    li
    .sub-menu,
  .header-horizontal-menu
    .menu-content
    li:nth-last-child(2)
    .sub-menu
    li
    .sub-menu,
  .header-horizontal-menu
    .menu-content
    li:nth-last-child(3)
    .sub-menu
    li
    .sub-menu {
    left: auto;
    right: 100%;
  }
}
.header-horizontal-menu .menu-content li .mega-sub-menu {
  box-shadow: 0px 2px 8px 0.56px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 0px 30px 30px;
  position: absolute;
  top: 100%;
  width: 1110px;
  left: 300px;
  right: -80px;
  margin: 0 auto;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0 linear;
  -moz-transition: all 0 linear;
  -ms-transition: all 0 linear;
  -o-transition: all 0 linear;
  transition: all 0 linear;
  z-index: 99;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-horizontal-menu .menu-content li .mega-sub-menu {
    width: 980px;
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-horizontal-menu .menu-content li .mega-sub-menu {
    width: 900px;
    left: 0;
    padding: 0px 15px 15px;
  }
}
.header-horizontal-menu .menu-content li .mega-sub-menu .menu-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 0;
  line-height: 28px;
  display: inline-block;
  height: auto;
}
.header-horizontal-menu .menu-content li .mega-sub-menu .menu-title:hover {
  color: #e52e06;
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-menu {
  padding-top: 30px;
  width: 100%;
}
.header-horizontal-menu
  .menu-content
  li
  .mega-sub-menu
  .custom-menu
  .custom-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}
.header-horizontal-menu
  .menu-content
  li
  .mega-sub-menu
  .custom-menu
  .menu-block
  p {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 18px;
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-banner {
  margin-top: 30px;
  width: 100%;
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-banner a {
  display: block;
  line-height: inherit;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.header-horizontal-menu .menu-content li .mega-sub-menu .custom-banner a img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-horizontal-menu
  .menu-content
  li
  .mega-sub-menu
  .custom-banner
  a:hover
  img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.header-horizontal-menu .menu-content li .mega-sub-menu li {
  width: 25%;
  padding-top: 30px;
}
.header-horizontal-menu .menu-content li .mega-sub-menu li .submenu-item {
  padding-top: 20px;
}
.header-horizontal-menu .menu-content li .mega-sub-menu li .submenu-item li {
  margin-left: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
}
.header-horizontal-menu .menu-content li .mega-sub-menu li .submenu-item li a {
  color: #333;
  line-height: 35px;
  height: auto;
  display: block;
  letter-spacing: 0;
  font-size: 14px;
  padding: 0;
  text-transform: capitalize;
  font-weight: 400;
}
.header-horizontal-menu
  .menu-content
  li
  .mega-sub-menu
  li
  .submenu-item
  li
  a
  i {
  display: block;
  float: right;
  line-height: 35px;
}
.header-horizontal-menu
  .menu-content
  li
  .mega-sub-menu
  li
  .submenu-item
  li:hover
  > a {
  color: #e52e06;
}
.header-horizontal-menu .menu-content li:hover .sub-menu,
.header-horizontal-menu .menu-content li:hover .mega-sub-menu {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*=========== Mobile  ==========*/
.mobile-nav-top {
  padding: 15px 0;
}

.mobile-toggle a {
  color: #666;
  height: 39px;
  line-height: 39px;
  font-size: 24px;
}

.mobile-account-cart .account-cart li {
  display: inline-block;
}
.mobile-account-cart .account-cart li + li {
  margin-left: 20px;
}
.mobile-account-cart .account-cart li .dropdown button {
  border: 0;
  background: none;
  font-weight: 400;
  color: #666;
  text-shadow: none;
  cursor: pointer;
  height: 39px;
  line-height: 39px;
  font-size: 24px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-account-cart .account-cart li .dropdown button {
    font-size: 15px;
  }
}
.mobile-account-cart .account-cart li .dropdown button i {
  font-size: 24px;
}
.mobile-account-cart .account-cart li .dropdown .dropdown-menu {
  margin: 0;
  top: 130% !important;
  left: auto !important;
  right: 0 !important;
  -webkit-transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  -o-transform: translate(0) !important;
  transform: translate(0) !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
  border-radius: 0;
  border: none;
  box-shadow: 0px 2px 7.44px 0.56px rgba(0, 0, 0, 0.1);
}
.mobile-account-cart .account-cart li .dropdown .dropdown-menu li {
  margin-left: 0;
  display: block;
}
.mobile-account-cart .account-cart li .dropdown .dropdown-menu li a {
  padding: 0 10px;
  color: #666;
  line-height: 40px;
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  text-align: left;
}
.mobile-account-cart .account-cart li a {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  height: 40px;
  color: #666;
  line-height: 18px;
}
.mobile-account-cart .account-cart li a span {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: -8px;
  text-align: center;
  font-weight: 500;
  left: 23px;
  background: #e52e06;
  border-radius: 100%;
}

.header-search {
  position: relative;
  margin-left: 10%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-search {
    margin-left: 6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-search {
    margin-left: 2%;
  }
}
.header-search .search-category {
  position: absolute;
  left: 2px;
  top: 2px;
  display: inline-block;
  width: 150px;
  margin: 0;
  background: transparent;
}
@media (max-width: 767px) {
  .header-search .search-category {
    width: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search .search-category {
    width: 170px;
  }
}
.header-search .search-category::before {
  font-family: "Ionicons";
  content: "\f3d0";
  font-size: 20px;
  color: #333;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .header-search .search-category::before {
    right: 5px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search .search-category::before {
    right: 8px;
    font-size: 20px;
  }
}
.header-search .search-category select {
  width: 170px;
  height: 45px;
  line-height: 25px;
  margin: 0;
  border: 0;
  padding: 0 38px 0 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid #d9d9d9;
  border-radius: 30px 0px 0px 30px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-search .search-category select {
    padding: 0 28px 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header-search .search-category select {
    width: 120px;
    padding: 0 20px 0 5px;
    font-size: 13px;
    height: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search .search-category select {
    width: 170px;
    padding: 0 38px 0 20px;
    font-size: 16px;
    height: 45px;
  }
}
.header-search input {
  padding: 10px 60px 10px 180px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  background: #fff;
  color: #999;
  border: 2px solid #e5e5e5;
}
@media (max-width: 767px) {
  .header-search input {
    padding-left: 125px;
    padding-right: 50px;
    font-size: 14px;
    height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search input {
    padding: 10px 60px 10px 180px;
    font-size: 16px;
    height: 50px;
  }
}
.header-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  padding: 0;
  font-weight: 700;
  background: #ff9900;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 28px;
}
@media (max-width: 767px) {
  .header-search button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-search button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 28px;
  }
}
.header-search button:hover {
  background: #333;
}

.header-cart {
  position: relative;
}
.header-cart .mini-cart {
  position: absolute;
  top: 125%;
  right: 0;
  width: 345px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .header-cart .mini-cart {
    width: 270px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-cart .mini-cart {
    width: 345px;
  }
}
.header-cart .mini-cart .cart-items {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .header-cart .mini-cart .cart-items {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-cart .mini-cart .cart-items {
    padding: 0 20px;
  }
}
.header-cart .mini-cart .cart-items li {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 0;
}
@media (max-width: 767px) {
  .header-cart .mini-cart .cart-items li {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-cart .mini-cart .cart-items li {
    padding: 20px 0;
  }
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-thumb {
  width: 85px;
  position: relative;
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-thumb img {
  width: 100%;
}
.header-cart
  .mini-cart
  .cart-items
  .single-cart-item
  .cart-item-thumb
  .product-quantity {
  position: absolute;
  top: 5px;
  left: 5px;
  min-width: 20px;
  line-height: 20px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #e52e06;
}
.header-cart .mini-cart .cart-items .single-cart-item .cart-item-content {
  position: relative;
  padding-left: 15px;
  padding-right: 30px;
  text-align: left !important;
}
.header-cart
  .mini-cart
  .cart-items
  .single-cart-item
  .cart-item-content
  .product-name
  a {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: left;
}
.header-cart
  .mini-cart
  .cart-items
  .single-cart-item
  .cart-item-content
  .product-name
  a:hover {
  color: #e52e06;
}
.header-cart
  .mini-cart
  .cart-items
  .single-cart-item
  .cart-item-content
  .product-price {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #e52e06;
  display: block;
}
.header-cart
  .mini-cart
  .cart-items
  .single-cart-item
  .cart-item-content
  .product-color {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin: 5px 0 0;
}
.header-cart
  .mini-cart
  .cart-items
  .single-cart-item
  .cart-item-content
  .product-close {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 18px;
  color: #333;
}
.header-cart .mini-cart .price_content {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.header-cart .mini-cart .price_content .price_inline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  border: 0;
  padding: 0;
}
.header-cart .mini-cart .price_content .price_inline .label {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.header-cart .mini-cart .price_content .price_inline .value {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}
.header-cart .mini-cart .price_content .cart-total.price_inline .value {
  color: #e52e06;
}
.header-cart .mini-cart .checkout {
  padding: 20px;
}
.header-cart .mini-cart .checkout .main-btn {
  background-color: #fff;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-cart .mini-cart .checkout .main-btn {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    letter-spacing: 0;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header-cart .mini-cart .checkout .main-btn {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    letter-spacing: 0;
    display: inline-block;
  }
}
.header-cart .mini-cart .checkout .main-btn:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.header-cart:hover .mini-cart {
  opacity: 1;
  visibility: visible;
}

.overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 99;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.overlay.open {
  opacity: 0.6;
  visibility: visible;
}

.mobile-nav .header-search {
  margin-left: 0;
  padding-bottom: 15px;
}

.mobile-off-canvas-menu {
  position: fixed;
  top: 0;
  left: -350px;
  background-color: #fff;
  z-index: 999;
  width: 350px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .mobile-off-canvas-menu {
    width: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mobile-off-canvas-menu {
    width: 300px;
  }
}
.mobile-off-canvas-menu.open {
  left: 0;
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .menu-nav {
  text-align: center;
  padding: 8px 0;
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .menu-nav li {
  display: inline-block;
  margin: 0 15px;
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .menu-nav li a {
  font-weight: 400;
  color: #333;
  cursor: pointer;
  line-height: 20px;
  font-size: 13px;
  text-transform: capitalize;
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .dropdown {
  position: relative;
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .dropdown .menu-expand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41px;
  cursor: pointer;
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .dropdown button {
  background: transparent;
  border: none;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  text-align: left;
  display: block;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 35px;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase;
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .dropdown button i {
  float: right;
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .dropdown .dropdown-menu {
  position: relative !important;
  border: 0;
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 99;
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .dropdown .dropdown-menu li {
  border-top: 1px solid #e5e5e5;
}
.mobile-off-canvas-menu .mobile-canvas-menu-top .dropdown .dropdown-menu li a {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.mobile-canvas-close {
  background: #333;
  padding: 0 35px;
}
.mobile-canvas-close p {
  color: #fff;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  pointer-events: none;
  position: relative;
}
.mobile-canvas-close p i {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 6;
}

.mobile-main-menu .menu-content li {
  position: relative;
}
.mobile-main-menu .menu-content li a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 35px;
  padding-right: 50px;
  line-height: 30px;
  text-transform: capitalize;
  border-top: 1px solid #e5e5e5;
}
.mobile-main-menu .menu-content li a i {
  display: none;
}
.mobile-main-menu .menu-content li .mobile-menu-expand {
  position: absolute;
  right: 35px;
  top: 13px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.mobile-main-menu .menu-content li .mobile-menu-expand::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-main-menu .menu-content li .mobile-menu-expand::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #333;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mobile-main-menu .menu-content li.active-expand > .mobile-menu-expand::after {
  height: 0;
}
.mobile-main-menu .menu-content li .mega-sub-menu {
  padding: 5px 5px;
}
.mobile-main-menu .menu-content li .mega-sub-menu .menu-title {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 45px;
  padding-right: 50px;
  line-height: 30px;
  text-transform: capitalize;
  border-top: 1px solid #e5e5e5;
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .menu-block {
  margin-bottom: 20px;
  padding-left: 30px;
}
.mobile-main-menu
  .menu-content
  li
  .mega-sub-menu
  .custom-menu
  .menu-block
  .custom-title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .menu-block p {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 18px;
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-menu .custom-banner {
  margin-top: 10px;
}
.mobile-main-menu
  .menu-content
  li
  .mega-sub-menu
  .custom-menu
  .custom-banner
  a {
  display: block;
  line-height: inherit;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.mobile-main-menu
  .menu-content
  li
  .mega-sub-menu
  .custom-menu
  .custom-banner
  a
  img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mobile-main-menu
  .menu-content
  li
  .mega-sub-menu
  .custom-menu
  .custom-banner
  a:hover
  img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.mobile-main-menu .menu-content li .mega-sub-menu li {
  border-bottom: 0;
  padding-left: 0;
}
.mobile-main-menu .menu-content li .mega-sub-menu li a {
  padding-left: 60px;
  font-weight: 400;
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-banner a {
  display: block;
  line-height: inherit;
  height: auto;
  padding: 10px 20px;
  margin: 0;
  overflow: hidden;
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-banner a img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mobile-main-menu .menu-content li .mega-sub-menu .custom-banner a:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.mobile-main-menu .menu-content li .sub-menu li a {
  font-weight: 400;
  padding-left: 50px;
}
.mobile-main-menu .menu-content li .sub-menu li .submenu-item li a,
.mobile-main-menu .menu-content li .sub-menu li .sub-menu li a {
  padding-left: 65px;
}
.mobile-main-menu .menu-content li .sub-menu li img {
  padding: 10px;
  padding-right: 20px;
}

/*===== header 3 =====*/
.header-3 {
  background-color: #1c2454;
}
.header-3 .header-nav {
  background-color: #000;
  border-bottom: 0;
}
.header-3 .header-nav .header-nav-wrapper .header-static-nav p {
  color: #fff;
}
.header-3 .header-nav .header-nav-wrapper .header-static-nav p .text {
  color: #fff;
}
.header-3 .header-nav .header-nav-wrapper .header-menu-nav .menu-nav li + li {
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-3 .header-nav .header-nav-wrapper .header-menu-nav .menu-nav li + li {
    margin-left: 20px;
  }
}
.header-3
  .header-nav
  .header-nav-wrapper
  .header-menu-nav
  .menu-nav
  li
  + li::before {
  color: rgba(255, 255, 255, 0.4);
}
.header-3 .header-nav .header-nav-wrapper .header-menu-nav .menu-nav li a {
  color: #fff;
}
.header-3
  .header-nav
  .header-nav-wrapper
  .header-menu-nav
  .menu-nav
  li
  .dropdown
  button {
  color: #fff;
}
.header-3 .header-contact i {
  color: #fff;
}
.header-3 .header-contact .phone p {
  color: #fff;
}
.header-3 .mobile-toggle a {
  color: #fff;
}
.header-3 .mobile-account-cart .account-cart li .dropdown button {
  color: #fff;
}
.header-3 .mobile-account-cart .account-cart li .dropdown button i {
  font-size: 24px;
}
.header-3 .mobile-account-cart .account-cart li a {
  color: #fff;
}
.header-3 .header-menu {
  background-color: #1c2454;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.header-3 .header-menu.sticky {
  border-top: 0;
}

.col-menu-left {
  width: 370px;
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .col-menu-left {
    width: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .col-menu-left {
    width: 270px;
  }
}

.col-menu-right {
  width: calc(100% - 370px);
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .col-menu-right {
    width: calc(100% - 300px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .col-menu-right {
    width: calc(100% - 270px);
  }
}

/*===========================
     03.Slider css 
===========================*/

.b-0 {
  bottom: 0;
}
.bg-shadow {
  background: rgba(76, 76, 76, 0);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(179, 171, 171, 0)),
    color-stop(49%, rgba(48, 48, 48, 0.37)),
    color-stop(100%, rgba(19, 19, 19, 0.8))
  );
  background: linear-gradient(
    to bottom,
    rgba(179, 171, 171, 0) 0%,
    rgba(48, 48, 48, 0.71) 49%,
    rgba(19, 19, 19, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
  right: 0;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  margin-right: 1rem;
}
.overflow {
  position: relative;
  overflow: hidden;
}
.zoom img {
  transition: all 0.2s linear;
}
.zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer_menu i {
  margin-right: 5px;
  background: none !important;
}
.widget-body i {
  margin-right: 5px;
}
.widget-body p {
  text-align: justify;
}
.maindiv {
  max-width: 1500px !important;
  margin: auto;
  padding: 0px 15px;
}
.formula {
  padding: 0px;
}
.iconbdr {
  border: 1px #ccc solid;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  margin-bottom: 10px;
}

.iconbdr:hover {
  background: #efefef;
}
.footer_menu .fa-angle-right:before {
  background: none;
}
.mens-wear {
  width: 100%;
  display: grid;
  grid-template-rows: (1, 500px);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}

/********************* Shopping Demo-8 **********************/
.product-grid8 {
  font-family: Poppins, sans-serif;
  position: relative;
  z-index: 1;
}
.product-grid8 .product-image8 {
  border: 1px solid #e4e9ef;
  position: relative;
  transition: all 0.3s ease 0s;
}
.product-grid8:hover .product-image8 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.product-grid8 .product-image8 a {
  display: block;
}
.product-grid8 .product-image8 img {
  width: 100%;
  height: auto;
}
.product-grid8 .pic-1 {
  opacity: 1;
  transition: all 0.5s ease-out 0s;
}
.product-grid8:hover .pic-1 {
  opacity: 0;
}
.product-grid8 .pic-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out 0s;
}
.product-grid8:hover .pic-2 {
  opacity: 1;
}
.product-grid8 .social {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 13px;
  right: 13px;
  z-index: 1;
}
.product-grid8 .social li {
  opacity: 0;
  transform: translateY(3px);
  transition: all 0.5s ease 0s;
}
.product-grid8:hover .social li {
  margin: 0 0 10px;
  opacity: 1;
  transform: translateY(0);
}
.product-grid8:hover .social li:nth-child(1) {
  transition-delay: 0.1s;
}
.product-grid8:hover .social li:nth-child(2) {
  transition-delay: 0.2s;
}
.product-grid8:hover .social li:nth-child(3) {
  transition-delay: 0.4s;
}
.product-grid8 .social li a {
  color: grey;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  border: 1px solid grey;
  display: block;
  transition: all 0.5s ease-in-out;
}
.product-grid8 .social li a:hover {
  color: #000;
  border-color: #000;
}
.product-grid8 .product-discount-label {
  display: block;
  padding: 4px 15px 4px 30px;
  color: #fff;
  background-color: #0081c2;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}
.product-grid8 .product-content {
  padding: 10px 10px 10px;
  border: 1px #ccc solid;
  border-top: none;
}
.product-grid8 .price {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: left;
  transition: all 0.3s;
}
.product-grid8 .price span {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block;
}
.product-grid8 .product-shipping {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  padding-left: 35px;
  margin: 0 0 15px;
  display: block;
  position: relative;
}
.product-grid8 .product-shipping:before {
  content: "";
  height: 1px;
  width: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.product-grid8 .title {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 30px;
  transition: all 0.3s ease 0s;
}
.product-grid8 .title a {
  color: #000;
}
.product-grid8 .title a:hover {
  color: #0081c2;
}
.product-grid8 .all-deals {
  display: block;
  color: #fff;
  background-color: #2e353b;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 22px 5px;
  transition: all 0.5s ease 0s;
}
.product-grid8 .all-deals .icon {
  margin-left: 7px;
}
.product-grid8 .all-deals:hover {
  background-color: #0081c2;
}
@media only screen and (max-width: 990px) {
  .product-grid8 {
    margin-bottom: 30px;
  }
}
/********************* Shopping Demo-6 **********************/
.product-grid6,
.product-grid6 .product-image6 {
  overflow: hidden;
}
.product-grid6 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  position: relative;
  transition: all 0.5s ease 0s;
}
.product-grid6:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.product-grid6 .product-image6 a {
  display: block;
}
.product-grid6 .product-image6 img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}
.product-grid6:hover .product-image6 img {
  transform: scale(1.1);
}
.product-grid6 .product-content {
  padding: 12px 12px 15px;
  transition: all 0.5s ease 0s;
}
.product-grid6:hover .product-content {
  opacity: 0;
}
.product-grid6 .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
}
.product-grid6 .title a {
  color: #000;
}
.product-grid6 .title a:hover {
  color: #2e86de;
}
.product-grid6 .price {
  font-size: 18px;
  font-weight: 600;
  color: #2e86de;
}
.product-grid6 .price span {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block;
}
.product-grid6 .social {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: -50%;
  left: 50%;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.product-grid6:hover .social {
  opacity: 1;
  bottom: 20px;
}
.product-grid6 .social li {
  display: inline-block;
}
.product-grid6 .social li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  margin: 0 7px;
  border-radius: 0px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  line-height: 45px;
}
.product-grid6 .social li a:hover {
  color: #fff;
  background-color: #232f3e;
  width: 80px;
}
.product-grid6 .social li a:after,
.product-grid6 .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #232f3e;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}
.product-grid6 .social li a:after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1;
}
.product-grid6 .social li a:hover:after,
.product-grid6 .social li a:hover:before {
  opacity: 1;
}
@media only screen and (max-width: 990px) {
  .product-grid6 {
    margin-bottom: 30px;
  }
}

.child {
  width: 100%;
  margin: 5px auto;
  display: flex !important;
  justify-content: space-around;
  flex-wrap: wrap;
}
.flex1 {
  flex: 2;
  margin-right: 20px;
}
.flex2 {
  flex: 1;
  margin-right: 20px;
}
.flex3 {
  flex: 1;
}
main {
  width: 100%;
  margin: 5px auto;
  display: grid !important;
  grid-template-rows: repeat(2, 305px);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /*grid-row-gap: 20px;*/
  /*grid-column-gap: 20px;*/
  grid-gap: 20px !important;
  grid-auto-rows: 400px;
  /*align-items: center;*/
  /*justify-content: center;*/
  /*justify-items:center; start/end/strech*/
}

.div2 {
  grid-row: 1/3;
  grid-column: 2/3;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}

.mean-container a.meanmenu-reveal {
  border: 1px solid #444;
  color: #444;
  cursor: pointer;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1px;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  margin-top: -50px;
  padding: 8px 9px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 22px;
}
.mean-container a.meanmenu-reveal span {
  background: #444 none repeat scroll 0 0;
  display: block;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  background: #0c1923 none repeat scroll 0 0;
  float: left;
  margin-top: 15px;
  width: 100%;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: block;
  float: left;
  margin: 0;
  padding: 9px 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
  font-size: 12px;
}

.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 9px 10%;
  text-shadow: none;
  visibility: visible;
  width: 80%;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2)
    rgba(255, 255, 255, 0.4);
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 1px 1px;
  font-weight: 700;
  height: 27px;
  margin-top: 1px;
  padding: 9px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 26px;
  z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.transparent-header .mean-container a.meanmenu-reveal {
  border: 1px solid #fff;
  color: #fff;
}
.transparent-header .mean-container a.meanmenu-reveal span {
  background: #fff;
}

.header-2 .mean-container a.meanmenu-reveal {
  border: 1px solid #fff;
  color: #fff;
}
.header-2 .mean-container a.meanmenu-reveal span {
  background: #fff;
}

/*Header Style Two*/
.header-style-two .header-wrapper .header-middle {
  padding: 30px 0;
  margin: 0 auto;
  position: static;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i {
  margin-right: 15px;
  color: #f2343c;
  vertical-align: middle;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  background: #f3f4f8;
  border: 1px solid #eee;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area i:before {
  font-size: 26px;
}
.header-style-two .header-wrapper .header-middle .topbar-info-area a {
  font-size: 15px;
}
.header-style-two .header-wrapper .header-navigation-area {
  background: #fff;
  transition: all 0.4s ease-out 0s;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li:last-child {
  margin-right: 0;
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li a {
  padding: 15px 0;
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}
.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li.has-sub.right-view
  ul {
  right: -20px;
  left: auto;
}
.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li.has-sub
  > a::before {
  display: none;
  content: "\f107";
  position: absolute;
  right: -18px;
  top: 50%;
  -moz-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
}
.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li:hover
  > a {
  color: #ff9900;
}
.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li:hover
  ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li
  ul.sub-menu {
  position: absolute;
  width: 220px;
  border-top: 3px #f90 solid;
  background: #fff;
  z-index: 2;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  opacity: 0;
  visibility: hidden;
  left: 0;
  transform-origin: top;
  top: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li
  ul.sub-menu
  li {
  display: block;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li
  ul.sub-menu
  li:last-child {
  border-bottom: none;
}
.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li
  ul.sub-menu
  li
  a {
  padding: 8px 0px;
  font-size: 14px;
  color: #000;
}
.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li
  ul.sub-menu
  li:hover
  > a {
  color: #ff9900;
}
.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li
  ul.sub-menu
  li:hover
  ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li
  ul.sub-menu
  li
  ul.sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li
  ul.sub-menu
  li.has-sub-child
  > a::before {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-14px);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
}
.header-style-two
  .header-wrapper
  .header-navigation-area.inner-page
  .main-menu
  ul
  li
  a {
  padding: 35px 0;
}
.header-style-two .header-wrapper .header-navigation-area.transparent-header {
  background: transparent;
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 20px 0;
  top: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-style-two
  .header-wrapper
  .header-navigation-area.transparent-header.fixed {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header-style-two .header-wrapper .header-navigation-area.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/*Header Searchbox Style Two*/
.header-searchbox-style-one {
  position: relative;
  float: right;
}
.header-searchbox-style-one .show-searchbox {
  float: right;
  margin-left: 32px;
  position: relative;
  margin-top: 3px;
}
.header-searchbox-style-one .show-searchbox a {
  position: relative;
  width: 35px;
  height: 35px;
  background: #f2343c;
  display: block;
  border-radius: 6px;
  text-align: center;
  line-height: 35px;
  margin: 27px 0 30px;
}
.header-searchbox-style-one .show-searchbox a i {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.active {
  color: #ff9900 !important;
}
.header-searchbox-style-one .show-searchbox.active .fa-search::before {
  content: "\f00d";
}
.header-searchbox-style-one .toggle-searchbox {
  position: absolute;
  right: 0;
  top: 170%;
  width: 315px;
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all {
  position: relative;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all #s {
  margin-bottom: 0;
  height: 50px;
  font-size: 14px;
  color: #f2343c;
  top: 6px;
  background-color: #fff;
  border-radius: 0;
}
.header-searchbox-style-one .toggle-searchbox #searchform-all #searchsubmit {
  padding: 3px;
  position: absolute;
  right: 12px;
  top: 9px;
  font-family: "" Font Awesome 5 Pro "";
  color: #f2343c;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-one .toggle-searchbox form input[type="text"] {
  border: 1px solid #ddd6d9;
}
.header-searchbox-style-one .toggle-searchbox.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  top: 103%;
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #f2343c;
}

/*Header Searchbox Style Two*/
.header-searchbox-style-two {
  position: relative;
  float: right;
}
.header-searchbox-style-two .show-searchbox {
  float: right;
  margin-left: 32px;
  position: relative;
  margin-top: 3px;
}
.header-searchbox-style-two .show-searchbox a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 55px;
  margin: 25px 0 30px;
}
.header-searchbox-style-two .show-searchbox a i {
  font-size: 20px;
  color: #f2343c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .show-searchbox.active .fa-search::before {
  content: "\f00d";
}
.header-searchbox-style-two .toggle-searchbox {
  position: absolute;
  right: 0;
  top: 170%;
  width: 315px;
  opacity: 0;
  padding: 20px;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all {
  position: relative;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all #s {
  margin-bottom: 0;
  height: 50px;
  font-size: 14px;
  color: #f2343c;
  top: 6px;
  background-color: #fff;
  border-radius: 0;
}
.header-searchbox-style-two .toggle-searchbox #searchform-all #searchsubmit {
  padding: 3px;
  position: absolute;
  right: 12px;
  top: 9px;
  font-family: "" Font Awesome 5 Pro "";
  color: #f2343c;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-searchbox-style-two .toggle-searchbox form input[type="text"] {
  border: 1px solid #ddd6d9;
}
.header-searchbox-style-two .toggle-searchbox.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  top: 102%;
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #f2343c;
}

.input-box {
  position: absolute;
  right: 12px;
  top: 12px;
}
.input-box i {
  color: #f2343c;
}

/*Header-top-area*/
.header-top-area {
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
}
.header-top-area a {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.header-top-area i {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
}
.header-top-area .header-top-left-part .address {
  padding-right: 20px;
  position: relative;
}
.header-top-area .header-top-left-part .address:after {
  background: #fff;
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  right: 0;
  top: 2px;
}
.header-top-area .header-top-left-part .phone {
  padding-left: 20px;
}
.header-top-area .header-top-left-part i {
  color: #fff;
  margin-right: 5px;
  vertical-align: middle;
}
.header-top-area .header-top-left-part i:before {
  font-size: 16px;
}
.header-top-area .header-top-right-part .social-links {
  position: relative;
  display: inline-block;
}
.header-top-area .header-top-right-part .social-links::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 7px;
  height: 60%;
  width: 1px;
  background: #fff;
}
.header-top-area .header-top-right-part .social-links li {
  display: inline-block;
  margin-right: 15px;
}
.header-top-area .header-top-right-part .social-links li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-top-area .header-top-right-part .social-links li a:hover {
  color: #243b60;
}
.header-top-area .header-top-right-part .social-links li:last-child {
  margin-right: 25px;
}
.header-top-area .header-top-right-part .language {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
.header-top-area .header-top-right-part .language .language-btn {
  position: relative;
  text-decoration: none;
  width: 85px;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-top-area .header-top-right-part .language .language-btn i {
  margin-right: 4px;
}
.header-top-area .header-top-right-part .language .language-btn i::before {
  font-size: 14px;
}
.header-top-area .header-top-right-part .language .language-btn:hover {
  color: #243b60;
}
.header-top-area .header-top-right-part .language .language-btn::after {
  content: "\f107";
  position: absolute;
  right: -3px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  top: 0;
  font-size: 16px;
}
.header-top-area .header-top-right-part .language .language-dropdown {
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 36px;
  right: -13px;
  width: 120px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-top-area .header-top-right-part .language .language-dropdown.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  background: #31314d;
}
.header-top-area .header-top-right-part .language .language-dropdown li {
  position: relative;
  background-color: #0a3041;
  z-index: -1;
}
.header-top-area .header-top-right-part .language .language-dropdown li a {
  display: block;
  position: relative;
  padding: 5px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.header-top-area
  .header-top-right-part
  .language
  .language-dropdown
  li
  a:hover {
  background: #f2343c;
}
.header-top-area
  .header-top-right-part
  .language
  .language-dropdown
  li
  :last-child
  a {
  border-bottom: none;
}

.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li
  ul.mega-menu {
  width: 1318px !important;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: -276px;
}
ul li a i:before {
  background: none !important;
}

.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li
  ul.mega-menu2 {
  width: 1292px !important;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: -370px;
}
.navbar-brand {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
@media (max-width: 768px) and (min-width: 320px) {
  .child {
    flex-direction: column;
    margin: 0px;
    flex: 1 1;
  }
  .navbar-brand {
    float: right;
    width: 150px;
  }
  .header-search {
    position: relative;
    margin-left: 0%;
  }
  .header-menu {
    background-color: #232f3e;
    position: relative;
    height: 60px;
  }
  .has-sub i {
    display: none;
  }
}
/* extra info */

.header-style-two
  .header-wrapper
  .header-navigation-area
  .main-menu
  ul
  li
  ul.sub-menu
  li
  a
  i {
  margin-right: -5px !important;
}
.breadcrumb ul li {
  list-style: none;
  float: left;
  margin-right: 20px;
}
.breadcrumb li:after {
  content: "\f105";
  margin-left: 7px;
  font-family: "FontAwesome";
}

.breadcrumb li:last-child:after {
  content: "";
  margin-left: 7px;
  font-family: "FontAwesome";
}
.demo {
  padding: 45px 0;
}
.product-grid2 {
  font-family: "Open Sans", sans-serif;
  position: relative;
}
.product-grid2 .product-image2 {
  overflow: hidden;
  position: relative;
}
.product-grid2 .product-image2 a {
  display: block;
}
.product-grid2 .product-image2 img {
  width: 100%;
  height: auto;
}

.product-grid2 .social {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 50px;
  right: 25px;
  z-index: 1;
}
.product-grid2 .social li {
  margin: 0 0 10px;
  display: block;
  transform: translateX(100px);
  transition: all 0.5s;
}
.product-grid2:hover .social li {
  transform: translateX(0);
}
.product-grid2:hover .social li:nth-child(2) {
  transition-delay: 0.15s;
}
.product-grid2:hover .social li:nth-child(3) {
  transition-delay: 0.25s;
}
.product-grid2 .social li a {
  color: #505050;
  background-color: #fff;
  font-size: 17px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease 0s;
}
.product-grid2 .social li a:hover {
  color: #fff;
  background-color: #3498db;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.product-grid2 .social li a:after,
.product-grid2 .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}
.product-grid2 .social li a:after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -22px;
  z-index: -1;
}
.product-grid2 .social li a:hover:after,
.product-grid2 .social li a:hover:before {
  opacity: 1;
}
.product-grid2 .add-to-cart {
  color: #fff;
  background-color: #40404087;
  font-size: 15px;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: all 0.3s;
}
.product-grid2 .add-to-cart:hover {
  background-color: #ff9900;
  text-decoration: none;
}
.product-grid2:hover .add-to-cart {
  bottom: 0;
}
.product-grid2 .product-new-label {
  background-color: #3498db;
  color: #fff;
  font-size: 17px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
}
.product-grid2:hover .product-new-label {
  opacity: 0;
}
.product-grid2 .product-content {
  padding: 20px 10px;
  text-align: center;
}
.product-grid2 .title {
  font-size: 17px;
  margin: 0 0 7px;
}
.product-grid2 .title a {
  color: #303030;
}
.product-grid2 .title a:hover {
  color: #3498db;
}
.product-grid2 .price {
  color: #303030;
  font-size: 15px;
}
@media screen and (max-width: 990px) {
  .product-grid2 {
    margin-bottom: 30px;
  }
}

.accordion {
  border: 1px solid #efefef;
}

.accordion h3 {
  background-color: #f3e9eb;
  color: #222;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 10px;
}

.accordion .card-header {
  padding: 0;
}

.accordion .card-header button {
  text-align: left;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #000000;
  position: relative;
}

.accordion .card-header button.collapsed::after {
  position: absolute;
  width: 2px;
  height: 12px;
  content: "";
  background-color: #000;
  right: 12px;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion .card-header button::before {
  position: absolute;
  width: 12px;
  height: 2px;
  content: "";
  background-color: #000;
  right: 7px;
  top: 50%;
}

.accordion .card-header button:hover {
  text-decoration: none;
}

.accordion .card-header button i {
  float: right;
  margin-top: 3px;
}

.accordion .card-body {
  padding: 15px;
  font-size: 16px;
}

.accordion .card-body table {
  margin: 0;
}

.accordion .card-body table a {
  color: #000;
}

.accordion .card-body table span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.accordion ul.occasion_list a {
  padding: 5px 15px;
  color: #222;
  font-size: 14px;
  display: inline-block;
}

.accordion ul.occasion_list a:hover {
  color: #002247;
}
.gray {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ccc;
  float: left;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
.red {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f00;
  float: left;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
.yellow {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff0;
  float: left;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
.blue {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00f;
  float: left;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
.green {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0f0;
  float: left;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
.black {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000;
  float: left;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}
.sortdiv select {
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;
  height: 30px;
  border: 1px #efefef solid;
  padding-left: 10px;
}
.sortdiv label {
  margin-right: 10px;
}
.show {
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#show-img {
  width: 100%;
  height: 600px;
  z-index: 9999;
}
.small-img {
  width: 350px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 140px;
}
.small-img .icon-left,
.small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.small-img .icon-left {
  transform: rotate(180deg);
}
.small-img .icon-right {
  right: 0;
}
.small-img .icon-left:hover,
.small-img .icon-right:hover {
  opacity: 0.5;
}
.small-container {
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.small-container div {
  width: 800%;
  position: relative;
}

.small-container .show-small-img {
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}
.small-container .show-small-img:last-of-type {
  margin-right: 0;
}

.right-div h1 {
  font-size: 24px;
}
.discount-price {
  margin-top: 30px;
  margin-bottom: 20px;
}
.discount-price h2 {
  font-size: 20px;
}
.discount-price ul li {
  display: inline-block;
  margin-right: 15px;
}
.light-gray {
  color: #ccc;
}
.light-gray h2 {
  color: #ccc;
}
.strike-price {
  margin-right: 10px;
}
.offer {
  color: #f90;
}
.inclusive {
  color: #3c0;
}
.size {
  margin-top: 30px;
}
.size ul {
  margin-left: -15px;
}
.size ul li {
  display: inline-block;
  margin-left: 15px;
  border: 1px #efefef solid;
  padding: 8px;
}
.size ul li:hover {
  border: 1px #f90 solid;
}
.size h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.color {
  margin-top: 30px;
}
.color ul li {
  background: #000;
  float: left;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.color ul li a {
  color: #fff;
}
.color ul li:last-child {
  background: #009;
}
.color h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.addtocard {
  margin-top: 30px;
}
.addtocard button {
  width: 100%;
}
.detail {
  margin-top: 30px;
}
.detail h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.return-policy {
  margin-top: 30px;
}
.return-policy h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.similar-product {
  padding-top: 50px;
  padding-bottom: 50px;
}

#form {
  padding: 71px 0;
}
#form h1 {
  text-align: center;
  color: red;
}
.contact-text h1 {
  color: #595959;
  line-height: 26px;
  font-size: 30px;
  margin-bottom: 130px;
}
#usr,
#comment {
  background: #f4f4f4;
  margin-top: 0;
  border: solid 1px #d5d5d5;
}
.form-group {
  width: 100%;
}
.form-ara .col-md-6 {
  padding: 0 0;
}
.name-text {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  width: 96%;
}
.last_name {
  display: none;
}
.form-ara .col-lg-6 {
  padding: 0;
}
.form-ara input {
  padding: 10px 15px;
  font-size: 14px;
  min-height: 53px;
}
.map-area iframe {
  width: 100%;
}
.captha {
  width: 60%;
  background: #f4f4f4;
  border: solid 1px #d5d5d5;
  padding: 15px 22px;
}
.form-check .form-check-label {
  display: inline-flex;
}
.form-check p {
  margin-top: 11px;
  padding-right: 29px;
}
#captha-image {
  margin-left: 10px;
}
.buton-form a {
  background: #01478c;
  position: absolute;
  right: 0;
  padding: 14px 51px;
  bottom: 47px;
  font-size: 16px;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  border: solid 1px transparent;
  transition: all ease-in 0.5s;
}
.buton-form a:hover {
  background: #f4f4f4;
  color: #01478c;
  border: solid 1px #01478c;
  transition: all ease-out 0.5s;
}
.form-check-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 18px;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: white;
  border: solid 1px #d5a440;
}
.form-check-label:hover input ~ .checkmark {
  background-color: #01478c;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-check-label input:checked ~ .checkmark:after {
  display: block;
}
.form-check-label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-text.text-center h6 {
  margin-bottom: 60px;
}
.capcta {
  width: 25%;
  min-height: 63px;
  object-fit: cover;
}
.map-area iframe {
  border: solid 2px whitesmoke !important;
  padding: 4px;
  background: #fff;
  box-shadow: 1px 4px 2px 0px rgba(1, 1, 1, 0.22);
}

.footer-info {
  margin-bottom: 40px;
  background: #232f3e;
  padding: 34px 40px;
  margin-top: -110px;
}
.social-icon {
  list-style: none;
  margin-bottom: 0;
  margin-top: 5px;
}
.social-icon li {
  display: inline-block;
  border: 1px solid #fff;
  margin: 0 2px;
}
.social-icon li a {
  width: 42px;
  height: 42px;
  display: block;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
}
.footer-wrap .email {
  padding-left: 74px;
  position: relative;
  margin-left: 44px;
}
.email i {
  font-size: 54px;
  padding: 0;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0px;
}

.email a {
  font-size: 1.7em;
  color: #fff;
  line-height: 26px;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}

.email-right {
  margin-left: 70px;
  margin-top: 1px;
  font-size: 1em;
  color: #fff;
}

.footer-call i {
  font-size: 54px;
  padding: 0;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0px;
}

.footer-call {
  font-size: 1.7em;
  color: #fff;
  line-height: 26px;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}

/*-------------------------------new css-----------------------------------------*/

.top-header a {
  color: #ffffff;
}

.about-div {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-div2 h2 {
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 0;
  line-height: 40px;
  font-size: 23px;
  margin-top: 0;
}
.about-div2 span {
  color: #ff6600;
  font-weight: bold;
  font-size: 16px;
}

.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}

.profile-div {
  position: relative;
  font-family: Arial;
}

.text-block {
  position: absolute;
  bottom: 0px;
  right: 14px;
  background-color: #0000007a;
  color: #ffffff;
  padding-left: 0px;
  padding-right: 0px;
  width: 89%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block h4 {
  color: #ffffff;
  font-size: 20px;
}
.text-block p {
  color: #ffffff;
}

.tata .tata-title,
.tata .tata-text {
  color: white !important;
}

.last_name,
#temp_name {
  display: none !important;
}
