@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");

@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";

@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Open+Sans:wght@800&family=Poiret+One&display=swap");

body {
  padding: 0;

  margin: 0;

  font-size: 14px;

  font-family: "Poppins", sans-serif;

  transition: 0.5s;
}

body::-webkit-scrollbar {
  background-color: transparent;

  width: 8px;
}

body::-webkit-scrollbar-thumb {
  background-color: #f30770;
}

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

a {
  color: var(--blackColor);

  -webkit-transition: var(--transition);

  transition: var(--transition);

  text-decoration: none;

  outline: 0 !important;
}

a:hover {
  color: var(--mainColor);

  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;

  height: 100%;
}
li.page-item.active a {
  background-color: #fff;
  color: #000;
}
.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;

  height: auto;
}

p {
  color: #999;

  font-size: 14px;

  margin-bottom: 15px;

  line-height: 1.8;
}

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

.ptb-70 {
  padding-top: 70px;

  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ptb-40 {
  padding-top: 40px;

  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.container {
  max-width: 1290px;
}

.bg-f7f8fa {
  background-color: #f7f8fa;
}

.default-btn {
  display: inline-block;

  position: relative;

  z-index: 1;

  border: none;

  background-color: #f30770;

  color: #fff;

  border-radius: 5px;

  -webkit-box-shadow: unset;

  box-shadow: unset;

  text-align: center;

  padding-top: 11px;

  padding-bottom: 11px;

  font-weight: 600;

  padding: 15px 20px;
}

.default-btn:hover {
  background-color: #eb418d;

  color: #fff;
}

.section-title {
  margin-bottom: 40px;

  position: relative;

  border-bottom: 1px solid #eee;

  padding-bottom: 8px;
}

.section-title::before {
  content: "";

  position: absolute;

  left: 0;

  bottom: -1px;

  width: 100px;

  background-color: var(--mainColor);

  height: 1px;
}

.section-title h2 span {
  color: #f30770;
}

.form-control {
  height: 50px;

  color: var(--blackColor);

  -webkit-box-shadow: unset !important;

  box-shadow: unset !important;

  border: 1px solid #d3d0d0;

  background-color: #f5f5f5;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  border-radius: 3px;

  padding: 1px 0 0 15px;

  font-size: 13px;

  font-weight: 400;
}

.form-control::-webkit-input-placeholder {
  color: #7e7e7e;

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.form-control:-ms-input-placeholder {
  color: #7e7e7e;

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.form-control::-ms-input-placeholder {
  color: #7e7e7e;

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.form-control::placeholder {
  color: #7e7e7e;

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.form-control:focus {
  border-color: var(--mainColor);

  background-color: transparent;
}

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

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

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

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

textarea.form-control {
  height: auto;

  padding-top: 15px;
}

/*============================================

	header middle css

==============================================*/

.icon-cart {
  border: 2px solid #f30770;

  border-radius: 50%;

  height: 45px;

  width: 45px;

  background: #fff;

  text-align: center;

  line-height: 45px;

  font-size: 20px;

  color: #f30770;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .megamenu-submenu
  li
  a:hover {
  color: #f30770;
}

.cart-text p {
  color: #fff;

  font-size: 14px;

  font-weight: 400;

  margin-bottom: 0;
}

.cart-text h4 {
  color: #fff;

  font-size: 14px;

  font-weight: 400;

  margin-bottom: 2px;
}

.icon-cart-1 i {
  font-size: 36px;

  color: #fff;
}

.cart-text.two-cat h4 {
  font-size: 16px;
}

.customer_one {
  display: flex;

  align-items: center;

  column-gap: 10px;
}

.cutomer-support {
  display: flex;

  column-gap: 25px;

  align-items: center;

  justify-content: end;
}

.customer_two {
  display: flex;

  align-items: center;

  column-gap: 10px;
}

.header-middle-section {
  background: #f30770;
}

.categorie-search-box .form-group .form-control {
  height: 45px;

  border-radius: 30px;

  background: #fff !important;

  border: none;

  padding: 0 25px;
}

.categorie-search-box form {
  position: relative;

  width: 80%;

  margin-top: 15px;

  margin-bottom: 10px;
}

.categorie-search-box .form-group button {
  background: #f30770;

  display: block;

  position: absolute;

  top: 4px;

  right: 4px;

  border: none;

  color: #fff;

  width: 38px;

  text-align: center;

  padding: 8px 0;

  height: 38px;

  border-radius: 50%;
}

.header-middle-section {
  padding: 25px 0;

  min-height: 110px;
}

span.txt-lang {
  margin-right: 6px;
}

.sencd-logo {
  position: initial !important;
}

.dekstop-logo {
  position: absolute;

  top: 50px;

  margin-right: auto;

  margin-left: auto;

  display: table;

  left: 0;

  right: 0;
}

.navbar-area.is-sticky .html-nav {
  padding: 2px 0;
}

.navbar-area.is-sticky
  .html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu {
  margin-top: 18px;
}

.navbar-area.is-sticky .html-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  top: 39px;
}

.header-style-2 .header-middle-section {
  background: #000;
}

.header-style-2 .top-header {
  background: #000;
}

.icon-cart-1 img {
  height: 40px;
}

.header-style-2 .dekstop-logo {
  top: 50px;
}

.logo-footer {
  padding: 35px 20px;

  background: #f30770;
}

.dekstop-logo img {
  height: 85px;
}

.sencd-logo img {
  height: 60px;
}

.top-header {
  background-color: #f30770;

  padding-top: 6px;

  padding-bottom: 6px;
}

.top-header-contact-info {
  padding-left: 0;

  margin-bottom: 0;

  text-align: right;

  list-style-type: none;
}

.top-header-contact-info li {
  display: inline-block;

  position: relative;

  padding-left: 15px;
}

.header-style-2 .top-header-contact-info li a:hover {
  color: #f30770;
}

.header-style-2 .top-header-menu li a:hover {
  color: #f30770;
}

.header-style-2 .top-header-menu li .language-switcher .dropdown-toggle:hover {
  color: #f30770;
}

.header-style-2 .top-header-menu li .currency-switcher .dropdown-toggle:hover {
  color: #f30770;
}

.top-header-menu
  li
  .language-switcher
  .dropdown-menu
  .dropdown-item
  span:hover {
  color: #f30770;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item:hover {
  color: #f30770;
}

.header-style-2 .cart-text.two-cat h4:hover {
  color: #f30770;
}

.top-header-contact-info li a {
  font-weight: 400;

  display: inline-block;

  color: #fff;

  font-size: 13px;
}

.cart-btn .icon-cart-1 img {
  height: 20px;
}

.cart-btn .cart-text.two-cat h4 {
  font-size: 13px;

  margin-bottom: 0;
}

.cart-btn .icon-cart-1 {
  position: relative;

  top: -2px;
}

#wishlist_block .text-uppercase {
  color: #333;

  font-size: 14px;

  font-weight: 500;

  margin-top: 15px;
}

#wishlist_block {
  text-align: center;
}

#wishlist_block {
  background: #f9f9f9;

  top: 0;

  width: 260px;

  padding: 10px;

  position: absolute;

  z-index: 9999;

  display: none;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  border-radius: 3px;

  right: -100px;

  margin-top: 40px;
}

.top-header-contact-info li:hover #wishlist_block {
  display: block;
}

#wishlist_block_list p {
  color: #999;

  font-size: 13px;

  padding-top: 6px;

  margin-bottom: 6px;

  margin-left: 1.25rem;

  text-align: left;
}

.block_content .btn-primary:hover {
  background: #f30770;

  color: #fff;
}

.block_content .btn-primary {
  color: #000;

  background: transparent;

  font-size: 13px;

  font-weight: 500;

  border: 1px solid #f30770;

  box-shadow: none;

  text-transform: uppercase;
}

.top-header-contact-info li:last-child {
  margin-right: 0;
}

.top-header-menu {
  text-align: left;

  padding-left: 0;

  margin-bottom: 0;

  list-style-type: none;
}

.top-header-menu li {
  display: inline-block;

  margin-left: 18px;

  position: relative;
}

.top-header-menu li:first-child {
  margin-left: 0;
}

.top-header-menu li:first-child::before {
  display: none;
}

.top-header-menu li:nth-child(2)::before {
  top: 6.5px;
}

.top-header-menu li .language-switcher {
  position: relative;
}

.top-header-menu li .language-switcher .dropdown-toggle {
  padding: 0;

  border: none;

  background-color: transparent;

  color: #fff;

  font-weight: 400;

  font-size: 13px;
}

.top-header-menu li .language-switcher .dropdown-toggle::after {
  display: none;
}

.top-header-menu li .language-switcher .dropdown-toggle img {
  width: 16px;

  border-radius: 3px;

  position: relative;

  top: -1px;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .submenu-title
  a {
  padding: 0;
}

.top-header-menu li .language-switcher .dropdown-toggle span {
  display: inline-block;

  margin-left: 5px;
}

.top-header-menu li .language-switcher .dropdown-toggle span i {
  position: relative;

  font-size: 16px;

  top: 1px;

  margin-left: 3px;
}

.top-header-contact-info li a:hover {
  color: #fff;
}

.top-header-menu li .language-switcher .dropdown-menu {
  padding: 15px;

  float: unset;

  border: none;

  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);

  border-radius: 0;

  display: block;

  margin-top: 12px;

  opacity: 0;

  visibility: visible;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  -webkit-transform: scaleX(0);

  transform: scaleX(0);
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item {
  padding: 0;

  color: var(--blackColor);

  margin-bottom: 10px;

  font-weight: 400;

  font-size: 14px;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item::before {
  display: none;
}

.top-header-menu
  li
  .language-switcher
  .dropdown-menu
  .dropdown-item:last-child {
  margin-bottom: 0;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item img {
  width: 16px;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item span {
  display: inline-block;

  margin-left: 7px;

  font-size: 12px;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item:hover,
.top-header-menu li .language-switcher .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
}

.top-header-menu li .language-switcher .dropdown-menu .dropdown-item:active,
.top-header-menu li .language-switcher .dropdown-menu .dropdown-item.active {
  color: var(--blackColor);

  background-color: transparent;
}

.top-header-menu li .language-switcher .dropdown-menu.show {
  opacity: 1;

  visibility: visible;

  -webkit-transform: scaleX(1);

  transform: scaleX(1);
}

.top-header-menu li .currency-switcher {
  position: relative;
}

.top-header-menu li .currency-switcher .dropdown-toggle {
  padding: 0;

  border: none;

  background-color: transparent;

  color: #fff;

  font-weight: 400;

  font-size: 13px;
}

.top-header-menu li .currency-switcher .dropdown-toggle::after {
  display: none;
}

.top-header-menu li .currency-switcher .dropdown-toggle span {
  display: inline-block;
}

.top-header-menu li .currency-switcher .dropdown-toggle span i {
  position: relative;

  font-size: 16px;

  top: 1px;

  margin-left: 3px;
}

.top-header-menu li .currency-switcher .dropdown-menu {
  padding: 15px;

  float: unset;

  border: none;

  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);

  border-radius: 0;

  display: block;

  margin-top: 12px;

  opacity: 0;

  visibility: visible;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  -webkit-transform: scaleX(0);

  transform: scaleX(0);
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item {
  padding: 0;

  color: var(--blackColor);

  margin-bottom: 12px;

  font-weight: 400;

  font-size: 14px;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item::before {
  display: none;
}

.top-header-menu
  li
  .currency-switcher
  .dropdown-menu
  .dropdown-item:last-child {
  margin-bottom: 0;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item span {
  display: inline-block;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item:hover,
.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
}

.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item:active,
.top-header-menu li .currency-switcher .dropdown-menu .dropdown-item.active {
  color: var(--blackColor);

  background-color: transparent;
}

.top-header-menu li .currency-switcher .dropdown-menu.show {
  opacity: 1;

  visibility: visible;

  -webkit-transform: scaleX(1);

  transform: scaleX(1);
}

.top-header-menu li a {
  font-weight: 400;

  color: #fff;

  font-size: 13px;
}

.html-responsive-nav {
  display: none;
}

.html-nav {
  background-color: #f30770;
}

.html-nav .container-fluid {
  padding-left: 40px;

  padding-right: 40px;
}

.html-nav .navbar {
  position: inherit;

  padding-left: 0;

  padding-right: 0;
}

.html-nav .navbar .navbar-brand img {
  width: 180px;
}

.html-nav .navbar .navbar-brand {
  font-size: inherit;

  line-height: 1;

  padding-top: 0;

  padding-bottom: 0;

  padding-left: 0;

  padding-right: 0;
}

.html-nav .navbar ul {
  padding-left: 0;

  list-style-type: none;

  margin-bottom: 0;
}

.html-nav .navbar .navbar-nav {
  margin-left: auto;

  margin-right: auto;
}

.html-nav .navbar .navbar-nav .nav-item {
  position: relative;
}

.html-nav .navbar .navbar-nav .nav-item a {
  color: #fff;

  font-size: 12px;

  font-weight: 500;

  padding-left: 0;

  padding-right: 0;

  padding-top: 0;

  padding-bottom: 0;

  margin-left: 16px;

  margin-right: 16px;

  text-transform: uppercase;

  position: relative;
}

span.hoverbl {
  position: absolute;

  top: -13px;

  line-height: 13px;

  font-size: 9px;

  padding: 2px 7px;

  background: #f30770;

  color: #fff;

  border-radius: 2px;

  right: 0;
}

.html-nav .navbar .navbar-nav .nav-item a i {
  font-size: 16px;

  position: relative;

  top: 1px;

  display: inline-block;

  margin-left: 6px;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .submenu-title
  a {
  font-weight: 600;

  text-transform: uppercase;

  font-size: 15px;
}

.price-flex .lrg-pr {
  color: #f68b1e;

  font-weight: 700;

  font-size: 15px;
}

.price-flex .sm-pr {
  text-decoration: line-through;

  padding-left: 15px;

  color: #999;

  font-size: 13px;
}

.price-flex {
  margin-top: 10px;
}

h6.submenu-title.akt {
  text-align: center;
}

.menu-girl img:hover {
  opacity: 0.7;

  filter: alpha(opacity=70);

  transition: all 0.4s ease 0s;

  -moz-transition: all 0.4s ease 0s;

  -webkit-transition: all 0.4s ease 0s;
}

.menu-girl.ab-img img {
  position: relative;

  left: 12px;
}

.price-flex {
  text-align: center;
}

.img-dis {
  /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApBAMAAABaTh3FAAAAFVBMVEUAAACpVQC0Xwm0Xwj2ix72ix6pVQCuu0wgAAAABXRSTlMA/jcs8u90bK4AAABGSURBVCjPYwhFASHCDGAQigoSDbCJpgljFU1UwCaaJoRNFKQYUxSkGFMUpBhTFKQYq2iaAlbRBKAoJnDAKhowKjoqSg9RAOAiFKzzghRhAAAAAElFTkSuQmCC) no-repeat; */
  color: #fff;
  text-align: center;
  padding-top: 12px !important;
  font-family: Poppins, sans-serif;
  width: 50px;
  background-color: #f30770;
  height: 50px !important;
  position: absolute;
  right: 0;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 13px;
  top: 0;
  line-height: 14px;
  font-weight: 400;
  z-index: 99;
}

.html-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.html-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.html-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);

  background: #000;

  position: absolute;

  border: none;

  top: 29px;

  left: 0;

  width: 250px;

  z-index: 99;

  display: block;

  opacity: 0;

  visibility: hidden;

  border-radius: 0;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  padding: 0;

  -webkit-transform: scaleX(0);

  transform: scaleX(0);
}

.html-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 13px 15px 11px;

  margin: 0;

  position: relative;

  display: block;

  color: #999;

  font-size: 13px;

  font-weight: 500;

  text-transform: capitalize;
}

.html-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;

  position: absolute;

  top: 50%;

  font-size: 20px;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  right: 10px;
}

.html-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.html-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.html-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #f30770;
}

.html-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -250px;

  top: 0;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);
}

.html-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #515050;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--mainColor);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: 250px;

  top: 0;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);
}

.html-nav .navbar .navbar-nav .nav-item a:hover::before {
  opacity: 1 !important;

  width: 100% !important;
}

.html-nav .navbar .navbar-nav .nav-item a:before {
  position: absolute;

  content: "";

  background: #fff;

  width: 0;

  height: 1px;

  bottom: 0;

  left: 0;

  right: 0;

  margin-right: auto;

  margin-left: auto;

  opacity: 0;

  -webkit-transition: 0.7s;

  transition: 0.7s;
}

.html-nav .navbar .navbar-nav .nav-item .dropdown-menu a:before {
  display: none;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #515050;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--mainColor);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -250px;

  top: 0;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #515050;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--mainColor);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: 250px;

  top: 0;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #515050;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--mainColor);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -250px;

  top: 0;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #515050;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--mainColor);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: 250px;

  top: 0;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #515050;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: var(--mainColor);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--mainColor);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;

  visibility: visible;

  -webkit-transform: scaleY(1);

  transform: scaleY(1);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--mainColor);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;

  visibility: visible;

  -webkit-transform: scaleY(1);

  transform: scaleY(1);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--mainColor);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;

  visibility: visible;

  -webkit-transform: scaleY(1);

  transform: scaleY(1);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--mainColor);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;

  visibility: visible;

  -webkit-transform: scaleY(1);

  transform: scaleY(1);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: var(--mainColor);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;

  visibility: visible;

  -webkit-transform: scaleY(1);

  transform: scaleY(1);
}

.html-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--mainColor);
}

.html-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;

  visibility: visible;

  -webkit-transform: scaleY(1);

  transform: scaleY(1);
}

.html-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;

  visibility: visible;

  -webkit-transform: scaleX(1);

  transform: scaleX(1);
}

.html-nav .navbar .navbar-nav .nav-item.megamenu {
  position: inherit;
}

.html-nav .navbar .navbar-nav .nav-item.megamenu .container {
  display: block;

  -ms-flex-wrap: unset;

  flex-wrap: unset;

  -webkit-box-align: unset;

  -ms-flex-align: unset;

  align-items: unset;

  -webkit-box-pack: unset;

  -ms-flex-pack: unset;

  justify-content: unset;
}

.html-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  width: 94%;

  margin-top: 8px;

  position: absolute;

  top: auto;

  left: 0;

  padding: 15px 0;

  -webkit-transform: unset !important;

  transform: unset !important;

  right: 0;

  margin-right: auto;

  margin-left: auto;

  border-top: 2px solid #f30770;
}

.html-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
  color: var(--blackColor);

  position: relative;

  padding-bottom: 8px;

  text-transform: uppercase;

  margin-bottom: 10px;

  font-size: 16px !important;

  font-weight: 600;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .submenu-title::before {
  width: 30px;

  height: 1px;

  content: "";

  position: absolute;

  left: 0;

  bottom: -1px;

  background-color: var(--mainColor);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .submenu-title:first-child {
  margin-top: 0;
}

.html-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu a {
  border-bottom: none !important;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .megamenu-submenu
  li
  a {
  margin-top: 14px;

  color: #999;

  padding: 0;

  font-weight: 400;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .megamenu-submenu
  li
  a:hover,
.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .megamenu-submenu
  li
  a.active {
  color: #f30770;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .megamenu-submenu
  .aside-trending-products {
  overflow: hidden;

  position: relative;

  text-align: center;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .megamenu-submenu
  .aside-trending-products
  img {
  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .megamenu-submenu
  .aside-trending-products
  .category {
  position: absolute;

  left: 0;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  right: 0;

  bottom: 0;

  background-color: var(--whiteColor);

  padding: 15px;

  margin-left: 10px;

  margin-right: 10px;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .megamenu-submenu
  .aside-trending-products
  .category
  h4 {
  text-transform: uppercase;

  margin-bottom: 0;

  position: relative;

  z-index: 1;

  font-size: var(--fontSize);

  font-weight: 600;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .megamenu-submenu
  .aside-trending-products
  .link-btn {
  position: absolute;

  top: 0;

  left: 0;

  display: block;

  width: 100%;

  height: 100%;

  z-index: 3;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .megamenu-submenu
  .aside-trending-products:not(:first-child) {
  margin-top: 15px;
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .megamenu-submenu
  .aside-trending-products:hover
  img {
  -webkit-transform: scale(1.3);

  transform: scale(1.3);
}

.html-nav
  .navbar
  .navbar-nav
  .nav-item.megamenu
  .dropdown-menu
  .megamenu-submenu
  .aside-trending-products:hover
  .category {
  bottom: 10px;
}

.html-nav .navbar .others-option .option-item {
  display: inline-block;

  margin-left: 20px;

  position: relative;

  z-index: 3;
}

.html-nav .navbar .others-option .option-item:first-child {
  margin-left: 0;
}

.html-nav .navbar .others-option .option-item .search-btn-box {
  position: relative;

  top: 1px;
}

.html-nav .navbar .others-option .option-item .search-btn-box .search-btn {
  font-size: 25px;

  cursor: pointer;

  color: var(--blackColor);

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.html-nav
  .navbar
  .others-option
  .option-item
  .search-btn-box
  .search-btn:hover {
  color: var(--mainColor);
}

.html-nav .navbar .others-option .option-item .cart-btn {
  font-size: 25px;

  position: relative;

  line-height: 1;
}

.html-nav .navbar .others-option .option-item .cart-btn a {
  display: inline-block;

  position: relative;
}

.html-nav .navbar .others-option .option-item .cart-btn a span {
  position: absolute;

  right: -4px;

  top: -4px;

  width: 14px;

  height: 14px;

  text-align: center;

  line-height: 13.9px;

  border-radius: 50%;

  color: var(--whiteColor);

  background-color: red;

  font-size: 10px;

  font-weight: 600;
}

.html-nav .navbar .others-option .option-item .wishlist-btn {
  font-size: 25px;

  position: relative;

  line-height: 1;

  top: 1px;
}

.html-nav .navbar .others-option .option-item .wishlist-btn a {
  display: inline-block;

  color: #fff;

  position: relative;

  top: -2px;

  font-size: 22px;
}

.others-option {
  display: none;
}

.modal-header .btn-close img {
  max-width: 40px;

  position: absolute;

  top: 1px;

  right: 2px;
}

.modal-popupe-box h4 {
  color: #fff;

  font-family: "Fjalla One", sans-serif;

  font-size: 36px;
}

.coupon-side {
  display: flex;

  align-items: center;

  column-gap: 10px;

  position: absolute;

  bottom: 10px;

  justify-content: center;

  width: 100%;
}

.coupon-side p {
  color: #fff;
}

.g-social ul li {
  display: inline-block;

  margin-left: 11px;

  font-size: 18px;
}

.g-social {
  display: flex;

  column-gap: 10px;

  color: #fff;

  justify-content: end;
}

.modal-popupe-box p {
  color: #fff;
}

.wt-popup {
  height: 500px;

  width: 500px;

  background-repeat: no-repeat;

  background-size: cover;
}

.modal {
  top: 50px;
}

.modal-header {
  border-bottom: none;
}

.modal-popupe-box {
  text-align: right;
}

.modal-header .btn-close {
  background: #f30770;

  position: absolute;

  border-radius: 50%;

  border: 2px solid #fff;

  opacity: 1;

  top: -10px;

  right: -8px;
}

.navbar-area.is-sticky .others-option {
  display: block;
}

.navbar-area.is-sticky {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 999;

  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);

  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);

  background-color: var(--whiteColor) !important;

  transition: all 0.3s ease-in-out;

  animation: smoothScroll 1s forwards;

  -moz-transition: position 10s;

  -ms-transition: position 10s;

  -o-transition: position 10s;

  transition: all 0.5s ease;

  padding-top: 0;

  padding-bottom: 0;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0);
  }
}

@media only screen and (max-width: 991px) {
  .html-responsive-nav {
    display: block;
  }

  .html-responsive-nav .html-responsive-menu {
    position: relative;
  }

  .html-responsive-nav .html-responsive-menu.mean-container .mean-nav {
    margin-top: 50px;
  }

  .html-responsive-nav .html-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .mean-nav
    ul
    li
    a.active {
    color: var(--mainColor);
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .mean-nav
    ul
    li
    li
    a {
    font-size: 14px;
  }

  .html-responsive-nav .html-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;

    height: 306px;

    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);

    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);

    background: #000;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .nav-item {
    overflow: hidden;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .nav-item
    .container {
    padding-left: 0;

    padding-right: 0;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .nav-item
    .row {
    display: block;

    -ms-flex-wrap: unset;

    flex-wrap: unset;

    margin-left: 0;

    margin-right: 0;

    margin-top: -20px;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .nav-item
    .row
    .col {
    -ms-flex-preferred-size: unset;

    flex-basis: unset;

    -webkit-box-flex: unset;

    -ms-flex-positive: unset;

    flex-grow: unset;

    max-width: 100%;

    padding-left: 0;

    padding-right: 0;

    padding-top: 20px;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .nav-item
    .row
    .col:last-child {
    margin-bottom: 15px;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .nav-item
    a {
    width: 100%;

    float: unset;

    display: block;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .submenu-title {
    color: var(--blackColor);

    position: relative;

    border-bottom: none;

    padding-bottom: 0;

    text-transform: uppercase;

    margin-bottom: 5px;

    margin-top: 25px;

    margin-left: 15px;

    margin-right: 15px;

    font-size: 13.5px;

    font-weight: 500;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .submenu-title::before {
    width: 30px;

    height: 1px;

    content: "";

    position: absolute;

    left: 0;

    bottom: -1px;

    background-color: var(--mainColor);
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .submenu-title:first-child {
    margin-top: 5px;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    a {
    border-bottom: none !important;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .mean-expand {
    display: none !important;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu {
    width: auto;

    overflow: hidden;

    display: block !important;

    padding-left: 15px;

    padding-right: 15px;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    li
    a {
    border: none;

    margin-top: 15px;

    color: #666;

    padding: 0;

    font-weight: 400;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    li
    a:hover,
  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    li
    a.active {
    color: var(--mainColor);
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    .aside-trending-products {
    overflow: hidden;

    position: relative;

    text-align: center;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    .aside-trending-products
    img {
    -webkit-transition: var(--transition);

    transition: var(--transition);
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    .aside-trending-products
    .category {
    position: absolute;

    left: 0;

    -webkit-transition: var(--transition);

    transition: var(--transition);

    right: 0;

    bottom: 0;

    background-color: var(--whiteColor);

    padding: 15px;

    margin-left: 10px;

    margin-right: 10px;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    .aside-trending-products
    .category
    h4 {
    text-transform: uppercase;

    margin-bottom: 0;

    position: relative;

    z-index: 1;

    font-size: var(--fontSize);

    font-weight: 600;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    .aside-trending-products
    .link-btn {
    position: absolute;

    top: 0;

    left: 0;

    display: block;

    width: 100%;

    height: 100%;

    z-index: 3;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    .aside-trending-products:not(:first-child) {
    margin-top: 15px;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    .aside-trending-products:hover
    img {
    -webkit-transform: scale(1.3);

    transform: scale(1.3);
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .megamenu-submenu
    .aside-trending-products:hover
    .category {
    bottom: 10px;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .brand-slides {
    margin-top: 0;

    border-top: none;

    border-bottom: none;

    border-left: none;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .navbar-nav
    .nav-item.megamenu
    .dropdown-menu
    .brand-slides
    .brand-item
    a {
    display: block !important;

    padding: 20px !important;

    width: auto !important;
  }

  .html-responsive-nav .html-responsive-menu.mean-container .others-option {
    position: absolute;

    right: 50px;

    top: 12px;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .others-option
    .option-item {
    display: inline-block;

    margin-left: 12px;

    position: relative;

    z-index: 3;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .others-option
    .option-item:first-child {
    margin-left: 0;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .others-option
    .option-item
    .search-btn-box {
    position: relative;

    top: 2px;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .others-option
    .option-item
    .search-btn-box
    .search-btn {
    font-size: 20px;

    cursor: pointer;

    color: var(--blackColor);

    -webkit-transition: var(--transition);

    transition: var(--transition);
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .others-option
    .option-item
    .search-btn-box
    .search-btn:hover {
    color: var(--mainColor);
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .others-option
    .option-item
    .cart-btn {
    font-size: 20px;

    position: relative;

    line-height: 1;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .others-option
    .option-item
    .cart-btn
    a {
    display: inline-block;

    position: relative;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .others-option
    .option-item
    .cart-btn
    a
    span {
    position: absolute;

    right: -3px;

    top: -3px;

    width: 12px;

    height: 12px;

    text-align: center;

    line-height: 11.9px;

    border-radius: 50%;

    color: var(--whiteColor);

    background-color: red;

    font-size: 9px;

    font-weight: 600;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .others-option
    .option-item
    .wishlist-btn {
    font-size: 20px;

    position: relative;

    line-height: 1;

    margin-right: -2px;

    top: 1px;
  }

  .html-responsive-nav
    .html-responsive-menu.mean-container
    .others-option
    .option-item
    .wishlist-btn
    a {
    display: inline-block;
  }

  .html-responsive-nav .mean-container a.meanmenu-reveal {
    color: #fff;
  }

  .html-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #fff;
  }

  .html-responsive-nav .logo {
    position: relative;

    width: 85%;

    z-index: 999;

    top: 5px;
  }

  .html-nav {
    display: none;
  }

  .navbar-area {
    padding-top: 15px;

    padding-bottom: 15px;
  }

  .navbar-area.is-sticky {
    padding-top: 10px;

    padding-bottom: 10px;
  }
}

.search-overlay {
  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 99999;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  overflow: hidden;
}

.search-overlay .search-overlay-layer {
  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  z-index: 1;

  -webkit-transform: translateX(100%);

  transform: translateX(100%);
}

.search-overlay .search-overlay-layer:nth-child(1) {
  left: 0;

  background-color: rgba(0, 0, 0, 0.5);

  -webkit-transition: all 0.3s ease-in-out 0s;

  transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-overlay-layer:nth-child(2) {
  left: 0;

  background-color: rgba(0, 0, 0, 0.4);

  -webkit-transition: all 0.3s ease-in-out 0.3s;

  transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-overlay-layer:nth-child(3) {
  left: 0;

  background-color: rgba(0, 0, 0, 0.7);

  -webkit-transition: all 0.9s ease-in-out 0.6s;

  transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay .search-overlay-close {
  position: absolute;

  top: 40px;

  right: 40px;

  width: 50px;

  z-index: 2;

  text-align: center;

  cursor: pointer;

  padding: 10px;

  -webkit-transition: all 0.9s ease-in-out 1.5s;

  transition: all 0.9s ease-in-out 1.5s;

  opacity: 0;

  visibility: hidden;
}

.search-overlay .search-overlay-close .search-overlay-close-line {
  width: 100%;

  height: 3px;

  float: left;

  margin-bottom: 5px;

  background-color: var(--whiteColor);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
  margin-top: -7px;

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
  background: var(--mainColor);

  -webkit-transform: rotate(180deg);

  transform: rotate(180deg);
}

.search-overlay .search-overlay-form {
  -webkit-transition: all 0.9s ease-in-out 1.4s;

  transition: all 0.9s ease-in-out 1.4s;

  opacity: 0;

  visibility: hidden;

  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translateY(-50%) translateX(-50%);

  transform: translateY(-50%) translateX(-50%);

  z-index: 2;

  max-width: 500px;

  width: 500px;
}

.search-overlay .search-overlay-form form {
  position: relative;
}

.search-overlay .search-overlay-form form .input-search {
  display: block;

  width: 100%;

  height: 60px;

  border: none;

  border-radius: 30px;

  color: var(--blackColor);

  padding: 0 0 0 25px;
}

.search-overlay
  .search-overlay-form
  form
  .input-search::-webkit-input-placeholder {
  -webkit-transition: var(--transition);

  transition: var(--transition);

  letter-spacing: 0.5px;

  color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search:-ms-input-placeholder {
  -webkit-transition: var(--transition);

  transition: var(--transition);

  letter-spacing: 0.5px;

  color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search::-ms-input-placeholder {
  -webkit-transition: var(--transition);

  transition: var(--transition);

  letter-spacing: 0.5px;

  color: var(--blackColor);
}

.search-overlay .search-overlay-form form .input-search::placeholder {
  -webkit-transition: var(--transition);

  transition: var(--transition);

  letter-spacing: 0.5px;

  color: var(--blackColor);
}

.search-overlay
  .search-overlay-form
  form
  .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.search-overlay
  .search-overlay-form
  form
  .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.search-overlay
  .search-overlay-form
  form
  .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus::placeholder {
  color: transparent;
}

.search-overlay .search-overlay-form form button {
  position: absolute;

  right: 5px;

  top: 5px;

  width: 50px;

  color: var(--whiteColor);

  height: 50px;

  border-radius: 50%;

  background-color: var(--mainColor);

  -webkit-transition: var(--transition);

  transition: var(--transition);

  border: none;

  font-size: 25px;

  line-height: 47px;
}

.search-overlay .search-overlay-form form button:hover {
  background-color: var(--blackColor);

  color: var(--whiteColor);
}

.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;

  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
  -webkit-transform: translateX(0);

  transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
  opacity: 1;

  visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
  opacity: 1;

  visibility: visible;
}

.main-banner {
  padding-top: 70px;

  padding-bottom: 70px;
}

.main-banner-content .sub-title {
  display: block;

  font-weight: 600;

  margin-bottom: 12px;

  color: var(--mainColor);
}

.main-banner-content h1 {
  margin-bottom: 12px;

  font-size: 55px;

  line-height: 1.1;
}

.main-banner-content h1 span {
  color: var(--mainColor);
}

.main-banner-content p {
  font-size: 16px;
}

.main-banner-content .default-btn {
  margin-top: 10px;
}

.bannertext {
  position: absolute;

  top: 35%;

  width: 100%;

  left: 50px;

  text-align: center;
}

.home-slides .owl-dots .owl-dot span {
  background: #f30770 !important;

  border: 2px solid #f30770;
}

.home-slides .owl-dots {
  position: absolute;

  bottom: 25px;

  left: 0;

  right: 0;
}

.home-slides .owl-dots .owl-dot.active span {
  border-color: #fff;

  background: transparent !important;
}

.banner-content .sub-title {
  display: block;

  font-weight: 600;

  margin-bottom: 12px;

  color: var(--mainColor);
}

.banner-content h1 {
  margin-bottom: 12px;

  font-size: 64px;

  line-height: 1.1;
}

.banner-content h1 span {
  color: var(--mainColor);
}

.banner-content p {
  font-size: 15px;

  line-height: 20px;
}

.banner-content .btn-box {
  margin-top: 30px;
}

.banner-content .btn-box .price {
  display: block;

  color: var(--mainColor);

  margin-left: 25px;

  font-size: 20px;

  font-weight: 600;
}

.banner-image {
  text-align: center;
}

.banner-image img {
  width: auto !important;

  display: inline-block !important;
}

.owl-item.active .banner-content .sub-title {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

  -webkit-animation-delay: 0.3s;

  animation-delay: 0.3s;
}

.owl-item.active .banner-content h1 {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

  -webkit-animation-delay: 0.7s;

  animation-delay: 0.7s;
}

.banner-content h5 {
  color: #fff;

  font-weight: 400;

  font-size: 30px;
}

.bannertext.thrdd {
  text-align: right;
}

.owl-item.active .banner-content h5 {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

  -webkit-animation-delay: 0.7s;

  animation-delay: 0.7s;
}

.owl-item.active .banner-content p {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

  -webkit-animation-delay: 0.9s;

  animation-delay: 0.9s;
}

.owl-item.active .banner-content a {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

  -webkit-animation-delay: 1.1s;

  animation-delay: 1.1s;
}

.owl-item.active .banner-image img {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-name: fadeInRight;

  animation-name: fadeInRight;

  -webkit-animation-delay: 0.9s;

  animation-delay: 0.9s;
}

.banner-content a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  background: #25d366;
  padding: 10px 20px;
  border-radius: 8px;
}

.bannertext.frstt .banner-content a {
  text-align: right !important;

  margin-right: 20px;
}

.home-slides.owl-theme .owl-nav {
  margin-top: -8px !important;

  margin: 0;
}

.home-slides .owl-nav .owl-next i {
  background: #333;

  display: inline-block;

  font-size: 28px;

  border-radius: 0;

  width: 50px;

  height: 50px;

  line-height: 50px;

  color: #fff;

  -webkit-transition: all ease 0.5s;

  transition: all ease 0.5s;

  opacity: 0;
}

.home-slides:hover .owl-nav .owl-next i {
  opacity: 1;
}

.home-slides .owl-nav .owl-prev i {
  width: 50px;

  height: 50px;

  line-height: 50px;

  background: #333;

  display: inline-block;

  font-size: 28px;

  border-radius: 0;

  color: #fff;

  -webkit-transition: all ease 0.5s;

  transition: all ease 0.5s;

  opacity: 0;
}

.home-slides:hover .owl-nav .owl-prev i {
  opacity: 1;
}

.home-slides .owl-prev {
  position: absolute;

  top: 35%;

  left: 20px;

  -webkit-transition: all ease 0.5s;

  transition: all ease 0.5s;

  -webkit-transform: translateY(60px);

  transform: translateY(60px);
}

.home-slides .owl-next {
  position: absolute;

  top: 35%;

  right: 20px;

  -webkit-transition: all ease 0.5s;

  transition: all ease 0.5s;

  -webkit-transform: translateY(60px);

  transform: translateY(60px);
}

.banner-content h1 {
  font-family: "Fjalla One", sans-serif;

  color: #fff;

  text-transform: uppercase;

  font-size: 40px;
}

.banner-content p {
  color: #fff;
}

.bannertext.frstt {
  top: 6%;

  text-align: center;

  left: 20%;
}

.single-banner-categories-box {
  margin-bottom: 30px;

  position: relative;

  overflow: hidden;
}

.single-banner-categories-box img {
  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.single-banner-categories-box .content {
  position: absolute;

  left: 0;

  right: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  padding: 25px;
}

.single-banner-categories-box .content .sub-title {
  display: block;

  margin-bottom: 10px;

  color: var(--optionalColor);

  font-weight: 600;
}

.single-banner-categories-box .content h3 {
  font-size: 20px;

  margin-bottom: 0;
}

.single-banner-categories-box .content .btn-box {
  margin-top: 15px;
}

.single-banner-categories-box .content .btn-box .default-btn {
  font-size: 15px;
}

.single-banner-categories-box .content .btn-box .price {
  display: block;

  color: var(--mainColor);

  margin-left: 15px;

  font-size: 20px;

  font-weight: 600;
}

.single-banner-categories-box:hover img {
  -webkit-transform: scale(1.05);

  transform: scale(1.05);
}

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

.banner-categories-area {
  padding-top: 50px;

  padding-bottom: 30px;
}

/*====================================================

	about page css

====================================================*/

.about-content {
  padding-right: 15px;
}

.about-content .sub-title {
  display: block;

  font-weight: 600;

  margin-bottom: 12px;

  color: var(--mainColor);
}

.about-content h2 {
  margin-bottom: 15px;

  font-size: 24px;
}

.about-content .quotes-box {
  margin-top: 20px;
}

.ptb-50 {
  padding-top: 50px;

  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;

  padding-bottom: 60px;
}

.about-image {
  text-align: center;

  position: relative;

  z-index: 1;

  padding-left: 30px;

  padding-top: 30px;

  padding-bottom: 30px;
}

.about-image .shape {
  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  z-index: -1;
}

.about-image .shape img:nth-child(1) {
  position: absolute;

  left: 0;

  bottom: 0;

  z-index: -1;
}

.about-image .shape img:nth-child(2) {
  position: absolute;

  right: 0;

  top: 0;

  z-index: -1;
}

/*==================================================

	shop css

===================================================*/

.shop-product-grid {
  position: relative;

  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 8%);

  box-shadow: 0 0 15px rgb(0 0 0 / 8%);

  border-radius: 5px;

  overflow: hidden;

  margin-bottom: 20px;
}

.shop-product-grid .shop-product-image {
  overflow: hidden;

  position: relative;
}

.shop-product-grid .shop-product-image a {
  display: block;
}

.shop-product-grid .shop-product-image img {
  width: 100%;

  height: 200px;

  object-fit: contain;
}

.shop-product-image a:before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

  background: rgb(219 219 219 / 25%);

  transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 0.1);

  -moz-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 0.1);

  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 0.1);

  -ms-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 0.1);

  -o-transition: all 0.25s cubic-bezier(0.25, 0.1, 0.25, 0.1);
}

.shop-product-image a {
  position: relative;
}

.shop-product-image .pic-1 {
  opacity: 1;

  transition: all 0.5s;
}

.shop-product-grid:hover .shop-product-image .pic-1 {
  opacity: 0;
}

.shop-product-image .pic-2 {
  width: 100%;

  height: 100%;

  opacity: 0;

  position: absolute;

  top: 0;

  left: 0;

  transition: all 0.5s;
}

.shop-product-grid:hover .shop-product-image .pic-2 {
  opacity: 1;
}

.shop-product-grid .social {
  padding: 0;

  margin: 0;

  position: absolute;

  bottom: 50px;

  right: 25px;

  z-index: 1;
}

.shop-product-grid .social li {
  margin: 0 0 10px;

  display: block;

  transform: translateX(100px);

  transition: all 0.5s;
}

.shop-product-grid:hover .social li {
  transform: translateX(0);
}

.shop-product-grid:hover .social li:nth-child(2) {
  transition-delay: 0.15s;
}

.shop-product-grid:hover .social li:nth-child(3) {
  transition-delay: 0.25s;
}

.shop-product-grid .social li a {
  color: #fff;

  background-color: #f30770;

  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-discount-label {
  color: #fff;

  background-color: #f30770;

  font-size: 12px;

  font-weight: 600;

  text-transform: uppercase;

  position: absolute;

  top: 0;

  transition: all 0.3s;

  padding: 2px 6px;
}

.shop-product-grid .social li a:hover {
  color: #fff;

  background-color: #f30770;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.shop-product-grid .add-to-cart {
  color: #fff;

  background-color: #f30770;

  font-size: 14px;

  text-align: center;

  width: 100%;

  padding: 8px 0;

  display: block;

  transition: all 0.3s;

  text-transform: uppercase;

  font-weight: 600;

  border-radius: 5px;

  border: 2px solid #f30770;
}

.shop-product-grid .price {
  color: #f30770;

  font-size: 17px;

  font-weight: 700;

  margin: 0 2px 15px 0;

  display: block;
}

.shop-product-grid .price span {
  color: #909090;

  font-size: 15px;

  font-weight: 600;

  letter-spacing: 0;

  text-decoration: line-through;

  text-align: left;

  vertical-align: middle;

  display: inline-block;

  margin-left: 5px;

  position: relative;

  top: -2px;
}

.shop-product-grid .add-to-cart:hover {
  background-color: transparent;

  text-decoration: none;

  color: #f30770;
}

.shop-product-grid .product-new-label {
  background-color: #f30770;

  color: #fff;

  font-size: 17px;

  padding: 5px 10px;

  position: absolute;

  right: 0;

  top: 0;

  transition: all 0.3s;
}

.shop-product-grid:hover .product-new-label {
  opacity: 0;
}

.star-rating {
  color: #cbcac1;

  margin-bottom: 4px;
}

.shop-product-grid .product-content {
  padding: 20px;
}

.shop-product-grid .title {
  font-size: 15px;

  margin: 0 0 7px;

  font-weight: 500;
}

.shop-product-grid .title a:hover {
  color: #f30770;
}

.delever-img img {
  width: 60px !important;

  height: 30px;
}

.delever-img {
  text-align: right;

  margin-bottom: 15px;
}

.bg-color {
  background-color: #f5f4f4;
}

@media screen and (max-width: 990px) {
  .shop-product-grid {
    margin-bottom: 30px;
  }
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 5px;
}

/*==================================================

	footer css

===================================================*/

.footer-newsletter .newsletter-form button {
  position: absolute;

  background: #f30770;

  color: #fff;

  top: 3px;

  right: 4px;

  padding: 10px 15px;

  text-align: center;

  display: block;

  border-radius: 30px;

  text-transform: uppercase;

  font-size: 13px;
}

.footer-newsletter h4 i {
  color: #f30770;

  font-size: 30px;

  position: relative;

  top: 3px;

  margin-right: 4px;
}

.footer-newsletter h4 {
  color: #fff;

  font-size: 22px;
}

.bordershape {
  background: #3b3b3b;

  height: 1px;

  margin: 30px 0;
}

.footer-newsletter .newsletter-form {
  position: relative;

  margin-top: 20px;

  margin-bottom: 10px;
}

.footer-newsletter p {
  color: #919191;
}

.footer-newsletter .newsletter-form .form-control {
  border-radius: 30px;

  height: 45px;

  line-height: 45px;

  background: #fff !important;
}

.thumnail-desc .main-thumb-desc.tabs-area > li > a.active {
  background: #f30770;

  color: #fff;
}

.products-details-image .over-text {
  display: block;

  position: absolute;

  background: #f30770;

  font-weight: 700;

  padding: 0.3125rem 0.4375rem;

  text-transform: uppercase;

  color: #fff;

  margin-top: 0.625rem;

  z-index: 2;

  box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);

  top: 20px;
}

.products-details-image {
  position: relative;
}

.footer-area {
  padding-top: 50px;

  background-color: #000;

  background-size: cover;

  background-repeat: no-repeat;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo {
  margin-bottom: 20px;
}

.single-footer-widget .footer-contact-info {
  padding-left: 0;

  margin-bottom: 0;

  list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
  display: block;

  margin-bottom: 15px;

  position: relative;

  padding-left: 30px;
}

.single-footer-widget .footer-contact-info li span {
  color: #f30770;

  font-weight: 600;

  margin-right: 8px;

  position: absolute;

  left: 0;

  font-size: 20px;

  top: -4px;
}

.single-footer-widget .footer-contact-info li a {
  color: #919191;

  font-size: 13px;
}

.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .social {
  padding-left: 0;

  list-style-type: none;

  margin-top: 12px;

  margin-bottom: 0;
}

.single-footer-widget .social li {
  display: inline-block;

  margin-right: 5px;
}

.single-footer-widget .social li a:hover {
  background: transparent;
}

.single-footer-widget .social li a {
  font-size: 18px;

  background: #f30770;

  color: #fff;

  width: 35px;

  height: 35px;

  text-align: center;

  line-height: 35px;

  border-radius: 50%;

  border: 2px solid #f30770;

  display: block;
}

.single-footer-widget .social li:last-child {
  margin-right: 0;
}

.single-footer-widget h3 {
  margin-bottom: 20px;

  font-size: 16px;

  position: relative;

  padding-bottom: 5px;

  color: #fff;
}

.single-footer-widget h3::before {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 80px;

  height: 1px;

  background-color: var(--mainColor);
}

.single-footer-widget .link-list {
  padding-left: 0;

  margin-bottom: 0;

  list-style-type: none;
}

.single-footer-widget .link-list li {
  margin-bottom: 12px;
}

.single-footer-widget .link-list li a {
  display: inline-block;

  color: #919191;

  position: relative;

  padding-left: 13px;
}

.single-footer-widget .link-list li a::before {
  width: 5px;

  height: 5px;

  border-radius: 50%;

  background-color: #919191;

  content: "";

  position: absolute;

  left: 0;

  top: 50%;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);
}

.single-footer-widget p {
  color: #919191;
}

.single-footer-widget .link-list li a:hover {
  color: #f30770;
}

.single-footer-widget .link-list li a:hover::before {
  background-color: #f30770;
}

.single-footer-widget .link-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .newsletter-form .input-newsletter {
  display: block;

  width: 100%;

  border: 1px solid #eee;

  background-color: transparent;

  color: var(--blackColor);

  height: 50px;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  padding-left: 15px;

  border-radius: 5px;

  font-weight: 400;
}

.single-footer-widget
  .newsletter-form
  .input-newsletter::-webkit-input-placeholder {
  color: #999;

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.single-footer-widget .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #999;

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.single-footer-widget
  .newsletter-form
  .input-newsletter::-ms-input-placeholder {
  color: #999;

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.single-footer-widget .newsletter-form .input-newsletter::placeholder {
  color: #999;

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.single-footer-widget .newsletter-form .input-newsletter:focus {
  border-color: var(--mainColor);
}

.single-footer-widget
  .newsletter-form
  .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.single-footer-widget
  .newsletter-form
  .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.single-footer-widget
  .newsletter-form
  .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.single-footer-widget .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.single-footer-widget .newsletter-form .validation-danger {
  color: red;

  margin-top: 15px;
}

.single-footer-widget .newsletter-form .validation-success {
  margin-top: 15px;
}

.single-footer-widget .newsletter-form .default-btn {
  display: block;

  width: 100%;

  margin-top: 12px;

  padding-left: 25px;

  padding-right: 25px;
}

.footer-bottom-area {
  background-color: #f30770;

  margin-top: 40px;

  padding-top: 15px;

  padding-bottom: 15px;
}

.footer-bottom-area p {
  line-height: initial;

  color: #fff;
}

.footer-bottom-area p i {
  position: relative;

  top: 1px;
}

.footer-bottom-area p a {
  font-weight: 500;

  color: #fff;
}

.footer-bottom-area .payment-types {
  text-align: right;
}

.footer-bottom-area .payment-types ul {
  padding-left: 0;

  margin-bottom: 0;

  list-style-type: none;
}

.footer-bottom-area .payment-types ul li {
  margin-right: 10px;

  color: #fff;

  font-weight: 500;
}

.footer-bottom-area .payment-types ul li:last-child {
  margin-right: 0;
}

.go-top {
  position: fixed;

  cursor: pointer;

  bottom: 20px;

  right: 20px;

  background-color: #f30770;

  color: #fff;

  z-index: 4;

  width: 43px;

  text-align: center;

  height: 45px;

  opacity: 0;

  visibility: hidden;

  font-size: 27px;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 10%);

  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}

.go-top i {
  position: absolute;

  right: 0;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  text-align: center;

  margin-left: auto;

  margin-right: auto;
}

.go-top.active {
  opacity: 1 !important;

  visibility: visible;

  bottom: 15%;
}

.go-top:hover {
  background-color: #000;

  color: #fff;
}

/*==================================================

	Blog css

===================================================*/

.flexbile-blog .post-image {
  width: 80%;
}

.flexbile-blog .post-content {
  margin-top: 0 !important;
}

.flexbile-blog .post-content p a:hover {
  color: #f30770;
}

.flexbile-blog {
  display: flex;

  column-gap: 30px;

  margin-bottom: 15px !important;

  border-bottom: 1px solid #333;

  padding-bottom: 15px;
}

.single-blog-post {
  margin-bottom: 30px;
}

.single-blog-post .post-image {
  overflow: hidden;
}

.single-blog-post .post-image img {
  -webkit-transition: var(--transition);

  transition: var(--transition);

  width: 100%;
}

.single-blog-post .post-content {
  margin-top: 25px;
}

.single-blog-post .post-content h3 {
  margin-bottom: 15px;

  font-size: 16px;

  color: #ffff;
}

.single-blog-post .post-content .post-meta {
  padding-left: 0;

  margin-bottom: 0;

  list-style-type: none;
}

.single-blog-post .post-content .post-meta li {
  margin-right: 10px;

  position: relative;

  color: #999;

  font-weight: 400;

  display: inline-block;
}

.flexbile-blog .post-content ul li {
  font-size: 13px;
}

.flexbile-blog .post-content p {
  font-size: 13px;
}

.single-blog-post .post-content h3 a:hover {
  color: #f30770;
}

.single-blog-post .post-content .post-meta li i {
  margin-right: 4px;
}

.single-blog-post .post-content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog-post .post-content .post-meta li:last-child::before {
  display: none;
}

.single-blog-post .post-content .post-meta li img {
  width: 35px;

  height: 35px;

  border-radius: 50%;

  margin-right: 5px;
}

.single-blog-post .post-content .post-meta li a {
  color: #999;
}

.single-blog-post .post-content .post-meta li a:hover {
  color: #f30770;
}

.single-blog-post:hover .post-image img {
  -webkit-transform: scale(1.05);

  transform: scale(1.05);
}

/*=================================================

  delevery css start

==================================================*/

.delevery-boxs {
  display: flex;

  column-gap: 30px;

  align-items: center;
}

.delevery-section {
  padding-bottom: 30px;

  padding-top: 30px;

  background: #f30770;
}

.delevery-boxs .deal-content h4 {
  font-size: 14px;

  margin: 0 0 5px 0;

  font-weight: 500;

  color: #fff;
}

.delevery-boxs .deal-content p {
  text-transform: capitalize;

  margin-bottom: 0;

  font-size: 12px;

  color: #fff;
}

.del-icon:after {
  content: "";

  border: 1px dashed #e1e1e1;

  transition: 0.3s all ease;

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  border-radius: 100%;
}

.delevery-boxs .del-icon {
  width: 70px;

  height: 70px;

  padding: 16px 0;

  background-color: transparent;

  position: relative;

  text-align: center;

  transition: 0.3s all ease;

  border-radius: 50%;
}

.delevery-boxs .del-icon img {
  height: 40px;

  width: 40px;
}

.delevery-boxs:hover .del-icon::after {
  border-color: #fff;

  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(180deg);
  }
}

.delevery-boxs:hover .deal-content h4 {
  transition: 0.3s ease;
}

.brand-sildr-section {
  padding-top: 40px;

  padding-bottom: 50px;
}

.partner-box a {
  display: block;
}
.brnad-area-inner {
  background: #fff;
  padding: 12px;
  border-radius: 5px;
}
.brand-slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 37%;
}
.brand-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 37%;
}
.brand-slider .owl-nav .owl-prev i {
  background: #f30770;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}
.brand-slider .owl-nav .owl-next i {
  background: #f30770;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}
.partner-box {
  background: #fff;

  border: 0.0625rem solid rgba(0, 0, 0, 0.1);

  border-width: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;

  padding: 10px;

  -webkit-transition: -webkit-transform 0.3s ease-in-out;

  transition: -webkit-transform 0.3s ease-in-out;

  -o-transition: transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

  overflow: hidden;
}

.partner-box img {
  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  transition: all 0.5s ease;

  width: 90px !important;

  margin-right: auto;

  margin-left: auto;

  height: 80px;
}

.partner-box:hover img {
  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

  transform: scale(1.1);
}

/*=======================

    .Single Cleint Css

========================*/

.single-client {
  text-align: center;

  background-color: #fff;

  position: relative;

  margin-top: 30px;

  margin-bottom: 100px;

  border-radius: 4px;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

  padding-top: 50px;

  padding-left: 30px;

  padding-right: 30px;

  padding-bottom: 30px;

  -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);

  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);

  border-radius: 10px;
}

.single-client .quotes {
  background-color: #fff;

  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);

  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);

  color: #f30770;

  width: 60px;

  height: 60px;

  line-height: 60px;

  font-size: 30px;

  border-radius: 50%;

  display: inline-block;

  position: absolute;

  left: 0;

  right: 0;

  margin: auto;

  top: -30px;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;
}

.single-client p {
  -webkit-transition: all 0.5s;

  transition: all 0.5s;
}

.single-client ul li {
  display: inline-block;
}

.single-client ul li i {
  font-size: 14px;

  color: #f30770;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;
}

.single-client::before {
  position: absolute;

  width: 0;

  height: 0;

  content: "";

  border-top: 45px solid #fff;

  border-right: 10px solid transparent;

  border-bottom: 0;

  border-left: 50px solid transparent;

  bottom: -24px;

  left: 20px;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;
}

.client-img {
  position: absolute;

  left: 30px;

  bottom: -105px;

  text-align: left;
}

.client-img img {
  border-radius: 50%;

  margin-bottom: 15px;

  height: 60px;

  width: 60px !important;
}

.client-img h3 {
  margin-bottom: 0;

  font-size: 20px;

  color: #fff;
}

.client-img span {
  font-weight: 600;

  font-size: 13px;

  line-height: 1;

  color: #f30770;
}

.client-area {
  background-image: url(../assets/../images/bg.jpeg);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  height: 100%;

  position: relative;

  z-index: 1;
}

.client-area::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #000;

  opacity: 0.4;

  z-index: -1;
}

.clients-slider .owl-nav .owl-next i {
  width: 40px;

  height: 40px;

  line-height: 40px;

  background: #f30770;

  display: inline-block;

  font-size: 20px;

  color: #fff;

  -webkit-transition: all ease 0.5s;

  transition: all ease 0.5s;

  border-radius: 50px;
}

.clients-slider .owl-nav .owl-next i:hover {
  background: #f30770;

  border-color: #f30770;
}

.clients-slider .owl-nav .owl-prev i:hover {
  background: #f30770;

  border-color: #f30770;
}

.clients-slider .owl-nav .owl-prev i {
  width: 40px;

  height: 40px;

  line-height: 40px;

  background: #f30770;

  display: inline-block;

  font-size: 20px;

  color: #fff;

  -webkit-transition: all ease 0.5s;

  transition: all ease 0.5s;

  border-radius: 50px;
}

.clients-slider .owl-prev {
  position: absolute;

  top: 40%;

  left: 0;
}

.clients-slider .owl-next {
  position: absolute;

  top: 40%;

  right: 0;
}

.cleint-descr span {
  margin-bottom: 10px;

  display: block;

  color: #f30770;
}

.top-titles {
  text-align: center;

  margin-bottom: 40px;
}

.top-titles h2 {
  color: #ffff;

  position: relative;

  padding-bottom: 15px;

  margin-bottom: 15px;
}

.top-titles h2:before {
  background: #f30770;

  content: "";

  width: 100px;

  height: 3px;

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  margin-right: auto;

  margin-left: auto;
}

.top-titles p {
  color: #fff;

  width: 750px;

  margin-right: auto;

  margin-left: auto;
}

.allslider .owl-prev:hover {
  background: #f30770 !important;

  color: #fff !important;
}

.allslider .owl-next:hover {
  background: #f30770 !important;

  color: #fff !important;
}

/*=======================accordion css===================*/

.accordion {
  margin-bottom: 0;
}

.accordion .link {
  cursor: pointer;

  display: block;

  padding: 10px 0;

  font-size: 14px;

  font-weight: 400;

  position: relative;

  -webkit-transition: all 0.4s ease;

  -o-transition: all 0.4s ease;

  transition: all 0.4s ease;

  color: #fff;
}

.home-widget-bar h5 {
  color: #fff;

  margin-top: 25px;

  font-size: 18px;

  font-weight: 500;

  margin-bottom: 15px;
}

.accordion li {
  list-style: none;

  border-bottom: 1px solid #333;
}

.accordion {
  padding-left: 0;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;

  top: 8px;

  right: 0;

  font-size: 18px;

  color: #595959;

  -webkit-transition: all 0.4s ease;

  -o-transition: all 0.4s ease;

  transition: all 0.4s ease;
}

.accordion li.open .link {
  color: #f30770;
}

.accordion li.open i {
  color: #f30770;
}

ul.submenu li a:hover {
  color: #f30770;
}

ul.submenu li a:before {
  content: "-";

  margin-right: 0.3125rem;
}

.accordion li.open i.fa-angle-down {
  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  -o-transform: rotate(180deg);

  transform: rotate(180deg);
}

/**

 * Submenu

 -----------------------------*/

.submenu {
  display: none;

  padding-left: 20px;
}

.submenu li {
  border-bottom: none;
}

.submenu a {
  display: block;

  text-decoration: none;

  color: #d9d9d9;

  padding: 5px 10px;

  -webkit-transition: all 0.25s ease;

  -o-transition: all 0.25s ease;

  transition: all 0.25s ease;
}

/*----------------------------------------*/

/* Product CSS

/*----------------------------------------*/

.bg-black {
  background: #000;
}

.banner-listing {
  padding-top: 40px;

  padding-bottom: 40px;
}

.banner-box a:after {
  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  background: url(../images/hd.png) no-repeat scroll -300px 0 transparent;

  z-index: 1;
}

.banner-box a:hover:after {
  background-position: 1500px 0;

  transition: all 2.5s ease 0s;

  -moz-transition: all 2.5s ease 0s;

  -webkit-transition: all 2.5s ease 0s;
}

.banner-box {
  position: relative;

  border-radius: 5px;

  overflow: hidden;
}

.tab-product-listing .main-thumb-desc li a.active {
  color: #f30770;
}

.tab-product-listing .main-thumb-desc li {
  display: inline-block;

  margin: 0 10px;
}

.tab-product-listing .main-thumb-desc {
  margin-right: auto;

  margin-left: auto;

  display: table;

  margin-bottom: 25px;
  margin-top: 30px !important;
}

.tab-product-listing .main-thumb-desc li a {
  color: #fff;

  font-size: 12px;

  text-transform: uppercase;

  padding: 0 40px;
}

.prdt-image {
  position: relative;
}

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

.product-content h4 {
  font-size: 15px;

  color: #000;

  font-weight: 500;

  margin: 0.625rem 0;

  text-transform: capitalize;
}

.product-holder {
  background: #fff;

  padding: 10px;

  transition: all 0.4s ease 0s;

  transition: all 0.4s;

  position: relative;

  border-radius: 5px;
}

.product-holder:hover {
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);

  transform: translateY(-2px);
}

.tab-product-listing {
  padding-bottom: 40px;
}

.hover-btn {
  display: flex;

  column-gap: 5px;

  justify-content: center;

  transition: all 0.3s;

  opacity: 0;

  position: absolute;

  bottom: 0;

  width: 100%;
}

.product-content {
  margin-top: 15px;
}

.product-holder:hover .hover-btn {
  opacity: 1;
}

.hover-btn a {
  background: #f30770;

  text-transform: uppercase;

  padding: 7px 13px;

  display: block;

  font-size: 11px;

  border-radius: 3px;

  transition: all 0.3s;

  color: #fff;

  font-weight: 500;
}

.hover-btn a:hover {
  background: #000;
}

.pr-2 {
  padding-right: 5px;
}

.allslider .owl-nav {
  position: absolute;

  top: -50px;

  right: 0;
}

.allslider .owl-prev {
  background: #fff !important;

  height: 30px;

  width: 30px;

  border-radius: 50% !important;

  transition: 0.3s ease;

  color: #909090 !important;

  text-align: center;

  font-size: 18px !important;

  border: none !important;

  line-height: 30px;

  margin-right: 5px;
}

.allslider .owl-next {
  background: #fff !important;

  height: 30px;

  width: 30px;

  border-radius: 50% !important;

  transition: 0.3s ease;

  color: #909090 !important;

  text-align: center;

  font-size: 18px !important;

  border: none !important;

  line-height: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.home-widget-bar h3:before {
  content: "";

  position: absolute;

  background: #f30770;

  height: 3px;

  width: 100px;

  bottom: -2px;

  left: 0;
}

.home-widget-bar {
  margin-bottom: 40px;
}

.popular-wrapper {
  display: flex;

  background: #111;

  padding: 10px;

  transition: all 0.4s ease 0s;

  transition: all 0.4s;

  position: relative;

  border-radius: 5px;

  column-gap: 20px;

  margin-top: 20px;
}

.allprdcut a {
  font-size: 14px;

  color: #fff;

  font-weight: 500;

  text-transform: uppercase;

  margin-top: 15px;

  margin-bottom: 0;

  display: block;
}

.allprdcut a i {
  font-size: 18px;

  margin-left: 2px;

  position: relative;

  top: 1px;
}

.allprdcut a:hover {
  color: #f30770;
}

.ourstore-content a {
  color: #f30770;

  text-transform: uppercase;

  display: block;

  margin-top: 5px;
}

.ourstore-content {
  padding: 20px 0;
}

.ourstore-content p {
  color: #fff;

  margin-bottom: 0;

  font-size: 12px;

  font-weight: 400;
}

li {
  list-style: none;
}

ul {
  padding-left: 0;
}

.allprdcut {
  text-align: right;
}

.side-category ul li a:hover {
  color: #f30770;
}

.side-category ul li a {
  font-weight: 400;

  border-bottom: 1px solid #333;

  margin: 10px 0 0;

  padding-bottom: 10px;

  font-size: 14px;

  text-transform: capitalize;

  color: #fff;

  display: block;
}

.side-category {
  margin-top: 20px;
}

.popular-wrapper .popular-item-img img {
  width: 80px;
}

.popular-content-item h4:hover {
  color: #f30770;
}

.popular-content-item .price-flex {
  text-align: left;
}

.popular-wrapper:hover {
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);

  transform: translateY(-2px);
}

.popular-content-item h4 {
  font-size: 15px;

  color: #999;

  font-weight: 500;

  margin: 0.625rem 0;

  text-transform: capitalize;
}

.popular-wrapper .popular-item-img {
  width: 40%;
}

.home-widget-bar h3 {
  color: #f30770;

  font-size: 18px;

  border-bottom: 1px solid #999;

  position: relative;

  padding-bottom: 12px;
}

.title-header h3 {
  color: #fff;

  padding-left: 30px;

  font-size: 18px;

  margin-bottom: 0;
}

.title-header img {
  position: absolute;
}

.cate-slides.allslider .owl-nav {
  top: 0;
}

.lisitng-wrapper .main-thumb-desc .nav-item a {
  color: #fff;

  text-transform: uppercase;

  font-size: 12px;

  text-align: center;

  position: relative;
  padding-top: 0;
}

.lisitng-wrapper .main-thumb-desc .nav-item a.active {
  color: #f30770;
}

.lisitng-wrapper .main-thumb-desc .nav-item a:hover {
  color: #f30770;
}

.top-slide-cate {
  border-bottom: 1px solid #999;
}

.lisitng-wrapper .main-thumb-desc .nav-item a:hover::before {
  opacity: 1 !important;

  width: 100% !important;
}

.lisitng-wrapper .main-thumb-desc .nav-item a:before {
  position: absolute;

  content: "";

  background: #f30770;

  width: 0;

  height: 2px;

  bottom: -1px;

  left: 0;

  right: 0;

  margin-right: auto;

  margin-left: auto;

  opacity: 0;

  -webkit-transition: 0.7s;

  transition: 0.7s;
}

.lisitng-wrapper .main-thumb-desc .nav-item .nav-link.active:before {
  opacity: 1 !important;

  width: 100% !important;

  background: #f30770;

  height: 2px;

  bottom: -1px;

  left: 0;

  right: 0;

  margin-right: auto;

  margin-left: auto;

  -webkit-transition: 0.7s;

  transition: 0.7s;

  position: absolute;
}

.lisitng-wrapper .main-thumb-desc .nav-item {
  display: inline-block;

  margin: 0 8px;
}
.lisitng-wrapper ul {
  padding-bottom: 10px;
}
.lisitng-wrapper ul::-webkit-scrollbar {
  background-color: transparent !important;
  width: 2px !important;
  height: 6px !important;
}
.lisitng-wrapper ul::-webkit-scrollbar-thumb {
  background-color: #222 !important;
}
.product-content h4 {
  height: 40px;
  overflow: hidden;
}
.lisitng-wrapper .main-thumb-desc::-webkit-scrollbar {
  width: 0;
}

#toTop {
  position: fixed;
  bottom: 90px;
  right: 25px;
  cursor: pointer;
  border-radius: 4px;
  z-index: 999;
  display: none;
}
.sku_class p {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 8px;
  color: #4a4747;
  font-size: 16px;
}
.html-nav .navbar .others-option .option-item .cart-btn a:hover {
  color: #000;
}
.btn.btn-primary:hover {
  background: #000 !important;
}
.btn.btn-primary {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #f30770;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 22px;
  height: 40px;
  width: 40px;
  border-radius: 0;
  line-height: 32px;
  font-size: 24px;
}

.tab-content {
  margin-top: 20px;
}

.item-holdd {
  margin-top: 15px;
}

.toys-slider-wrapper .owl-dots {
  text-align: center;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  bottom: -5%;
}

.home-slides.owl-carousel.owl-theme.owl-loaded.owl-drag {
  height: 100%;
  margin-bottom: 0;
}

.category-section.pb-50 .col-md-9 {
  margin-bottom: 30px;
}
.top-slide-cate.mt-4 {
  padding-top: 30px;
}

.toys-slider-wrapper .owl-dots .owl-dot span {
  display: block;

  width: 15px;

  height: 3px;

  background: #fff;

  margin: 2px;
}

.toys-slider-wrapper .owl-dots .owl-dot.active span {
  background: #f30770;
}

.banner-border {
  margin-top: 20px;

  margin-bottom: 35px;
}

.banner-border a {
  position: relative;

  display: inline-block;

  overflow: hidden;

  width: 100%;
}

.banner-border a:before,
.banner-border a:after {
  content: "";

  position: absolute;

  top: 15px;

  right: 15px;

  bottom: 15px;

  left: 15px;

  opacity: 0;

  -webkit-transition: all 0.5s ease 0s;

  -o-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

  z-index: 1;
}

.banner-border a:before {
  border-top: 1px solid #fff;

  border-bottom: 1px solid #fff;

  -webkit-transform: scale(1, 0);

  -ms-transform: scale(1, 0);

  -o-transform: scale(1, 0);

  transform: scale(1, 0);

  top: 30px;

  right: 15px;

  bottom: 30px;

  left: 15px;
}

.banner-border a:after {
  border-left: 1px solid #fff;

  border-right: 1px solid #fff;

  -webkit-transform: scale(0, 1);

  -ms-transform: scale(0, 1);

  -o-transform: scale(0, 1);

  transform: scale(0, 1);

  top: 15px;

  right: 30px;

  bottom: 15px;

  left: 30px;
}

.banner-border a:hover:before,
.banner-border a:hover:after {
  opacity: 1;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);
}

.banner-border img {
  -webkit-transition: all 0.5s ease 0s;

  -o-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

  height: 190px;

  width: 100%;
}

.banner-border:hover img {
  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  -o-transform: scale(1.05);

  transform: scale(1.05);

  opacity: 0.8;
}

/*======clients css=========*/

.clients-content {
  position: relative;

  z-index: 1;

  background-color: #fff;

  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);

  padding: 30px 40px 25px;

  margin-bottom: 30px;

  border-radius: 10px;
}

.clients-content::before {
  content: "";

  position: absolute;

  z-index: -1;

  bottom: 0;

  width: 95%;

  height: 100%;

  margin: 0 auto;

  left: 0;

  right: 0;

  background-color: #fff;

  opacity: 0.5;

  border-radius: 10px;
}

.clients-content .content {
  padding-left: 110px;

  position: relative;

  margin-bottom: 30px;
}

.clients-content .content img {
  position: absolute;

  top: 0;

  left: 0;

  border-radius: 50%;

  width: unset !important;

  width: 85px !important;

  height: 85px !important;
}

.clients-content .content i {
  position: absolute;

  bottom: -10px;

  left: 60px;

  border-radius: 50px;

  width: 35px;

  height: 35px;

  line-height: 35px;

  background-color: #dba243;

  color: #fff;

  text-align: center;
}

.clients-content .content h3 {
  padding-top: 20px;

  margin-bottom: 0;
}

.clients-content .content span {
  margin-bottom: 0;
}

.clients-content p {
  margin-bottom: 0;
}

.cleint-img-box i {
  position: absolute;

  left: 50px;

  border-radius: 50px;

  width: 30px;

  height: 30px;

  line-height: 30px;

  background-color: #dba243;

  color: #fff;

  text-align: center;

  font-size: 14px;

  bottom: 30px;
}

.cleint-img-box img {
  height: 40px;

  width: 40px !important;

  float: left;

  margin-right: 20px;

  position: relative;

  border-radius: 50%;

  border: 2px solid #f30770;
}

.left-contentt {
  margin-left: 60px;
}

.left-contentt h3 {
  font-size: 14px;

  margin-bottom: 0;
}

.clients-wrapper .cleint-content {
  background: hsla(0, 0%, 100%, 0.3);

  padding: 15px;

  margin-top: 20px;

  position: relative;
}

.cleint-content p {
  font-size: 12px;

  color: #fff;
}

.clients-wrapper .cleint-content:before {
  position: absolute;

  width: 0;

  height: 0;

  content: "";

  top: -10px;

  left: 15px;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;

  border-left: 10px solid transparent;

  border-right: 10px solid transparent;

  border-bottom: 10px solid hsla(0, 0%, 87%, 0.3);
}

.left-contentt span {
  font-size: 12px;

  color: #f30770;

  font-weight: 500;
}

.clients-slider .owl-dots {
  text-align: center;

  margin-top: 30px;
}

.clients-slider .owl-dots .owl-dot span {
  display: block;

  width: 15px;

  height: 3px;

  background: #fff;

  margin: 2px;
}

.clients-slider .owl-dots .owl-dot.active span {
  background: #f30770;
}

.modal-popupe-box .footer-newsletter .newsletter-form button {
  position: absolute;

  color: #f30770;

  top: 5px;

  right: 20px;

  text-align: center;

  display: block;

  border-radius: 30px;

  text-transform: uppercase;

  font-size: 24px;

  padding: 0 !important;

  background: transparent !important;
}

.checkbox.sho-popupe input {
  position: relative;

  top: 1px;
}

.checkbox.sho-popupe {
  color: #fff;
}

/*----------------------------------------*/

/* Breadcrumb CSS

/*----------------------------------------*/

.breadcrumb-area .breadcrumb {
  background: #f8f8f8;

  margin-bottom: 0;

  padding: 16px 15px;
}

.breadcrumb-area .breadcrumb ul {
  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb {
  background: #f8f8f8;

  margin-bottom: 0;

  padding: 10px 0;
}

.breadcrumb-area {
  background: #f8f8f8;
}

.breadcrumb li + li::before {
  content: "\f105";

  font-family: fontawesome;

  padding: 0 5px;

  vertical-align: middle;
}

.breadcrumb li a {
  color: #333333;

  font-size: 14px;

  line-height: 25px;

  margin-right: 5px;

  text-transform: capitalize;
}

.breadcrumb-area .breadcrumb li:hover a {
  color: #f30770;
}

.radio-button .radio-inline {
  margin-right: 10px;
}

.form-register .radio-inline input {
  margin-right: 5px;
}

.terms span {
  font-size: 14px;
}

/*----------------------------------------*/

/* Shop CSS

/*----------------------------------------*/

.box-holders {
  position: relative;

  display: block;

  border: 1px solid #333;

  border-radius: 5px;

  padding: 1.25rem;

  margin-bottom: 30px;
}

.shop-title-head {
  margin-bottom: 20px;
}

.shop-title-head p {
  color: #999;

  font-size: 10pt;
}

.shop-title-head h1 {
  font-size: 18px;

  color: #fff;

  margin-bottom: 4px;

  text-transform: uppercase;
}

.sub-slide-item {
  text-align: center;
}

.sub-slide-item:hover .subcateroy-title {
  color: #f30770;
}

.sub-slide-item .subcateroy-title {
  color: #999;

  margin: 0.625rem 0;

  display: block;
}

.allsld .owl-nav {
  position: absolute;

  top: -45px;

  right: 0;
}

.allsld .owl-prev {
  background: transparent !important;

  height: 28px;

  width: 28px;

  border-radius: 50% !important;

  transition: 0.3s ease;

  color: #999 !important;

  text-align: center;

  font-size: 16px !important;

  margin-right: 5px;

  border: 1px solid #333 !important;
}

.allsld .owl-next {
  background: transparent !important;

  height: 28px;

  width: 28px;

  border-radius: 50% !important;

  transition: 0.3s ease;

  color: #999 !important;

  text-align: center;

  font-size: 16px !important;

  margin-right: 5px;

  border: 1px solid #333 !important;
}

.allsld .owl-next:hover {
  background: #f30770 !important;

  color: #fff !important;

  border-color: #f30770 !important;
}

.allsld .owl-prev:hover {
  background: #f30770 !important;

  color: #fff !important;

  border-color: #f30770 !important;
}

.allsld .owl-dots {
  text-align: center;

  margin-top: 10px;
}

.allsld .owl-dots .owl-dot span {
  display: block;

  width: 15px;

  height: 3px;

  background: #fff;

  margin: 2px;
}

.allsld .owl-dots .owl-dot.active span {
  background: #f30770;
}

.filter-section .accordion .link {
  border: 1px solid #333;

  padding: 3px 5px 3px 10px;

  border-radius: 15px;

  cursor: pointer;

  color: #999;

  text-transform: uppercase;

  font-size: 13px;
}

.filter-section .accordion li {
  border-bottom: none;
}

.filter-section .accordion li i {
  top: 5px;

  right: 8px;

  font-size: 17px;
}

.filter-section .submenu {
  padding-left: 0;
}

.filter-section .accordion li:last-child .link {
  border-bottom: 1px solid #333;
}

.form-check-input:checked {
  background-color: #f30770 !important;

  border-color: #f30770 !important;
}

.filter-section .form-check-input {
  background: transparent;

  border: 2px solid #232323;

  border-radius: 0 !important;
}

.form-check-input:focus {
  box-shadow: none;
}

.filter-section .form-check {
  color: #999;

  font-size: 13px;

  margin-bottom: 10px;
}

.filter-section .form-check .form-check-label:hover {
  color: #f30770;
}

.hidden-1 {
  overflow-y: auto;

  max-height: 200px;

  margin-top: 10px;
}

.hidden-1::-webkit-scrollbar {
  background-color: #222;

  width: 3px;
}

.hidden-1::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.filter-section .accordion {
  margin-top: 10px;
}

.shop-top-bar {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.sortby select {
  padding: 7px;

  font-size: 13px;

  font-weight: 600;

  border: 1.8px solid #eeeeee;

  color: #828c96;
}

.shop-top-bar .nice-select .list {
  width: 100%;
}

.countresult p {
  color: #999;
}

.sortby .nice-select .list {
  background: #1c1c1c;

  word-break: break-all !important;
}

.sortby .nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f30770;

  color: #000;
}

.nice-select .option.selected {
  font-weight: 500;
}

.srttt p {
  color: #999;

  margin-right: 20px;
}

.sortby .nice-select {
  background: transparent;

  color: #999;

  height: 35px;

  line-height: 35px;

  font-size: 13px;
}

.active-filter h4 {
  font-size: 12px;

  text-transform: uppercase;

  color: #fff;

  margin-bottom: 0;
}

.active-filter ul {
  margin-bottom: 0;
}

.active-filter {
  background: #333;

  padding: 1.25rem;

  margin-bottom: 15px;

  display: flex;

  align-items: center;

  column-gap: 20px;
}

.active-filter .filter-block {
  color: #fff;

  margin-right: 0.625rem;

  background: #f30770;

  padding: 2px 10px;

  display: inline-block;

  font-size: 0.8125rem;
}

.shop-product-holder .product-holder {
  margin-top: 25px;
}

.page-pagination-area nav ul {
  margin-right: auto;

  margin-left: auto;

  display: table;

  margin-top: 40px;
}

.page-pagination-area nav ul li {
  margin: 0 4px;

  display: inline-block;
}

.page-pagination-area nav ul li a {
  background: #f30770;

  color: #fff;

  border: 1px solid #f30770;

  padding: 10px 15px;
}

.page-pagination-area nav ul li a:hover {
  background: #f30770;

  border-color: #f30770;

  color: #fff;
}

.page-pagination-area nav ul li a.active {
  background: #f30770;

  border-color: #f30770;

  color: #fff;
}

.page-pagination-area nav ul li a {
  background: transparent;

  color: #fff;

  border: 2px solid #f30770;

  padding: 8px 12px;

  font-weight: 600;

  font-size: 13px;
}

/*============================

    price filter css

=============================*/

.filter-price {
  border: 0;

  padding: 0;

  margin: 0;
}

.price-title {
  position: relative;

  color: #757575;

  font-size: 14px;

  line-height: 1.2em;

  font-weight: 6;

  margin-right: 5px;

  font-weight: 600;
}

.price-field {
  position: relative;

  width: 100%;

  height: 36px;

  box-sizing: border-box;

  padding-top: 15px;

  border-radius: 3px;
}

.price-field input[type="range"] {
  position: absolute;
}

/* Reset style for input range */

.price-field input[type="range"] {
  width: 100%;

  box-sizing: border-box;

  border-radius: 5px;

  pointer-events: none;

  -webkit-appearance: none;

  background-color: #000;

  border: 2px solid #f30770;

  height: 7px;
}

.price-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.price-field input[type="range"]:active,
.price-field input[type="range"]:focus {
  outline: 0;
}

.price-field input[type="range"]::-ms-track {
  width: 188px;

  height: 2px;

  border: 0;

  outline: 0;

  box-sizing: border-box;

  border-radius: 5px;

  pointer-events: none;

  color: transparent;

  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type="range"]::-webkit-slider-thumb {
  /* WebKit/Blink */

  position: relative;

  -webkit-appearance: none;

  margin: 0;

  border: 0;

  outline: 0;

  border-radius: 50%;

  height: 15px;

  width: 15px;

  margin-top: -4px;

  background-color: #f30770;

  cursor: pointer;

  cursor: pointer;

  pointer-events: all;

  z-index: 100;
}

.price-wrap #one,
.price-wrap #two {
  width: 30px;

  text-align: right;

  margin: 0;

  padding: 0;

  margin-right: 2px;

  background: 0;

  border: 0;

  outline: 0;

  color: #757575;

  font-size: 14px;

  line-height: 1.2em;

  font-weight: 600;
}

.price-wrap label {
  text-align: right;
}

.price-wrap-1,
.price-wrap-2 {
  display: flex;
}

.price-wrap {
  display: flex;

  justify-content: flex-end;

  color: #757575;

  font-size: 14px;

  line-height: 1.2em;

  font-weight: 600;

  margin-bottom: 7px;

  align-items: center;
}

/*================================================

Widget Sidebar CSS

=================================================*/

.widget-area {
  padding-left: 10px;
}

.widget-area.widget-left-sidebar {
  padding-right: 10px;

  padding-left: 0;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-area .widget .widget-title {
  margin-bottom: 25px;

  position: relative;

  padding-bottom: 7px;

  border-bottom: 1px solid #eeeeee;

  font-size: 21px;
}

.widget-area .widget .widget-title::before {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 50px;

  height: 1px;

  bottom: -1px;

  background-color: var(--mainColor);
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form label {
  display: block;

  margin-bottom: 0;
}

.widget-area .widget_search form .search-field {
  height: 50px;

  color: var(--blackColor);

  background-color: var(--whiteColor);

  display: block;

  width: 100%;

  border-radius: 5px;

  padding: 0 0 0 15px;

  border: none;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  font-weight: 500;
}

.widget-area .widget_search form .search-field::-webkit-input-placeholder {
  color: var(--optionalColor);

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.widget-area .widget_search form .search-field:-ms-input-placeholder {
  color: var(--optionalColor);

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.widget-area .widget_search form .search-field::-ms-input-placeholder {
  color: var(--optionalColor);

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.widget-area .widget_search form .search-field::placeholder {
  color: var(--optionalColor);

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.widget-area
  .widget_search
  form
  .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.widget-area .widget_search form button {
  border: none;

  background-color: var(--whiteColor);

  color: var(--mainColor);

  height: 40px;

  width: 40px;

  position: absolute;

  right: 5px;

  padding: 0;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  top: 5px;

  font-size: 20px;
}

.widget-area .widget_search form button i {
  position: absolute;

  left: 0;

  right: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);
}

.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
  border-radius: 5px;

  background-color: var(--mainColor);

  color: var(--whiteColor);
}

.widget-area .widget_blog_posts_thumb {
  position: relative;

  overflow: hidden;
}

.widget-area .widget_blog_posts_thumb .item {
  overflow: hidden;

  margin-bottom: 15px;
}

.widget-area .widget_blog_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_blog_posts_thumb .item .thumb {
  float: left;

  height: 80px;

  overflow: hidden;

  display: block;

  position: relative;

  width: 80px;

  margin-right: 15px;

  z-index: 1;
}

.widget-area .widget_blog_posts_thumb .item .thumb .fullimage {
  width: 80px;

  height: 80px;

  display: inline-block;

  border-radius: 5px;

  background-size: cover !important;

  background-repeat: no-repeat;

  background-position: center center !important;
}

.widget-area .widget_blog_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/blog/blog-img1.jpg);
}

.widget-area .widget_blog_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/blog/blog-img2.jpg);
}

.widget-area .widget_blog_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/blog/blog-img3.jpg);
}

.widget-area .widget_blog_posts_thumb .item .thumb::before,
.widget-area .widget_blog_posts_thumb .item .thumb::after {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);

  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);

  content: "";

  background-color: var(--whiteColor);

  position: absolute;

  z-index: 1;

  top: 50%;

  left: 50%;

  opacity: 0;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.widget-area .widget_blog_posts_thumb .item .thumb::before {
  width: 40px;

  height: 1px;

  left: 100%;
}

.widget-area .widget_blog_posts_thumb .item .thumb::after {
  height: 40px;

  width: 1px;

  top: 0;
}

.widget-area .widget_blog_posts_thumb .item .info {
  overflow: hidden;
}

.widget-area .widget_blog_posts_thumb .item .info span {
  display: block;

  color: #999;

  text-transform: uppercase;

  margin-top: -2px;

  margin-bottom: 5px;

  font-size: 13px;
}

.widget-area .widget_blog_posts_thumb .item .info .title {
  margin-bottom: 0;

  line-height: 1.4;

  font-size: 14px;

  font-weight: 500;

  color: #fff;
}

.widget-area .widget_blog_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_blog_posts_thumb .item:hover .thumb::before,
.widget-area .widget_blog_posts_thumb .item:hover .thumb::after {
  opacity: 1;

  top: 50%;

  left: 50%;
}

.widget-area .widget_categories ul {
  padding-left: 0;

  margin-bottom: 0;

  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;

  margin-bottom: 12px;

  overflow: hidden;

  color: var(--blackColor);

  padding-left: 18px;

  font-weight: 600;

  font-size: 14.5px;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: var(--mainColor);

  height: 8px;

  width: 8px;

  content: "";

  border-radius: 50%;

  left: 0;

  top: 7px;

  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: var(--blackColor);

  display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
  color: var(--mainColor);
}

.widget-area .widget_categories ul li .post-count {
  font-size: 14px;

  display: inline-block;

  position: relative;

  top: 1px;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 17px;
}

.widget-area .tagcloud a {
  display: inline-block;

  background: var(--whiteColor);

  color: var(--blackColor);

  padding: 7px 15px;

  border: none;

  border-radius: 3px;

  font-weight: 600;

  font-size: 14px !important;

  margin-top: 8px;

  margin-right: 4px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  color: var(--whiteColor);

  background-color: var(--mainColor);
}

.widget-area .widget_instagram ul {
  padding-left: 0;

  list-style-type: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-bottom: 0;

  margin-left: -5px;

  margin-right: -5px;

  margin-top: -10px;
}

.widget-area .widget_instagram ul li {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 33.333333%;

  flex: 0 0 33.333333%;

  max-width: 33.333333%;

  text-align: center;

  padding-left: 5px;

  padding-right: 5px;

  padding-top: 10px;
}

.widget-area .widget_instagram ul li .box {
  position: relative;

  z-index: 1;

  overflow: hidden;
}

.widget-area .widget_instagram ul li .box .link-btn {
  display: block;

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  z-index: 3;
}

.widget-area .widget_instagram ul li .box i {
  position: absolute;

  left: 0;

  right: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  font-size: 30px;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  opacity: 0;

  visibility: hidden;

  color: var(--whiteColor);

  z-index: 2;
}

.widget-area .widget_instagram ul li .box img {
  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.widget-area .widget_instagram ul li .box::before {
  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  z-index: 1;

  background-color: var(--mainColor);

  -webkit-transition: var(--transition);

  transition: var(--transition);

  opacity: 0;

  visibility: hidden;
}

.widget-area .widget_instagram ul li .box:hover::before {
  opacity: 0.5;

  visibility: visible;
}

.widget-area .widget_instagram ul li .box:hover img {
  -webkit-transform: scale(1.3);

  transform: scale(1.3);
}

.widget-area .widget_instagram ul li .box:hover i {
  opacity: 1;

  visibility: visible;
}

.widget-area .widget_insight ul {
  padding-left: 0;

  margin-bottom: 0;

  list-style-type: none;
}

.widget-area .widget_insight ul li {
  margin-bottom: -1px;
}

.widget-area .widget_insight ul li a {
  position: relative;

  display: block;

  padding: 15px 25px 15px 40px;

  color: var(--blackColor);

  border: 1px solid #eeeeee;

  background-color: var(--whiteColor);

  font-weight: 700;

  font-size: 15px;
}

.widget-area .widget_insight ul li a::before {
  width: 5px;

  height: 5px;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  background-color: var(--optionalColor);

  content: "";

  position: absolute;

  left: 25px;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  border-radius: 50%;
}

.widget-area .widget_insight ul li a:hover,
.widget-area .widget_insight ul li a.active {
  border-color: var(--mainColor);

  background-color: var(--mainColor);

  color: var(--whiteColor);
}

.widget-area .widget_insight ul li a:hover::before,
.widget-area .widget_insight ul li a.active::before {
  background-color: var(--whiteColor);
}

.widget-area .widget_insight ul li.active a {
  border-color: var(--mainColor);

  background-color: var(--mainColor);

  color: var(--whiteColor);
}

.widget-area .widget_insight ul li.active a::before {
  background-color: var(--whiteColor);
}

/*================================================

Blog Details Area CSS

=================================================*/

.blog-details-desc .article-image img {
  width: 100%;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav {
  margin-top: 0;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*="owl-"] {
  color: #87a1c1;

  font-size: 18px;

  margin: 0;

  padding: 0;

  background: var(--whiteColor);

  width: 45px;

  height: 45px;

  line-height: 40px;

  position: absolute;

  left: 20px;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  border-radius: 50%;

  border-style: solid;

  border-color: var(--whiteColor);

  border-width: 1.5px;
}

.blog-details-desc
  .article-image-slides.owl-theme
  .owl-nav
  [class*="owl-"].owl-next {
  left: auto;

  right: 20px;
}

.blog-details-desc
  .article-image-slides.owl-theme
  .owl-nav
  [class*="owl-"]:hover {
  background-color: var(--mainColor);

  color: var(--whiteColor);

  border-color: var(--mainColor);
}

.blog-details-desc .article-image-slides.owl-theme:hover .owl-nav {
  opacity: 1;

  visibility: visible;
}

.blog-details-desc .article-video iframe {
  width: 100%;

  height: 400px;

  border: none !important;
}

.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;

  margin-bottom: 0;

  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  margin-right: 20px;

  position: relative;

  display: inline-block;

  border-right: 1px solid #eeeeee;

  font-weight: 600;

  padding-right: 20px;

  padding-left: 45px;

  color: #999;
}

.blog-details-desc .article-content .entry-meta ul li i {
  font-size: 32px;

  color: #cfcfcf;

  position: absolute;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: block;

  color: #999;

  text-transform: uppercase;

  margin-bottom: 2px;

  font-size: 14px;

  font-weight: 600;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  padding-right: 0;

  margin-right: 0;

  border-right: none;
}

.blog-details-desc .article-content h1 {
  margin-bottom: 15px;

  margin-top: 25px;

  font-size: 18px;

  color: #fff;
}

.blog-details-desc .article-content p {
  color: #999;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;

  list-style-type: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-right: -10px;

  margin-left: -10px;

  margin-bottom: 30px;

  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 33.3333%;

  flex: 0 0 33.3333%;

  max-width: 33.3333%;

  padding-right: 10px;

  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;

  list-style-type: none;

  margin-top: 25px;

  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;

  position: relative;

  padding-left: 26px;

  color: #999;
}

.blog-details-desc .article-content .features-list li i {
  color: #999;

  display: inline-block;

  font-size: 20px;

  position: absolute;

  left: 0;

  top: 1px;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  border-top: 1px solid #f1ecec;

  padding-top: 30px;

  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 50%;

  flex: 0 0 50%;

  max-width: 50%;

  color: #999;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;

  color: var(--blackColor);

  margin-right: 3px;

  position: relative;

  top: 3px;

  font-size: 20px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;

  font-weight: 600;
}

.blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 50%;

  flex: 0 0 50%;

  max-width: 50%;

  color: #999;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;

  list-style-type: none;

  text-align: right;

  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;

  margin-right: 3px;

  font-weight: 600;

  position: relative;

  top: -1px;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;

  width: 32px;

  height: 32px;

  line-height: 34px;

  border-radius: 50%;

  background-color: var(--mainColor);

  color: var(--whiteColor);

  border: 1px solid var(--mainColor);

  text-align: center;

  font-size: 17px;

  margin-left: 2px;
}

.blog-details-desc .article-footer .article-share .social li a:hover,
.blog-details-desc .article-footer .article-share .social li a:focus {
  color: var(--mainColor);

  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;

  border-color: #3b5998;

  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover,
.blog-details-desc .article-footer .article-share .social li a.facebook:focus {
  color: #3b5998;

  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;

  border-color: #1da1f2;

  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover,
.blog-details-desc .article-footer .article-share .social li a.twitter:focus {
  color: #1da1f2;

  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;

  border-color: #007bb5;

  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover,
.blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
  color: #007bb5;

  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
  background-color: #c13584;

  border-color: #c13584;

  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover,
.blog-details-desc .article-footer .article-share .social li a.instagram:focus {
  color: #c13584;

  background-color: transparent;
}

.blog-details-desc .article-author {
  margin-top: 30px;

  border-radius: 5px;

  background: var(--whiteColor);
}

.blog-details-desc .article-author .author-profile {
  padding: 0 25px 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title {
  position: relative;

  z-index: 1;

  margin-top: -45px;
}

.blog-details-desc .article-author .author-profile .author-profile-title img {
  display: inline-block;

  border: 3px solid var(--whiteColor);

  width: 100px;

  height: 100px;

  margin-bottom: 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title h4 {
  margin-bottom: 5px;

  font-size: 20px;
}

.blog-details-desc .article-author .author-profile .author-profile-title span {
  display: block;

  margin-bottom: 12px;

  color: var(--optionalColor);
}

blockquote,
.blockquote {
  overflow: hidden;

  background-color: #f30770;

  padding: 50px !important;

  position: relative;

  text-align: center;

  z-index: 1;

  margin-bottom: 20px;

  margin-top: 20px;
}

.wp-block-quote p {
  color: #fff !important;
}

blockquote p,
.blockquote p {
  color: var(--blackColor);

  line-height: 1.6;

  margin-bottom: 0;

  font-style: italic;

  font-weight: 700;

  font-size: 20px !important;
}

blockquote::after,
.blockquote::after {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  width: 3px;

  background-color: var(--mainColor);

  margin-top: 20px;

  margin-bottom: 20px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title {
  line-height: initial;

  margin-bottom: 30px;

  font-size: 22px;

  color: #fff;
}

.comments-area ol,
.comments-area ul {
  padding: 0;

  margin: 0;

  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;

  margin: 0;

  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;

  padding-left: 70px;

  color: var(--blackColor);

  margin-bottom: 20px;

  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;

  color: #999;

  display: inline-block;

  padding: 6px 20px;

  border-radius: 30px;

  text-transform: uppercase;

  font-size: 13px;

  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: #fff;

  background-color: #f30770;

  border-color: #f30770;
}

.comments-area .comment-author {
  font-size: 15px;

  margin-bottom: 8px;

  position: relative;

  z-index: 2;

  color: #fff;
}

.comment-content p {
  color: #999;
}

.comments-area .comment-author .avatar {
  height: 50px;

  left: -65px;

  position: absolute;

  width: 50px;

  top: 5px;
}

.comments-area .comment-author .fn {
  font-weight: 700;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: 0.8em;

  color: var(--optionalColor);

  letter-spacing: 0.01em;

  text-transform: uppercase;

  font-size: 13px;

  font-weight: 400;
}

.comments-area .comment-metadata a {
  display: inline-block;

  color: #999;
}

.comments-area .comment-metadata a:hover {
  color: #f30770;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;

  font-size: 22px;

  color: #fff;
}

.comment-respond p {
  color: #999;
}

.comments-area
  .comment-respond
  .comment-reply-title
  #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 20px;

  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;

  width: 100%;
}

.comments-area .comment-respond label {
  display: none;
}

.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
  display: block;

  width: 100%;

  background-color: #333;

  border: none;

  padding: 1px 0 0 15px;

  height: 50px;

  outline: 0;

  border-radius: 3px;

  color: #999;

  font-size: 15px;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="time"]::-webkit-input-placeholder,
.comments-area
  .comment-respond
  input[type="datetime-local"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="week"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="month"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="text"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="email"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="url"]::-webkit-input-placeholder,
.comments-area
  .comment-respond
  input[type="password"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="search"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="number"]::-webkit-input-placeholder,
.comments-area .comment-respond textarea::-webkit-input-placeholder {
  -webkit-transition: var(--transition);

  transition: var(--transition);

  color: var(--optionalColor);
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:-ms-input-placeholder,
.comments-area
  .comment-respond
  input[type="datetime-local"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:-ms-input-placeholder,
.comments-area .comment-respond textarea:-ms-input-placeholder {
  -webkit-transition: var(--transition);

  transition: var(--transition);

  color: var(--optionalColor);
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]::-ms-input-placeholder,
.comments-area
  .comment-respond
  input[type="datetime-local"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]::-ms-input-placeholder,
.comments-area .comment-respond textarea::-ms-input-placeholder {
  -webkit-transition: var(--transition);

  transition: var(--transition);

  color: var(--optionalColor);
}

.comments-area .comment-respond input[type="date"]::placeholder,
.comments-area .comment-respond input[type="time"]::placeholder,
.comments-area .comment-respond input[type="datetime-local"]::placeholder,
.comments-area .comment-respond input[type="week"]::placeholder,
.comments-area .comment-respond input[type="month"]::placeholder,
.comments-area .comment-respond input[type="text"]::placeholder,
.comments-area .comment-respond input[type="email"]::placeholder,
.comments-area .comment-respond input[type="url"]::placeholder,
.comments-area .comment-respond input[type="password"]::placeholder,
.comments-area .comment-respond input[type="search"]::placeholder,
.comments-area .comment-respond input[type="tel"]::placeholder,
.comments-area .comment-respond input[type="number"]::placeholder,
.comments-area .comment-respond textarea::placeholder {
  -webkit-transition: var(--transition);

  transition: var(--transition);

  color: var(--optionalColor);
}

.comments-area
  .comment-respond
  input[type="date"]:focus::-webkit-input-placeholder,
.comments-area
  .comment-respond
  input[type="time"]:focus::-webkit-input-placeholder,
.comments-area
  .comment-respond
  input[type="datetime-local"]:focus::-webkit-input-placeholder,
.comments-area
  .comment-respond
  input[type="week"]:focus::-webkit-input-placeholder,
.comments-area
  .comment-respond
  input[type="month"]:focus::-webkit-input-placeholder,
.comments-area
  .comment-respond
  input[type="text"]:focus::-webkit-input-placeholder,
.comments-area
  .comment-respond
  input[type="email"]:focus::-webkit-input-placeholder,
.comments-area
  .comment-respond
  input[type="url"]:focus::-webkit-input-placeholder,
.comments-area
  .comment-respond
  input[type="password"]:focus::-webkit-input-placeholder,
.comments-area
  .comment-respond
  input[type="search"]:focus::-webkit-input-placeholder,
.comments-area
  .comment-respond
  input[type="tel"]:focus::-webkit-input-placeholder,
.comments-area
  .comment-respond
  input[type="number"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder,
.comments-area
  .comment-respond
  input[type="datetime-local"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder,
.comments-area
  .comment-respond
  input[type="password"]:focus:-ms-input-placeholder,
.comments-area
  .comment-respond
  input[type="search"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder,
.comments-area
  .comment-respond
  input[type="number"]:focus:-ms-input-placeholder,
.comments-area .comment-respond textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder,
.comments-area
  .comment-respond
  input[type="datetime-local"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder,
.comments-area
  .comment-respond
  input[type="month"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder,
.comments-area
  .comment-respond
  input[type="email"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder,
.comments-area
  .comment-respond
  input[type="password"]:focus::-ms-input-placeholder,
.comments-area
  .comment-respond
  input[type="search"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder,
.comments-area
  .comment-respond
  input[type="number"]:focus::-ms-input-placeholder,
.comments-area .comment-respond textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder,
.comments-area .comment-respond input[type="time"]:focus::placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::placeholder,
.comments-area .comment-respond input[type="week"]:focus::placeholder,
.comments-area .comment-respond input[type="month"]:focus::placeholder,
.comments-area .comment-respond input[type="text"]:focus::placeholder,
.comments-area .comment-respond input[type="email"]:focus::placeholder,
.comments-area .comment-respond input[type="url"]:focus::placeholder,
.comments-area .comment-respond input[type="password"]:focus::placeholder,
.comments-area .comment-respond input[type="search"]:focus::placeholder,
.comments-area .comment-respond input[type="tel"]:focus::placeholder,
.comments-area .comment-respond input[type="number"]:focus::placeholder,
.comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}

.comments-area .comment-respond textarea {
  height: auto !important;

  padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
  float: left;

  width: 50%;

  padding-right: 10px;

  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;

  width: 50%;

  padding-left: 12px;

  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;

  width: 100%;

  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;

  float: left;

  position: relative;

  padding-left: 20px;

  margin-bottom: 20px;

  margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;

  left: 0;

  top: 6px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;

  margin: 0;

  color: var(--optionalColor);

  font-weight: normal;

  font-size: var(--fontSize);
}

.comments-area .comment-respond .form-submit {
  float: left;

  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #f30770;

  border: none;

  color: #ffff;

  padding: 11px 30px;

  display: inline-block;

  cursor: pointer;

  text-transform: capitalize;

  border-radius: 0;

  font-weight: 700;

  font-size: 15px;
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
  color: var(--whiteColor);

  background: var(--blackColor);
}

/*********************************************************

                        contactWrap

 **********************************************************/

.contactWrap .serviceList {
  margin-bottom: 25px;
}

.contact-item {
  background: #1a1919;

  padding: 30px 30px;

  position: relative;

  margin: 15px 0px;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  -ms-transition: all 0.3s;

  transition: all 0.3s;

  text-align: center;
}

.contact-item:hover {
  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;
}

.contact-item:hover .icon {
  color: #f30770;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;
}

.contact-item:hover .details h3 {
  color: #ff3399;

  text-decoration: none;
}

.contact-item:hover .details p {
  color: #777777;
}

.contact-item .details p a {
  color: #777777;
}

.contact-item .icon {
  font-size: 34px;

  color: #fff;

  text-align: center;

  margin-bottom: 10px;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;
}

.contact-item .fig_caption {
  min-height: 180px;
}

.contact-item .details {
  text-align: center;
}

.contact-item .details h3 {
  font-size: 18px;

  margin: 0 0 0.5em;

  color: #fff;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -o-transition: all 0.5s;

  -ms-transition: all 0.5s;

  transition: all 0.5s;
}

.contact-item .details p {
  font-size: 14px;

  margin: 0;

  z-index: 999;

  color: #999;
}

.contact-item .fig_caption::before,
.contact-item .fig_caption::after {
  position: absolute;

  top: 0px;

  right: 0px;

  bottom: 0px;

  left: 0px;

  content: "";

  opacity: 0;

  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

  transition: opacity 0.35s, transform 0.35s;
}

.contact-item .fig_caption::before {
  border-top: 2px solid #ff3399;

  border-bottom: 2px solid #ff3399;

  -webkit-transform: scale(0, 1);

  transform: scale(0, 1);
}

.contact-item .fig_caption::after {
  border-right: 2px solid #ff3399;

  border-left: 2px solid #ff3399;

  -webkit-transform: scale(1, 0);

  transform: scale(1, 0);
}

.contact-item:hover .fig_caption::before,
.contact-item:hover .fig_caption::after {
  opacity: 1;

  -webkit-transform: scale(1);

  transform: scale(1);
}

.contact-section-main .contact-form {
  margin-bottom: 0;
}

.contact-form {
  max-width: 800px;

  position: relative;

  z-index: 1;

  margin-bottom: 30px;

  margin-left: auto;

  margin-right: auto;
}

.contact-form h2 {
  margin-bottom: 15px;

  font-weight: 700;

  font-size: 20px;
}

.form-text {
  margin-bottom: 20px;
}

.contact-form .form-group {
  margin-bottom: 20px;

  position: relative;
}

.contact-form .form-group label {
  color: #252525;

  font-size: 15px;

  margin-bottom: 10px;

  font-weight: 600;
}

.contact-form ul.list {
  width: 100%;
}

.nice-select {
  float: none;
}

span.current {
  line-height: 20px;

  display: block;

  color: #726d6d;
}

.contact-form .form-group label span {
  color: #741715;
}

.contact-form .form-group.checkbox-option {
  position: relative;
}

.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;

  top: 6px;

  left: 0;
}

.contact-form .form-group.checkbox-option p {
  padding-left: 25px;

  font-size: 15px;
}

.contact-form .form-group.checkbox-option p a {
  color: #741715;
}

.contact-form .form-group.checkbox-option p a:hover {
  color: #ffc221;
}

.contact-form .form-group .form-control {
  height: 40px;

  color: #252525;

  border: 1px solid #eee;

  background-color: #ffffff;

  font-size: 14px;

  padding: 10px 20px;

  width: 100%;

  border-radius: 0;

  font-weight: 500;
}

.contact-form .form-group .form-control:focus {
  outline: none;

  border-color: #252525;

  -webkit-box-shadow: none;

  box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form .agree-label {
  margin-bottom: 15px;

  position: relative;
}

.contact-form .agree-label #chb1 {
  position: absolute;

  top: 5px;

  left: 0;
}

.contact-form .agree-label label {
  font-weight: 500;

  color: #252525;

  margin-left: 25px;
}

.contact-form .agree-label label a {
  color: #741715;
}

.contact-form .agree-label label a:hover {
  color: #ffc221;
}

.contact-form .with-errors {
  float: left;

  font-size: 14px;

  margin-top: 10px;

  margin-bottom: 0;

  color: #f00;

  font-weight: 400;

  display: block;
}

.contact-form .text-danger {
  font-size: 18px;

  margin-top: 15px;
}

.contact-form .default-btn {
  outline: none;
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #444444;
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::placeholder {
  color: #444444;
}

.layerbgg {
  height: 100%;

  background-size: cover;

  background-position: center;
}

.contact-shadow {
  -webkit-box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);

  -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);

  box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
}

.contact-form.bg-contact {
  padding: 30px 20px;

  background: #fff;
}

/*================================================

Products Details Area CSS

=================================================*/

.products-details-image img {
  width: 100%;
}

.products-details-image .products-details-image-slides {
  padding-left: 0;

  margin-bottom: 0;

  list-style-type: none;

  border: 1px solid #eee;
}

.products-details-image .products-details-image-slides-owl-thumbs {
  padding: 0;

  text-align: center;

  list-style-type: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-left: -5px;

  margin-right: -5px;

  margin-top: 0;

  margin-bottom: 0;
}

.products-details-image
  .products-details-image-slides-owl-thumbs
  .owl-thumb-item {
  display: block;

  -webkit-box-flex: 0;

  -ms-flex: 0 0 25%;

  flex: 0 0 25%;

  max-width: 25%;

  position: relative;

  cursor: pointer;

  padding-left: 5px;

  padding-right: 5px;

  padding-top: 10px;
}

.products-details-image
  .products-details-image-slides-owl-thumbs
  .owl-thumb-item
  img {
  -webkit-transition: var(--transition);

  transition: var(--transition);

  border: 1px solid #eee;
}

.products-details-image
  .products-details-image-slides-owl-thumbs
  .owl-thumb-item
  img:hover {
  opacity: 0.5;
}

.products-details-image
  .products-details-image-slides-owl-thumbs
  .owl-thumb-item.active
  img {
  opacity: 0.5;
}

.products-details-image .row {
  margin-left: -8px;

  margin-right: -8px;

  margin-top: -15px;
}

.products-details-image .row .col-lg-6 {
  padding-left: 8px;

  padding-right: 8px;
}

.products-details-image .row .col-lg-6 .single-products-details-image {
  margin-top: 15px;
}

.products-details-image .single-products-details-image {
  margin-top: 30px;
}

.products-details-image .single-products-details-image:first-child {
  margin-top: 0;
}

.products-details-image-slider.owl-theme {
  margin-bottom: 30px;
}

.products-details-image-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.products-details-image-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #87a1c1;

  font-size: 15px;

  margin: 0;

  padding: 0;

  background: var(--whiteColor);

  width: 40px;

  height: 40px;

  line-height: 35px;

  position: absolute;

  left: 15px;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  top: 50%;

  padding-right: 2px !important;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  border-radius: 50%;

  border-style: solid;

  border-color: var(--whiteColor);

  border-width: 1.5px;
}

.products-details-image-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;

  right: 15px;

  padding-right: 0 !important;

  padding-left: 2px !important;
}

.products-details-image-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--mainColor);

  color: var(--whiteColor);

  border-color: var(--mainColor);
}

.products-details-desc h3 {
  margin-bottom: 18px;

  font-size: 22px;
}

.products-details-desc .price {
  margin-bottom: 15px;

  color: #f30770;

  font-weight: 600;
}

.products-details-desc .price .old-price {
  text-decoration: line-through;

  color: #828893;

  font-weight: normal;
}

.products-details-desc .products-review {
  margin-bottom: 12px;
}

.products-details-desc .products-review .rating {
  display: inline-block;

  padding-right: 5px;

  font-size: 18px;
}

.products-details-desc .products-review .rating i {
  color: #ffba0a;

  display: inline-block;

  margin-right: -2px;
}

.products-details-desc .products-review .rating-count {
  display: inline-block;

  color: #999;

  border-bottom: 1px solid #999;

  line-height: initial;

  position: relative;

  top: -2px;

  font-weight: 600;
}

.products-details-desc .products-review .rating-count:hover {
  color: #f30770;

  border-color: #f30770;
}

.products-details-desc .products-info {
  list-style-type: none;

  padding-left: 0;

  margin-top: 25px;

  margin-bottom: 0;
}

.products-add-to-cart h5 {
  font-size: 16px;
}

.products-details-desc .products-info li img {
  top: 0;

  position: absolute;

  left: 0;
}

.products-details-desc .products-info li {
  font-size: 14px;

  border-bottom: 1px solid #eee;

  margin-bottom: 10px;

  padding-bottom: 10px;

  position: relative;

  padding-left: 35px;
}

.products-details-desc .products-info li:last-child {
  margin-bottom: 0;
}

.products-details-desc .products-info li span {
  color: #999;
}

.products-details-desc .products-info li a {
  display: inline-block;

  font-weight: 600;

  color: #999;
}

.products-details-desc .products-info li a:hover {
  color: #f30770;
}

.products-details-desc .products-color-switch {
  margin-top: 10px;
}

.products-details-desc .products-color-switch span {
  margin-bottom: 8px;

  display: block;

  font-size: 17px;

  font-weight: 600;
}

.products-details-desc .products-color-switch ul {
  padding-left: 0;

  list-style-type: none;

  margin-bottom: 0;

  margin-top: -3px;

  margin-left: -3px;
}

.products-details-desc .products-color-switch ul li {
  display: inline-block;

  margin-left: 3px;

  margin-top: 3px;
}

.products-details-desc .products-color-switch ul li a {
  display: block;

  position: relative;

  border: 1px solid transparent;

  width: 22px;

  height: 22px;

  border-radius: 50%;
}

.products-details-desc .products-color-switch ul li a::before {
  position: absolute;

  content: "";

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  background: #eeeeee;

  border-radius: 50%;

  margin: 2px;

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.products-details-desc .products-color-switch ul li a:hover,
.products-details-desc .products-color-switch ul li a:focus {
  border-color: var(--blackColor);
}

.products-details-desc .products-color-switch ul li a.color-white::before {
  background: var(--whiteColor);

  border: 1px solid #eeeeee;
}

.products-details-desc .products-color-switch ul li a.color-black::before {
  background: var(--blackColor);
}

.products-details-desc .products-color-switch ul li a.color-red::before {
  background: red;
}

.products-details-desc .products-color-switch ul li a.color-blue::before {
  background: blue;
}

.products-details-desc .products-color-switch ul li a.color-green::before {
  background: green;
}

.products-details-desc .products-color-switch ul li a.color-yellow::before {
  background: yellow;
}

.products-details-desc
  .products-color-switch
  ul
  li
  a.color-yellowgreen::before {
  background: yellowgreen;
}

.products-details-desc .products-color-switch ul li a.color-pink::before {
  background: pink;
}

.products-details-desc .products-color-switch ul li a.color-violet::before {
  background: violet;
}

.products-details-desc .products-color-switch ul li a.color-teal::before {
  background: teal;
}

.products-details-desc .products-color-switch ul li a.color-plum::before {
  background: plum;
}

.products-details-desc .products-color-switch ul li a.color-lime::before {
  background: lime;
}

.products-details-desc .products-color-switch ul li a.color-blueviolet::before {
  background: blueviolet;
}

.products-details-desc .products-color-switch ul li.active a {
  border-color: var(--blackColor);
}

.products-details-desc .products-size-wrapper {
  margin-top: 8px;

  margin-bottom: 25px;
}

.products-details-desc .products-size-wrapper span {
  margin-bottom: 8px;

  display: block;

  font-size: 17px;

  font-weight: 600;
}

.products-details-desc .products-size-wrapper ul {
  list-style-type: none;

  padding-left: 0;

  margin-bottom: 0;

  margin-top: -8px;

  margin-left: -8px;
}

.products-details-desc .products-size-wrapper ul li {
  display: inline-block;

  margin-left: 8px;

  margin-top: 8px;
}

.products-details-desc .products-size-wrapper ul li a {
  width: 38px;

  height: 35px;

  display: block;

  line-height: 32px;

  border: 1px solid #eeeeee;

  color: #858585;

  text-align: center;

  font-size: var(--fontSize);

  font-weight: 600;
}

.products-details-desc .products-size-wrapper ul li a:hover {
  border-color: var(--mainColor);

  color: var(--mainColor);
}

.products-details-desc .products-size-wrapper ul li.active a {
  border-color: var(--mainColor);

  color: var(--mainColor);
}

.products-details-desc .products-info-btn {
  margin-bottom: 25px;
}

.products-details-desc .products-info-btn a {
  text-transform: uppercase;

  display: inline-block;

  position: relative;

  padding-left: 22px;

  line-height: initial;

  font-size: 14px;

  font-weight: 600;
}

.products-details-desc .products-info-btn a::before {
  content: "";

  position: absolute;

  left: 0;

  bottom: -2px;

  width: 0;

  height: 1.5px;

  background: var(--mainColor);

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.products-details-desc .products-info-btn a i {
  font-size: 18px;

  position: absolute;

  left: 0;

  top: 0;
}

.products-details-desc .products-info-btn a:hover {
  color: var(--mainColor);
}

.products-details-desc .products-info-btn a:hover::before {
  width: 100%;
}

.products-details-desc .products-info-btn a:not(:first-child) {
  margin-left: 15px;
}

.products-details-desc .products-add-to-cart .input-counter {
  max-width: 120px;

  min-width: 120px;

  margin-right: 10px;

  text-align: center;

  display: inline-block;

  position: relative;

  border: 1px solid #eee;
}

.products-add-to-cart {
  margin-top: 15px;
}

.products-details-desc .products-add-to-cart .input-counter span {
  position: absolute;

  top: 0;

  background-color: transparent;

  cursor: pointer;

  color: #d0d0d0;

  width: 40px;

  height: 100%;

  line-height: 50px;

  -webkit-transition: var(--transition);

  transition: var(--transition);

  font-size: 14px;
}

.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.products-details-desc .products-add-to-cart .input-counter span:hover {
  color: var(--mainColor);
}

.products-details-desc .products-add-to-cart .input-counter input {
  height: 45px;

  color: var(--blackColor);

  outline: 0;

  display: block;

  border: none;

  background-color: #f8f8f8;

  text-align: center;

  width: 100%;

  font-size: 17px;

  font-weight: 600;
}

.products-details-desc
  .products-add-to-cart
  .input-counter
  input::-webkit-input-placeholder {
  color: var(--blackColor);
}

.products-details-desc
  .products-add-to-cart
  .input-counter
  input:-ms-input-placeholder {
  color: var(--blackColor);
}

.products-details-desc
  .products-add-to-cart
  .input-counter
  input::-ms-input-placeholder {
  color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .input-counter input::placeholder {
  color: var(--blackColor);
}

.products-details-desc .products-add-to-cart .default-btn {
  border-radius: 0;

  height: 45px;

  top: -1px;

  text-transform: uppercase;

  font-size: 12px;
}

.products-details-desc .products-add-to-cart .default-btn i {
  font-size: 16px;
}

.products-details-desc .products-add-to-cart .rvv-btn i {
  position: relative;

  top: 3px;
}

.products-details-desc .wishlist-btn {
  margin-top: 20px;
}

.products-details-desc .wishlist-btn a {
  display: inline-block;

  font-weight: 700;

  position: relative;

  line-height: 1;

  padding-left: 20px;
}

.products-details-desc .wishlist-btn a i {
  position: absolute;

  left: 0;

  top: 0;

  font-size: 16px;
}

.products-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}

.products-details-desc .buy-checkbox-btn input {
  display: none;
}

.products-details-desc .buy-checkbox-btn .cbx {
  margin: auto;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  cursor: pointer;
}

.products-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;

  vertical-align: middle;

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;

  width: 18px;

  height: 18px;

  border-radius: 3px;

  -webkit-transform: scale(1);

  transform: scale(1);

  vertical-align: middle;

  border: 1px solid #ebebeb;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;

  top: 3px;

  left: 2px;

  fill: none;

  stroke: var(--whiteColor);

  stroke-width: 2;

  stroke-linecap: round;

  stroke-linejoin: round;

  stroke-dasharray: 16px;

  stroke-dashoffset: 16px;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

  -webkit-transition-delay: 0.1s;

  transition-delay: 0.1s;

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";

  width: 100%;

  height: 100%;

  background: var(--mainColor);

  display: block;

  -webkit-transform: scale(0);

  transform: scale(0);

  opacity: 1;

  border-radius: 50%;

  -webkit-transition: var(--transition);

  transition: var(--transition);
}

.products-details-desc .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;

  color: var(--blackColor);

  position: relative;

  top: -1px;
}

.products-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: var(--mainColor);
}

.products-details-desc
  .buy-checkbox-btn
  .inp-cbx:checked
  + .cbx
  span:first-child {
  background: var(--mainColor);

  border-color: var(--mainColor);

  -webkit-animation: wave 0.4s ease;

  animation: wave 0.4s ease;
}

.products-details-desc
  .buy-checkbox-btn
  .inp-cbx:checked
  + .cbx
  span:first-child
  svg {
  stroke-dashoffset: 0;
}

.products-details-desc
  .buy-checkbox-btn
  .inp-cbx:checked
  + .cbx
  span:first-child:before {
  -webkit-transform: scale(3.5);

  transform: scale(3.5);

  opacity: 0;

  -webkit-transition: all 0.6s ease;

  transition: all 0.6s ease;
}

.products-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 20px;
}

.products-details-desc .buy-checkbox-btn .default-btn {
  display: block;

  text-align: center;

  padding-left: 30px;

  padding-right: 30px;

  padding-top: 12.5px;

  padding-bottom: 12.5px;
}

.related-title {
  margin-bottom: 20px;
}

.related-title h2 {
  color: #999;

  font-size: 16px;
}

.thumnail-desc .main-thumb-desc.tabs-area > li > a {
  color: #1b1d21;

  display: inline-block;

  font-size: 13px;

  font-weight: 500;

  line-height: 22px;

  padding: 8px 20px;

  text-transform: uppercase;

  -webkit-transition: all 300ms ease-in 0s;

  transition: all 300ms ease-in 0s;

  background: #e9eaeb;
}

.thumnail-desc .tab-content {
  background: #ffffff none repeat scroll 0 0;

  overflow: hidden;

  padding: 10px 0;

  border: none;
}

.tab-detail-content ul {
  margin-left: 20px;
}

.tab-detail-content ul li {
  color: #999;

  margin: 5px 0;
}

.tab-detail-content h5 {
  font-size: 16px;

  color: #999;
}

.tab-detail-content h4 {
  font-size: 18px;
}

.form-group {
  margin-bottom: 20px;
}

.thumnail-desc .tab-content p {
  line-height: 25px;
}

.thumnail-desc .border-default {
  border: 1px solid #ededed;

  border-radius: 3px;

  padding-bottom: 30px;
}

.universal-padding {
  padding-left: 15px;

  padding-right: 15px;
}

.group-titles {
  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  border-bottom: 1px solid #ebebeb;

  color: #363f4d;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  margin-bottom: 20px;

  padding-bottom: 25px;

  padding-top: 25px;

  position: relative;
}

.group-titles h2 {
  font-size: 14px;

  font-weight: 600;

  text-transform: uppercase;
}

.review-mini-title {
  font-size: 18px;

  font-weight: 500;

  margin: 30px 0;

  text-transform: capitalize;
}

.review-list li {
  text-align: left;
}

.pro-actions .actions-secondary a {
  width: 170px;
}

.review-list li > span {
  display: inline-block;

  font-size: 14px;

  font-weight: 500;

  width: 49px;
}

.review-list li label span {
  font-weight: 500;
}

.review-list li label {
  font-size: 13px;

  left: 120px;

  position: relative;
}

.review-list li label a {
  color: #222222;

  font-weight: 500;
}

.review-list li label a:hover {
  color: #cb0101;
}

.review-title {
  border-bottom: 1px solid #ebebeb;

  font-size: 18px;

  font-weight: 400;

  padding-bottom: 20px;

  padding-top: 15px;
}

.review-title span {
  font-weight: 500;
}

.riview-field input,
.riview-field textarea {
  border: 1px solid #ebebeb;

  -webkit-box-shadow: none;

  box-shadow: none;

  width: 60%;
}

.riview-field label {
  color: #333333;

  font-size: 13px;

  font-weight: 500;
}

.thumb-bg {
  background: #fff;

  border-radius: 5px;

  padding: 20px;

  margin-top: 30px;
}

.product-thumbnail a img {
  height: 100px;

  width: 100px !important;

  margin: 0 auto;

  padding: 6px;
}

.product-thumbnail a {
  display: block;
}

.dtl-cate a {
  color: #dba243;

  margin-right: 8px;

  font-size: 13px;
}

.product-descrption-small span {
  display: block;

  font-size: 12px;

  margin-bottom: 4px;
}

.thubnail-desc.fix {
  padding-left: 20px;
}

.deal-category-holder a {
  display: block;
}

.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;

  background-color: #dba243;

  border-color: #dba243;
}

.products-details-desc .price {
  font-size: 26px;
}

.thumb-bg .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;

  background-color: #f30770;
}

.inner-bg {
  background: #fff;

  padding: 30px 20px;

  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);

  border-radius: 5px;
}

.detail-contact h4 {
  font-size: 14px;

  color: #999;

  font-weight: 500;
}

.detail-contact {
  margin-bottom: 10px;

  border: 1px solid #f1f1f1;

  padding: 0.625rem 1.25rem;
}

.contact-boxx i {
  color: #f30770;

  font-size: 14px;

  margin-right: 2px;
}

.contact-boxx {
  color: #999;

  font-size: 13px;
}

.detail-table .table-product-discounts thead tr th {
  width: 33%;

  padding: 8px 10px;

  background: #fff;

  border: 1px solid #f1f1f1;

  text-align: center;

  font-size: 14px;

  font-weight: 500;
}

.detail-table .table-product-discounts tbody tr td {
  padding: 7px 8px;

  text-align: center;

  font-size: 13px;

  border: 1px solid #f1f1f1;
}

.table-product-discounts tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.detail-table h5 {
  font-size: 16px;

  margin: 15px 0;
}

/*============================================

    About CSS

==============================================*/

.ingredients-img {
  position: relative;

  padding-bottom: 20px;
}

.ingredients-img img {
  border-radius: 6px;
}

.ingredients-img .active-years {
  position: absolute;

  right: 0;

  bottom: 0;

  padding: 41px 35px;

  background-position: center;

  background-size: cover;

  border-radius: 6px;
}

.ingredients-img .active-years .title {
  margin-bottom: 0;

  font-size: 110px;

  font-weight: 700;

  -webkit-text-fill-color: transparent;

  -webkit-text-stroke-width: 3px;

  -webkit-text-stroke-color: #fff;

  letter-spacing: -2px;

  line-height: 0.8;

  position: relative;

  font-family: var(--font-family-body);
}

.ingredients-img .active-years .title > span {
  position: absolute;

  -webkit-text-fill-color: #fff;

  -webkit-text-stroke-width: 0;

  -webkit-text-stroke-color: transparent;

  text-transform: uppercase;

  font-size: 12px;

  letter-spacing: 3px;

  right: 0;

  bottom: -15px;
}

.ingredients-content-wrap {
  padding-left: 15px;
}

.ingredients-section-title {
  position: relative;

  padding-bottom: 20px;
}

.ingredients-section-title .sub-title {
  font-size: 12px;

  text-transform: uppercase;

  font-weight: 600;

  letter-spacing: 2.5px;

  display: block;

  margin-bottom: 11px;

  color: #999;
}

.ingredients-section-title .title {
  font-size: 30px;

  line-height: 1.25;

  margin-bottom: 0;

  color: #999;
}

.ingredients-fact .icon {
  width: 55px;

  flex: 0 0 55px;

  margin-right: 16px;
}

.ingredients-fact .icon img {
  max-width: 100%;
}

.ingredients-content-wrap p {
  font-size: 14px;

  line-height: 26px;

  margin-bottom: 16px;
}

.ingredients-fact ul {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  margin: 0 -15px;
}

.ingredients-fact ul li {
  display: flex;

  align-items: center;

  padding: 0 15px;

  margin-bottom: 20px;
}

.ingredients-fact .content h4 {
  font-family: var(--font-family-body);

  font-size: 24px;

  font-weight: 600;

  line-height: 1;

  margin-bottom: 4px;
}

.ingredients-fact .content span {
  display: block;

  font-size: 14px;

  color: #696969;
}

.ingredients-btn-wrap .btn {
  background: var(--color-primary);

  color: #fff;

  text-transform: uppercase;

  border-radius: 50px;

  margin-right: 25px;

  padding: 17px 38px;
}

.ingredients-btn-wrap .btn:hover {
  background: var(--color-secondary);
}

.ingredients-btn-wrap .store-link {
  text-transform: uppercase;

  font-size: 14px;

  color: var(--color-primary);

  font-weight: 600;

  display: inline-block;
}

.ingredients-btn-wrap .store-link:hover {
  color: var(--color-secondary);
}

.ingredients-btn-wrap .store-link i {
  margin-left: 5px;
}

.ingredients-btn-wrap {
  margin-top: 5px;

  display: flex;

  align-items: center;

  flex-wrap: wrap;
}

.ingredients-btn-wrap > a {
  margin-top: 15px;
}

.logo .categorie-search-box .form-group .form-control {
  height: 40px;
}

.logo .categorie-search-box .form-group button {
  top: 3px;

  right: 4px;

  width: 35px;

  height: 35px;
}

.logo .categorie-search-box {
  display: none;
}

.world-wide-section {
  background: #000;
}
.wide-testimonial .left-contentt h3 {
  color: #fff;
}
.world-wide-item {
  text-align: center;
}
.world-wide-item i {
  font-size: 35px;
  color: #f30770;
}
.world-wide-item h4 {
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
}
.world-wide-item p {
  font-size: 13px;
}

.wide-inners {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 1.25rem;
}

/*================5/3/2022======================*/
.slid-bg {
  padding: 50px 0;
}
.breadcrumb-area.checkout-bred .breadcrumb {
  background: #eeee;
}

.breadcrumb-area.checkout-bred {
  background: #eee;
}
.slid-bg .panel-heading {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.slid-bg .form-control {
  margin-bottom: 20px;
}
.slid-bg .form-group strong {
  margin-bottom: 10px !important;
  display: block;
}
.slid-bg span.current {
  line-height: 44px;
}
.slid-bg ul.list {
  width: 100%;
  height: 300px;
  overflow: scroll !important;
}
.slid-bg .panel-heading .panel-title {
  font-size: 20px;
}
.cashon-flex {
  margin-bottom: 15px;
}
.checkout-catr-table table tr td {
  border: 1px solid #ddd;
}
.checkout-catr-table table tr th {
  border: 1px solid #ddd;
}
.checkout-catr-table table td {
  vertical-align: middle;
}
.checkout-catr-table table .check-img h4 {
  font-size: 14px;
}
.cart-ship-info.mycart {
  margin-top: 25px;
  text-align: right;
}
.cart-ship-info.mycart .grand-total span {
  font-weight: 500;
}
div#showzone h3 {
  font-size: 18px;
}
.panel-body.checkout-catr-table .nomargin {
  font-size: 18px;
}
div#showzone {
  text-align: left;
}
.cart-ship-info.mycart .grand-total h4 {
  font-size: 20px;
  font-weight: 700;
}
select {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
