body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--primary-color);
  background: var(--background-color);
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --primary-color: #151515;
  --primary-hover-color: #ffa21c;
  --secondary-color: #ffffff;
  --secondary-light-color: #777777;
  --background-color: #f9f5f0;
  --border-color: #e2e2e2;
}

/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary-color);
  font-weight: 500;
  text-transform: capitalize;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: var(--primary-color);
}
a:hover {
  text-decoration: none;
}
.fa {
  font-size: 14px;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
  border-color: var(--border-color);
}
label {
  font-size: 14px;
  font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 14px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 14px;
}
.input-group .input-group-addon {
  font-size: 14px;
  height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}
a:focus,
a:hover,
div:focus,
img:focus {
  text-decoration: none;
  outline: none;
  color: var(--primary-hover-color);
}
div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
.btn.focus:active,
.btn:active:focus,
.btn:focus,
.addcart:focus {
  outline: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
div:focus,
img:focus,
.form-control:focus,
i:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

/*----------------------------------------------*/
/* scroll bar */
/*----------------------------------------------*/
body ::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 0;
}
body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ddd;
  border-radius: 0;
}
body ::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
::-moz-selection {
  background-color: #232323;
  color: #fff;
}
::selection {
  background-color: #232323;
  color: #fff;
}

/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
#top-button {
  display: inline-block;
  border: 2px solid #555555;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 38px;
  color: #555555;
}

#top-button:hover {
  cursor: pointer;
  background-color: #555555;
  box-shadow: 0 5px 8px #a5a5a5;
}
#top-button:hover::after {
  color: #fff;
}

#top-button:active {
  background-color: #555555;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------------*/
/* loader */
/*----------------------------------------------*/
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../image/mahardhi/ajax_loader.gif") 50% 50% no-repeat
    rgb(255, 255, 255);
  opacity: 1;
}

/*----------------------------------------------*/
/* QuickView Loader*/
/*----------------------------------------------*/
.quickview-wrapper {
  background-color: var(--secondary-color);
  display: none;
  height: 80vh;
  left: 0;
  margin: 0 auto;
  overflow: auto;
  padding: 20px 0;
  position: fixed;
  right: 0;
  top: 7%;
  width: 70%;
  z-index: 9999;
}
.quickview-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  z-index: 99;
}
.quickview-btn {
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  font-size: 12px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--primary-color);
  background: var(--secondary-color);
  border-radius: 25px;
}
.quickview-loader {
  display: none;
  position: fixed;
  top: 0;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9999;
  margin: auto;
  background-color: transparent;
  line-height: 50px;
}
.quickview-loader-inner {
  font-size: 16px;
}
@media (max-width: 991px) {
  .quickview-wrapper {
    width: 90%;
  }
}

/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert.alert-success {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  margin: 0 0 20px 0;
}
.alert {
  padding: 9px 30px 9px 15px;
  border-radius: 0;
  text-align: center;
  position: relative;
  line-height: 20px;
  z-index: 1;
}
.alert-dismissable .close,
.alert-dismissible .close {
  font-size: 22px;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 38px;
  text-shadow: none;
}
.newsletterblock .alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
#form-review .alert.alert-success,
#post_comment .alert {
  position: relative;
}

/*----------------------------------------------*/
/* Start Newsletter Popup */
/*----------------------------------------------*/
.newsletter-wrap {
  background: var(--secondary-color);
  border: 10px solid var(--primary-hover-color);
}
.newsletter-content-innner {
  padding: 30px;
}
#newsletter-popup .modal-content {
  background: transparent;
  box-shadow: none;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--secondary-color);
  background-clip: padding-box;
  border-radius: 0;
}
.newsletter-popup .modal-dialog {
  margin: 20px auto;
  max-width: 650px;
  text-align: center;
}
.newsletter-btn-close.close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  text-shadow: none;
  font-size: 12px;
  color: var(--primary-color);
  background: var(--background-color);
  padding: 5px;
}
.newsletter-btn-close.close i {
  display: block;
}
.newsletter-btn-close.close:hover {
  color: var(--primary-hover-color);
}
.newsletter-popup .modal-body {
  padding: 0;
  z-index: 1;
}
.newsletter-content-innner h3 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.newsletter-content-innner p {
  margin: 20px 0;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--secondary-light-color);
}
.newsletter-content-innner input[type="text"] {
  width: 70%;
  margin: 0 auto;
  height: 42px;
  border: 1px solid #ddd;
  padding: 0 10px;
}
.newsletter-content-bottom {
  margin-top: 20px;
}
.newsletter-content-innner .alert {
  margin: 15px 0 10px;
  display: table;
  position: relative;
  width: 100%;
}
.newsletter-content-innner .newsletter_usr_popup_email {
  border: none;
  padding: 10px;
  background: var(--background-color);
  border-radius: 20px;
  width: 100%;
  height: 40px;
  text-align: center;
}

#frmnewsletterpopup {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#frmnewsletterpopup button {
  margin: 0;
  padding: 10px 20px;
  background: var(--primary-hover-color);
}
#frmnewsletterpopup button:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}
.newsletter-content-bottom label {
  margin: 0;
}
@media (min-width: 768px) {
  .newsletter-popup .modal-dialog {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .newsletter-popup .modal-dialog {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .newsletter-content-innner {
    padding: 20px 10px;
  }
  .newsletter-content-innner p {
    margin: 15px 0;
    font-size: 13px;
  }
  .newsletter-content-bottom {
    margin-top: 15px;
  }
  #frmnewsletterpopup button {
    margin: 15px 0 0 0;
  }
}

/*----------------------------------------------*/
/* Start top */
/*----------------------------------------------*/
#top {
  background: var(--primary-color);
}

/*---- top left ---- */
.top-left {
  float: left;
}
.top-left .welcome-text {
  font-size: 12px;
  padding: 12px 0;
  color: var(--secondary-light-color);
}

/* top right */
.top-right {
  float: right;
  display: flex;
  align-items: center;
}
.top-right > div .dropdown-toggle {
  padding: 12px 0;
  border: none;
  font-size: 12px;
  display: block;
  color: var(--secondary-light-color);
}
.top-right > div .dropdown-toggle:hover,
.top-right > div .dropdown-toggle:focus {
  color: var(--primary-hover-color);
}
.top-right > div {
  position: relative;
}
.top-right > div + div {
  margin: 0 0 0 14px;
  padding: 0 0 0 15px;
}
.top-right > div + div::before {
  content: "";
  background: #3e3e3e;
  height: 22px;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top-right > div .dropdown-toggle .code {
  text-transform: uppercase;
  margin-right: 4px;
}
.top-right > div .dropdown-toggle span {
  margin-right: 4px;
}
.top-right span.drop-text:after {
  content: ":";
}
.language .language-drop,
.currency .currency-drop {
  padding: 0 0 5px;
  border-bottom: 1px solid #eee;
  width: 100%;
  display: block;
  margin: 10px 0;
  text-align: left;
}
.language ul.language-selector,
.currency ul.currency-selector {
  padding: 0;
}
.language .language-selector li,
.currency .currency-selector li {
  display: block;
}
.top-right .dropdown-menu button:hover,
#header_ac .dropdown-menu a:hover {
  color: var(--primary-hover-color);
}
.top-right ul.dropdown-menu,
#header_ac .dropdown-menu {
  padding: 5px 10px;
  right: 0;
  left: auto;
  border-radius: 2px;
}
#header_ac .dropdown-menu {
  right: 0;
  left: auto;
}
.top-right ul.dropdown-menu button,
#header_ac .dropdown-menu li a {
  padding: 5px 0;
  font-size: 12px;
  text-align: left;
  border: none;
  color: var(--primary-color);
}

/*----------------------------------------------*/
/* Start header */
/*----------------------------------------------*/
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: fadeInDown 0.5s ease-out forwards;
  -moz-animation: fadeInDown 0.5s ease-out forwards;
  -o-animation: fadeInDown 0.5s ease-out forwards;
  animation: fadeInDown 0.5s ease-out forwards;
  z-index: 9;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
  border: none;
}
.header-fixed .header-top {
  display: none;
}

/*header*/
.header-inner {
  padding: 18px 0;
}
.header-top {
  background: var(--background-color);
}
header {
  background: var(--primary-hover-color);
}
.header-inner,
.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*logo*/
#logo {
  vertical-align: top;
  display: inline-block;
}
#logo img {
  image-rendering: -webkit-optimize-contrast;
}

/*header search*/
.btn_search {
  position: relative;
  width: 100%;
  max-width: 315px;
}
.btn_search .form-control {
  padding: 2px 10px;
  border: none;
}

/*header contact*/
.customer-support {
  display: flex;
  align-items: center;
}
.customer-support .call {
  font-size: 12px;
  text-transform: capitalize;
}
.customer-support i {
  margin-right: 13px;
  font-size: 40px;
}

/*-- mahardhi edit --*/
#mahardhiSearch,
#search {
  display: flex;
  align-items: center;
  border-radius: 22px;
  background: var(--secondary-color);
}
#mahardhiSearch > input,
#search > input {
  background: transparent;
  height: 44px;
  display: block;
  padding: 0 20px;
  color: var(--secondary-light-color);
  font-size: 14px;
}
#mahardhiSearch .btn-search,
#search .input-group-btn {
  width: auto;
  background: transparent;
}
#mahardhiSearch .btn-search button,
#search .input-group-btn button {
  padding: 12px;
  border: none;
  color: var(--secondary-color);
  background: var(--primary-hover-color);
  border-radius: 0 20px 20px 0;
  margin: 0 2px;
}
#mahardhiSearch .btn-search button i,
#search .input-group-btn button i {
  font-size: 16px;
  display: block;
}
.ui-autocomplete.ui-menu .ui-menu-item {
  list-style-image: none;
}
.ui-autocomplete .mahardhi-search {
  position: relative;
  display: table;
  width: 100%;
  padding: 5px 0px;
}
.ui-autocomplete .mahardhi-search > div {
  display: table-cell;
  vertical-align: top;
}
.ui-autocomplete .mahardhi-search .images {
  width: 80px;
  padding-right: 10px;
}
.ui-autocomplete .mahardhi-search .product-detail {
  white-space: nowrap;
}
.ui-autocomplete .mahardhi-search .product-detail .price-old {
  color: var(--secondary-light-color);
  text-decoration: line-through;
  margin-left: 10px;
}
#mahardhiSearch select.form-control.input-lg {
  padding: 2px 30px 2px 20px;
  line-height: 1.42857143;
  color: var(--primary-color);
  background: var(--background-color);
  min-width: 198px;
  height: 50px;
  border-radius: 5px 0 0 5px;
}
.category-search {
  position: relative;
}
.category-search:after {
  content: "\f107";
  font-family: "fontawesome";
  position: absolute;
  right: 20px;
  line-height: 50px;
  color: var(--primary-color);
  z-index: 11;
}

/*header right*/
.header-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/*account*/
#header_ac button {
  text-align: left;
  text-transform: capitalize;
}

#header_ac > a.dropdown-toggle {
  color: var(--primary-hover-color);
  display: block;
  padding: 12px 0;
}
#header_ac > a .icon-user {
  font-size: 40px;
  display: block;
}

/*cart*/
.header_cart:before {
  content: "";
  width: 1px;
  height: 40px;
  background: var(--border-color);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.header_cart {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 0 30px;
}
#cart {
  vertical-align: top;
}
#cart > .btn {
  background: transparent;
  padding: 12px 0;
  border: none;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  box-shadow: none;
}
#cart-total {
  text-align: left;
}
#cart-total span:first-child {
  display: block;
}
#cart > .btn:before {
  content: "\e92e";
  font-family: "Mahardhi-Fonts";
  font-size: 40px;
  line-height: 1;
  margin-right: 15px;
  color: var(--primary-hover-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cart .dropdown-menu {
  overflow: hidden;
  display: none;
  z-index: 1001;
  margin: 0;
  padding: 0px;
  width: 300px;
  border-radius: 2px;
}
#cart .dropdown-menu li {
  float: none;
  padding: 0px 20px;
}
#cart .dropdown-menu li p {
  margin: 0;
  font-size: 14px;
  color: var(--primary-color);
}
#cart .dropdown-menu li p .btn {
  padding: 10px 15px;
}
.product-cart-empty {
  padding: 20px 0;
}
.header_cart i.fa.fa-shopping-cart {
  display: none;
}
#cart .dropdown-menu .cart-content-product {
  max-height: 281px;
  overflow-y: auto;
  overflow-x: hidden;
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
  border: none;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
  display: block;
}
#cart .dropdown-menu .table > tbody > tr > td,
#account-address .table > tbody > tr > td {
  vertical-align: top;
}
#cart .dropdown-menu table td.product-cart-thumb {
  padding: 0;
}
#cart .dropdown-menu table td {
  background: none;
  border: none;
  padding: 5px 4px;
  color: var(--primary-color);
}
#cart .dropdown-menu li td,
td.cart-total-price {
  font-size: 14px;
  font-weight: 500;
}
#cart .img-thumbnail {
  padding: 0;
  border-radius: 0;
  border: 1px solid var(--border-color);
}
#cart .dropdown-menu table td.product-cart-details {
  padding-left: 10px;
  padding-right: 10px;
}
#cart .dropdown-menu .product-item-name,
#cart .product-cart-info .product-cart-qty {
  font-weight: normal;
  color: var(--primary-color);
  display: inline-block;
  font-size: 14px;
}
.product-cart-info {
  margin-top: 8px;
}
#cart .product-cart-info .product-cart-price,
.product-cart-total {
  color: var(--primary-hover-color);
}
#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
  font-size: 16px;
  color: var(--primary-hover-color);
}
#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0;
}
#cart .dropdown-menu .btn-danger {
  background: transparent;
  color: var(--primary-color);
  border-radius: 0;
  line-height: 20px;
  font-size: 12px;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#cart .dropdown-menu li + li {
  border-top: 1px solid var(--border-color);
  padding: 10px 20px 0px 20px;
}
#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small,
td.cart-total-title {
  font-size: 14px;
  font-weight: 500;
}
.product-cart-button {
  padding: 0px 0px 20px 0px;
}

/* Header Bottom */
@media only screen and (max-width: 1199px) {
  .header-inner {
    padding: 10px 0;
  }
  #logo img {
    width: 170px;
  }
  .customer-support i,
  #cart > .btn:before {
    font-size: 32px;
  }
  #header_ac > a .icon-user {
    font-size: 32px;
  }
  .header_cart:before {
    height: 32px;
  }
  .header_cart {
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  #logo img {
    width: 150px;
  }
  .header-bottom {
    padding: 5px 0;
  }
  #cart-total {
    position: absolute;
    right: -5px;
    top: 10px;
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    border-radius: 50px;
    font-size: 12px;
    padding: 0 4px;
    line-height: 15px;
  }
  #cart > .btn:before {
    font-size: 24px;
    margin: 0;
  }
  #header_ac > a .icon-user {
    font-size: 24px;
  }
  .header_cart:before {
    height: 24px;
  }
}
@media (max-width: 540px) {
  .top-left {
    display: none;
  }
  .top-right {
    float: unset;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .top-right > div .dropdown-toggle {
    padding: 8px 0;
    font-size: 13px;
  }
  #logo img {
    width: 140px;
  }
  .header_cart {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
  }
  #mahardhiSearch > input,
  #search > input {
    height: 40px;
  }
  #mahardhiSearch .btn-search button,
  #search .input-group-btn button {
    padding: 10px;
  }
}
@media (max-width: 375px) {
  .top-right .currency ul.dropdown-menu {
    left: 0;
    right: auto;
  }
}

/*----------------------------------------------*/
/* menu start */
/*----------------------------------------------*/
#menu {
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  min-height: unset;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#menu .nav > li > a {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
}
#menu .nav > li + li {
  margin: 0 0 0 33px;
}
#menu .dropdown-inner,
#navCategory .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul,
#navCategory .dropdown-inner > ul {
  display: table-cell;
}
#menu .menulist .dropdown-menu a {
  font-size: 14px;
  text-transform: capitalize;
}
#menu .dropdown-inner ul.mega-dropdown-menu.childs_1 > li > a:hover,
#menu .nav.navbar-nav li:hover > span,
#menu .dropdown-inner li:hover > a,
#navCategory .dropdown-inner li a:hover,
.vertical-category ul > li:hover > a,
#menu #topCategoryList .dropdown-inner li:hover > a,
#menu .column-1 .dropdown-inner li.dropdown-submenu:hover > .fa {
  color: var(--primary-hover-color);
  background-color: transparent;
}
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
  position: relative;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 8px 0;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: var(--primary-hover-color);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  #menu .nav > li > a:after {
    content: "";
    background: var(--secondary-color);
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    position: absolute;
    margin-top: 5px;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
  }
  #menu .nav > li:hover > a:after {
    width: 15px;
  }
  #menu
    .dropdown-menu.navcol-menu.item-column
    .dropdown-submenu.sub-menu-item
    > a {
    font-weight: 600;
  }
  #menu .dropdown-inner a {
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    min-width: 250px;
    text-align: left;
    color: var(--secondary-light-color);
  }
  #menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
    display: none;
  }
  #menu .dropdown-menu,
  #menu .hiden_menu.menu_drop .dropdown-inner {
    display: block;
    top: 50px;
    left: 0px;
    min-width: 200px;
    z-index: 999;
    text-align: left;
    right: auto;
    padding: 10px 0;
  }
  #menu .dropdown-menu,
  #menu .hiden_menu.menu_drop .dropdown-inner,
  #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
    position: absolute;
    top: 100px;
    padding: 10px 0;
    visibility: hidden;
    background: var(--secondary-color);
    border-radius: 2px;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 15% 15% 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    filter: alpha(opacity=0);
    transform-origin: center top 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
  }
  #menu .dropdown:hover .dropdown-menu,
  #menu ul li.hiden_menu.menu_drop:hover .dropdown-inner,
  #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
  }
  #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
    left: 100%;
    top: 100%;
  }
  #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
    top: 0px;
  }
  #menu ul.nav .item-column {
    padding: 10px;
  }
  #menu
    .dropdown-menu.navcol-menu.item-column
    .dropdown-submenu.sub-menu-item
    > a {
    border-bottom: 1px dashed var(--border-color);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px 5px;
    padding: 5px 0 5px 0;
  }
  #menu ul.nav .item-column ul.list-unstyled li a {
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px;
  }
  #menu .nav > li:hover > a {
    color: var(--secondary-color);
  }
}
@media (max-width: 991px) {
  #topCategoryList {
    background: var(--secondary-color);
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 350px;
    z-index: 999;
    margin: 0;
    -webkit-transform: translate(-400px, 0);
    -moz-transform: translate(-400px, 0);
    -ms-transform: translate(-400px, 0);
    -o-transform: translate(-400px, 0);
    transform: translate(-400px, 0);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: auto;
  }
  #topCategoryList.box-menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .menu-close {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .menu-close i {
    line-height: 20px;
    font-size: 12px;
  }
  #menu .btn-navbar.open-menu:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    display: block;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.1s;
  }
  #menu .btn-navbar span:before,
  #menu .btn-navbar span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--secondary-color);
    left: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  }
  #menu .btn-navbar span:after {
    top: 6px;
  }
  #menu .btn-navbar span:before {
    top: -6px;
  }
  #menu .btn-navbar span {
    position: absolute;
    width: 22px;
    height: 2px;
    background: var(--secondary-color);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
  }
  #menu .nav > li > a,
  #menu #topCategoryList .dropdown-inner a {
    color: #565656;
    font-weight: 500;
    padding: 6px 30px 6px 15px;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
  }
  #menu .nav > li > a,
  #menu #topCategoryList .menu_drop > .dropdown-inner > li > a {
    font-size: 14px;
  }
  #menu #topCategoryList ul {
    float: none;
    display: block;
    text-align: left;
    margin: 0;
    background: transparent;
  }
  #menu #topCategoryList ul.category-list {
    margin-bottom: 10px;
  }
  #menu .dropdown-inner,
  #navCategory .dropdown-inner {
    display: block;
  }
  #topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
    display: block;
    padding: 0 10px;
  }
  #topCategoryList .dropdown.menulist .dropdown-menu {
    position: relative;
    float: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: none;
    padding: 0;
  }
  #menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
    display: none;
    position: unset;
    border: none;
    padding: 0 10px;
  }
  #topCategoryList li .toggle-menu {
    position: absolute;
        right: 0.5em;
        top: 0;
        padding: 4px 8px;
        color: #ffffff!important;
        background: var(--primary-hover-color)!important;
        background-color: var(--primary-hover-color)!important;
        border-radius: 50%;
  }
  #topCategoryList .dropdown-submenu > .fa {
    display: none;
  }
  #topCategoryList ul li {
    float: none;
  }
  #topCategoryList #more_cat {
    display: none;
  }
  #menu .btn-navbar {
    display: block;
    margin: 0 15px 0 0;
    border: none;
  }
  .category-list .menu-item.dropdown .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
    border: none;
    padding: 0 15px;
    float: none;
  }
  #menu .nav > li + li {
    margin: 0;
  }
  #menu #topCategoryList > ul {
    padding: 0 0 10px;
  }
}
@media (max-width: 480px) {
  #topCategoryList {
    max-width: 280px;
  }
}

/*----------------------------------------------*/
/* slider start */
/*----------------------------------------------*/
.common-home .swiper-viewport {
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: transparent;
}

/*----------------------------------------------*/
/* category feature */
/*----------------------------------------------*/
.category-thumb .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-thumb {
  position: relative;
}
.category-thumb img {
  border-radius: 25px;
  filter: brightness(0.5);
}
.category-thumb .cat-title {
  margin: 0;
}
.category-thumb .cat-title span {
  font-size: 24px;
  color: var(--secondary-color);
  font-weight: 400;
}
.category-thumb .caption .view-more {
  color: var(--secondary-color);
}
.category-thumb .cat-title:after {
  content: "";
  background: var(--secondary-color);
  height: 3px;
  width: 30px;
  display: block;
  margin: 15px auto 16px;
}
.category-thumb .caption .view-more:hover {
  color: var(--primary-hover-color);
}
@media (max-width: 991px) {
  .category-thumb .cat-title span {
    font-size: 20px;
  }
  .category-thumb .cat-title:after {
    margin: 10px auto;
  }
}
@media (max-width: 480px) {
  .category-thumb .cat-title span {
    font-size: 14px;
  }
  .category-thumb .caption .view-more {
    font-size: 12px;
  }
  .category-thumb .cat-title:after {
    margin: 10px auto 5px;
  }
}

/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
.html1 > div > div > div {
  position: relative;
  overflow: hidden;
}
.html1-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
}
.inner2 .promo-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 12px;
  color: var(--secondary-color);
  position: relative;
  bottom: -10px;
  opacity: 0;
  transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
}
.html1-inner > div > div:hover .inner2 .promo-title {
  bottom: 5px;
  opacity: 1;
}
.inner2 .promo-desc {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--secondary-color);
  position: relative;
  bottom: 10px;
  opacity: 0;
  transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
}
.html1-inner > div > div:hover .inner2 .promo-desc {
  bottom: -5px;
  opacity: 1;
}
.inner2 .promo-title:after {
  content: "";
  background: var(--secondary-color);
  height: 3px;
  width: 30px;
  display: block;
  margin: 20px auto 0 auto;
}
.banner2,
.banner5 {
  margin-top: 30px;
}
.html1 .part2 {
  margin: 0 30px;
}
.banner-outer .inner1 img {
  width: 100%;
  filter: brightness(0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .html1 > div > div > div:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 1440px) {
  .banner2,
  .banner5 {
    margin-top: 20px;
  }
  .html1 .part2 {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .inner2 .promo-title {
    font-size: 20px;
  }
  .inner2 .promo-desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .banner2,
  .banner5 {
    margin-top: 10px;
  }
  .inner2 .promo-title {
    bottom: 5px;
    opacity: 1;
    margin: 0;
    font-size: 16px;
  }
  .inner2 .promo-desc {
    bottom: -5px;
    opacity: 1;
    font-size: 12px;
  }
  .inner2 .promo-title:after {
    margin: 14px auto 0 auto;
  }
  .html1 .part2 {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .inner2 .promo-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 680px) {
  .inner2 .promo-desc {
    display: none;
  }
  .inner2 .promo-title {
    bottom: 0;
    font-size: 14px;
  }
  .inner2 .promo-title:after {
    margin: 10px auto 0 auto;
    height: 2px;
  }
}
@media only screen and (max-width: 480px) {
  .inner2 .promo-title {
    font-size: 10px;
  }
  .inner2 .promo-title:after {
    margin: 5px auto 0 auto;
  }
  .banner2,
  .banner5 {
    margin-top: 5px;
  }
  .html1 .part2 {
    margin: 0 5px;
  }
}

/*----------------------------------------------
/* buttons 
/*----------------------------------------------*/
.buttons {
  margin: 1em 0;
}
#tab-review .buttons {
  margin: 1em 0 0;
}
.btn {
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 8px 20px;
  font-size: 14px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 14px;
}
#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.btn-default,
.btn-primary {
  width: auto;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 30px;
  border: none;
  color: var(--secondary-color);
  background: var(--primary-hover-color);
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#cart .text-right .addtocart-btn:hover,
#cart .text-right .addtocart-btn:focus,
#cart .text-right .checkout-btn:hover,
#cart .text-right .checkout-btn:focus,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.focus,
.btn-info:focus,
.btn-info:active:focus,
.btn-info:active:hover {
  color: var(--secondary-color);
  background: var(--primary-color);
}
.btn-warning {
  color: var(--secondary-color);
  background-color: #faa732;
  border-radius: 20px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.cart_input_block.input-group .btn-primary {
  padding: 10px 20px;
}
.btn-danger {
  color: var(--secondary-color);
  background-color: #da4f49;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn-success {
  font-weight: 600;
  color: var(--secondary-color);
  background-color: #5bb75b;
  background-repeat: repeat-x;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn-info {
  color: var(--secondary-color);
  background: var(--primary-hover-color);
  border: none;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: var(--primary-color);
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: var(--primary-hover-color);
  background-color: #363636;
  background-repeat: repeat-x;
  border-color: var(--primary-color) var(--primary-color) #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: var(--primary-color);
}
.btn-link:focus,
.btn-link:hover {
  color: var(--secondary-color);
  text-decoration: none;
  outline: none;
}

/* list group */
.list-group a {
  border: none;
  color: var(--secondary-light-color);
  padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: var(--primary-color);
  background: var(--primary-hover-color);
}
@media (max-width: 991px) {
  #cart .dropdown-menu li p .btn,
  .btn-default,
  .btn-primary {
    padding: 10px 20px;
  }
}

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
.owl-item.active.center .row-items,
.owl-item.active .image-additional,
.owl-item.active .product-layout,
.owl-item.active .category-layout {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}
.page-title {
  position: relative;
}
.page-title h3 {
  text-align: center;
  font-size: 30px;
  margin: -5px 0 30px;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  line-height: 36px;
  color: var(--primary-color);
}
.product-tabs .page-title h3 {
  margin: -5px 0 22px;
}
.product-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background: var(--secondary-color);
}
.product-thumb .image {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.product-thumb .button-group {
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-thumb .button-group button {
  font-size: 16px;
  display: block;
  background: transparent;
  padding: 0;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  color: var(--primary-hover-color);
  border: 1px solid var(--primary-hover-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-thumb .button-group button:hover,
.product-thumb .addcart:hover {
  box-shadow: none;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
.product-thumb .button-group button + button {
  margin-top: 10px;
}
.product-thumb .button-group button i {
  display: block;
}
.product-thumb .addcart {
  border: 1px solid var(--primary-hover-color);
  padding: 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  background: var(--secondary-color);
  color: var(--primary-hover-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-thumb .addcart i,
#button-cart i,
#quick-cart i {
  font-size: 20px;
  display: block;
}
.sale-text {
  position: absolute;
  top: 15px;
  left: 15px;
  text-transform: capitalize;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 12px;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
.product-thumb:hover .sale-text {
  background: var(--primary-color);
}
.product-thumb .description {
  color: var(--secondary-light-color);
  line-height: 24px;
  margin: 10px 0 0;
}
.thumb-description {
  position: relative;
  overflow: hidden;
}
.product-thumb .caption {
  padding: 18px 20px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.price-cart {
  margin: 21px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.product-thumb .price {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
.product-thumb .price-new {
  margin-right: 5px;
}
.product-thumb .price-old {
  text-decoration: line-through;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: var(--secondary-light-color);
}
.product-thumb .product-title {
  margin: 13px 0 0;
}
.product-thumb .product-title a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.product-thumb .price-tax {
  display: none;
}
.product-thumb .rating {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 0;
  margin: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}
.product-list .product-thumb .btn-list > button {
  margin: 0 0 0 10px;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
.product-list .product-thumb .button-group button i {
  display: block;
}
.product-thumb .all-btn,
.product-list .product-thumb .button-group,
.product-list .product-thumb .addcart {
  display: none;
}
.product-list .product-thumb .all-btn {
  display: flex;
  align-items: center;
  margin: 27px 0 0;
}
.product-list .product-thumb .btn-list {
  position: unset;
  opacity: 1;
  display: flex;
}

/*product hover */
.product-thumb .hover-img {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.product-thumb:hover .hover-img {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

/*product tab*/
.mahardhi-tabs .nav-tabs {
  border: none;
  padding: 0 0 30px;
  display: flex;
  justify-content: center;
}
.mahardhi-tabs .nav-tabs > li > a {
  padding: 7px 30px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  border: none;
  margin: 0 6px;
  line-height: 20px;
  color: var(--secondary-light-color);
  background: var(--secondary-color);
  border-radius: 17px;
}
.mahardhi-tabs .nav-tabs > li > a:hover,
.mahardhi-tabs .nav-tabs > li > a:focus,
.mahardhi-tabs .nav-tabs > li > a.selected {
  color: var(--secondary-color);
  background: var(--primary-hover-color);
}
.mahardhi-tabs .nav-tabs li {
  margin: 0;
}
.product-list .product-thumb .price-old {
  color: var(--secondary-light-color);
  font-size: 16px;
}
.product-list .product-thumb .all-btn .addcart {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 20px;
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
.product-list .product-thumb .addcart i,
#button-cart i,
#quick-cart i {
  padding: 0 9px 0 0;
}
.product-list .product-thumb .all-btn button:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--secondary-color);
}
@media (min-width: 992px) {
  .product-thumb .button-group {
    right: -40px;
  }
  .product-thumb:hover .button-group {
    right: 15px;
  }
}
@media (max-width: 1440px) {
  .page-title h3 {
    margin: -5px 0 20px;
  }
}
@media (max-width: 991px) {
  .page-title h3,
  .product-tabs .page-title h3 {
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 20px;
  }
  .mahardhi-tabs .nav-tabs {
    padding: 0 0 10px;
  }
  #product-page .nav-tabs > li > a {
    font-size: 14px;
    padding: 10px 0;
  }
  #product-page .nav-tabs li {
    margin: 0 15px;
  }
  .mahardhi-tabs .nav-tabs > li > a {
    padding: 5px 20px;
  }
  .product-thumb {
    margin-bottom: 20px;
  }
  .product-thumb:hover {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .brand .col-sm-12,
  .category-layout,
  .product-layout,
  #category-blogs .blog-layout {
    padding: 0 5px;
  }
  .brand .row,
  .category-featured .row,
  .box .row {
    margin: 0 -5px;
  }
  .product-thumb .price {
    font-size: 14px;
  }
  .product-thumb .price-old {
    font-size: 12px;
  }
  .product-thumb .caption {
    padding: 8px 10px 10px;
  }
  .price-cart {
    margin: 10px 0 0;
  }
  .product-thumb .button-group {
    top: 10px;
    right: 10px;
  }
  .product-thumb .button-group button + button {
    margin-top: 7px;
  }
  .product-thumb .product-title {
    margin: 10px 0 0;
  }
  .sale-text {
    top: 5px;
    left: 5px;
    padding: 0px 5px;
  }
  .product-list .product-thumb .btn-list > button {
    height: 34px;
    width: 34px;
    margin: 0 0 0 5px;
  }
  .product-list .product-thumb .all-btn .addcart {
    padding: 8px 20px;
  }
  .product-list .product-thumb .description {
    margin: 8px 0 0;
  }
  .product-thumb .addcart,
  .product-thumb .button-group button {
    height: 30px;
    width: 30px;
  }
  .product-thumb .addcart i,
  #button-cart i,
  #quick-cart i {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  .product-list .product-thumb .image img {
    width: auto;
    margin: 0;
  }
  .special-image {
    width: auto;
    margin-right: 10px;
  }
  .product-thumb .caption {
    padding: 5px 5px 10px;
  }
  .product-thumb .product-title a {
    font-size: 14px;
  }
  .product-thumb .product-title {
    margin: 7px 0 0;
  }
  .price-cart {
    margin: 5px 0 0;
  }
  .product-thumb .button-group {
    top: 5px;
    right: 5px;
  }
  .product-thumb .button-group button + button {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .page-title h3,
  .product-tabs .page-title h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .mahardhi-tabs .nav-tabs > li > a {
    padding: 3px 15px;
    margin: 0 3px;
  }
}

/*----------------------------------------------
/* swiper pager */
/*----------------------------------------------*/
.swiper-viewport .swiper-pager > div,
.owl-carousel.owl-theme .owl-nav div {
  color: var(--primary-hover-color);
  padding: 0;
  margin: 0;
  opacity: 0;
  text-shadow: none;
  transition: all 0.3s ease;
  position: absolute;
  top: 43%;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid var(--primary-hover-color);
  background: var(--secondary-color);
}
.swiper-viewport:hover .swiper-pager > div,
.owl-carousel.owl-theme:hover .owl-nav div {
  opacity: 1;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -5px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: -5px;
}
.owl-carousel.owl-theme:hover .owl-nav div {
  opacity: 1;
}
.owl-carousel.owl-theme:hover .owl-nav .disabled {
  opacity: 0.6;
}
.swiper-viewport {
  border: unset;
}
.swiper-pagination {
  display: none;
}
.swiper-viewport .swiper-button-prev:before,
.swiper-viewport .swiper-button-next:before,
.brand .swiper-button-prev:before,
.brand .swiper-button-next:before {
  content: "";
}
.owl-carousel.owl-theme .owl-nav .fa,
.swiper-viewport .fa {
  font-size: 20px;
  line-height: 36px;
}

/*carousel*/
.owl-carousel.owl-theme .owl-nav {
  margin-top: 0;
}
.carousel .swiper-viewport:hover .swiper-button-next,
.carousel .swiper-viewport:hover .swiper-pager .swiper-button-prev {
  opacity: 1;
}
.swiper-viewport .swiper-pager .swiper-button-next:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover,
.swiper-viewport .swiper-pager .swiper-button-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
  background: var(--primary-hover-color);
  border-color: var(--primary-hover-color);
  color: var(--secondary-color);
}
.brand .swiper-pager > div {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.brand .swiper-viewport .swiper-pager .swiper-button-prev,
.brand .swiper-viewport:hover .swiper-pager .swiper-button-prev {
  right: auto;
  left: -15px;
}
.brand .swiper-viewport .swiper-pager .swiper-button-next,
.brand .swiper-viewport:hover .swiper-pager .swiper-button-next {
  right: -15px;
  left: auto;
}

/*dots*/
.swiper-pagination span,
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: var(--background-color);
  margin: 2px 5px;
}
.owl-theme .owl-dots .owl-dot.active span {
  border: 2px solid var(--primary-hover-color);
  height: 14px;
  width: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-hover-color);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;
}

/*slideshow*/
.slideshow {
  position: relative;
  overflow: hidden;
}
.slideshow img {
  width: 100%;
}
.slideshow .swiper-pagination {
  display: none;
}
.slideshow .swiper-viewport .swiper-pager > div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  height: 50px;
  width: 50px;
}
.slideshow .swiper-viewport .swiper-pager > div:hover {
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
.slideshow .swiper-viewport .fa {
  line-height: 46px;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev {
  left: 30px;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-next {
  right: 30px;
}
@media (max-width: 991px) {
  .slideshow .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .slideshow .swiper-pager {
    display: none;
  }
  .owl-carousel.owl-theme .owl-nav div {
    height: 32px;
    width: 32px;
  }
  .owl-carousel.owl-theme .owl-nav .fa {
    line-height: 28px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -10px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -10px;
  }
}

/*----------------------------------------------*/
/* brand */
/*----------------------------------------------*/
.brand .swiper-viewport {
  background: var(--secondary-color);
  border-radius: 50px;
}
.brand .swiper-slide > div {
  padding: 30px 5px;
}
@media (max-width: 991px) {
  .brand .swiper-slide > div {
    padding: 20px 5px;
  }
}
@media (max-width: 480px) {
  .brand .swiper-slide > div {
    padding: 15px 5px;
  }
}

/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.mblog .caption.blog-description {
  position: relative;
  padding: 27px 0 0;
}
.blog-block {
  margin-bottom: 30px;
  position: relative;
}
.blog-block .zoom-post a::before {
  bottom: 10px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: var(--secondary-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.blog-block .zoom-post a:hover::before {
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
.blog-block .zoom-post a::before {
  position: absolute;
  right: -40px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.blog-block:hover .zoom-post a.hover-post::before {
  right: 10px;
}
.blog-block:hover .zoom-post a.hover-zoom::before {
  right: 55px;
}
.blog-block .hover-zoom::before,
.blog-block .hover-post:before {
  font-family: FontAwesome;
  font-size: 14px;
  margin: 0;
  display: block;
  text-align: center;
}
.blog-block .hover-zoom::before {
  content: "\f002";
}
.blog-block .hover-post:before {
  content: "\f0c1";
}
.blog-block:hover .hover-post:before,
.blog-block:hover .hover-zoom::before {
  opacity: 1;
}
.product-list .blog-block.product-thumb .image {
  box-shadow: none;
  margin: 0;
}
.blog-block h4,
h3.article-page-title {
  margin: 0;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.blog-info .image {
  overflow: hidden;
  position: relative;
}
.block-date {
  color: var(--primary-hover-color);
  margin: 17px 0 0;
  display: block;
}
.blog-read.btn {
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  font-weight: 600;
  border-radius: 20px;
  box-shadow: none;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
.blog-read:hover {
  background: var(--primary-color);
}
.blog-block img {
  border-radius: 25px;
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.blog-category .blog-img {
  position: relative;
  overflow: hidden;
  display: block;
}
h4.article-page-title {
  margin: 20px 0 15px;
}
.caption-blog p,
.info_blog p {
  margin: 20px 0 0;
}
.blog-block img,
#content-blogs .thumbnails .thumbnail img {
  width: 100%;
}
.blog-text {
  color: var(--secondary-light-color);
  margin: 10px 0 26px;
  line-height: 24px;
  font-size: 16px;
}
.caption-blog .blog-description {
  padding: 28px 30px 30px;
  background: var(--secondary-color);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
.newsletter-image {
  background: url(../image/mahardhi/newsletter-popup.jpg) no-repeat center
    center;
  background-size: cover;
  width: 100%;
  height: 220px;
}
.article-container .blog-block {
  margin-bottom: 0;
}
.article-container .block-date {
  margin: 17px 0 0;
}
#content-blogs .thumbnails .thumbnail {
  border: unset;
  margin: 0;
  padding: 0;
}
.article-container .leave-hedding {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 20px;
  margin: 0;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
h3.article-page-title {
  margin: 13px 0 0;
}
.article-container .page-title {
  margin-bottom: 30px;
}
#post_comment #commnt_form.form-horizontal .control-label {
  text-align: left;
}
.comment_cust h4 {
  margin-bottom: 20px;
}
.commentlist ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.commentlist ul li:last-child {
  padding-bottom: 0;
}
.commentlist ul li + li {
  padding-top: 10px;
}
.comment_cust .comment-text .user_img {
  float: left;
  height: 60px;
  width: 60px;
  background-color: var(--background-color);
  text-align: center;
  color: var(--primary-color);
  border-radius: 50px;
}
.comment_cust .comment-text .user_img i {
  font-size: 26px;
  line-height: 60px;
}
.comment_cust .comment-desc {
  padding-left: 80px;
  line-height: 26px;
}
.comment_cust .comment-desc .name {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
}
.comment_cust .comment-desc .date {
  color: var(--secondary-light-color);
}
.comment-dis {
  color: var(--secondary-light-color);
  line-height: 22px;
}
#post_comment {
  background: var(--secondary-color);
  padding: 30px 30px 1px;
}
.comment_cust {
  padding: 10px;
  background: var(--secondary-color);
}
.comment-text {
  padding: 20px;
  border: 1px solid var(--background-color);
}
.singblog-description .blog-text {
  margin: 13px 0 0;
}
@media (max-width: 1199px) {
  .mblog .caption.blog-description {
    padding: 15px 0 0;
  }
  .block-date {
    margin: 8px 0 0;
  }
  .blog-text {
    margin: 8px 0 15px;
  }
}
@media (max-width: 991px) {
  .blog-block {
    margin-bottom: 20px;
  }
  .article-container .page-title {
    margin-bottom: 15px;
  }
  .article-container .leave-hedding {
    padding: 10px 15px;
  }
  .blog-block h4,
  h3.article-page-title {
    font-size: 16px;
  }
  .blog-category .caption.blog-description {
    margin: 15px 0 0 0;
  }
  .blog-block .zoom-post a::before {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .blog-block .zoom-post a.hover-zoom::before,
  .blog-block:hover .zoom-post a.hover-zoom::before {
    right: 45px;
  }
  .blog-block .zoom-post a.hover-post::before,
  .blog-block:hover .zoom-post a.hover-post::before {
    right: 10px;
  }
  .blog-text {
    font-size: 14px;
  }
  #post_comment {
    padding: 15px 15px 1px;
  }
  .singblog-description .blog-text {
    margin: 8px 0 0;
  }
}
@media (max-width: 540px) {
  .comment-text {
    padding: 10px;
  }
  .comment_cust .comment-desc {
    padding-left: 70px;
  }
}

/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.subscribe-form {
  position: relative;
}
.title-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
  text-transform: uppercase;
}
.news-description {
  color: var(--secondary-color);
  line-height: 24px;
}
.subscribe-form #newsletter_usr_email {
  padding: 0 0 8px;
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #d2b495;
  color: var(--primary-color);
  margin: 26px 0 0;
}
.subscribe-form #newsletter_usr_email::placeholder {
  color: var(--primary-color);
}
.subscribe-btn {
  border: none;
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 10px 30px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0 0;
}
.subscribe-btn:hover {
  background: var(--secondary-color);
  color: var(--primary-hover-color);
}
@media only screen and (max-width: 991px) {
  .newsletter-form {
    text-align: center;
  }
  .subscribe-btn,
  .subscribe-form #newsletter_usr_email {
    margin: 15px 0 0;
  }
}

/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
footer {
  position: relative;
  padding-top: 47px;
  background: var(--primary-hover-color);
}
footer h5,
footer h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 14px;
  line-height: 18px;
  position: relative;
  font-weight: 600;
}
footer .position-footer-right h4,
footer .position-footer-left h5 {
  margin: 0 0 20px;
}
footer .col-sm-2 a,
footer .col-sm-3 a {
  padding: 8px 0;
  display: block;
  color: var(--secondary-color);
}
footer a:hover,
footer a:focus {
  color: var(--primary-color);
}

/* footer left */
.position-footer-right li > div,
.position-footer-left li {
  display: flex;
  margin: 9px 0;
  line-height: 24px;
}
footer .position-footer-left {
  color: #fff;
}
.position-footer-left li:nth-child(1) {
  justify-content: center;
}
.position-footer-right li .contact_site a {
  padding: 0;
  display: initial;
  color: var(--secondary-color);
}
.contact_title {
  text-transform: capitalize;
  margin-right: 10px;
  color: var(--secondary-color);
}
.contact_site {
  color: var(--secondary-color);
}

@media only screen and (min-width: 1050px) {
  .position-footer-left li:nth-child(1) {
    justify-content: center;
    margin-top: 0 !important;
    margin-bottom: 1em !important;
    padding-right: 2em !important;
  }
}
/* footer bottom*/
.footer_bottom {
  padding: 23px 0;
  margin-top: 49px;
  border-top: 1px solid #d2b495;
}
.position-footer-bottom {
  float: right;
}
footer .footer_bottom p {
  margin: 0;
  float: left;
}
.toggled.active .fa-chevron-down:before {
  content: "\f077";
}

/* social media*/
footer li .social-media {
  margin: 26px 0 0;
}
.social-media a i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 50px;
  color: var(--secondary-color);
  text-align: center;
}
.social-media a + a {
  margin: 0 0 0 15px;
}
.social-media a .fab.fa-facebook-f {
  background: #3b5998;
}
.social-media a .fab.fa-instagram {
  background: #fa2a60;
}
.social-media a .fa-twitter {
  background: #00acee;
}
.social-media a .fab.fa-youtube {
  background: #c4302b;
}
.social-media a .fab.fa-whatsapp {
  background: #04b54d;
}
.social-media a .fa-pinterest-p {
  background: #c8232c;
}
.social-media a i:hover {
  filter: drop-shadow(0px 5px 4px #777);
  transform: translateY(-3px);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1801px) {
  .common-home footer:before {
    content: "";
    background: url(../image/mahardhi/bg-image.png) no-repeat;
    height: 100%;
    width: 100%;
    max-width: 260px;
    max-height: 160px;
    display: block;
    position: absolute;
    right: 0;
    top: -210px;
  }
}
@media (min-width: 1441px) {
  .footer-top > div + div {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .footer_bottom {
    margin-top: 30px;
  }
  .position-footer-left li .social-media {
    margin: 10px 0 0;
  }
}
@media (max-width: 991px) {
  footer {
    padding-top: 10px;
  }
  .social-media .list-unstyled {
    display: block !important;
    text-align: center;
  }
  .footer_bottom {
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
  }
  footer h5,
  footer h4 {
    margin: 0;
    font-size: 16px;
  }
  footer .position-footer-left h5 {
    margin: 0;
  }
  footer .position-footer-right h4 {
    margin: 0 0 10px;
  }
  .footer-top .col-sm-2,
  .footer-top .col-sm-3,
  .footer-top .col-sm-4 {
    width: 100%;
    float: unset;
    margin: 15px 0;
    border: none;
  }
  footer .footer_bottom p {
    margin: 0 0 10px 0;
    float: unset;
  }
  .position-footer-bottom {
    float: unset;
  }
  .social-media a i {
    height: 24px;
    width: 24px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  footer {
    padding-top: 5px;
  }
  .footer_bottom {
    margin-top: 5px;
  }
}

/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.service-item .service {
  padding: 20px 10px;
  background: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  border-radius: 40px;
}
.service-icon {
  font-size: 40px;
  margin: 0 14px 0 0;
  color: var(--primary-hover-color);
}
.service .promo-title {
  margin: 1px 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-color);
}
.service .promo-desc {
  color: var(--secondary-light-color);
  display: block;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 1440px) {
  .service-icon {
    font-size: 30px;
    margin: 0 10px 0 0;
  }
  .service .promo-desc {
    font-size: 12px;
  }
  .service .promo-title {
    margin: 0 0 7px;
    font-size: 12px;
  }
  .service-item .service {
    border-radius: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 992px),
  (max-width: 540px) and (min-width: 376px) {
  .service-item .service {
    display: block;
    text-align: center;
    padding: 15px;
  }
  .service-icon {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 991px) {
  .service-item {
    width: 50%;
    padding: 0 5px;
  }
  .service-box .promo-item {
    margin: 0 -5px;
  }
  .service-item:nth-child(3),
  .service-item:nth-child(4) {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 480px) {
  .service-item .service {
    padding: 10px 5px;
  }
  .service .promo-title {
    font-size: 11px;
  }
  .service .promo-desc {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  .service-item {
    width: 100%;
  }
  .service-item:nth-child(2) {
    margin: 10px 0 0 0;
  }
}

/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.page_title {
  font-size: 24px;
  text-transform: capitalize;
  margin: 0 0 22px 0;
  font-weight: 500;
  color: var(--secondary-color);
}

/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
  margin: 0 0 30px 0;
  background: url(../image/mahardhi/breadcrumbs-image.jpg) no-repeat center
    center;
  background-size: cover;
  padding: 68px 0 63px;
  text-align: center;
}

.breadcrumb {
  padding: 0;
  border: none;
  background: transparent;
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
}
.breadcrumb > li {
  position: relative;
}
.breadcrumb li a {
  color: var(--secondary-color);
}
.breadcrumb a:hover,
.breadcrumb li:last-child a {
  color: var(--primary-hover-color);
}
.breadcrumb > li + li:before {
  content: "/";
  color: var(--secondary-color);
  padding: 0px 11px 0px 5px;
  font-size: 12px;
}
@media (max-width: 1440px) {
  .breadcrumb-back {
    padding: 33px 0 36px;
  }
  .page_title {
    margin: 0 0 15px 0;
    z-index: 99 !important;
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .breadcrumb-back {
    padding: 16px 0 19px;
    margin: 0 0 20px 0;
  }
  .page_title {
    font-size: 18px;
  }
  .breadcrumb {
    font-size: 14px;
  }
}

/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/
#column-left > div,
#column-right > div {
  margin: 30px 0 0;
  box-shadow: none;
  padding: 0;
  width: auto;
  float: unset;
}
#column-left > div:first-child,
#column-right > div:first-child {
  margin-top: 0;
}
#column-left h3,
#column-right h3,
#column-left .box-content h3,
#column-right .box-content h3 {
  display: block;
  margin: 0;
  padding: 15px 20px;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  border-radius: 0;
  border: none;
  line-height: 20px;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus,
button.list-group-item:hover {
  color: var(--primary-hover-color);
  text-decoration: none;
  background-color: transparent;
}
.filter_box,
#column-left .block_box,
#column-right .block_box,
.category-list #selectMe-desk,
.account-content .list-unstyled,
.sidebar .list-unstyled {
  padding: 30px 20px;
  margin: 0;
  background: var(--secondary-color);
}
#column-left .row,
#column-right .row {
  margin: 0;
}
#column-left .box .container,
#column-right .box .container {
  width: auto;
  padding: 0;
}
.category-list .list-group-item,
.sidebar li,
.account-content .list-group a {
  border: none;
  border-radius: 0;
  margin: 0;
  background: transparent;
  padding: 5px 0;
  text-transform: capitalize;
  color: var(--secondary-light-color);
  font-size: 14px;
}
.category-list .list-group-item {
  padding: 5px 13px 5px 0;
}
.category-list ul#selectMe-desk > li:first-child > a.list-group-item,
.account-content .list-group ul > li:first-child a,
.sidebar li:first-child {
  padding-top: 0;
  margin-top: -4px;
}
.category-list ul#selectMe-desk > li:last-child > a.list-group-item,
.account-content .list-group ul > li:last-child a,
.sidebar li:last-child {
  padding-bottom: 0;
  margin-bottom: -2px;
}
.sidebar li a {
  color: var(--secondary-light-color);
}
.category-list .has-more-category .toggled {
  position: absolute;
  right: 0;
}
.child-categories {
  display: none;
}
.main-item.active .toggled > .fa-plus:before,
.toggle-menu.active > .fa-plus:before {
  content: "\f068";
}

/*sidebar category*/
.box-category .list-unstyled.childs_1 {
  display: none;
}
.parent li .toggled span {
  color: var(--primary-color);
  font-size: 12px;
  position: absolute;
  right: 5px;
  padding: 0 5px;
}
.parent .active .open-menu::after {
  color: var(--primary-color);
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 14px;
}
.parent .open-menu::after {
  color: var(--primary-color);
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 14px;
}

/*REFINE SEARCH*/
.list-group-filter {
  margin-bottom: 28px;
}
.panel-default.filter {
  border: none;
}
.panel {
  border-radius: 0;
  box-shadow: none;
}
.filter_box .list-group a {
  color: var(--primary-color);
  text-transform: capitalize;
  margin: -4px 0 13px;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
}
.filter_box .checkbox,
.filter_box .checkbox .radio {
  margin: 10px 0;
  color: var(--secondary-light-color);
}
.filter_box .list-group-item {
  border: none;
  padding: 0px;
  background: transparent;
}
.filter_box .list-group-items + .list-group-items {
  margin: 27px 0 0;
}
.checkbox label,
.radio label {
  text-transform: capitalize;
  font-size: 14px;
}
#filter .panel-footer {
  text-align: left;
  padding: 0;
  background: transparent;
}

/*banner*/
#column-left .swiper-viewport,
#column-right .swiper-viewport {
  border: none;
}
#column-left .swiper-slide img,
#column-right .swiper-slide img {
  width: 100%;
}

/*INFORMATION*/
.sidebar li a:hover,
.account-content .list-group a:hover {
  color: var(--primary-color);
}
.account-content .list-group {
  margin: 0;
}

/*product*/
#column-left .product-thumb,
#column-right .product-thumb {
  margin: 0;
  background: transparent;
  box-shadow: none;
}
#column-left .product-layout + .product-layout .product-thumb,
#column-right .product-layout + .product-layout .product-thumb {
  margin: 30px 0 0 0;
}
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
  padding: 0;
}
#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
  float: left;
  width: 80px;
  margin-right: 15px;
  border: 1px solid var(--border-color);
}
#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
  float: left;
  width: 65.4%;
  border: none;
}
#column-left .sale-text,
#column-right .sale-text,
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#column-left .product-thumb .addcart,
#column-right .product-thumb .addcart {
  display: none;
}
#column-left .product-thumb .product-title,
#column-right .product-thumb .product-title {
  margin: 8px 0 0;
}
#column-left .product-thumb .price-cart,
#column-right .product-thumb .price-cart {
  margin: 14px 0 0;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating {
  margin-top: -2px;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
  padding: 0;
  text-align: left;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #column-left .product-thumb > .thumb-description,
  #column-right .product-thumb > .thumb-description {
    width: 64%;
  }
  #column-left .product-thumb > .image,
  #column-right .product-thumb > .image {
    width: 70px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #column-left .product-thumb > .image,
  #column-right .product-thumb > .image {
    margin-right: 5px;
  }
  #column-left .product-thumb > .thumb-description,
  #column-right .product-thumb > .thumb-description {
    width: 53.4%;
  }
}
@media only screen and (max-width: 1199px) {
  .filter_box,
  #column-left .block_box,
  #column-right .block_box,
  .category-list #selectMe-desk,
  .account-content .list-unstyled,
  .sidebar .list-unstyled {
    padding: 20px 15px;
  }
  #column-left .product-layout + .product-layout .product-thumb,
  #column-right .product-layout + .product-layout .product-thumb {
    margin: 20px 0 0 0;
  }
  #column-left h3,
  #column-right h3,
  #column-left .box-content h3,
  #column-right .box-content h3 {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 991px) {
  #column-left .product-thumb > .thumb-description,
  #column-right .product-thumb > .thumb-description {
    width: 63.4%;
  }
  .toggled .toggle-open {
    position: absolute;
    right: 0;
  }
  #selectMe-desk {
    display: none;
  }
  #column-left .swiper-viewport,
  #column-right .swiper-viewport {
    display: none;
  }
  #column-left > div:first-child,
  #column-right > div:first-child,
  #column-left > div,
  #column-right > div {
    margin: 20px 0 0;
  }
  #column-left .toggled .toggle-open,
  #column-right .toggled .toggle-open {
    right: 15px;
  }
}

/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.cat-banner {
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin: 0 0 14px;
}
.cat-description p {
  margin: 0 0 25px;
  color: var(--secondary-light-color);
  line-height: 24px;
}
.cat_info {
  margin: 0 0 30px;
  background: var(--secondary-color);
  padding: 10px 20px;
}
.refine-search {
  margin: 0 0 20px;
}
#content .refine-text {
  font-size: 16px;
  margin: 0 0 12px;
  font-weight: 600;
}
.cat-name {
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}
.cat-name li {
  display: inline-block;
}
.cat-name li a {
  font-size: 14px;
  border-radius: 20px;
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 7px 15px;
  display: inline-block;
  margin: 0 6px 10px 0;
}
.cat-name li a:hover {
  color: var(--secondary-color);
  background: var(--primary-hover-color);
}
#list-view.btn-default,
#grid-view.btn-default {
  height: 40px;
  width: 40px;
  padding: 8px 0;
  border: none;
  background: var(--primary-color);
  color: var(--secondary-color);
  box-shadow: none;
  border-radius: 50%;
}
#grid-view.btn-default {
  margin: 0 10px 0 0;
}
#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
#list-view.btn-default i,
#grid-view.btn-default i {
  font-size: 16px;
  display: block;
}
#compare-total.btn.btn-link {
  text-decoration: none;
  font-size: 14px;
  outline: none;
  padding: 10px 0;
  border: none;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--secondary-light-color);
}
#compare-total.btn.btn-link:hover {
  color: var(--primary-hover-color);
}
.cat-pagination-right {
  text-align: right;
}
.cat-pagination-right > div {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cat-pagination-right .cat-show {
  padding-left: 16px;
}
.text-right.show-text {
  padding: 0px 10px;
}
.text-right.show-text,
.text-right.show-select {
  width: auto;
  float: left;
}
.text_limit,
.text_sort {
  margin: 8px 0;
  font-size: 14px;
}
.select-filter-sort,
.select-filter-show {
  position: relative;
}
.cat-pagination-right .form-control {
  padding: 4px 25px 4px 10px;
  font-size: 14px;
  margin: 0;
  height: 36px;
  border-radius: 20px;
  background: transparent;
  border-color: var(--border-color);
}
select.form-control,
.form-control {
  appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.form-control:focus {
  border-color: var(--border-color);
}
.select-filter-show::after,
.select-filter-sort::after {
  font-family: "fontawesome";
  content: "\f0dd";
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 4px;
  pointer-events: none;
  color: var(--primary-color);
}
.product-grid .description,
.product-grid .pro_description {
  display: none;
}
.product-list .product-thumb .caption {
  padding: 28px 15px 10px 0;
  text-align: left;
}
.product-list .price-cart {
  margin: 19px 0 0;
}
.rating .fa-stack,
#tab-review .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o,
#tab-review .fa-star-o {
  color: var(--primary-hover-color);
}
.rating .fa-star,
.rating .fa-star + .fa-star-o,
#tab-review .fa-star + .fa-star-o,
#tab-review .fa-star {
  color: var(--primary-hover-color);
}
@media (min-width: 681px) {
  .product-list .product-thumb .image {
    float: left;
    margin-right: 26px;
  }
}
@media (max-width: 1199px) {
  .cat-pagination-right .cat-show {
    padding-left: 0;
  }
  #list-view.btn-default,
  #grid-view.btn-default {
    height: 36px;
    width: 36px;
  }
  #grid-view.btn-default {
    margin: 0 5px 0 0;
  }
  #compare-total.btn.btn-link {
    padding: 8px 0;
  }
  .cat-pagination-right > div {
    padding: 0;
  }
  #compare-total.btn.btn-link {
    font-size: 14px;
  }
  .text_limit,
  .text_sort {
    font-size: 14px;
  }
  .cat_info {
    padding: 10px 15px;
  }
  .product-list .product-thumb .all-btn {
    margin: 12px 0 0;
  }
  .product-list .price-cart {
    margin: 12px 0 0;
  }
  .product-list .product-thumb .caption {
    padding: 15px 15px 10px 0;
  }
  .product-list .product-thumb .product-title {
    margin: 10px 0 0;
  }
}
@media (max-width: 991px) {
  .refine-search {
    display: none!important;
    margin: 0 0 10px;
  }
  .sm-p-0 {
    padding: 0 !important;
  }
  .cat-name li a {
    font-size: 13px;
    padding: 3px 10px;
    width: 12em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
  }
  .cat_info {
    margin: 0 0 20px;
  }
  .cat-description p {
    margin: 0 0 13px;
  }
  .product-list .product-thumb .image {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .cat-name {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cat-pagination-right {
    width: 100% !important;
    text-align: left;
    margin: 5px 0 0;
    padding: 0 5px;
  }
  .cat_list_gird {
    display: none;
  }
  .cat-pagination-right > div {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 680px) {
  .product-list .product-thumb .image {
    display: inline-block;
    margin: 0;
  }
  .product-list .product-thumb .caption {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .cat-pagination-right > * {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .cat-pagination-right .cat-show {
    padding: 5px 0 0 0;
  }
  .cat-pagination-right {
    display: block;
    text-align: left;
  }
  #compare-total.btn.btn-link {
    font-size: 13px;
  }
}

/*----------------------------------------------*/
/* pagination css */
/*----------------------------------------------*/
.pro_pagination {
  clear: both;
  background: var(--secondary-color);
  padding: 12px 5px;
}
.pro_pagination .text-left {
  line-height: 36px;
  float: left;
  font-size: 14px;
  color: var(--secondary-light-color);
}
.pagination {
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.pro_pagination .pagination > li.active > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: var(--secondary-color);
  background: var(--primary-hover-color);
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
}
.pagination > li > a:last-child {
  border-radius: 50%;
}
.pagination > li > a,
.pagination > li > span {
  color: var(--secondary-color);
  background-color: var(--primary-color);
  float: left;
  margin-left: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  position: relative;
  text-decoration: none;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .pro_pagination {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .pro_pagination .text-left,
  .pro_pagination .text-right {
    width: 100%;
    float: unset;
    text-align: center;
    clear: both;
  }
  .pro_pagination .text-right {
    padding-top: 10px;
  }
  .pro_pagination .text-left {
    line-height: 20px;
  }
  .pagination > li > a,
  .pagination > li > span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
a.thumbnail {
  padding: 0;
  border: none;
  margin: 0;
}
.pro-image img {
  width: 100%;
}
#product-page .product-additional {
  text-align: center;
  position: relative;
}
.quickview-container .pro-image,
#product-page .pro-image {
  margin: 0 0 20px 0;
}
#additional-carousel .image-additional a,
#quick-carousel .image-additional a {
  margin: 0 6px;
  display: block;
  border: 1px solid var(--border-color);
}
#additional-carousel .image-additional a img,
#quick-carousel .image-additional a img {
  height: 6em;
}
#additional-carousel {
  padding: 0 70px;
  margin-bottom: 30px;
}
#additional-carousel .owl-nav > div {
  border: none;
  width: unset;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  background: transparent;
}
#additional-carousel .owl-nav > div i {
  font-size: 20px;
  color: var(--primary-color);
}
#additional-carousel .owl-nav .owl-prev {
  left: 60px;
  right: auto;
}
#additional-carousel .owl-nav .owl-next {
  right: 60px;
  left: auto;
}
#quick-carousel .owl-nav div::before,
#quick-carousel .owl-nav div::after {
  display: none;
}
#quick-carousel {
  padding: 0 20px;
}
#quick-carousel .owl-nav div {
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  border: none;
  width: auto;
  background: transparent;
  position: absolute;
}
#quick-carousel.owl-carousel.owl-theme .owl-nav {
  position: unset;
  margin: 0;
}
#quick-carousel .owl-nav div:hover {
  color: var(--primary-hover-color);
}
#quick-carousel .owl-nav .owl-prev {
  left: 0;
  right: auto;
}
#quick-carousel .owl-nav .owl-next {
  right: 0;
  left: auto;
}
#quick-carousel.owl-carousel.owl-theme .owl-nav .fa {
  font-size: 20px;
}
#product-page .pro-deatil {
  padding: 28px 30px 0;
}
.pro-deatil {
  background: var(--secondary-color);
}
.right_info h1,
.quick-product-right h1 {
  font-size: 24px;
  text-transform: capitalize;
  margin: 0 0 18px;
  font-weight: 500;
}
.rating .product-rating {
  float: left;
  margin-right: 20px;
}
.rating .write-review {
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
  position: relative;
}
.rating .reviews,
.rating .write-review {
  font-size: 15px;
  color: var(--secondary-light-color);
}
.pro-deatil .rating .write-review:before {
  content: "";
  background: var(--border-color);
  height: 14px;
  width: 1px;
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.rating .reviews:hover,
.rating .write-review:hover,
.rating .write-review:hover .fa-pencil {
  color: var(--primary-hover-color);
}
.rating .fa-pencil {
  padding-right: 5px;
  color: var(--primary-color);
}
.right_info .disc {
  color: var(--primary-color);
  margin-right: 5px;
  line-height: 27px;
  min-width: 125px;
  font-size: 14px;
  display: inline-block;
}
.right_info .disc1 {
  color: var(--secondary-light-color);
  margin-right: 10px;
  font-size: 14px;
}
.pro_price {
  font-size: 24px;
  display: inline-block;
  font-weight: 600;
}
.pro_oldprice {
  color: var(--secondary-light-color);
  margin-left: 10px;
  font-size: 16px;
}
.right_info .tax {
  margin: 7px 0 5px;
  color: var(--secondary-light-color);
}
.product-options h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
}
.right_info .control-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
  margin: 0 20px 0 0;
  display: inline-block;
}
.right_info .checkbox,
.right_info .radio {
  margin-top: 0;
}
.product-options .alert {
  margin-top: 15px;
}
.product-btn-quantity .minus-plus {
  margin: 0 15px 0 0;
  display: inline-flex;
  border: 1px solid var(--border-color);
  border-radius: 20px;
}
#product .minus-plus > * {
  text-align: center;
  border: none;
  background: transparent;
  padding: 0 5px;
  border-radius: 0;
  height: 38px;
  width: 38px;
}
#product .minus-plus > button:hover {
  color: var(--primary-hover-color);
}
.product-btn-quantity #input-quantity {
  width: 44px;
  border: none;
}
#product .btn-groups {
  display: inline-block;
  vertical-align: top;
}
#button-cart,
#quick-cart {
  display: flex;
  align-items: center;
}
.pro_wish,
.pro_comper {
  background: transparent;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px 10px 0;
  color: var(--secondary-light-color);
}
.pro_wish:hover,
.pro_comper:hover {
  color: var(--primary-hover-color);
}
.pro_wish:hover i,
.pro_comper:hover i {
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
.pro_wish i,
.pro_comper i {
  font-size: 16px;
  margin: 0 10px 0 0;
  color: var(--primary-hover-color);
  border: 1px solid var(--primary-hover-color);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
}
#product .product-btn-quantity {
  display: flex;
  align-items: center;
}
.tab-content #tab-description {
  font-size: 15px;
}
.propage-tab h2 {
  font-size: 18px;
  margin: 25px 0 15px 0;
}
#form-review.form-horizontal .control-label {
  padding: 0;
}
.quickview-wrapper-inner.container {
  width: auto;
}
#button-upload222 {
  margin-left: 10px;
}
.related-products-block {
  clear: both;
  padding-top: 50px;
}
.propage-tab {
  margin-top: 50px;
  background: var(--secondary-color);
}
#product-page .nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  background: var(--primary-hover-color);
}
#product-page .tab-content {
  padding: 30px;
  color: var(--secondary-light-color);
}
#product-page .tab-content strong {
  font-weight: 500;
  text-transform: capitalize;
}
#product-page .nav-tabs li {
  margin: 0 25px;
}
#product-page .nav-tabs > li > a {
  padding: 15px 0;
  line-height: 20px;
}
#product-page .nav-tabs > li > a:after {
  content: "";
  background: var(--primary-color);
  width: 0;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  position: absolute;
  bottom: -1px;
  transition: all 350ms ease-out 0s;
  -moz-transition: all 350ms ease-out 0s;
  -o-transition: all 350ms ease-out 0s;
  -webkit-transition: all 350ms ease-out 0s;
}
#product-page .nav-tabs > li:hover > a:after,
#product-page .nav-tabs > li.active > a:after {
  width: 100%;
}
.nav-tabs > li > a {
  text-transform: capitalize;
  padding: 12px 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border: none;
  margin: 0;
  color: var(--secondary-color);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background: transparent;
  color: var(--primary-color);
  border: none;
}
@media (max-width: 1440px) {
  #additional-carousel {
    padding: 0 10px;
  }
  #additional-carousel .owl-nav .owl-next {
    right: 0;
  }
  #additional-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .rating .product-rating {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #product .btn-groups {
    margin: 10px 0 0;
    display: block;
  }
  #product .product-btn-quantity {
    display: block;
  }
  .product-btn-quantity .minus-plus {
    margin: 0 0 20px 0;
  }
  #additional-carousel .image-additional a,
  #quick-carousel .image-additional a {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .related-products-block {
    padding-top: 30px;
  }
  .propage-tab {
    margin-top: 20px;
  }
  .right_info h1,
  .quick-product-right h1 {
    font-size: 18px;
    margin: 0 0 8px;
  }
  .rating .product-rating {
    margin: 0 0 10px 0;
  }
  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pro_price {
    font-size: 18px;
  }
  #product-page .tab-content {
    padding: 20px;
  }
  #product-page .pro-deatil {
    padding: 15px 15px 0;
  }
  #additional-carousel .image-additional a img,
  #quick-carousel .image-additional a img {
    height: 4em;
  }
}
@media (max-width: 767px) {
  .product-img {
    width: 480px;
    margin: 0 auto;
  }
  .right_info {
    margin-top: 20px;
  }
  #product-page .tab-content {
    padding: 20px;
  }
  #additional-carousel .image-additional a img,
  #quick-carousel .image-additional a img {
    height: 3em;
  }
}
@media (max-width: 540px) {
  .product-img {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  #product-page .nav-tabs > li > a {
    font-size: 13px;
    padding: 8px 0;
  }
  #product-page .nav-tabs li {
    margin: 0 7px;
  }
  #product-page .tab-content {
    padding: 15px;
  }
  .pro_wish,
  .pro_comper {
    padding: 0 15px 5px 0;
  }
  .related-products-block {
    padding-top: 20px;
  }
}

/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
  background: var(--primary-hover-color);
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: var(--secondary-color);
  font-size: 16px;
  height: 35px;
  margin: 0px 10px 10px 0;
  padding: 7px;
  text-align: center;
  width: 35px;
}
.information-contact .contact-left .title {
  font-size: 16px;
  color: var(--primary-color);
}
.content-address {
  margin-bottom: 15px;
}
.contact-left .btn-info i {
  font-size: 16px;
}
.content-details {
  padding: 25px 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  color: var(--secondary-light-color);
  background: var(--secondary-color);
}
.contact-left .content-details > div {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.contact-left .content-details .comment-info {
  border: none;
  padding: 0;
  margin: 0px;
}
#information-contact .panel-body .col-sm-3 {
  float: left;
  width: 100%;
  padding: 15px;
  line-height: 25px;
}
.contact-title {
  margin: 0 0 20px 0;
  font-size: 20px;
}
@media (max-width: 991px) {
  .contact-left {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------*/
/* checkout-cart */
/*----------------------------------------------*/
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
  float: right;
}
#accordion.panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}
#accordion.panel-group .panel + .panel {
  margin-top: 15px;
}
#accordion.panel-group .panel-default > .panel-heading {
  background: var(--primary-hover-color);
  padding: 14px 15px;
  border: none;
  border-radius: 0;
}
#accordion h4.panel-title,
#accordion .panel-title a {
  color: var(--secondary-color);
}
.checkout-cart .input-group.btn-block .form-control {
  width: 45px;
  text-align: center;
  padding: 6px;
}
.checkout .input-group .form-control {
  z-index: 1;
  background: transparent;
}
.cart_input_block.input-group {
  display: flex;
  width: auto;
}
@media (max-width: 991px) {
  #accordion.panel-group .panel-default > .panel-heading {
    padding: 10px;
  }
}

/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
#button-search {
  margin: 0 0 20px 0;
}
h3.search-criteria {
  font-size: 17px;
}
#product-search #input-search {
  margin-bottom: 10px;
}

/* manufacture page */
#product-manufacturer #content p > a {
  color: var(--primary-hover-color);
}
.manufacturer-list {
  margin-bottom: 20px;
  padding: 5px;
  background: var(--secondary-color);
}
.manufacturer-heading {
  background: var(--background-color);
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 5px 8px;
}
.manufacturer-content {
  padding: 8px;
}

/*account*/
#account-account .account-list-content {
  margin-bottom: 20px;
}
#account-account .account-list-content:last-child {
  margin-bottom: 0;
}
.well {
  padding: 19px;
  border-radius: 0;
  border: 1px solid var(--border-color);
  background: var(--secondary-color);
}
.well h2 {
  margin: 0px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
.well strong {
  font-weight: 500;
}
.account-list-heading {
  font-size: 16px;
  margin: 0 0 10px;
}
.account-list-content li a {
  color: var(--secondary-light-color);
  padding: 3px 0;
  display: inline-block;
}
.account-list-content li a:hover {
  color: var(--primary-hover-color);
}

/*sitemap*/
#information-sitemap #content .row li > a {
  padding: 5px 0;
  display: inline-block;
}

/*compare*/
#product-compare .table {
  display: inherit;
  border-style: solid none none none;
  overflow: auto;
}
.product-compare .btn-primary {
  margin: 5px 0 5px;
}
#product-compare .table > tbody + tbody {
  border-top: 1px solid #ddd;
}

/*checkout*/
#checkout-cart .img-thumbnail {
  border: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #checkout-cart img.img-thumbnail {
    width: 5em;
    max-width: 5em;
    height: auto;
  }
  .input-group .form-control[name^="quantity"] {
    width: 51px;
  }
  .cart_input_block.input-group {
    display: inline-block;
    text-align: center;
    width: 12em;
  }
  .btn-danger {
    padding: 10px 25px;
  }
}

/*about us*/
#information-information #content .about-us {
  padding: 20px 5px;
  background: transparent;
}
.about-us img {
  width: 100%;
}
.about-us h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}
.about-us h4 {
  font-size: 25px;
  color: var(--primary-hover-color);
  margin: 15px 0;
  font-weight: 500;
}
.about-us p {
  line-height: 26px;
  color: var(--secondary-light-color);
}
@media (max-width: 767px) {
  .cms-block {
    margin-bottom: 15px;
  }
}

@media (max-width: 1050px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
.mt-80 {
  margin-top: 80px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.img-thumbnail {
  border: none;
}
#content {
  min-height: 600px;
}
.common-home #content {
  padding: 1em 0;
  min-height: unset;
}
#content > h3 {
  margin-top: 0;
  font-size: 18px;
}
.relative {
  position: relative;
}
.m-auto {
  margin: 0px auto;
}
.m-image-auto {
  width: auto !important;
}
ul.list-unstyled {
  margin: 0;
}
.owl-carousel {
  touch-action: manipulation;
}
.dropdown-menu {
  background: var(--secondary-color);
  z-index: 1001;
  margin: 0;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid var(--primary-hover-color);
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 10px 15px;
  vertical-align: middle;
  border-color: var(--border-color);
  background: var(--secondary-color);
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
.table > tbody > tr > td {
  border-top: none;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 15px;
  font-size: 15px;
  line-height: 20px;
  color: var(--secondary-light-color);
  background: var(--secondary-color);
  background-color: var(--secondary-color);
  background-image: none;
  border: 1px solid var(--border-color);
  box-shadow: none;
  border-radius: 25px;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 44px;
}
@media (min-width: 1441px) {
  .container {
    width: 1380px;
  }
  .col-lg-2:nth-child(6n + 1),
  .col-lg-3:nth-child(4n + 1),
  .col-lg-4:nth-child(3n + 1),
  .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .col-lg-2:nth-child(6n + 1),
  .col-lg-3:nth-child(4n + 1),
  .col-lg-4:nth-child(3n + 1),
  .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-2:nth-child(6n + 1),
  .col-md-3:nth-child(4n + 1),
  .col-md-4:nth-child(3n + 1),
  .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .col-sm-2:nth-child(6n + 1),
  .col-sm-3:nth-child(4n + 1),
  .col-sm-4:nth-child(3n + 1),
  .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (max-width: 540px) and (min-width: 320px) {
  .box :not(.owl-carousel) .col-xs-4,
  .product-layout.product-grid {
    width: 50%;
  }
  .col-xs-2:nth-child(6n + 1),
  .col-xs-3:nth-child(4n + 1),
  .col-xs-4:nth-child(2n + 1),
  .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 319px) {
  .category-featured :not(.owl-carousel) .category-layout,
  .box :not(.owl-carousel) .col-xs-4,
  .product-layout.product-grid.col-xs-4 {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 600px) {
  /* Mahardhi */
  #content,
  #column-left,
  #column-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 1px solid #ddd;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-left: 0;
  }
}
/* mahardhi */
@media (max-width: 1199px) {
  .checkout-cart .input-group.btn-block .form-control {
    margin-bottom: 5px;
  }
}
@media (max-width: 1440px) {
  .mt-80 {
    margin-top: 50px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mt-50 {
    margin-top: 40px;
  }
  .mt-20 {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 30px;
  }
  .mt-60 {
    margin-top: 20px;
  }
  .mt-50 {
    margin-top: 30px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .category-row {
    margin: 0 -5px;
  }
  .form-group {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #column-left,
  #column-right {
    display: block !important;
  }

  #column-left {
    padding: 0 5px;
  }
}
@media (max-width: 480px) {
  .mt-80 {
    margin-top: 20px;
  }
  .mt-60 {
    margin-top: 10px;
  }
  .mt-50 {
    margin-top: 20px;
  }
  .mt-20 {
    margin-top: 0;
  }
}
