.multi {
  background: #dbdbdb;
}
.con-bar {
  width: 100%;
  display: inline-block;
}
.con-bar .right-text h2 {
  font-size: 25px;
  font-weight: 500;
  color: #282828;
  line-height: 43px;
  margin-bottom: 0;
}
.socialclick {
  display: none;
}
.facebook:hover {
  background: #23a1cf;
  color: #fff;
}
.twitter:hover {
  background: #88d9f7;
  color: #fff;
}
.pinterest:hover {
  background: #f5235d;
  color: #fff;
}
.linkedin:hover {
  background: #1893da;
  color: #fff;
}
.main-header {
  padding: 7px 0;
  position: relative;
  box-shadow: 0 9px 37.2px 2.8px rgba(128, 123, 173, 0.15);
}
.menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.navbar-wrap {
  display: flex;
  flex-grow: 1;
}
.navbar-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
}
.navbar-wrap ul li {
  display: block;
  position: relative;
}
.navbar-wrap ul li a {
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: #0c0c0c;
  padding: 27px 12px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.navbar-wrap > ul > li.menu-item-has-children > a {
  padding: 27px 35px 27px 22px;
}
.navbar-wrap > ul > li.menu-item-has-children > a::before {
  content: "\f0d7";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: fontawesome;
  font-weight: 700;
  color: #3b3663;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a,
.navbar-wrap ul li .submenu li:hover > a,
.navbar-wrap ul li .submenu li.active > a,
.mobile-menu .navigation li.active > a {
  color: #ef0000;
}
.navbar-wrap > ul > li.menu-item-has-children.active > a::before,
.navbar-wrap > ul > li.menu-item-has-children:hover > a::before {
  color: #6f54f3;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background: #6f54f3;
  color: #fff;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
  display: none;
}
.header-action > ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
  position: relative;
  padding-left: 20px;
}
.header-action > ul::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #5c596f;
  opacity: 0.24;
}
.header-action > ul li {
  position: relative;
  margin-left: 30px;
}
.header-action ul li:first-child {
  margin-left: 0;
}
.header-action > ul > li.header-shop-cart > a {
  padding-right: 10px;
}
.header-action > ul > li > a {
  color: #5c596f;
  font-size: 16px;
  line-height: 1;
}
.navbar-wrap ul li .submenu {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
  display: block;
  left: 0;
  opacity: 0;
  padding: 18px 0;
  right: 0;
  top: 100%;
  visibility: hidden;
  min-width: 230px;
  border: 1px solid #f5f5f5;
  background: #fff;
  box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
  margin: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  -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;
}
.navbar-wrap ul li .submenu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.navbar-wrap ul li .submenu li a {
  padding: 0 10px 0 25px;
  line-height: 40px;
  font-weight: 500;
  font-size: 14px;
  color: #5c596f;
  text-transform: capitalize;
  -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;
}
.navbar-wrap ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.sticky-menu,
.header-style-three .transparent-header.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}
.main-header.sticky-menu {
  padding: 0 0;
}
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: #fff;
  margin-right: 30px;
  top: 15px;
}
.nav-logo img {
  width: 150px;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  border-radius: 0;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}
.mobile-menu-visible .menu-backdrop {
  opacity: 0.8;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  padding: 0;
  z-index: 5;
  box-shadow: -9px 0 14px 0 rgb(0 0 0/6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: #312620;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgb(0 0 0/10%);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgb(0 0 0/10%);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgb(0 0 0/10%);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #312620;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #312620;
  background: #efefef;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}
.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #312620;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #3b3663;
  display: none;
  margin-top: 13px;
}
.btn {
  /*background: #6153fc none repeat scroll 0 0;*/
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 0;
  /*padding: 18px 31px;*/
  text-align: center;
  text-transform: inherit;
  touch-action: manipulation;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
  vertical-align: middle;
  white-space: nowrap;
  font-family: nunito, sans-serif;
  box-shadow: 0 9px 16.74px 1.26px rgb(99 134 94/21%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn:hover > span {
  height: 562.5px;
  width: 562.5px;
}
.upcase {
  text-transform: uppercase;
}
.btn span {
  background: #03285e none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  width: 0;
  z-index: -1;
}
.header-action .header-btn .btn i {
  margin-left: 10px;
}
.mail-send ul li {
  display: inline-flex;
  position: relative;
  float: left;
  margin-right: 48px;
}
.mail-send a {
  color: #fff;
  line-height: 34px;
  font-size: 17px;
  font-weight: 400;
}
.icon-call {
  float: none;
  margin: auto;
  text-align: center;
}
.fl-right {
  float: right;
}
.icon-call img {
  margin: auto;
  float: none;
}
.fl-right li {
  margin-right: 0 !important;
  display: inline-block;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.header-two {
  width: 100%;
  float: left;
}
.header-so {
  padding: 7px 0 !important;
  position: relative;
  background: #161616;
}
.header-so:before {
  content: "";
  position: absolute;
  background: #fd0202;
  left: 0;
  width: 25%;
  top: 0;
  bottom: 0;
}
.call-email {
  display: flex;
  flex-grow: 1;
}
.show-two-header {
  position: absolute;
  left:23%;
  right: 0%;
  background: #fff;
  display: none;
  width: 70%;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.show-two-header .float-l-two {
  float: left;
}
.close-two {
  font-size: 40px;
  color: #ef0000;
  cursor: pointer;
  line-height: 72px;
  margin-left: 0;
  font-weight: 400;
  float: right;
  margin-right: 20px;
}
.d-md-block-two span {
  font-size: 40px;
  color: #000;
  cursor: pointer;
}
.call-email ul {
  display: inline-block;
  margin-left: auto;
}
.call-email ul li {
  display: inline-flex;
  position: relative;
  float: left;
  margin-right: 48px;
}
.call-email ul li .icon-call {
  float: left;
  margin-right: 15px;
  margin-top: 1px;
}
.d-md-block-two span img {
  height: 60px;
  margin-top: -11px;
}
.logo img {
  /*height: 75px;*/
}
.cont-con span {
  font-size: 15px;
  color: #929292;
  font-weight: 400;
}
.cont-con a {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}
.no-dis {
  display: none;
}
.btn-call img {
  width: 25px;
  text-align: center;
  line-height: 40px;
}
.btn-call {
  width: 45px;
  height: 45px;
  display: block;
  line-height: 10px !important;
  background: #ef0000;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
}
.btn-call:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: 0 0;
  left: -7px;
  right: 0;
  top: -7px;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
}
.animation-cer:before {
  border: 2px dotted #ef0000;
  -webkit-animation: rotate 6s linear infinite;
  -moz-animation: rotate 6s linear infinite;
  -ms-animation: rotate 6s linear infinite;
  -o-animation: rotate 6s linear infinite;
  animation: rotate 6s linear infinite;
}

.quantity .qty {
  float: left;
  width: 55px;
  height: 36px;
  border: 1px solid #ddd;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin: 3px;
}
.quantity .minus {
  padding-left: 4px;
}
.quantity .minus, .quantity .plus {
  background-color: #eee;
  display: block;
  float: left;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  padding: 0;
    padding-left: 0px;
  width: 34px;
  height: 34px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  margin: 4px;
}
