body {
  font-family: 'Jost', serif;
  font-weight: 400;
  color: var(--primary-color);
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#common-home {
  overflow: hidden;
}
/*----------------------------------------------*/
/* 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);
  text-decoration: none;
}
.fa {
  font-size: 14px;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
  border-color: var(--border-color);
}
label {
  font-size: 16px;
  font-weight: normal;
}
.form-check label {
  cursor: pointer;
}
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;
}
.container,
.row {
  --bs-gutter-x: 30px;
}
@media(max-width: 991px) {
  .row {
    --bs-gutter-x: 10px;
  }
}
body .daterangepicker {
  z-index: 10001;
}
/* 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-color);
}
a:hover {
  text-decoration: none;
  color: var(--primary-hover-color);
}
div.required .control-label:before,
div.required .col-form-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;
}
/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
.scrollToTop {
  position: fixed;
  overflow: hidden;
  right: 20px;
  bottom: 70px;
  z-index: 5;
  height: 40px;
  width: 40px;
  border-radius: 0;
  text-align: center;
  box-shadow: none;
  color: var(--pripmary-color);
  background: var(--secondary-color);
  border: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
}
.scrollToTop i {
  font-size: 16px;
  line-height: 40px;
}
.scrollToTop:hover,
.scrollToTop:focus {
  color: var(--secondary-color);
  background: var(--primary-hover-color);
}
@media (max-width: 991px) {
  .scrollToTop {
    height: 34px;
    width: 34px;
    right: 15px;
    bottom: 40px;
  }
  .scrollToTop i {
    line-height: 34px;
  }
}

/*----------------------------------------------*/
/* loader */
/*----------------------------------------------*/
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../image/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 5px;
  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(--background-color);
  border-radius: 0;
}
.quickview-btn:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}
.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;
  color: #ffffff;
}
.quickview-container #button-cart-quick {
  padding: 12px 30px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .quickview-wrapper {
    width: 90%;
  }
}
@media(max-width: 575px) {
  .quickview-container #button-cart-quick {
    padding: 12px 18px;
  }
}
/*----------------------------------------------*/
/* 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 {
  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 {
  position: relative;
}
.newsletter-content {
  position: relative;
  z-index: 1;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
}
#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: auto;
  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 {
  max-width: 900px;
  margin: 20px auto;
}
.newsletter-popup .modal-content {
  background: transparent;
  box-shadow: none;
}
.newsletter-popup-img {
  width: 45%;
  height: 430px;
  background: url(../image/newsletter-popup.jpg) no-repeat center center;
  background-size: cover;
  transform: translate(60%);
  transition: transform .35s;
  transition-delay: .5s;
}
.newsletter-content-innner {
  transition: all .35s;
  transition-delay: .5s;
  transform: translate(-40%);
  background: var(--secondary-color);
}
.modal.show .modal-dialog .newsletter-content-innner,
.modal.show .modal-dialog .newsletter-popup-img {
  transform: translate(0);
}
.newsletter-btn-close.close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: 1;
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 10px;
  font-weight: 400;
  text-shadow: none;
  background: transparent;
  color: var(--primary-color);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.newsletter-btn-close.close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  background: transparent;
  color: var(--primary-hover-color);
}
.newsletter-popup .modal-body {
  padding: 0;
  z-index: 1;
}
.newsletter-content-innner .newsletter_usr_popup_email::placeholder {
  color: var(--primary-color);
}
.newsletter-content-innner {
  width: 55%;
  text-align: center;
  padding: 52px 30px;
}
.newsletter-content-innner h3 {
  position: relative;
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
  color: var(--primary-color);
}
.newsletter-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 17px 0 0;
  text-transform: capitalize;
  color: var(--primary-color);
}
.newsletter-popup-text {
  font-weight: 600;
  color: var(--primary-hover-color);
  text-transform: uppercase;
  margin: 0;
  font-size: 28px;
  line-height: 32px;
}
.frmnewsletterpopup {
  display: block;
  margin: 15px auto 0;
}
.newsletter-content-innner .newsletter_usr_popup_email {
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 15px;
  height: 50px;
  border: none;
  background: transparent;
  border-bottom: 2px solid var(--primary-color);
  width: 100%;
}
.frmnewsletterpopup button {
  font-size: 14px;
  line-height: 20px;
  padding: 15px 30px;
  margin: 20px 0 0;
  width: 100%;
  display: block;
  text-transform: uppercase;
  color: var(--secondary-color);
  background: var(--primary-color);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.frmnewsletterpopup button:hover {
  color: var(--secondary-color);
  background: var(--primary-hover-color);
}
.newsletter-popup-welcome {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 30px 0 0;
  text-transform: uppercase;
  color: var(--primary-color);
}
.newsletter-popup-welcome span + span {
  border-bottom: 1px solid var(--primary-hover-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-bottom input[type="checkbox"] {
  margin: 0;
}
.newsletter-content-innner .alert {
  margin: 15px 0 10px;
  display: table;
  position: relative;
  width: 100%;
}
.newsletter-content-bottom label {
  margin: 0;
}
@media (min-width: 768px) {
  .newsletter-popup .modal-dialog {
    width: 100%;
  }
}
@media(max-width: 1199px) {
  .frmnewsletterpopup {
    width: 100%;
  }
  .newsletter-content p {
    margin: 11px 0 0;
  }
  .newsletter-content-innner {
    padding: 40px 30px;
  }
  .newsletter-popup-img {
    height: 400px;
  }
}
@media(max-width: 991px) {
  .frmnewsletterpopup button {
    font-size: 14px;
    padding: 10px 20px;
    margin: 15px 0 0;
  }
  .newsletter-popup .modal-dialog {
    width: 700px;
  }
  .newsletter-content p {
    font-size: 14px;
  }
  .newsletter-content-innner .newsletter_usr_popup_email {
    height: 40px;
  }
  .newsletter-content-innner h3 {
    font-size: 28px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .newsletter-popup .modal-dialog {
    width: 90%;
    max-width: unset;
  }
  .newsletter-content-innner h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 25px 0 15px;
  }
  .newsletter-popup-text {
    font-size: 20px;
    line-height: 26px;
  }
  .newsletter-popup-welcome {
    display: none;
  }
  .newsletter-content-innner {
    padding: 65px 30px;
  }
  .newsletter-content p {
    margin: 12px 0 0;
  }
}

@media(max-width: 680px) and (min-width: 576px) {
  .newsletter-popup .modal-dialog {
    width: 80%;
  }
}
@media(max-width: 680px) {
  .newsletter-popup-img {
    display: none;
  }
  .newsletter-content-innner {
    width: 100%;
    padding: 30px;
  }
  .newsletter-content p {
    margin: 20px 0 0;
  }
  .newsletter-content-innner h3 {
    margin: 0;
  }
  .newsletter-content-innner {
    transform: translate(0);
  }
}
@media (max-width: 575px) {
  .newsletter-content-bottom label {
    font-size: 14px;
  }
  .newsletter-content-innner h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .frmnewsletterpopup {
    margin: 15px 0 0;
  }
}
@media (max-width: 480px) {
  .newsletter-popup-text {
    font-size: 16px;
    margin-top: 10px;
  }
  .newsletter-popup-welcome {
    font-size: 12px;
  }
  .newsletter-btn-close.close {
    font-size: 12px;
  }
  .newsletter-content p {
    margin: 20px 0 0;
  }
  .newsletter-content-innner h3 {
    font-size: 18px;
  }
}
/*----------------------------------------------*/
/* Start top */
/*----------------------------------------------*/
#top {
  position: relative;
}
#menu {
  padding: 0;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  min-height: unset;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#menu div {
  /* padding: 3px 0; */
}
#menu .nav > li {
  padding: 20px 0;
  position: relative;
  display: inline-block;
}
#menu .nav > li > a {
  padding: 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  line-height: 20px;
  position: relative;
  background: transparent;
  text-transform: uppercase;
  color: var(--secondary-color);
}
#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 .nav > li:hover > a {
  background: transparent;
  color: var(--primary-hover-color);
}
#menu .dropdown-inner ul,
#navCategory .dropdown-inner > ul {
  display: table-cell;
}
#menu .nav > li + li {
  margin: 0 0 0 43px;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu > .fa {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 8px 0;
}
#menu .column-1 .dropdown-inner li.dropdown-submenu:hover > .fa {
  color: var(--primary-hover-color);
}
/*top-left*/
.contact a,
.email-dec a {
  display: flex;
  align-items: center;
  color: var(--primary-hover-color);
}
.header-right .nav i.fa-angle-right {
  display: none;
}
.header-top-right {
  display: flex;
  align-items: center;
}
.header-top-right .email .icon-mail1 {
  font-size: 32px;
}
.contact-dec,
.email-dec,
.wishlist-dec {
  padding-left: 10px;
  color: var(--primary-hover-color);
}
.wishlist-dec span {
  color: var(--secondary-light-color);
  text-transform: capitalize;
}
.header-top-right > div:not(:last-child):after {
  content: "";
  position: absolute;
  background: var(--border-color);
  width: 1px;
  height: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header-top-right > div:not(:last-child) {
  margin-right: 31px;
  padding: 30px 28px 30px 0;
}

/*top-right*/
.top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.language-box .lang,
.currency-dropdown {
  padding: 0;
}
.language-box li,
.currency-dropdown li {
  display: block;
}
.top-right > div {
  position: relative;
}
.top-right > div + div {
  margin: 0 0 0 26px;
}
#form-currency .dropdown-toggle,
#form-language .dropdown-toggle {
    width: 100%;
    padding: 5px 0;
    margin: 2px 0;
    border-radius: 0;
    font-size: 14px;
    color: var(--primary-color);
    border-bottom: 1px solid var(--border-color);
}
.top-right > div .dropdown-toggle:hover,
#header_ac > a:hover,
#cart > .btn:hover,
#wishlist-total:hover i,
.btn_search .search-btn:hover {
  color: var(--primary-hover-color);
}
.top-right > div .dropdown-toggle .code {
  text-transform: uppercase;
  margin-right: 7px;
}
.header-right ul.dropdown-menu {
  padding: 5px 10px;
  right: 0;
  left: auto;
  border: none;
  border-top: 2px solid var(--primary-hover-color);
}
.top-right ul.dropdown-menu button {
  padding: 5px 0;
  text-align: left;
  border: none;
  color: var(--secondary-light-color);
}
.top-right ul.dropdown-menu button:hover,
#header_ac .dropdown-menu > li > a:hover {
  color: var(--primary-color);
}
.dropdown-menu {
  background: var(--secondary-color);
  z-index: 1001;
  margin: 0;
  border-radius: 0;
  border: none;
  border-top: 2px solid var(--primary-hover-color);
  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);
}
/*----------------------------------------------*/
/* 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: 11;
  border: none;
  background: var(--secondary-color);
  -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%);
}
.header-fixed .header-top-inner {
  padding: 20px 0;
}
.header-fixed .header-bottom {
  display: none;
}

#alert {
  width: 100%;
  pointer-events: auto;
}
body .alert-dismissible .btn-close {
  padding: 0.75rem 1rem;
}

/*header*/
header {
  position: relative;
  background: var(--primary-color);
}
.header-top-inner {
  padding: 30px 0;
}
.header-bottom-right {
  display: flex;
  justify-content: space-between;
}
.header-inner {
  display: flex;
  align-items: center;
}
.header-right div + div {
  margin: 0 0 0 25px;
}
.header-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-top-inner {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*logo*/
.header-center {
  text-align: center;
}
.top-inner {
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#logo img {
  image-rendering: -webkit-optimize-contrast;
}
/*header search*/
.btn_search {
  position: relative;
  cursor: pointer;
}
.btn_search .form-control {
  padding: 2px 10px;
  border: none;
  height: 40px;
}
.header-search .icon-close {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 12px;
}
.header-search {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  padding: 0 30px;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
  -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
}
.header-search.active {
  opacity: 1;
  visibility: visible;
  animation: fadeInDown .8s ease;
}
#mahardhiSearch .input-lg,
#search .input-lg {
  height: 40px;
  border: none;
}

.top-right-inner .btn_search .dropdown-menu {
  left: auto !important;
  right: 0 !important;
  width: 280px;
  padding: 0;
}
#mahardhiSearch .input-lg {
  padding: 6px 15px;
}
.category-search {
  position: relative;
}
.category-search:after {
  border-left: 1px solid var(--border-color);
  content: "";
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  margin: auto;
}
/*-- mahardhi edit --*/
.search-btn .search-text {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0 10px;
}
.btn_search .search-btn {
  display: block;
  text-align: center;
  padding: 15px 0;
  color: var(--secondary-color);
}
#mahardhiSearch,
#search {
  width: 65%;
  display: flex;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid var(--border-color);
  background: var(--secondary-color);
}
#mahardhiSearch > *,
#search > * {
  display: block;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  color: var(--primary-color);
}
#mahardhiSearch .btn-search,
#search .input-group-btn {
  width: auto;
  background: transparent;
}
#mahardhiSearch .btn-search button,
#search .input-group-btn button {
  padding: 9px 3px;
  border: none;
  font-size: 20px;
  line-height: unset;
  background: transparent;
  color: var(--primary-color);
}

#sResultContainer {
  position: absolute;
  top: 100%;
}
.ui-autocomplete.ui-menu .ui-menu-item {
  list-style-image: none;
  padding: 1px;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
  padding: 3px 1em 3px 0.4em;
}
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: var(--primary-color);
}
.ui-autocomplete .mahardhi-search {
  position: relative;
  display: table;
  width: 100%;
  padding: 5px 0px;
}
.ui-autocomplete .mahardhi-search > div {
  font-size: 14px;
  display: table-cell;
  vertical-align: top;
}
.ui-autocomplete .mahardhi-search .images {
  width: 80px;
  padding-right: 10px;
}
.ui-autocomplete .mahardhi-search .product-detail .price-old {
  color: var(--secondary-light-color);
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 12px;
}
.ui-autocomplete .mahardhi-search .price-new {
  font-size: 14px;
  font-weight: 500;
}
.ui-autocomplete.ui-widget-content {
  background: var(--secondary-color) !important;
  border: 1px solid var(--border-color) !important;
}
#mahardhiSearch select.form-control.input-lg {
  border: none;
  padding: 6px 0;
  line-height: 1.42857143;
  width: auto;
  width: 110px;
  background: transparent;
  color: var(--primary-color);
}
#mahardhiSearch .input-lg::placeholder {
  color: var(--seconddary-light-color);
}
.search-down {
  position: absolute;
  z-index: 11;
  display: none;
  right: 0;
  top: 100%;
  left: auto;
  width: 280px;
  border-top: 2px solid var(--primary-hover-color);
  box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
  -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 11%);
}
.search-btn i {
  font-size: 20px;
  display: block;
}
/*header right*/
#header_ac a > i {
  font-size: 20px;
  display: block;
}
#header_ac > a {
  display: flex;
  align-items: center;
  padding: 13px 0;
  color: var(--secondary-color);
}
.common-home #header_ac > a {
  padding: 13px 0 25px;
}
.header-links > div + div {
  margin: 0 0 0 25px;
}
.contact,
.email,
.wishlist {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--primary-hover-color);
}
.contact .icon-phone-2,
.email .icon-mail1,
.header-top-right .wishlist .icon-heart {
  font-size: 28px;
  color: var(--primary-hover-color);
}
.contact span,
.email span {
  display: block;
  color: var(--secondary-light-color);
}
#header_ac > a span {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0 5px;
}
#wishlist-total i {
  font-size: 20px;
  display: block;
}
#wishlist-total {
  display: flex;
  padding: 0;
  color: var(--primary-color);
}
/*account*/
#header_ac .dropdown-menu li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  color: var(--secondary-light-color);
}
#header_ac button {
  text-align: left;
  padding: 5px 10px;
  text-transform: capitalize;
  border: none;
  color: var(--secondary-light-color);
}
#header_ac .dropdown > .btn-link {
  padding: 5px 0;
  margin: 2px 0;
  width: 100%;
  font-weight: 500;
  color: var(--primary-color);
  border-bottom: 1px solid var( --border-color);
}
#header_ac button:hover,
#header_ac .dropdown-menu li > a:hover {
  color: var(--primary-hover-color);
  background: transparent;
}
#header_ac .dropdown-menu li > a:active {
  background: transparent;
}
/*cart*/
.header_cart {
  position: relative;
}
#cart .cart-text {
  display: block;
  color: var(--secondary-light-color);
}
#cart .cart-items {
  font-size: 12px;
  padding: 0;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: 10px;
  left: 12px;
  color: var(--secondary-color);
  background: var(--primary-hover-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#cart {
  position: relative;
  vertical-align: top;
}
#cart > .btn {
  background: transparent;
  padding: 7px 0;
  border: none;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  box-shadow: none;
}
.cart-item {
  background: var(--primary-hover-color);
  color: var(--secondary-color);
  border-radius: 50px;
  line-height: 16px;
  padding: 0px 5.5px;
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 12px;
}
#cart .cart-price {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  margin: 0 0 0 5px;
}
#cart #cart-total .cart-item[data-value="0"] {
  display: none;
}
#cart > .btn:before {
  content: "\e95e";
  font-family: "Mahardhi-Fonts";
  font-size: 22px;
  margin-right: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cart .dropdown-menu {
  margin: 0;
  padding: 0px;
  width: 300px;
  overflow: hidden;
  border-radius: 0;
  border-top: 2px solid var(--primary-hover-color);
}
#cart .dropdown-menu li {
  float: none;
  padding: 0px 20px;
}
#cart .dropdown-menu li p {
  margin: 0;
  font-size: 14px;
  color: var(--secondary-light-color);
}
#cart .dropdown-menu li p .btn {
  font-size: 12px;
  padding: 8px;
}
.product-cart-empty {
  padding: 20px 0;
}
.header_cart i.fa.fa-shopping-cart {
  display: none;
}
#cart .dropdown-menu .cart-content-product {
  max-height: 241px;
  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);
  --bs-table-bg-type: transparent;
}
.header_cart .table-bordered tr {
  border: none;
}
#cart .dropdown-menu li td,
td.cart-total-price {
  font-size: 14px;
  font-weight: 500;
}
#cart .img-thumbnail {
  padding: 0;
  border-radius: 0;
  max-width: unset;
}
#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;
}
.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;
}
@media(min-width: 1441px) {
  .common-home .container {
    max-width: unset;
    padding: 0 50px;
  }
}
@media (min-width: 992px) {
  .common-home header {
    position: fixed !important;
    left: 0;
    right: auto;
    text-align: left;
    z-index: 99;
    background: var(--primary-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3 linear;
    transition: all 0.3s linear;
    animation: unset;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 5%);
  }
  .common-home #cart > .btn {
    padding: 14px 0 7px;
  }
  .common-home #cart > .btn:before {
    line-height: 1;
  }
  .common-home header .container {
    padding: 0 30px;
  }
  .common-home .cart-item {
    top: 0;
    left: 4px;
  }
  .common-home #menu #topCategoryList .nav {
    flex-direction: column;
    text-align: left;
  }
  .common-home #menu .nav > li + li {
    margin: 0;
  }
  .common-home #menu .nav > li {
    padding: 12px 0;
  }
  .common-home .header-center {
    text-align: left;
    width: auto;
    margin: auto 0;
  }
  .common-home .header-links > div + div {
    margin: 0;
  }
  div#common-home {
    position: relative;
    overflow: hidden;
    padding-left: 130px;
    background: var(--secondary-color);
  }
  .common-home .home-sidebar {
    box-shadow: inset 1px 0 20px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 1px 0 20px rgb(0 0 0 / 5%);
    -webkit-box-shadow: inset 1px 0 20px rgb(0 0 0 / 5%);
  }
  .common-home #cart .dropdown-menu {
    position: fixed !important;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    width: 220px;
    min-width: 220px;
    min-height: 100%;
    visibility: hidden;
    border: none;
    transform: none !important;
  }
  .common-home #header_ac .dropdown-menu {
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: 0;
    padding: 15px;
    width: 220px;
    min-width: 220px;
    min-height: 100%;
    visibility: hidden;
    border: none;
    transform: none;
  }
  .common-home #header_ac .dropdown-menu.show {
    transform: translateX(130px) !important;
    -webkit-transform: translateX(130px) !important;
    -moz-transform: translateX(130px) !important;
    -o-transform: translateX(130px) !important;
    -ms-transform: translateX(130px) !important;
    visibility: visible;
    display: block!important;
  }
  .common-home #cart .dropdown-menu {
    left: auto !important;
    width: 300px;
  }
  .common-home #cart .dropdown-menu.show {
    visibility: visible;
    right: 0 !important;
    display: block !important;
  }
  .common-home .header-search {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 300px;
    display: block;
    padding: 30px 20px;
    transition: unset;
  }
  .common-home .header-search.active {
    animation: unset;
  }
  .common-home #mahardhiSearch,
  #search {
    width: 100%;
    flex-direction: row-reverse;
  }
  .common-home .header-links {
    display: flex;
    align-items: unset;
    flex-direction: column;
    width: auto;
  }
  .hidden-lg-up {
    display: none !important;
  }
  .header-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--primary-hover-color);
    padding: 0;
  }
  .text_sm_center {
    display: none;
  }
  .common-home #menu .nav > li > a {
    display: inline-block;
    padding: 0 0 0 15px;
    color: var(--secondary-light-color);
  }
  .common-home .header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100vh;
    padding: 30px 0;
  }
  .common-home #menu .dropdown-menu,
  .common-home #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu,
  .common-home #menu .dropdown:hover .dropdown-menu,
  .common-home #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
    display: none;
  }
  .common-home .header-left {
    width: auto;
  }
}
@media (max-width: 1440px) {
  .header-right.header-links {
    padding: 0;
  }
  .header-top-right > div:not(:last-child) {
    padding: 20px 28px 20px 0;
  }
  .top-inner {
    padding: 20px 0;
  }
  .header-top-inner {
    padding: 20px 0;
  }
  .header-right div + div {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 1199px) {
  .top-inner {
    padding: 15px 0;
  }
  .header-top-inner {
    padding: 15px 0;
  }
  .header-top-right > div:not(:last-child) {
    padding: 20px 20px 20px 0;
    margin-right: 25px;
  }
  .contact .icon-phone-2,
  .header-top-right .email .icon-mail1,
  .header-top-right .wishlist .icon-heart {
    font-size: 22px;
  }
  .contact-dec,
  .email-dec,
  .wishlist-dec {
    padding-left: 8px;
  }
  .top-right > div + div {
    margin: 0 0 0 20px;
  }
  .header-right .wishlist {
    display: none;
  }
  #menu .nav > li > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .top-right > div .dropdown-toggle {
    padding: 10px 0;
  }
  #top .top-left {
    padding: 10px 0;
  }
  #cart .cart-text, 
  #cart .cart-price {
    display: none;
  }
  .top-right {
    justify-content: center;
  }
  #logo img {
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .header-right .email,
  .header-right .contact {
    display: none;
  }
  .header-top-right > div:not(:last-child) {
    margin-right: 15px;
    padding: 20px 15px 20px 0;
  }
  .contact .icon-phone-2,
  .email .icon-mail1,
  .header-top-right .wishlist .icon-heart {
    font-size: 20px;
  }
  .header-top-right > div:not(:last-child):after {
    height: 30px;
  }
  .header-top-right #menu {
    position: relative;
    margin-right: 15px;
    padding: 18px 15px 18px 0;
  }
  .header-top-right #menu:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    right: 0;
    background: var(--border-color);
  }
  .dropdown-menu {
    border: none;
  }
  #header_ac .dropdown-menu {
    padding: 5px 10px;
  }
  .header-bottom-inner {
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-bottom-inner > div {
    padding: 0 5px;
  }
  .header-bottom .row {
    margin: 0 -5px;
  }
  .header-top-right #mahardhiSearch {
    padding: 0;
  }
  #mahardhiSearch .btn-search button,
  #search .input-group-btn button {
    padding: 11px 12px;
    font-size: 16px;
    line-height: 1;
  }
  .btn_search .search-btn.active i::before {
    content: "\e906";
  }
  #mahardhiSearch .btn-search,
  #search .input-group-btn {
    background: var(--secondary-color);
  }
  #mahardhiSearch > *,
  #search > * {
    background: var(--secondary-color);
  }
  #mahardhiSearch .input-lg,
  #search .input-lg {
    font-size: 14px;
    font-weight: 400;
  }
  .btn_search {
    padding: 9px 0;
  }
  .header-links > div + div {
    margin: 0 0 0 15px;
  }
  .common-home #header_ac > a,
  #header_ac > a {
    padding: 9px 0;
    display: block;
  }
  #cart > .btn {
    padding: 0;
  }
  #mahardhiSearch,
  #search {
    width: 100%;
  }
  .header-right .search-downs {
    display: none;
  }
  .header-center {
    text-align: left;
  }
  .header-search .icon-close {
    right: 10px;
  }
  .hidden-md-down {
    display: none !important;
  }
  #cart .dropdown-menu li p .btn {
    font-size: 12px;
    padding: 8px 20px;
  }
  .wishlist-dec span,
  .contact-dec,
  .email-dec,
  .wishlist-dec {
    display: none;
  }
  #cart .cart-items {
    top: -5px;
  }
  .header-bottom {
    display: none;
  }
  .header-bottom-left {
    display: none;
  }
  .header-top-right #menu .menu-close {
    padding: 10px 15px;
    margin-right: 0;
  }
  #top .top-left {
    display: none;
  }
  #menu {
    margin: 0 15px 0 0;
  }
  #cart > .btn:before {
    font-size: 20px;
  }
  .search-btn i,
  #header_ac a > i {
    font-size: 18px;
  }
  .cart-item {
    padding: 0px 5px;
    left: 8px;
    top: 2px;
  }
  .header-right div + div {
    margin: 0 0 0 15px;
  }
  #header_ac > a span {
    display: none;
  }
  .search-btn .search-text {
    display: none;
  }
  .btn_search .search-btn {
    padding: 0;
  }
  .header-top-inner {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .top-right > div + div {
    margin: 0 0 0 15px;
  }
  .product-cart-empty  {
    padding: 15px 0;
  }
  #logo img {
    width: 60px;
  }
}
@media (max-width: 575px) {
  #logo img {
    width: 50px;
  }
  .top-right > div .dropdown-toggle .code {
    display: none;
  }
  #cart .dropdown-menu {
    width: 270px;
  }
}
@media (max-width: 540px) {
  #mahardhiSearch select.form-control.input-lg {
    max-width: 90px;
  }
  #mahardhiSearch .input-lg {
    padding: 6px 10px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  #mahardhiSearch select.form-control.input-lg {
    max-width: 70px;
  }
  .top-right span.drop-text:after,
  .top-right > div .dropdown-toggle .code {
    display: none;
  }
  .top-right ul.dropdown-menu.currency-dropdown {
    left: 0;
    right: auto;
  }
  .top-right > div .dropdown-toggle {
    font-size: 13px;
  }
  .header-top-right > div:not(:last-child) {
    margin-right: 10px;
    padding: 17px 10px 17px 0;
  }
  .contact .icon-phone-2,
  .email .icon-mail1,
  .header-top-right .wishlist .icon-heart {
    font-size: 16px;
  }
  .btn_search a:before {
    display: none;
  }
  #cart .cart-items {
    font-size: 10px;
    min-width: 12px;
    min-height: 12px;
    line-height: 12px;
  }
  #cart .cart-items {
    left: 10px;
  }
  .header-top-right #menu {
    padding: 13px 10px 13px 0;
    margin-right: 10px;
  }
  .search-down {
    right: -70px;
  }
}

/*----------------------------------------------*/
/* Categoty Menu */
/*----------------------------------------------*/
ul.category-list > li {
  width: 100%;
}
.main-category.left-column-main-category {
  position: relative;
}
.main-category .vertical-category {
  position: relative;
}
#column-left .main-category .page-title h3,
#column-right .main-category .page-title h3 {
  margin-bottom: 0;
}
.vertical-category-wrapper {
  padding: 0;
  box-shadow: none;
  z-index: 11;
  background: var(--secondary-color);
  width: -moz-available;
}
.vertical-category ul li a {
  color: var(--primary-color);
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
  display: block;
}
.category-list {
  width: 100%;
  padding: 0;
}
.vertical-category ul li a.more-menu {
  cursor: pointer;
  position: relative;
}
.vertical-category .dropdown-wrapper ul li + li > a {
  border: none;
}
.category-list > li .icon-menu {
  margin-right: 5px;
  display: inline-block;
}
.category-list > li .icon-menu img {
  border-radius: 25px;
  border: 1px solid var(--border-color);
}
.vertical-category ul li a.more-menu:after {
  content: "\f107";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 0;
}
.vertical-category ul li a.more-menu.active:after {
  content: "\f106";
}
.box-categories {
  font-size: 14px;
  background: transparent;
  font-weight: 500;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  color: var(--primary-color);
}
.main-category-social {
  position: absolute;
  z-index: 11;
}
#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
  position: relative;
}
#menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
  display: none;
}
@media (min-width: 992px) {
  #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 .dropdown-menu.navcol-menu.item-column .dropdown-submenu.sub-menu-item > a {
    border-bottom: 1px solid var(--border-color);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 7px;
    margin: 0 10px 3px;
  }
  #menu ul.nav .item-column ul.list-unstyled li {
    margin: 0 10px;
  }
  #menu ul.nav .item-column ul.list-unstyled li a {
    padding-left: 0;
    padding-right: 0;
  }
  #menu .dropdown-inner a {
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    min-width: 160px;
    text-align: left;
    color: var(--secondary-light-color);
  }
  #menu .dropdown-menu,
  #menu .hiden_menu.menu_drop .dropdown-inner,
  #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
    position: absolute;
    top: 100px;
    border: none;
    padding: 8px 0;
    visibility: hidden;
    border-radius: 0;
    background: var(--secondary-color);
    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);
    border-top: 2px solid var(--primary-hover-color);
    margin: 0!important;
  }
  .common-home #menu .dropdown-menu {
    position: unset;
  }
  #menu .dropdown-menu,
  #menu .hiden_menu.menu_drop .dropdown-inner,
  #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
    display: block;
    top: 50px;
    left: 0px;
    min-width: 180px;
    z-index: 999;
    text-align: left;
    right: auto;
    padding: 8px 0;
}
  ul.category-list li .dropdown-menu {
    display: block;
    left: 100%;
    right: auto;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    border: none;
    border-bottom: 3px solid var(--primary-hover-color);
    background: var(--secondary-color);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 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;
  }
  #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;
  }
  ul.category-list li:hover > .dropdown-menu {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  .category-list .dropdown-inner a {
    min-width: 200px;
    display: block;
    clear: both;
    font-size: 14px;
  }
  .vertical-category
    .dropdown-wrapper
    .megamenu-dropdown
    > li
    .dropdown-menu
    li
    a {
    padding: 5px 10px;
  }
  ul.category-list li.dropdown > a:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    padding: 10px;
    align-items: center;
  }
  .vertical-category > ul > li.dropdown > a:after {
    padding: 10px 20px;
  }
  ul.category-list li.dropdown:hover > a:after {
    color: var(--primary-hover-color);
  }
  .dropdown-wrapper .megamenu-dropdown .dropdown-menu {
    position: unset;
    display: block;
    min-width: inherit;
    border: none;
    left: inherit;
    right: inherit;
    box-shadow: none;
    float: none;
    padding: 5px 0;
    visibility: unset;
    transition: 0s;
    opacity: 1;
  }
  ul.category-list li.dropdown .dropdown-wrapper a:after {
    display: none;
  }
  .vertical-category .dropdown-wrapper .megamenu-dropdown > li {
    display: table-cell;
    /*width: 33.33%;*/
    float: left;
  }
  .vertical-category .dropdown-wrapper ul.megamenu-dropdown {
    width: 680px;
    margin: 0 10px;
    display: table;
  }
  .vertical-category .dropdown-wrapper ul.megamenu-dropdown.column2 {
    width: 500px;
  }
  .vertical-category .dropdown-wrapper .megamenu-dropdown.column2 > li {
    /*float: unset;*/
  }
  .vertical-category .dropdown-wrapper .megamenu-dropdown > li > a {
    border-bottom: 1px solid var(--border-color);
    color: var(--primary-color);
    font-weight: 400;
    padding-bottom: 10px;
    margin: 0 9px;
    padding-left: 0;
    padding-right: 0;
  }
  .category-list .single-dropdown .dropdown-inner .dropdown li:first-child a {
    border-top: none;
  }
  .vertical-category > ul > li > a {
    padding: 11px 20px 11px 0;
    position: unset;
  }
  .vertical-category > ul > li:hover > a,
  .vertical-category ul > li:hover > a {
    color: var(--primary-hover-color);
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .vertical-category > ul > li > a {
    padding: 8px 20px 8px 0;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .main-category.left-column-main-category {
    padding: 0;
  }
  .vertical-category > ul > li > a {
    padding: 5px 20px 5px 0;
  }
}
@media (max-width: 1199px) {
  .box-categories {
    font-size: 12px;
    padding: 10px 20px;
  }
}
@media (max-width: 991px) {
  .vertical-category > ul > li + li > a {
    border: none;
  }
  .vertical-category ul li a.more-menu:after {
    right: 15px;
  }
  .home #column-left {
    display: none !important;
  }
  #topCategoryList .dropdown.menulist .dropdown-menu {
    position: relative;
    float: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: none;
    padding: 0;
  }
  #topCategoryList .dropdown.menulist .dropdown-inner {
    display: block;
    padding: 0 10px;
  }
  #topCategoryList .dropdown-submenu > .fa {
    display: none;
  }
  #menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
    display: none;
    position: unset;
    border: none;
    padding: 0 10px;
  }
}

/*----------------------------------------------*/
/* vertical menu */
/*----------------------------------------------*/

.header-bottom .row {
  margin: 0;
}
.box-categories {
  color: var(--secondary-color);
  position: relative;
  padding: 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 0;
  color: var(--primary-color);
  background-color: var(--secondary-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.box-categories span {
  padding: 0 15px;
}
.header-bottom-left {
  width: 22.964%;
  padding: 0 3px 0 5px;
}
.box-categories .fa-angle-down {
  position: absolute;
  right: 12px;
  font-size: 22px;
}
.box-categories .icon-menu-1 {
  padding: 16px;
  font-size: 18px;
  background: var(--primary-hover-color);
}
.vertical-category-wrapper {
  position: absolute;
  padding: 0;
  width: 100%;
  display: none;
  z-index: 2;
  background: var(--secondary-color);
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
#column-left .vertical-category-wrapper,
#column-right .vertical-category-wrapper {
  position: relative;
  display: block;
}
#column-left .page-title,
#column-right .page-title {
  margin: 0;
}
ul.category-list > li {
  width: 100%;
  color: var(--secondary-light-color);
}
.main-category.left-column-main-category {
  position: relative;
}
#column-left .main-category .page-title h3,
#column-right .main-category .page-title h3 {
  margin-bottom: 0;
}
.vertical-category ul li a {
  color: var(--secondary-light-color);
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  position: relative;
}
.vertical-category ul li a.more-menu {
  cursor: pointer;
}
.vertical-category .dropdown-wrapper ul li + li > a {
  border: none;
}
#common-home .vertical-category-wrapper {
  position: absolute;
  z-index: 11;
}
.category-list > li .icon-menu {
  margin-right: 5px;
  display: inline-block;
}
.category-list > li .icon-menu img {
  border-radius: 25px;
  border: 1px solid var(--border-color);
}
.vertical-category ul li a.more-menu:before {
  content: "\f067";
  font-family: fontawesome;
  font-size: 14px;
  position: relative;
  margin-right: 10px;
}
.vertical-category ul li a.more-menu.active:before {
  content: "\f068";
}
#menu .nav > li + li {
  margin-left: 30px;
  padding: 0;
}
#menu .nav > li {
  padding: 0;
}
.header-top-right .menu-close {
  margin-right: 0;
}
#menu .btn-navbar {
  display: none;
  font-size: 30px;
  z-index: 2;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  color: var(--secondary-color);
}
.common-home #menu .btn-navbar {
  display: block;
}
.common-home #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: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  overflow: auto;
}
.common-home #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);
}
.common-home .menu-close {
  display: flex;
}
.common-home #menu .nav > li {
  display: block;
}
.common-home #menu #topCategoryList > ul {
  margin: 10px 0 0;
}
#menu .btn-navbar.open-menu:after {
  content: "";
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  transition-delay: 0.1s;
  transition: opacity 0.2s cubic-bezier(0,0,.3,1);
  background: rgb(0, 0, 0, 0.5);
}
.menu-close {
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 12px 15px;
  font-weight: 600;
  font-size: 16px;
  display: none;
  justify-content: space-between;
}
#menu .nav > li > a  {
  color: var(--secondary-color);
  font-weight: 500;
  padding: 6px 0;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

#menu #topCategoryList .dropdown-inner a {
  color: var(--secondary-light-color);
  padding: 6px 30px 6px 15px;
  display: block;
  text-transform: capitalize;
}
.common-home > li > a,
.common-home #topCategoryList .dropdown-inner a {
  color: var(--secondary-light-color);
  font-weight: 500;
  padding: 6px 30px 6px 15px;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}
#menu #topCategoryList ul {
  float: none;
  display: block;
  text-align: left;
}
#topCategoryList li .toggle-menu {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0;
  padding: 10px 0;
  color: var(--secondary-light-color);
}
#menu .nav > li > a:hover {
  color: var(--primary-hover-color);
}
#menu .btn-navbar span {
  position: absolute;
  width: 20px;
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  background: var(--primary-hover-color);
}
#menu .btn-navbar span:before,
#menu .btn-navbar span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: var(--primary-hover-color);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
#menu .btn-navbar span:before {
  top: -5px;
}
#menu .btn-navbar span:after {
  top: 5px;
}
#menu .vertical-category {
  display: none;
}
@media(max-width: 1340px) {
  #menu .nav > li + li {
    margin: 0 0 0 25px;
  }
}
@media (max-width: 1199px) {
  .box-categories .icon-menu-1 {
    padding: 13px;
    font-size: 16px;
  }
  .box-categories .fa-angle-down {
    font-size: 16px;
  }
  .box-categories span {
    padding: 0 10px;
  }
  .btn_search a:before {
    right: 60px;
    bottom: 10px;
  }
}
@media (min-width: 992px) {
  .category-list {
    padding: 0 20px;
    margin: 0;
    width: 100%;
  }
  .vertical-category ul.category-list > li + li > a {
    border-top: 1px solid var(--border-color);
  }
  ul.category-list li .dropdown-menu {
    display: block;
    left: 107%;
    right: auto;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    border: none;
    border-top: 3px solid var(--primary-hover-color);
    background: var(--secondary-color);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 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;
  }
  ul.category-list li:hover > .dropdown-menu {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  .category-list .dropdown-inner a {
    min-width: 160px;
    display: block;
    clear: both;
    font-size: 14px;
  }
  .category-list .single-dropdown .dropdown-inner li + li a {
    border-top: 1px solid var(--border-color);
  }
  .vertical-category
    .dropdown-wrapper
    .megamenu-dropdown
    > li
    .dropdown-menu
    li
    a {
    padding: 5px 10px;
  }
  .vertical-category > ul > li > a {
    padding: 12px 0;
  }
  ul.category-list li.dropdown > a:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    padding: 15px 0;
    align-items: center;
    color: var(--secondary-light-color);
  }
  ul.category-list > li.dropdown:hover > a:after {
    color: var(--primary-hover-color);
  }
  .dropdown-wrapper .megamenu-dropdown .dropdown-menu {
    position: unset;
    display: block;
    min-width: inherit;
    border: none;
    left: inherit;
    right: inherit;
    box-shadow: none;
    float: none;
    padding: 5px 0;
    visibility: unset;
    transition: 0s;
    opacity: 1;
  }
  ul.category-list li.dropdown .dropdown-wrapper a:after {
    display: none;
  }
  .vertical-category .dropdown-wrapper .megamenu-dropdown > li {
    display: table-cell;
    width: 33.33%;
    float: left;
  }
  .vertical-category .dropdown-wrapper ul.megamenu-dropdown {
    width: 600px;
    margin: 10px 0;
    display: table;
  }
  .vertical-category .dropdown-wrapper ul.megamenu-dropdown.column2 {
    width: 500px;
  }
  .vertical-category .dropdown-wrapper .megamenu-dropdown.column2 > li {
    float: unset;
  }
  .vertical-category .dropdown-wrapper .megamenu-dropdown > li > a {
    border-bottom: 1px solid var(--border-color);
    color: var(--primary-color);
    font-weight: 400;
    padding-bottom: 10px;
    margin: 0 9px;
    padding-left: 0;
    padding-right: 0;
  }
  .category-list .single-dropdown .dropdown-inner .dropdown li:first-child a {
    border-top: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .vertical-category > ul > li > a {
    padding: 10px 0;
  }
}
@media (max-width: 1199px) {
  .box-categories {
    font-size: 14px;
  }
  .box-categories:before {
    margin-right: 5px;
  }
  .vertical-category > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #menu .nav > li + li {
    margin-left: 0;
    padding: 0;
  }
  #menu .nav > li {
    padding: 0;
    display: block;
  }
  .header-top-right .menu-close {
    margin-right: 0;
  }
  #menu .btn-navbar {
    display: block;
    font-size: 20px;
    z-index: 2;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    background: transparent;
    color: var(--secondary-color);
  }
  #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: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .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 .btn-navbar.open-menu:after {
    content: "";
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    transition-delay: 0.1s;
    transition: opacity 0.2s cubic-bezier(0,0,.3,1);
    background: rgb(0, 0, 0, 0.5);

  }
  .menu-close {
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
  }
  #menu .nav > li > a, 
  #menu #topCategoryList .dropdown-inner a {
    color: var(--secondary-light-color);
    font-weight: 500;
    padding: 6px 30px 6px 15px;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
  }
  #menu #topCategoryList ul {
    float: none;
    display: block;
    text-align: left;
    background: transparent;
  }
  #menu #topCategoryList > ul {
    margin: 10px 0 0;
  }
  #topCategoryList li .toggle-menu {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0;
    padding: 10px 0;
    color: var(--secondary-light-color);
  }
  #menu .nav > li > a:hover {
    color: var(--primary-hover-color);
  }
  #menu .btn-navbar span {
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    background: var(--primary-hover-color);
  }
  #menu .btn-navbar span:before,
  #menu .btn-navbar span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background: var(--primary-hover-color);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  }
  #menu .btn-navbar span:before {
    top: -5px;
  }
  #menu .btn-navbar span:after {
    top: 5px;
  }
  #menu .vertical-category {
    display: none;
  }
}
@media(max-width: 481px) {
  #topCategoryList {
    max-width: 280px;
  }
  #menu .btn-navbar span {
    width: 16px;
  }
}
/*----------------------------------------------*/
/* slider start */
/*----------------------------------------------*/
.common-home .swiper-viewport {
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: transparent;
}
#common-home .mt-banner {
  margin: 70px 0 0;
}
#common-home .mt-banner:first-child {
  margin: 0;
  padding: 0;
}
.mt-banner:first-child .page-title {
  display: none;
}
#common-home .mt-banner:first-child .slick-slider {
  padding: 0;
  width: auto;
  display: block;
  max-width: unset;
  position: relative;
}
.mt-banner:first-child .slick-dots {
  position: absolute;
  left: 50px;
  bottom: 14px;
  margin: auto;
  display: inline-block;
}
.mt-banner:first-child .text-center {
  padding: 0;
  box-shadow: none;
}
.mt-banner .text-center {
  display: block;
}
.mt-banner:first-child .row {
  padding: 0;
}
.mt-banner:first-child .row > * {
  padding: 0;
}
.mt-banner .row {
  margin: 0;
}
.mt-banner:first-child .slick-track {
  padding: 0;
}
.mt-banner .slick-dots li {
  display: none;
}
.mt-banner .slick-theme .slick-arrow {
  top: auto;
  bottom: 30px;
  height: 70px;
  width: 70px;
  border-radius: 0;
  color: var(--primary-color);
  background: var(--secondary-color);
}
.mt-banner .slick-theme .slick-arrow:hover {
  color: var(--secondary-color);
  background: var(--primary-color);
}
.mt-banner:not(.container) .slick-theme .slick-arrow.slick-next {
  right: 50px;
}
.mt-banner:not(.container) .slick-theme .slick-prev.slick-arrow {
  right: 121px;
  left: auto;
}
#common-home .mt-banner .slick-slider {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  position: relative;
}
@media (min-width: 576px) {
  #common-home .mt-banner .slick-slider {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #common-home .mt-banner .slick-slider {
    max-width: 720px;
  }
}
@media(min-width: 992px) {
  #common-home .mt-banner .slick-slider {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  #common-home .mt-banner .slick-slider {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #common-home .mt-banner .slick-slider {
    max-width: 1140px;
  }
}
@media(min-width: 1440px) {
  #common-home .mt-banner .slick-slider {
    max-width: 1320px;
  }
}
@media(min-width: 1441px) {
  #common-home .mt-banner .slick-slider {
    padding: 0 50px;
    width: unset;
    max-width: unset;
  }
}
@media(max-width: 1800px) {
  #common-home .mt-banner {
    margin: 70px 0 0;
  }
}
@media (max-width: 1440px) {
  #common-home .mt-banner {
    margin: 50px 0 0;
  }
}
@media (max-width: 1199px) {
  #common-home .mt-banner {
  }
}
@media(max-width: 767px) {
  #common-home .mt-banner .slick-slider > * {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  #common-home .mt-banner {
    margin: 30px 0 0;
  }
  .mt-banner:first-child .slick-slide img {
    width: 100%;
  }
  .mt-banner:first-child .col-12 {
    padding: 0;
  }
  #common-home .mt-banner .slick-slider > * {
    margin: 0;
  }
}
@media(max-width: 575px) {
  #common-home .mt-banner .slick-slider {
    padding: 0 15px;
  }
  .mt-banner:first-child .slick-dots {
    left: 30px;
  }
}
@media(max-width: 480px) {
  #common-home .mt-banner {
    margin: 10px 0 0;
  }
}
/*----------------------------------------------*/
/* Featured Category */
/*----------------------------------------------*/
.category-featured {
  position: relative;
}
.category-thumb {
  position: relative;
  overflow: hidden;
}
.category-thumb .caption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  padding: 80px 60px;
  height: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  text-align: center;
  background: var(--background-color);
  width: 57.335%;
}
.category-thumb .category-btn {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 7.5px 26px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
  color: var(--secondary-color);
  background: var(--primary-hover-color);
}
.category-thumb .category-btn a {
  color: var(--secondary-color);
}
.category-thumb .cat-title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: capitalize;
}
.category-thumb .number-product {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 15px;
  font-style: italic;
  text-transform: uppercase;
  color: var(--primary-hover-color);
}
.category-thumb .image img {
  width: 100%;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.category-thumb:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.featured-block .cat-title a {
  font-weight: 500;
  font-size: 18px;
  color: var(--primary-hover-color);
}
.cat-title h4 {
  margin: 0 0 7px;
}
.category-image .image {
  position: relative;
  overflow: hidden;
  width: 81.082%;
}
.category-thumb .image-space {
  position: relative;
  width: 18.918%;
}
@media(max-width: 1800px) {
  .category-thumb .caption {
    padding: 60px;
  }
}
@media(max-width: 1440px) {
  .category-thumb .caption {
    padding: 40px;
  }
  .category-thumb .cat-title {
    font-size: 30px;
    line-height: 40px;
  }
  .category-thumb .number-product {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .category-thumb .cat-title {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 20px;
  }
}

@media(max-width: 991px) {
  .category-thumb .number-product {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
  }
  .category-thumb .caption {
    padding: 20px 25px;
  }
  .category-thumb .cat-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
  }
  .category-thumb .category-btn {
    font-size: 12px;
    padding: 7px 20px;
  }
}
@media(max-width: 767px) {
  .category-thumb .number-product {
    font-size: 10px;
    line-height: 14px;
    margin: 0 0 7px;
  }
  .category-thumb .cat-title {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
  }
}
@media (max-width: 480px) {
  .category-thumb .caption {
    padding: 15px 5px;
  }
  .category-thumb .cat-title {
    font-size: 16px;
  }
}


@media (max-width: 767px) and (min-width: 540px) {
  .category-thumb .cat-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .category-thumb .number-product {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
  }
  .category-thumb .caption {
    padding: 60px;
  }
}
/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
.banner-outer, .banners,
.html-content .banners .inner1 {
  position: relative;
  overflow: hidden;
}
.banners .inner1 img {
  width: 100%;
}

/* html1 */
.html-content > div > div {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.html-content > div > div > div {
  padding: 0 5px;
}
.promo-sub-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 35px;
  text-transform: uppercase;
  color: var(--primary-hover-color);
}
.html1 .col-4 {
  padding: 0 25px;
}
.html1 .row {
  margin: 0 -25px;
}
.html1 .promo-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
  color: var(--primary-color);
}
.html1 .promo-text-box {
  margin: 25px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promo-sale {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 40px;
  color: var(--primary-color);
}
.promo-sale > span {
  font-size: 30px;
  font-weight: 700;
}
.html1 .button  {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 4px 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
  color: var(--primary-color);
  background: transparent;
  border-bottom: 2px solid var(--primary-color)
}
.inner2 .button:hover {
  background: transparent;
  color: var(--primary-hover-color);  
  border-color: var(--primary-hover-color);
}
.html-content .banners .inner1 > a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: scale(0.5) rotateZ(180deg);
  -o-transform: scale(0.5) rotateZ(180deg);
  -ms-transform: scale(0.5) rotateZ(180deg);
  -moz-transform: scale(0.5) rotateZ(180deg);
  -webkit-transform: scale(0.5) rotateZ(180deg);  
}
.html-content .banners:hover .inner1 > a::before {
  opacity: 1;
  transform: scale(1) rotateZ(0deg);
  -o-transform: scale(1) rotateZ(0deg);
  -ms-transform: scale(1) rotateZ(0deg);
  -moz-transform: scale(1) rotateZ(0deg);
  -webkit-transform: scale(1) rotateZ(0deg);
}
.html1 .inner1 {
  position: relative;
  overflow: hidden;
}
.html1 .banners img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.html1 .button:focus {
  background: transparent;
  color: var(--primary-hover-color);
  border-color: var(--primary-hover-color);
}
/* html2 */
.html2 .inner2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  right: 200px;
}
.html2 .promo-text-box {
  position: relative;
  text-align: left;
  display: block;
}
.html2-inner {
  position: relative;
}
.html2 .promo-desc {
  font-size: 16px;
  margin: 0 0 20px;
  color: var(--secondary-light-color);
}
.html2 .promo-title {
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 15px;
}
@media (min-width: 481px) {
  .html-content .promo-title > span {
    display: block;
  }
}
@media (min-width: 992px) {
  .html-banner .banners .inner1 > a::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    background: var(--primary-color);
    transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
  }
  .html-banner .banners:hover .inner1 > a::before {
    opacity: 0.15;
  }
  .html-banner .banners:hover .inner2 {
    opacity: 1;
    bottom: 20px;
  }
  .html2.html-banner .banner2:hover .inner2,
  .html4.html-banner .banner10:hover .inner2 {
    bottom: 50px;
  }
  .html2.html-banner .banner5:hover .inner2 {
    top: 40px;
    bottom: auto;
  }
}
@media (min-width: 1441px) {
  .promo-desc > span {
    display: block;
  }
}
@media (max-width: 1440px) {
  .html1 .button {
    font-size: 12px;
  }
  .html1 .promo-title {
    font-size: 18px;
  }
  .html1 .promo-text-box {
    margin: 20px 0 0;
  }
  .mt-banner:not(.container) .slick-theme .slick-prev.slick-arrow {
    right: 101px;
  }
  .mt-banner .slick-theme .slick-arrow {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 1199px) {
  .promo-sub-title {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .promo-sale {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px;
  }
  .promo-sale > span {
    font-size: 24px;
  }
  .html1 .col-4 {
    width: 50%;
  } 
  .html1 .col-4:last-child {
    margin-top: 20px;
  }
  .html1 .row {
    justify-content: center;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .html-banner .promo-title,
  .html2.html-banner .banner2 .promo-title, 
  .html4.html-banner .banner10 .promo-title {
    font-size: 24px;
    line-height: 34px;
  }
  .html-banner .banners:hover .inner2 {
    bottom: 10px;
  }
  .html2.html-banner .banner2 .inner2,
  .html2.html-banner .banner5 .inner2 {
    right: 20px;
  }
  .html2.html-banner .banner5:hover .inner2 {
    top: 15px;
    bottom: auto;
  }
  .html2.html-banner .banner2:hover .inner2, 
  .html4.html-banner .banner10:hover .inner2 {
    bottom: 20px;
  }
  .html4.html-banner .banner10 .inner2 {
    left: 20px;
  }
  .html4.html-banner .banner7 .inner2 {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .html-banner .part2 {
    margin-top: 10px;
  }
  .html-banner .banners .inner2 {
    bottom: 30px;
    opacity: 1;
  }
  .html2.html-banner .banner2 .inner2, 
  .html4.html-banner .banner10 .inner2 {
    bottom: 50px;
  }
  .html2.html-banner .banner5 .inner2 {
    top: 40px;
  }
  .html1 .col-4:last-child {
    display: none;
  }
  .html1 .col-4 {
    padding: 0 15px;
  }
  .html1 .row {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .html1 .inner2,
  .html5 .inner2 {
    padding-right: 5px;
  }
  .html3 .inner2 {
    padding-left: 5px;
  }
  .promo-sub-title {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .promo-sale {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
  }
  .promo-sale > span {
    font-size: 20px;
  }
  .html-banner .banners .inner2 {
    bottom: 20px;
  }
  .html1 .promo-title {
    font-size: 16px;
    line-height: 22px;
  }
  .html-banner .promo-title,
  .html2.html-banner .banner2 .promo-title, 
  .html4.html-banner .banner10 .promo-title {
    font-size: 24px;
    line-height: 34px;
  }
  .html2.html-banner .banner5 .inner2 {
    top: 30px;
    right: 40px;
  }
  .html2.html-banner .banner2 .inner2 {
    bottom: 30px;
    right: 40px;
  }
  .html4.html-banner .banner10 .inner2 {
    left: 40px;
    bottom: 30px;
  }
  .html1 .col-4:nth-child(2n) {
    margin: 15px 0 0;
  }
  .html1 .col-4 {
    width: 100%;
  }
  .html1 .button {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .banner-outer .col-xs-6:nth-child(2n+1) {
    clear: unset;
  }
}
@media (max-width: 575px) {
  .promo-sub-title {
    font-size: 12px;
    margin: 0 0 7px;
  }
  .promo-desc {
    margin: 0 0 7px;
  }
  .promo-sale {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .promo-sale > span {
    font-size: 16px;
  }
  .html-banner .banners .inner2 {
    bottom: 15px;
  }
  .html2.html-banner .banner2 .inner2 {
    bottom: 15px;
    right: 20px;
  }
  .html2.html-banner .banner5 .inner2 {
    top: 15px;
    right: 20px;
  }
  .html4.html-banner .banner7 .inner2 {
    right: 20px;
  }
  .html4.html-banner .banner10 .inner2 {
    left: 20px;
    bottom: 15px;
  }
}
@media (max-width: 480px) {
  .html-content > div > div {
    display: block;
    text-align: center;
  }
  .html-content > div > div > div {
    width: 100%;
  }
  .html-content .inner2 {
    padding: 13px 0 0;
  }
  .html-banner .banners .inner2 {
    bottom: 10px;
  }
  .html-banner .promo-title, 
  .html2.html-banner .banner2 .promo-title, 
  .html4.html-banner .banner10 .promo-title {
    font-size: 18px;
    line-height: 26px;
  }
  .html4.html-banner .banner7 .inner2 {
    right: 10px;
  }
}
@media(max-width: 375px) {
  .html1 .promo-text-box {
    margin: 10px 0 0;
  }
  .html1 .promo-title {
    font-size: 14px;
  }
  .html1 .button {
    font-size: 10px;
  }
}
/*----------------------------------------------*/
/* gallery-post 
/*----------------------------------------------*/
#gallery-carousel {
  display: flex;
}
.gallery-post .gallery {
  position: relative;
}
.gallery-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: flex;
  float: left;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gallery-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}
.gallery-desc {
  color: var(--secondary-light-color);
  font-size: 20px;
  margin: 12px 0 26px;
}
.gallery-post .gallery-inner {
  display: flex;
}
@media (max-width: 1440px) {
  .gallery-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
  }
}
@media (max-width: 1199px) {
  .gallery-title {
    font-size: 30px;
  }
  .gallery-content .btn {
    padding: 5px 18px;
    padding: 7px 23px;
    line-height: 18px;
    font-size: 14px;
  }
  .gallery-content {
    width: 75%;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .gallery-desc {
    display: none;
  }
  .gallery-title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .gallery-content .btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .gallery-content .btn {
    padding: 5px 12px;
    font-size: 10px;
    line-height: 14px;
  }
  .gallery-post .banner4.gallery {
    display: none;
  }
  .gallery-content {
    right: 0;
  }
}
@media (max-width: 575px) {
  .gallery-post .banner3.gallery {
    display: none;
  }
}
@media (max-width: 480px) {
  .gallery-content .btn {
    padding: 6px 7px;
  }
}
@media (max-width: 375px) {
  .gallery-content .btn {
    padding: 3px 2px;
  }
}

/*----------------------------------------------
/* buttons 
/*----------------------------------------------*/
.buttons {
  margin: 1em 0;
}
#tab-review .buttons {
  margin: 1em 0 0;
}
.btn {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  outline: none;
  text-transform: uppercase;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
  border: none;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  padding: 10px 30px;
  border-radius: 0;
  cursor: pointer;
  z-index: 1;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: var(--secondary-color);
  background: var(--primary-color);
}
.btn.active,
.btn:active {
  box-shadow: none;
}
.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 {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  outline: none;
  line-height: 20px;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
  border: none;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  padding: 10px 30px;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
}
#cart .text-right .addtocart-btn:hover,
#cart .text-right .checkout-btn:hover {
  background: var(--primary-color);
}
.btn-primary {
  color: var(--secondary-color);
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.promo-btn {
  position: relative;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  background: var(--primary-color);
  border: none;
  z-index: 0;
  color: var(--secondary-color);
}
.product-tab-btn {
  text-align: center;
}
.product-tab-btn .promo-btn {
  padding: 15px 70px;
}
.promo-btn:hover, 
.promo-btn:active {
  color: var(--secondary-color);
  background: var(--primary-hover-color);
}
.html2.banner-outer .promo-btn:before {
  width: 49%;
}
.html2.banner-outer .promo-btn:hover:before {
  width: 100%;
}
.btn-warning {
  color: var(--secondary-color);
  background-color: #faa732;
  border-radius: 0;
}
.btn-danger {
  color: var(--secondary-color);
  background-color: #da4f49;
  text-transform: uppercase;
  padding: 7.5px 30px;
  border: none;
  border-radius: 0;
}
.btn-success {
  color: var(--secondary-color);
  background-color: #5bb75b;
  background-repeat: repeat-x;
  border-radius: 0;
}
.btn-info {
  color: var(--primary-hover-color);
  background: var(--secondary-color);
  border: 1px solid var(--primary-hover-color);
  padding: 6.5px 29px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  font-weight: 500;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: var(--primary-color);
  border-radius: 0;
}
.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-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;
}
.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:focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:before,
.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:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.focus,
.btn-info:focus,
.btn-info:active:focus,
.btn-info:active:hover,
.blog-read:hover {
  color: var(--secondary-color);
  border-color: var(--primary-hover-color);
  background-color: var(--primary-hover-color);
  box-shadow: none;
}
.btn-default:hover,
.btn-info:hover {
  background: var(--primary-color);
}
@media (max-width: 1199px) {
  .btn {
    padding: 5px 18px;
  }
  .promo-btn {
    padding: 6px 18px;
    line-height: 20px;
  }
  .promo-btn:before {
    height: 32px;
  }
}
@media(max-width: 575px) {
  .promo-btn {
    font-size: 12px;
    padding: 5px 17px;
  }
  .promo-btn:before {
    height: 30px;
  }
}
/* 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: transparent;
}
@media (max-width: 991px) {
  #cart .text-right .addtocart-btn,
  #cart .text-right .checkout-btn,
  .btn-default,
  .btn-primary,
  .btn-info {
    padding: 5px 20px;
    font-size: 14px;
  }
  .btn-danger {
    padding: 7.5px 20px;
  }
}
@media (max-width: 575px) {
  #cart .text-right .addtocart-btn,
  #cart .text-right .checkout-btn,
  .btn-default,
  .btn-primary,
  .btn-info {
    padding: 8px 18px;
    font-size: 12px;
    line-height: 14px;
  }
}

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
.slick-theme .slick-slide.slick-active .product-layout {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}
.product-thumb .rating {
  padding: 2px 0 16px;
}
.product-thumb .product-title {
  margin: -3px 0 16px;
}
.common-home .product-thumb .product-price {
  position: relative;
}
.page-title {
  position: relative;
}
.product-tabs .page-title span {
  display: block;
}
.product-tabs .page-title h3 span {
  margin: 0;
}
.product-tabs .page-title {
  margin: 0;
}
.blog-title {
  margin-left: 50px;
}
.blog-title {
  position: relative;
}
.page-title h3 {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  margin: -3px 0 53px;
  text-align: center;
  text-transform: capitalize;
  color: var(--primary-color);
}
.news .page-title h3 {
  margin: -2px 0 40px;
  color: var(--secondary-color);
}
.product-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background: var(--secondary-color);
}
.product-tab-block .slick-dots,
.special .slick-dots {
  display: inline-flex;
}
.category-featured .owl-carousel .owl-stage-outer,
#additional-carousel.owl-carousel .owl-stage-outer,
#quick-carousel.owl-carousel .owl-stage-outer {
  padding: 0;
  margin: 0;
}
.product-thumb .image {
  position: relative;
  overflow: hidden;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.sale-text {
  float: left;
  width: 100%;
  margin: 0;
  z-index: 1;
}
.product-thumb .section-sale {
  font-size: 14px;
  text-transform: capitalize;
  color: var(--primary-color);
  line-height: 14px;
  position: absolute;
  left: 20px;
  top: 20px !important;
  padding: 5px;
  border: 1px solid #dddddd;
}
.product-thumb .section-sale.discount {
  right: 20px;
  left: auto;
}
.product-thumb .description {
  display: none;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 13px;
  color: var(--secondary-light-color);
}
.product-thumb .thumb-description {
  position: relative;
}
.product-thumb .caption {
  position: relative;
  padding: 20px 0;
  text-align: center;
}
.product-thumb .button.wishlist {
  line-height: 2px;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: -30px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.product-thumb .button-group {
  position: absolute;
  visibility: hidden;
  right: 0;
  left: 0;
  bottom: -50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.product-thumb:hover .button-group {
  bottom: 20px;
  visibility: visible;
}
.product-thumb .button-group button {
    margin: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    border: none;
    color: var(--primary-color);
    background: var(--secondary-color);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.product-thumb .button-group button i {
  display: block;
  font-size: 16px;
}
.product-thumb .button-group button:hover {
  color: var(--secondary-color);
  background: var(--primary-color);
}
.product-thumb .addcart:hover {
  color: var(--primary-hover-color);
}
.product-thumb .button-group button + button {
  border-left: 1px solid var(--background-color);
}
.product-thumb .price {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: var(--primary-hover-color);
  transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}
.product-thumb .product-price {
  position: relative;
}
.product-thumb .price-new {
  margin-right: 5px;
}
.product-thumb .price-old {
  text-decoration: line-through;
  color: var(--secondary-light-color);
  font-size: 14px;
  display: inline-block;
}
.product-thumb .product-title {
  text-transform: capitalize;
  margin: -3px 0 12px;
  line-height: 18px;
  font-weight: 400;
}
.product-thumb .product-title a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: var(--secondary-light-color);
  font-weight: 400;
}
.product-thumb .product-title a:hover {
  color: var(--primary-color);
}
.product-thumb .price-tax {
  display: none;
}
.product-thumb .rating {
  position: relative;
  font-weight: 400;
  font-size: 0;
  display: none;
  padding: 0 0 12px;
  text-transform: capitalize;
}
.product-list .product-thumb .rating {
  display: block;
}
.product-grid .product-thumb .rating {
  display: none;
}
.product-list .product-thumb .product-price:before {
  display: none;
}
.product-list .product-thumb .addcart {
  position: relative;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--secondary-color);
  background: var(--primary-color);
  padding: 15px 30px;
  transition: all 0.3s ease 0s;
  -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;
}
.product-list .product-thumb .addcart:hover {
  background: var(--primary-hover-color);
}
.product-list .product-thumb:hover .addcart {
  bottom: 0;
}
.product-list .product-thumb .product-title {
  margin: -3px 0 10px;
}
.product-list .product-thumb .product-price {
  padding: 0 0 15px;
}
.product-list .product-thumb .description {
  display: block;
  margin: 0 0 15px;
}
.product-list .product-thumb .thumb-description .button-group {
  display: flex;
  margin: unset;
  margin: 0;
  position: unset;
}
.product-list .product-thumb {
  margin-bottom: 30px;
/*  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);*/
}
.product-list .product-thumb .btn-list {
  display: flex;
  position: unset;
  margin: 0;
  justify-content: flex-start;
}
.product-list .product-thumb .btn-list button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  color: var(--primary-color);
  background: var(--background-color);
}
.product-list .product-thumb .button-group button + button {
  border-color: var(--secondary-color);
}
.product-list .product-thumb .btn-list button:hover {
  color: var(--secondary-color);
  background: var(--primary-color);
}
.product-list .thumb-description {
  position: relative;
  overflow: hidden;
}
.product-list .product-thumb .caption {
  padding: 20px 80px 20px 0;
  text-align: left;
  background: transparent;
}
.product-list .product-thumb .all-btn {
  display: flex;
  margin: 26px 0 0;
}
.product-list .product-thumb .price {
  padding: 0;
}
.product-list .product-thumb .rating {
  position: relative;
  width: auto;
  opacity: 1;
  visibility: visible;
  bottom: unset;
  margin: 0;
  padding: 0 0 23px;
}
.product-list .product-thumb:hover .price {
  opacity: 1;
}
#product-info .nav-tabs > li > a {
  padding: 15px 0;
  margin: 0;
}
#product-info .form-group {
  margin-bottom: 10px;
  align-items: center;
}
#product-info .nav-tabs > li:hover > a:after,
#product-info .nav-tabs > li.active > a:after {
  width: 100%;
}
#product-info .nav-tabs > li.active > a,
#product-info .nav-tabs > li:hover > a {
  color: var(--secondary-color);
}
#product-info .nav-tabs>li> a {
  text-transform: uppercase;
  padding: 0 0 3px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border: none;
  line-height: 20px;
  position: relative;
  color: var(--primary-color);
}
#product-info .nav-tabs>li> a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  left: 0;
  background: var(--primary-hover-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#product-info .nav-tabs>li> a.active:after,
#product-info .nav-tabs>li a:hover:after {
  width: 100%;
}
#product-info .nav-tabs>li>a.active,
#product-info .nav-tabs>li:hover> a {
  background: transparent;
  color: var(--primary-hover-color);
  border: none;
}

/*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;
  -moz-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-thumb:hover .hover-img {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.product-thumb .all-btn {
  display: none;
}
.product-list .product-thumb .image .button-group {
  display: none;
}
/*product tab*/
.product-tab-block,
.box.special {
  position: relative;
  overflow: hidden;
}
.product-tab-block .product-tabs.box-content {
  position: relative;
}
.slick-theme {
  touch-action: manipulation;
}
.mahardhi-tabs .nav-tabs {
  border: none;
  padding: 0;
  margin: 0 0 50px;
  text-align: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: relative;
  display: block;
}
.mahardhi-tabs .nav-tabs::-webkit-scrollbar {
  display: none;
}
.mahardhi-tabs .nav-tabs > li {
  margin: 0;
  float: none;
  display: inline-block;
}
.mahardhi-tabs .nav-tabs > li > a {
  position: relative;
  z-index: 1;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  border: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  background: transparent;
  color: var(--primary-color);
  display: block;
}
.mahardhi-tabs .nav-tabs > li > a:hover,
.mahardhi-tabs .nav-tabs > li > a:focus,
.mahardhi-tabs .nav-tabs > li > a.selected {
  background: transparent;
  color: var(--primary-hover-color);
}
.mahardhi-tabs .nav-tabs > li + li {
  margin: 0 0 0 75px;
}
.slick-dots {
  padding: 0;
}
.mblog .slick-dots {
  padding: 0 10px;
  justify-content: flex-start;
}
.ptb {
  padding: 100px 0;
}
.ptb-80 {
  padding: 80px 0;
}
.ptb-60 {
  padding: 60px 0;
}
.special-arrow {
  margin: 26px 0 0;
}
@media(max-width: 1800px) {
  .ptb {
    padding: 70px 0;
  }
}
@media(max-width: 1750px) {
  .product-tab-btn .promo-btn {
    padding: 12px 50px;
  }
}
@media(max-width: 1440px) {
  .ptb {
    padding: 50px 0;
  }
  .ptb-80 {
    padding: 50px 0;
  }
  .ptb-60 {
    padding: 50px 0;
  }
  .page-title h3 {
    font-size: 32px;
    line-height: 32px;
    margin: -3px 0 30px;
  }
  .mahardhi-tabs .nav-tabs {
    margin: 0 0 30px;
  }
  .news .page-title h3 {
    margin: -3px 0 40px;
  }
  .mahardhi-tabs .nav-tabs > li + li {
    margin: 0 0 0 30px;
  }  
  .mahardhi-tabs .nav-tabs > li > a {
    font-size: 32px;
    line-height: 32px;
  }
  .product-thumb .caption {
    padding: 20px 0 0;
  }
  .product-thumb {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .ptb {
    padding: 40px 0;
  }
  .ptb-80 {
    padding: 40px 0;
  }
  .ptb-60 {
    padding: 40px 0;
  }
  .page-title h3,
  .blog-title h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 35px;
  }
  .news .page-title h3 {
    margin: -3px 0 30px;
  }
  .blog-title {
    margin: 0;
  }
  .product-list .product-thumb .caption {
    padding: 20px 20px 20px 0;
  }
  .product-list .product-thumb .price {
    margin: 7px 0 3px;
  }
  .product-list .product-thumb .caption {
    padding: 15px 20px 15px 0;
  }
  .product-list .product-thumb .product-title {
    margin: 0 0 10px;
  }
  .page-title h3 span:before,
  .blog-title h3 span:before {
    bottom: -18px;
  }
  .page-title h3 span:after,
  .blog-title h3 span:after {
    bottom: -16px;
  }
  .product-tab-block .mahardhi-tabs {
    top: 14px;
  }
  .special-arrow {
    margin: 0;
  }
  .mahardhi-tabs .nav-tabs {
    margin: 0 0 30px;
  }
  .mahardhi-tabs .nav-tabs > li > a {
    font-size: 28px;
    line-height: 30px;
  }
  .product-list .product-thumb .addcart {
    padding: 15px 15px;
  }
  .product-list .product-thumb .rating {
    padding: 0 0 10px;
  }
  .product-list .product-thumb .product-price {
    padding: 0 0 5px;
  }
  .product-tab-btn .promo-btn {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .ptb {
    padding: 30px 0;
  }
  .ptb-80 {
    padding: 30px 0;
  }
  .ptb-60 {
    padding: 0;
  }
  .page-title h3,
  .blog-title h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  .news .page-title h3 {
    margin: 0 0 20px;
  }
  #product-info .nav-tabs li + li {
    margin: 0 0 0 20px;
  }
  .mahardhi-tabs .nav-tabs > li + li {
    margin: 0 0 0 20px;
  }
  .mahardhi-tabs .nav-tabs > li > a {
    font-size: 24px;
    line-height: 28px;
  }
  .product-thumb {
    margin-bottom: 20px;
  }
  .product-thumb .caption {
    position: relative;
    padding: 10px 5px;
  }
  .product-thumb .button-group,
  .product-thumb .button-group {
    bottom: 20px;
    visibility: visible;
  }
  .product-thumb .button-group button {
    height: 40px;
    width: 40px;
  }
  .product-thumb .button-group button i {
    font-size: 14px;
  }
  .product-thumb .sale-text {
    right: 10px;
    top: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .product-thumb .price-old {
    font-size: 14px;
  }
  .product-thumb .price {
    font-size: 14px;
  }
  .product-price {
    position: relative;
  }
  .product-thumb .description {
    font-size: 14px;
  }
  .product-list .product-thumb {
    margin-bottom: 20px;
  }
  .product-list .product-thumb .product-title a {
    font-size: 16px;
  }
  #product-info .nav-tabs > li > a {
    font-size: 14px;
    padding: 10px 0;
  }
  .product-thumb .section-sale {
    padding: 1px 3px;
    left: 10px;
  }
  .product-thumb .section-sale.discount {
    right: 10px;
    left: auto;
  }
  .product-thumb .product-title {
    margin: 0 0 10px;
  }
  .product-thumb .product-title a {
    font-size: 16px;
    line-height: 20px;
  }
  .product-thumb .rating {
    padding: 0 0 10px;
  }
  .special .slick-theme .slick-list {
    margin-right: 0;
  }
  .product-tab-block .mahardhi-tabs {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
  }
  .mahardhi-tabs .nav-tabs {
    margin: 0 0 20px;
  }
  .special .special-arrow {
    text-align: center;
  }
  .product-thumb .addcart {
    bottom: auto;
    opacity: 1;
    display: block;
    position: relative;
    margin: 0 auto 10px;
    text-align: center;
  }
  .product-list .product-thumb .addcart {
    padding: 10px 20px;
  }
  .product-tab-btn .promo-btn {
    font-size: 12px;
    line-height: 18px;
  }
  .product-tab-btn {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .page-title h3,
  .blog-title h3 {
    font-size: 24px;
  }
  .product-list .product-thumb .image img {
    width: auto;
    margin: 0;
  }
  #button-list.btn-default i,
  #button-grid.btn-default i {
    font-size: 14px;
  }
}
@media (max-width: 680px) {
  .mahardhi-tabs .nav-tabs > li + li {
    margin: 0 0 0 15px;
  }
  .product-list .product-thumb .caption {
    padding: 10px 15px 20px;
  }
  .product-list .product-thumb .all-btn {
    margin: 10px 0 0;
  }
  .mahardhi-tabs .nav-tabs > li > a {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .mahardhi-tabs .nav-tabs {
    overflow-x: auto;
  }
}
@media (max-width: 480px) {
  .page-title h3,
  .blog-title h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .news .page-title h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px;
  }
  .subscribe-form > i {
    display: none;
  }
}
@media(max-width: 425px) {
  .product-tab-btn .promo-btn {
    padding: 10px 25px;
  }
}
@media(max-width: 375px) {
  #product-info .nav-tabs > li > a {
    font-size: 12px;
    padding: 5px 0;
  }
}
.slick-theme .slick-item.slick-slide .col-2 {
  width: 100%;
}
.mblog .row .slick-theme .col-12 {
  padding: 0 25px;
}
.mblog .row {
  margin: 0 -25px;
}
.row.slick-theme .col.col-12 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media(max-width: 1440px) {
  .mblog .row .slick-theme .col-12 {
    padding: 0 15px;
  }
  .mblog .row {
    margin: 0 -15px;
  }
}
/*----------------------------------------------*/
/* swiper pager */
/*----------------------------------------------*/
.swiper-viewport .swiper-pager > div,
.slick-theme .slick-arrow {
  height: 24px;
  width: 24px;
  background: transparent;
  color: var(--secondary-light-color);
  border: none;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  margin: 0;
  opacity: 1;
  text-shadow: none;
  transition: all 0.3s ease;
  position: absolute;
  top: 45%;
  box-shadow: none;
}
.related-products-block .product-arrow .slick-arrow:hover,
.special .special-arrow .slick-arrow:hover,
.mblog .blog-arrow .slick-arrow:hover,
.slick-theme .slick-arrow:hover {
  color: var(--primary-hover-color);
  border-color: var(--primary-hover-color);
}
.slick-theme .slick-arrow:hover {
  color: var(--primary-color);
}
div:not(.container) .slick-theme .slick-arrow.slick-next {
  right: -8px;
}
.slick-theme .slick-arrow.slick-next {
  right: -8px;
  left: auto;
}
div:not(.container) .slick-theme .slick-arrow.slick-prev {
  left: -8px;
}
#quick-carousel.slick-theme .slick-arrow.slick-next {
  right: 0;
}
#quick-carousel.slick-theme .slick-arrow.slick-prev {
  left: 0;
}
#quick-carousel.slick-theme .slick-arrow {
  bottom: 0;
  top: 0;
  margin: auto;
}
.slick-theme .slick-arrow.slick-prev {
  left: -8px;
  right: auto;
}
.slick-theme .slick-arrow.slick-disabled {
  opacity: 0.6;
}
.swiper-viewport {
  border: unset;
}
.swiper-pagination {
  display: none;
}
.swiper-viewport .swiper-button-prev:before,
.swiper-viewport .swiper-button-next:before {
  content: "";
}
.slick-theme .slick-arrow .fa,
.swiper-viewport .fa {
  font-size: 20px;
  display: block;
}
/*carousel*/
.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}
.carousel .swiper-viewport:hover .swiper-button-next,
.carousel .swiper-viewport:hover .swiper-pager .swiper-button-prev {
  opacity: 1;
}
.owl-carousel.owl-theme .owl-nav .owl-next:hover,
.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
  color: var(--primary-color);
  background: transparent;
}
/*dots*/
.slick-theme .slick-dots li + li {
  margin-left: 0;
}

.slick-dots li {
  margin: 0;
}
.swiper-pagination span,
.slick-theme .slick-dots button {
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
  font-size: 0;
  margin: 0 5px;
  box-shadow: none;
  background: transparent;
}
.mt-banner .slick-theme .slick-dots li {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 500;
  border: none;
  box-shadow: none;
  color: var(--primary-hover-color);
  border-radius: 0;
  opacity: 0.5;
  margin: 0;
  display: inline-block;
  background: transparent;
  outline: none;
  text-indent: unset;
  position: relative;
}
.mt-banner .slick-theme .slick-dots li + li {
  margin-left: 10px;
}
.mt-banner .slick-theme .slick-dots li:hover,
.mt-banner .slick-theme .slick-dots li.slick-active {
  opacity: 1;
}
.mt-banner .slick-theme .slick-dots li:hover:after,
.mt-banner .slick-theme .slick-dots li.slick-active:after {
  content: '';
  width: 32px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--primary-hover-color);
  transform: rotate(-30deg);
}
.related-products-block .slick-theme .slick-dots button,
.mblog .slick-theme .slick-dots button {
  bottom: 0;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0;
}
.testimonial-block .owl-theme .owl-nav.disabled + .owl-dots {
  margin: 12px 0 0 0;
}
@keyframes borrotate {
  0% {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(0deg);
  }
  25% {
    border-top-color: var(--primary-hover-color);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    border-top-color: var(--primary-hover-color);
    border-right-color: var(--primary-hover-color);
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: var(--primary-hover-color);
    border-right-color: var(--primary-hover-color);
    border-bottom-color: var(--primary-hover-color);
    border-left-color: transparent;
  }
  96% {
    border-top-color: var(--primary-hover-color);
    border-right-color: var(--primary-hover-color);
    border-bottom-color: var(--primary-hover-color);
    border-left-color: var(--primary-hover-color);
  }
  100% {
    border-top-color: var(--primary-hover-color);
    border-right-color: var(--primary-hover-color);
    border-bottom-color: var(--primary-hover-color);
    border-left-color: var(--primary-hover-color);
    transform: rotate(360deg);
  }
}
/*slideshow*/
.slideshow .swiper-pagination {
  display: block;
  bottom: 30px;
}
.slideshow .swiper-viewport .swiper-pager > div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-prev {
  left: 20px;
}
.slideshow .swiper-viewport .swiper-pager .swiper-button-next {
  right: 20px;
}

/* slick-carousel */
.slick-carousel > button {
  border: none;
  background: transparent;
  padding: 2px 7px;
  box-shadow: none;
}
.slick-carousel > button i {
  font-size: 20px;
}
.slick-vertical .slick-arrow {
  position: relative;
  top: auto;
  height: 30px;
}
@media(max-width: 1199px) {
  .related-products-block .slick-theme .slick-dots button,
  .mblog .slick-theme .slick-dots button {
    bottom: 20px;
  }
  .mblog .slick-dots {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .mblog .owl-carousel.owl-theme .owl-nav {
    top: -35px;
    right: 0;
  }
  .slideshow .swiper-pagination {
    bottom: 0;
  }
  .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 2px;
  }
  .swiper-pagination span:before {
    height: 6px;
    width: 6px;
  }
  .related-products-block .slick-theme .slick-dots button,
  .mblog .slick-theme .slick-dots button {
    bottom: 0;
  }
  div:not(.container) .slick-theme .slick-arrow.slick-next {
    right: -5px;
  }
  div:not(.container) .slick-theme .slick-arrow.slick-prev {
    left: -5px;
  }
}
@media(max-width: 575px) {
  .mt-banner .slick-theme .slick-dots li:hover:after,
  .mt-banner .slick-theme .slick-dots li.slick-active:after {
    width: 28px;
  }
  .mt-banner .slick-theme .slick-dots li {
    height: 30px;
    width: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
/*----------------------------------------------*/
/* testimonial */
/*----------------------------------------------*/
.testimonial-block .page-title h3 span {
  display: block;
}
.testimonial-block {
  position: relative;
  overflow: hidden;
}
.testimonial-block .block-content {
  width: 100%;
  margin: auto;
  text-align: center;
}
.testimonial-text {
  position: relative;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  margin: 0 0 27px 0;
  color: var(--primary-color);
}
.testimonial-items {
  padding: 25px 35px 30px 30px;
  border: 2px solid var(--border-color);
}
.testimonial-block .row-items {
  padding: 0 25px;
}
.testimonial-block .row {
  margin: 0 -25px;
}
.testimonial-items .author-customer {
  display: flex;
  align-items: center;
}
.testimonial-box .rating {
  margin: 20px 0 0 0;
}
.testimonial-text p {
  margin: 0;
}
.testimonial-inner .row > * {
  padding: 0;
}
.testimonial-container {
  padding: 0 0 100px;
}
.testimonial-author {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 3px;
  color: var(--primary-color);
}
.testimonial-customer {
  font-size: 14px;
  color: var(--secondary-light-color);
}
.testimonial-box .row-items {
  text-align: center;
  margin-bottom: 23px;
}
.testimonial-content {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}
.testimonial-images {
  position: relative;
  display: inline-block;
  padding: 0 22px 0 0;
}
@media(max-width: 1800px) {
  .testimonial-text {
    margin: -5px 0 25px;
  }
}
@media (max-width: 1440px) {
  .testimonial-container {
    padding: 0 0 50px;
  }
  .testimonial-block .row-items {
    padding: 0 15px;
  }
  .testimonial-block .row {
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) {
  .testimonial-container {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .testimonial-container {
    padding: 30px 0;
  }
  .testimonial-block .row-items i {
    font-size: 45px;
    bottom: 27px;
  }
  .testimonial-author {
    margin: 0 0 5px 0;
  }
  .testimonial-text {
    margin: -5px 0 15px;
  }
  .testimonial-items {
    padding: 30px;
  }
  .swiper-pagination,
  .slick-theme .slick-dots button {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-inner {
    /* padding: 20px 0; */
  }
  .testimonial-box .block-content {
    /* padding: 57px 30px; */
    /* width: 450px; */
  }
  .testimonial-block .row-items i {
    display: none;
  }
}
@media (max-width: 480px) {
  .testimonial-box .block-content {
    /* width: 100%; */
    padding: 0px 10px;
  }
  .testimonial-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 375px) {
  .testimonial-box .row {
    margin-right: 0;
    margin-left: 0;
  }
  .row-items.col-xs-12 {
    /* padding: 0; */
  }
  .testimonial-box .block-content {
    /* padding: 0; */
  }
}
/*----------------------------------------------*/
/* CountDown */
/*----------------------------------------------*/
.special-countdown .countdown-carousel {
  padding: 104px 0;
  position: relative;
}
.special-countdown .countdown-carousel:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 100%;
  background: url(../image/banner4.jpg) center center;
  background-size: cover;
}
.countdown-carousel .col-center {
  display: flex;
}
.item-countdown span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 0;
  color: var(--secondary-light-color);
}

.item-countdown > div {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}
.special-countdown .product-thumb .image > a {
  display: none;
}
.item-countdown > div + div:before {
  content: ":";
  position: absolute;
  left: -5px;
}
.item-countdown > div + div {
  margin: 0 0 0 28px;
  padding: 0 0 0 28px;
  position: relative;
}
.special-countdown .product-thumb {
  margin: 0;
  background: transparent;
}
.special-countdown .sub-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 41px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  color: var(--primary-hover-color);
}
.special-countdown .product-thumb .product-title a {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: var(--primary-color);
}
.special-countdown .product-thumb .product-title {
  margin: 0 0 25px;
  order: 1;
}
.special-countdown .product-thumb .product-price {
  order: 3;
}
.special-countdown .product-thumb .caption {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.special-countdown .product-thumb .description {
  display: block;
  line-height: 24px;
  margin: 0 0 23px;
  order: 2;
}
.count-cart {
  display: none;
}
.special-countdown .count-cart {
  order: 4;
  display: block;
}
.special-countdown .product-thumb .price-old {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}
.special-countdown .product-thumb .price {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
.special-countdown .caption button {
    padding: 15px 55px;
    background: var(--primary-color);
    color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border: none;
    margin-bottom: 50px;
}
.special-countdown .caption button:hover {
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
@media(max-width: 1750px) and (min-width: 1441px) {
  .special-countdown .col-xxl-8 {
    width: 58.33333333%;
  }
  .special-countdown .col-xxl-4 {
    width: 41.66666667%;
  }
}
@media(max-width: 1440px) and (min-width: 1400px) {
  .special-countdown .col-xxl-8,
  .special-countdown .col-xxl-4 {
    width: 50%;
  }
  .special-countdown .col-xxl-4 {
    margin-left: 50px;
  }
}
@media(max-width: 1800px) {
  .special-countdown .countdown-carousel {
    padding: 70px 0;
  }
}
@media(max-width: 1750px) {
  .special-countdown .product-thumb .product-title a {
    font-size: 26px;
    line-height: 34px;
  }
  .special-countdown .product-thumb .price-old {
    font-size: 26px;
    line-height: 32px;
  }
  .special-countdown .product-thumb .price {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .special-countdown .caption button {
    margin-bottom: 35px;
  }
  .special-countdown .sub-title {
    margin: 0 0 30px;
  }
}
@media(max-width: 1440px) {
  .item-countdown span {
    font-size: 16px;
    margin: 10px 0 0;
  }
  .item-countdown > div {
    font-size: 34px;
  }
  .special-countdown .countdown-carousel {
    padding: 50px 0;
  }
}
@media(max-width: 1199px) {
  .special-countdown .sub-title {
    margin: 0 0 20px;
  }
  .special-countdown .product-thumb .product-title a {
    font-size: 24px;
    line-height: 30px;
  }
  .special-countdown .product-thumb .product-title {
    margin: 0 0 20px;
  }
  .item-countdown > div + div {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
  }
  .special-countdown .caption button {
    margin-bottom: 30px;
    padding: 12px 40px;
  }
  .special-countdown .product-thumb .price-old,
  .special-countdown .product-thumb .price {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media(max-width: 991px) {
  .countdown-carousel .col-center {
    width: 100%;
    padding: 0;
  }
  .special-countdown .countdown-carousel {
    padding: 30px;
  }
  .special-countdown .countdown-carousel {
    background: var(--background-color);
  }
  .item-countdown span {
    font-size: 14px;
    margin: 8px 0 0;
  }
  .item-countdown > div {
    font-size: 30px;
  }
  .special-countdown .product-thumb .description {
    margin: 0 0 15px;
  }
  .special-countdown .caption button {
    margin-bottom: 25px;
    padding: 10px 30px;
  }
  .special-countdown .countdown-carousel:before {
    display: none;
  }
}
@media(max-width: 767px) {
  .item-countdown span {
    font-size: 14px;
  }
  .item-countdown > div {
    font-size: 28px;
  }
  .special-countdown .product-thumb .price-old,
  .special-countdown .product-thumb .price {
    font-size: 20px;
    line-height: 24px;
  }
  .special-countdown .product-thumb .product-title {
    margin: 0 0 10px;
  }
  .special-countdown .product-thumb .product-title a {
    font-size: 22px;
    line-height: 26px;
  }
  .special-countdown .countdown-carousel {
    padding: 20px;
  }
}
@media(max-width: 575px) {
  .special-countdown .product-thumb .price-old {
    margin: 0 0 5px;
  }
  .item-countdown span {
    font-size: 14px;
    margin: 8px 0 0;
  }
  .item-countdown > div {
    font-size: 28px;
  }
  .special-countdown .sub-title {
    margin: 0 0 15px;
  }
  .special-countdown .product-thumb .description {
    margin: 0 0 15px;
  }
  .special-countdown .product-thumb .price-old,
  .special-countdown .product-thumb .price {
    font-size: 18px;
    line-height: 22px;
  }
  .special-countdown .product-thumb .product-title a {
    font-size: 20px;
    line-height: 24px;
  }
  .special-countdown .sub-title {
    font-size: 12px;
  }
  .special-countdown .caption button {
    margin-bottom: 20px;
  }
}
@media(max-width: 480px) {
  .special-countdown .caption button {
    margin-bottom: 20px;
    padding: 8px 23px;
    font-size: 12px;
  }
  .item-countdown > div + div {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
  }
  .item-countdown > div {
    font-size: 26px;
  }
}
@media(max-width: 375px) {
  .item-countdown > div + div {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }
  .item-countdown > div {
    font-size: 26px;
  }
  .special-countdown .product-thumb .product-title a {
    font-size: 18px;
    line-height: 22px;
  }
}
/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.blog-info .image {
  overflow: hidden;
  position: relative;
}
.mblog .row > * {
  padding: 0;
}
.blog-block {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  background: var(--secondary-color);
}
.mblog .btn-date {
  padding: 10px;
  position: absolute;
  left: 30px;
  z-index: 1;
  text-align: center;
  background: var(--secondary-color);
}
.mblog .block-month {
  font-size: 16px;
  color: var(--secondary-light-color);
}
.mblog .block-day {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.blog-block .zoom-post a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 40px;
  width: 40px;
  border-radius: 50%; 
  border: none;
  color: var(--primary-color);
  background: var(--secondary-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.blog-block .zoom-post > a + a {
  margin: 5px 0 0;
}
.blog-block .zoom-post a:hover {
  color: var(--secondary-color);
  background: var(--primary-hover-color);
}
.blog-block .zoom-post {
  position: absolute;
  left: -50px;
  bottom: 20px;
  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 {
  left: 20px;
}
.blog-block .hover-zoom::before,
.blog-block .hover-post::before {
  font-family: FontAwesome;
  font-size: 14px;
  margin: 0;
  display: block;
  position: relative;
  text-align: center;
  line-height: 40px;
  z-index: 1;
}
.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;
}
.mblog .caption {
  text-align: left;
  position: relative;
  padding: 29px 0 0;
}
.mblog .caption h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  text-transform: unset;
}
.mblog .caption h4 a {
  color: var(--primary-color);
}
.mblog .caption h4 a:hover {
  color: var(--primary-hover-color);
}
.mblog .block-date {
  display: block;
}
.blog-category .blog-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  margin: 15px 0 0;
  text-transform: capitalize;
}
.blog-category .blog-title a:hover {
  color: var(--primary-hover-color);
}
.mblog .blog-block img {
  transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  backface-visibility: hidden;
}
.mblog .blog-block:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .9;
}
.blog-read.btn-default {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 0;
  margin: 22px 0 0;
  box-shadow: none;
  border-radius: 0;
  text-transform: uppercase;
  color: var(--primary-color);
  background: transparent;
  border-bottom: 2px solid var(--primary-color);
}
.inner2 .button i,
.blog-block .blog-read i,
.subscribe-btn i {
  margin: 0 0 0 10px;
  transform: rotate(-45deg);
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.inner2 .button:hover i,
.blog-block .blog-read:hover i,
.subscribe-btn:hover i {
  transform: unset;
}
.blog-read.btn-default:hover {
  background: transparent;
  color: var(--primary-hover-color);
  border-color: var(--primary-hover-color);
}
.blog-read span {
  color: var(--secondary-color);
}
.blog-read:hover .blog-read span {
  color: var(--secondary-color);
}
.product-list .blog-read:hover span {
  color: var(--secondary-color);
}
.product-list .blog-read.btn {
  position: relative;
  background: transparent;
  color: var(--background-color);
}
.blog-block:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .9;
}

.blog-block img {
  transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  backface-visibility: hidden;
}
/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.blog-category .blog-block .row {
  display: flex;
  align-items: center;
}
.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: 0;
}
.blog-block img,
#content-blogs .thumbnails .thumbnail img {
  width: 100%;
}
.blog-category .blog-description {
  padding: 26px 0 0;
  text-align: center;
}
.blog-text {
  font-size: 16px;
  line-height: 24px;
  margin: 17px 0 0;
  color: var(--secondary-light-color);
}
.block-date {
  font-size: 16px;
  color: var(--secondary-light-color);
  display: flex;
  align-items: center;
}
.block-date i {
  font-size: 20px;
  padding: 0 12px 0 0;
}
.blog-category .block-date {
  display: inline-block;
}
.blog-category .block-date i {
  font-size: 30px;
}
.blog-category .blog-comment {
  font-size: 16px;
  color: var(--secondary-light-color);
}
.blog-category .blog-comment i {
  margin-right: 5px;
}
/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
.article-container .image {
  position: relative;
}
.article-container .blog-block {
  margin-bottom: 0;
}
.article-container .caption-blog {
  padding: 30px 0 0;
  background: transparent;
}
#content-blogs .thumbnails .thumbnail {
  border: unset;
  margin: 0;
  padding: 0;
}
h3.article-page-title {
  margin: 15px 0 10px;
}
.article-container .shop-content > h3 {
  line-height: 20px;
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
  color: var(--primary-color);
  background: transparent;
  border-bottom: 1px solid var(--border-color);
}
.article-container #commnt_form > div > div:last-child .form-group {
  margin-bottom: 0;
}
.article-container #commnt_form.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
#post_comment #commnt_form.form-horizontal .control-label {
  text-align: left;
}
.article-container .shop-content {
  background: var(--secondary-color);
}
.shop-content .comment_cust,
.shop-content #commnt_form {
  padding: 30px 30px 10px;
  border-bottom: 1px solid var(--border-color);
}
.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 {
  padding-bottom: 20px;
}
.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: 500;
  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;
}
.comment-text {
  padding: 15px;
  border: none;
  border-radius: 0;
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
}
.singblog-description.blog-text {
  margin: 0;
}

@media(max-width: 1440px) {
  .blog-title h3 {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 -13px;
  }
  .mblog .caption h4 {
    font-size: 22px;
  }
  .mblog .caption {
    padding: 20px 0 0;
  }
  .blog-category .blog-description {
    padding: 20px 0 0;
  }
  .article-container .caption-blog {
    padding: 20px 0 0;
  }
}
@media (max-width: 1199px) {
  .blog-category .blog-title {
    font-size: 20px;
    line-height: 20px;
  }
  .mblog .caption h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .blog-category .block-date {
    font-size: 14px;
  }
  .blog-category .blog-comment {
    font-size: 14px;
  }
  .blog-category .block-date i {
    font-size: 20px;
  }
  .blog-read:before {
    height: 34px;
  }
  .blog-read {
    padding: 7px 30px;
  }
  .blog-category .blog-description {
    padding: 15px 0 0;
  }
  .blog-title h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 35px;
    text-align: center;
    color: var(--primary-color);
  }
  .blog-text {
    margin: 15px 0 0;
  }
}
@media (max-width: 991px) {
  .mblog .caption {
    padding: 10px 0 0;
  }
  .mblog .block-day {
    font-size: 18px;
    line-height: 24px;
  }
  .mblog .block-month {
    font-size: 14px;
  }
  .blog-read.btn-default {
    margin: 15px 0 0;
  }
  .mblog .caption h4 {
    font-size: 18px;
    margin: 12px 0 0;
  }
  .blog-title h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  .blog-category .blog-title,
  h3.article-page-title {
    font-size: 18px;
    margin: 12px 0 0;
  }
  .blog-block .zoom-post,
  .blog-block:hover .zoom-post {
    left: 10px;
  }
  .mblog .caption .blog-title {
    margin: 0 0 15px 0;
    line-height: 20px;
    font-size: 18px;
  }
  .blog-text {
    font-size: 14px;
    margin: 10px 0 0;
  }
  .article-container .caption-blog {
    padding: 15px 0 0;
  }
  .singblog-description.blog-text {
    font-size: 14px;
    margin: 8px 0 0;
  }
  .blog-block h4,
  h3.article-page-title {
    margin: 10px 0 10px;
  }
  .article-container .btn-default:hover {
    background: var(--primary-hover-color);
  }
  .blog-read {
    font-size: 12px;
    padding: 7px 23px;
  }
  .blog-block .zoom-post a {
    height: 34px;
    width: 34px;
  }
  .blog-block .hover-zoom::before,
  .blog-block .hover-post:before {
    font-size: 12px;
    line-height: 34px;
  }
  .blog-category .blog-description {
    padding: 10px 0 0;
  }
  .article-container .shop-content > h3 {
    font-size: 14px;
    padding: 10px 0;
  }
  .shop-content .comment_cust,
  .shop-content #commnt_form {
    padding: 20px 15px;
  }
  .mahardhi_blog-mahardhi_blog .col-sm-6 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .inner2 button i,
  .blog-read.btn-default i,
  .subscribe-btn i,
  .category-thumb .category-btn i {
    font-size: 12px;
    margin: 0 0 0 5px;
  }
  .product-tab-block .slick-arrow,
  .special .special-arrow .slick-arrow,
  .mblog .blog-arrow .slick-arrow {
    font-size: 14px;
  }
  .special .special-arrow .slick-arrow + .slick-arrow {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .blog-category .blog-block .row {
    display: block;
  }
  .blog-layout.product-list.blog-category.col-sm-6 {
    padding: 0 5px;
  }
  .mahardhi_blog-mahardhi_blog #content {
    padding: 0;
  }
  .mblog .caption .blog-title {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .blog-read {
    padding: 5px 23px;
  }
  .blog-read:before {
    height: 30px;
  }
  .block-date i {
    font-size: 16px;
    padding: 0 8px 0 0;
  }
  .block-date {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .article-container .btn-default {
    padding: 10px 30px;
    font-size: 14px;
  }
  .blog-layout.product-list.blog-category.col-sm-6 {
    padding: 0 15px;
  }
  .blog-read {
    line-height: 20px;
  }
  .mblog .blog-arrow .slick-arrow + .slick-arrow {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 540px) {
  .comment-text {
    padding: 10px;
  }
  .comment_cust .comment-desc {
    padding-left: 70px;
  }
  .blog-category .block-date {
    font-size: 12px;
  }
  .blog-category .blog-comment {
    font-size: 12px;
  }
}
@media(max-width: 480px) {
  .blog-category .blog-text {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .blog-layout.product-list.blog-category.col-sm-6 {
    padding: 0;
  }
  .mahardhi_blog-mahardhi_blog #content {
    padding: 0 15px;
  }
}
/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.news {
  position: relative;
  text-align: center;
}
.news .news-dec {
  text-align: center;
}
.news .title-text {
  position: relative;
  text-align: center;
  font-size: 30px;
  margin-bottom: 33px;
  line-height: 34px;
  padding: 0;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--primary-hover-color);
}
.news .news-description {
  color: #aaaaaa;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto 38px;
}
.subscribe-form {
  position: relative;
  width: 100%;
  max-width: 470px;
  border-radius: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #343434;
}
.subscribe-form #newsletter_usr_email {
  font-size: 14px;
  min-height: 34px;
  border: none;
  height: 34px;
  padding: 5px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #aaaaaa;
  text-align: left;
  background: transparent;
}
.subscribe-form > i {
  font-size: 20px;
  line-height: 34px;
  padding: 0 15px 0 0;
  color: var(--secondary-color);
}
.subscribe-form #newsletter_usr_email::placeholder {
  color: #aaaaaa;
}
.news .subscribe-btn {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  background: transparent;
}
.subscribe-btn {
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  line-height: 20px;
  padding: 10px 30px;
  margin: 30px 0 0;
  text-transform: uppercase;
  color: var(--secondary-color);
  background: var(--primary-hover-color);
  transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
}
.subscribe-form > i {
  font-size: 20px;
  line-height: 34px;
  padding: 0 5px 0 0;
  color: var(--secondary-light-color);
}
.news .subscribe-btn:hover {
  color: var(--primary-hover-color);
  background: transparent;
}
@media(max-width: 1440px) and (min-width: 992px) {
  .position-footer-top .news {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 1441px) {
  .news #frmnewsletter {
    margin: 0 0 0 35px;
  }
}
@media (max-width: 1440px) {
  .news .title-text {
    font-size: 40px;
    line-height: 40px;
  }
  .news-logo img {
    width: 140px;
  }
}
@media(max-width: 1199px) {
  .news .news-description {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .footer-top-inner > div {
    width: 100%;
    float: unset;
    margin: 15px 0;
  }
  .news .title-text {
    font-size: 30px;
    line-height: 30px;
  }
  .subscribe-form #newsletter_usr_email {
    text-align: left;
    padding: 2px 10px;
  }
  .news .news-description {
    margin: 0 0 20px;
    text-align: center;
  }
  .news .subscribe-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
  .subscribe-form > i {
    font-size: 16px;
    line-height: 30px;
  }
  .subscribe-form {
    width: 80%;
  }
  .news .news-dec {
    text-align: left;
  }
  .news {
    text-align: left;
  }
}
@media(max-width: 767px) {
  .news .title-text {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .subscribe-form #newsletter_usr_email {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .subscribe-form #newsletter_usr_email {
    padding: 8px 10px;
    font-size: 12px;
  }
  .news .title-text {
    font-size: 20px;
    line-height: 20px;
  }
  .news .title-text:after {
    bottom: -13px;
  }
  .news .title-text:before {
    bottom: -15px;
  }
  .news .news-description {
    font-size: 14px;
    margin: 0 0 10px;
  }
}


/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
.hidden-xs-up {
  display: none !important;
}
footer {
  background: var(--primary-color);
}
.footer-top {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 80px 0 0;
  color: var(--secondary-color);
}
.footer-top-inner > div > div {
  margin: 79px 0 80px;
}
footer h5,
footer h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  margin: -2px 0 14px;
  text-transform: uppercase;
  color: var(--secondary-color);
}
footer .footer-content a {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  color: var(--secondary-light-color);
}
.footer-center .row > div {
  position: relative;
}
footer a:hover,
footer a:focus {
  color: var(--secondary-color);
}
.position-footer-top > div:last-child {
  display: none;
}
/* footer top */
.common-home footer {
  margin: 0;
}
.position-footer-top .footer-items {
  float: left;
  padding: 0 15px;
  position: relative;
}
.footer_aboutus {
  width: 75%;
  margin: auto;
  text-align: center;
}
.site-content {
  display: flex;
  justify-content: center;
}
.footer-items .contact_site {
  font-size: 16px;
  text-align: left;
  margin-top: 10px;
  padding-top: 20px;
  line-height: 24px;
  position: relative;
  text-align: center;
  border-top: 1px solid #474747;
  color: var(--secondary-light-color);
}
.contact_title {
  text-transform: capitalize;
  margin-right: 5px;
}
footer .col-sm-4 a,
footer .col-sm-3 a,
footer .col-sm-2 a {
  font-size: 16px;
  padding: 0;
  display: block;
  color: var(--secondary-light-color);
}
.contact-icon i {
  color: var(--secondary-color);
  text-align: center;
  font-size: 20px;
  margin-right: 15px;
}
.contact_title {
  font-size: 18px;
  margin-right: 5px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.contact_site {
  display: inline;
}
.footer-top .position-footer-top {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
/* footer left */
.footer_aboutus > a {
  display: block;
}
.footer-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 19px 0 23px;
  color: var(--secondary-light-color);
}

/* footer right */
.position-footer-right li > div {
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
  line-height: 24px;
}
.position-footer-right li .contact_site a {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  display: initial;
  color: #aaaaaa;
}
/* footer center */
.block_scoial .title-text,
.payment-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 25px 55px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.block_payment .payment-title {
  text-align: right;
  margin: 0 55px 25px 0;
}
.block_payment .payment-link {
  text-align: right;
}
.footer-center ul.list-unstyled {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 75px 0 60px;
}
.footer-center ul > li + li {
  margin-left: 40px;
}
/* footer bottom*/
.footer_bottom {
  position: relative;
  padding: 28px 0;
  border-top: 1px solid #343434;
}
footer .footer_bottom p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: var(--secondary-light-color);
}
footer .footer_bottom p a {
  color: var(--secondary-light-color);
}
.toggled.active .fa-chevron-down:before {
  content: "\f077";
}
.position-footer-bottom p {
  margin: 0;
  color: var(--secondary-light-color);
}
.position-footer-bottom p a {
  color: var(--secondary-light-color);
}
/* social media*/
.social-media {
  text-align: center;
}
.social-media > a {
  display: inline-block;
}
.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 5px;
}
.social-media a .fa-facebook-f {
  background: #3b5998;
}
.social-media a .fa-x-twitter {
  background: #222222;
}
.social-media a .fa-linkedin-in {
  background: #0e76a8;
}
.social-media a .fa-google-plus-g {
  background: #db3236;
}
.social-media a .fa-youtube {
  background: #c4302b;
}
.social-media a .fa-pinterest-p {
  background: #c8232c;
}
@media(min-width: 1801px) {
  .position-footer-right {
    padding: 0 60px;
  }
}
@media(min-width: 992px) {
  .footer-top-inner {
    padding: 0;
    display: flex;
  }
  .footer-top-inner > div {
    padding: 0 15px;
  }
  .footer-top .news::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 120px;
    width: 1px;
    background: var(--border-color);
    opacity: 0.2;
  }
  .common-home footer {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding-left: 130px;
    background: var(--primary-color);
  }
  .footer-top-inner > div + div + div {
    border-left: 1px solid #343434;
  }
  .footer-right {
    text-align: center;
  }
  .position-footer-bottom > div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media(max-width: 1800px) {
  .common-home .footer_bottom {
    padding: 28px 70px;
  }
}
@media(max-width: 1440px) {
  footer h5,
  footer h4 {
    font-size: 16px;
  }
  .footer-top-inner > div > div {
    margin: 50px 0;
  }
  .common-home .footer_bottom {
    padding: 25px 50px;
  }
  .footer-center ul.list-unstyled {
    padding: 50px 0 40px;
  }
}
@media (max-width: 1199px) {
  .footer-center,
  .contact_title {
    font-size: 14px;
  }
  .footer-desc {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-items .contact_site {
    font-size: 14px;
    line-height: 20px;
  }
  footer h5,
  footer h4 {
    font-size: 14px;
  }
  footer .footer-content a {
    font-size: 14px;
  }
  .position-footer-right li .contact_site a {
    font-size: 14px;
  }
  .position-footer-right li > div {
    font-size: 14px;
  }
  .common-home .footer_bottom {
    padding: 20px 40px; 
  }
  .footer-center ul > li + li {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .footer-desc {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
  }
  .footer-top {
    padding: 30px 0 0;
  }
  .footer_aboutus {
    width: 100%;
  }
  .footer-top .news {
    margin-top: 30px;
  }
  .position-footer-left {
    text-align: center;
  }
  .footer-center ul.list-unstyled {
    padding: 30px 0;
  }
  footer h5,
  .position-footer-right h5 {
    margin: 0 0 10px;
    font-size: 14px;
    text-align: left;
  }
  footer .footer-bottom p {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .footer-center ul > li + li {
    margin: 0 0 0 15px;
  }
  .social-media {
    justify-content: center;
  }
  .social-media a i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .position-footer-top .footer-items {
    width: 100%;
  }
  .position-footer-right .footer_aboutus {
    text-align: center;
  }
  .position-footer-top .footer-items + .footer-items:after {
    display: none;
  }
  .position-footer-top .footer-items + .footer-items {
    margin-top: 15px;
  }
  .footer-items .contact_site {
    padding: 0 25px 10px;
    margin: 10px 0;
    border-top: none;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #474747;
  }
  .footer-items:nth-child(2n) .contact_site {
    justify-content: space-between;
  }
  .footer-top .position-footer-top {
    text-align: center;
    align-items: normal;
    flex-direction: column;
  }
  .block_scoial,
  .block_payment {
    width: 50%;
    float: left;
  }
  .block_scoial .title-text,
  .payment-title {
    margin: 0 0 25px 0;
  }
  .position-footer-top > div + div {
    margin: 20px 0 0;
  }
  .block_payment .payment-title {
    text-align: center;
    margin: 0 0 25px 10px;
  }
  .block_payment .payment-link {
    text-align: center;
  }
  footer .footer_bottom p {
    font-size: 14px;
  }
  .footer-top-inner > div > div {
    margin: 0;
  }
  .payment_link {
    margin: 0 0 10px;
  }
  .footer_bottom {
    text-align: center;
  }
  footer .footer-content a {
    padding: 4px 0;
  }
  .common-home .footer_bottom,
  .footer_bottom {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
}
@media(max-width: 767px) {
  footer .footer-content a {
    font-size: 14px;
  }
  .footer-center ul.list-unstyled {
    padding: 20px 0;
  }
  .footer-top .news {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  footer .footer-top {
    padding: 15px 0 0;
  }
  .contact-icon i {
    font-size: 16px;
    margin-right: 10px;
  }
  footer .col-sm-4 a,
  footer .col-sm-3 a,
  footer .col-sm-2 a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .social-media a i {
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .footer-items .contact_site {
    padding: 0 10px 10px;
  }
  .block_scoial .title-text,
  .block_payment .payment-title {
    display: none;
  }
  .block_scoial, .block_payment {
    width: 100%;
  }
  .block_payment {
    margin-top: 20px;
  }
  .footer-desc {
    font-size: 14px;
  }
  .footer_aboutus img {
    width: 60px;
  }
}
@media (max-width: 375px) {
  .quick-product-right ul.list-unstyled {
    display: block;
  }
  .footer-center-inner {
    padding: 0;
  }
  .newsletterblock .container {
    padding: 0;
  }
}
/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.service-box {
  position: relative;
  border-top: 1px solid var(--border-color);
}
.service {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-box .promo-items {
  padding: 30px 0;
  background: var(--secondary-color);
}
.service-icon {
  font-size: 30px;
  margin: 0 28px 0 0;
  color: var(--primary-hover-color);
}

.service .service-icon .icon-truck-2 {
  font-size: 38px;
  line-height: 26px;
}
.service .service-icon i {
  font-size: 30px;
  margin: 0;
  display: block;
  color: var(--primary-hover-color);
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s; 
}
.service:hover .service-icon i {
  transform: rotateY(180deg);
}
.service-content {
  display: flex;
  align-items: center;
}
.service .promo-title {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 5px 0 0;   
  padding: 0 10px 0 0; 
  text-transform: capitalize;    
}
.service .promo-desc {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--secondary-light-color);
}
.service .promo-title::after {
  content:':';
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--primary-color);
}
.promo-items .col-4 {
  padding: 0 15px;
  float: left;
}
@media (max-width: 1440px) {
  .service {
    text-align: left;
  }
  .service-icon {
    margin: 0 15px 0 0;
  }
  .service-content {
    display: block;
  }
  .service .promo-title::after {
    display: none;
  }
  .service .promo-title {
    padding: 0;
    margin: 0 0 5px;
  }
}
@media (max-width: 1199px) {
  .service-content {
    display: block;
  }
  .service .promo-title::after {
    display: none;
  }
  .service .promo-title {
    padding: 0;
    margin: 0 0 5px;
  }
}
@media (max-width: 991px) {
  .service-box .promo-items {
    padding: 20px 0;
  }
  .service-item {
    padding: 0 5px;
  }
  .promo-items .col-4 {
    padding: 0 5px;
  }
  .service .promo-title {
    font-size: 14px;
  }
  .service .promo-desc {
    font-size: 12px;
    line-height: 14px;
  }
  .service-item.col-4:nth-child(2n+1) {
    clear: none;
  }
  .service {
    display: block;
    text-align: center;
  }
  .service-icon {
    margin: 0 0 10px;
  }
}
@media (max-width: 480px) {
  .service-item {
    width: 100%;
  }
  .service {
    display: flex;
    align-items: center;
    justify-content: unset;
  }
  .service-icon {
    margin: 0 10px 0 0;
  }
  .service-content {
    text-align: left;
  }
  .service-item:nth-child(2),
  .service-item:nth-child(3) {
    margin-top: 15px;
  }
}
/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.breadcrumb-back h1,
.breadcrumb-back h2 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 18px;
  display: block;
  vertical-align: top;
  font-weight: 500;
  color: var(--secondary-color);
  text-align: center;
}
/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
  display: block;
  position: relative;
  padding: 116px 0;
  margin-bottom: 50px;
  background: url(../image/breadcrumbs-bg.jpg) no-repeat center center;
}
.breadcrumb-back::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000009c;
    z-index: 2;
}
.breadcrumb-inner{
  position: relative;
  z-index: 3;
}
.breadcrumb {
  font-size: 16px;
  padding: 0;
  margin: 0;
  border: none;
  text-align: center;
  justify-content: center;
  text-transform: capitalize;
}
.breadcrumb > li {
  position: relative;
}
.breadcrumb > li .fa-home {
  font-size: 15px;
}
.breadcrumb li a,
.breadcrumb a {
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary-color);
}
.breadcrumb li:last-child a,
.breadcrumb a:hover {
  color: var(--primary-hover-color);
}
.breadcrumb > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: var(--secondary-color) !important;
  padding: 0px 8px 0px 5px;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 1440px) {
  .breadcrumb-back {
    margin-bottom: 30px;
  }
}
@media(max-width: 1199px) {
  .breadcrumb-back {
    padding: 95px 0;
  }
  .breadcrumb-back h1,
  .breadcrumb-back h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-back {
    padding: 60px 0;
    margin-bottom: 20px;
  }
  .breadcrumb li a,
  .breadcrumb a {
    font-size: 14px;
  }
}
@media(max-width: 575px) {
  .breadcrumb-back {
    padding: 50px 0;
  }
  .breadcrumb-back h1,
  .breadcrumb-back h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media(max-width: 375px) {
  .breadcrumb-back h1,
  .breadcrumb-back h2 {
    font-size: 18px;
    line-height: 18px;
  }
  .breadcrumb-back {
    padding: 20px 0;
  }
}
/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/
#column-left > div,
#column-right > div {
  padding: 0 10px 30px;
  margin: 50px 0 0;
  box-shadow: none;
  width: auto;
  border: none;
  border-bottom: 1px solid var(--border-color);
  background: var(--secondary-color);
}
#column-left .product-thumb .product-price:before,
#column-right .product-thumb .product-price:before {
    display: none;
}
#column-left .product-thumb .product-title,
#column-right .product-thumb .product-title {
  margin: 0 0 10px 0;
}
#column-left > div.swiper-viewport,
#column-right > div.swiper-viewport {
  border: none;
  padding: 0;
}
#column-left > div:first-child,
#column-right > div:first-child {
  margin-top: 0;
}
#column-left .mt-banner .row,
#column-right .mt-banner .row {
  padding: 0;
  margin: 0;
}
#column-left .mt-banner,
#column-right .mt-banner {
  padding: 0;
  border: none;
}
#column-left .mt-banner .slick-track,
#column-right .mt-banner .slick-track {
  padding: 0;
}
#column-left .btn-primary {
  color: var(--background-color);
  background: var(--primary-hover-color);
}
#column-left .btn-primary:hover {
  background: var(--primary-color);
}
#column-left .mt-banner .row > *,
#column-right .mt-banner .row > * {
  padding: 0;
}
#column-left h3,
#column-right h3,
#column-left .box-content h3,
#column-right .box-content h3 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  color: var(--primary-color);
  background: transparent;
  font-weight: 500;
  line-height: 20px;
  border: none;
}
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-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 {
  margin: 0;
  padding: 27px 10px 0 0;
}
#column-left .box .container,
#column-right .box .container {
  width: auto;
  padding: 0;
}
#column-left .mt-banner .text-center,
#column-right .mt-banner .text-center {
  padding: 0;
}
#column-left .mt-banner .page-title,
#column-right .mt-banner .page-title {
  display: none;
}
#column-left .product-thumb .rating,
#column-right .product-thumb .rating {
  display: block;
  margin: 5px 0 0;
  padding: 0;
}
#column-left .col:last-child .product-layout .product-thumb {
  margin: 0;
}
.category-list .list-group-item,
.sidebar li,
.account-content .list-group a {
  border: none;
  border-radius: 0;
  margin: 0;
  background: transparent;
  padding: 6px 0;
  text-transform: capitalize;
  color: var(--secondary-light-color);
  font-size: 16px;
}
.category-list .list-group-item:hover,
.sidebar li:hover,
.account-content .list-group a:hover {
  color: var(--primary-color);
}
.category-list .list-group-item {
  padding: 6px 20px 6px 0;
}
.category-list .child-categories .list-group-item {
  padding: 8px 20px 8px 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.list-unstyled.parent > 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: -6px;
}
.sidebar li a {
  color: var(--secondary-light-color);
}
.category-list .has-more-category .toggled {
  position: absolute;
  right: 0;
  padding: 0 5px;
}
.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: 27px;
}

.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: 0 0 12px;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
}

.filter_box .checkbox,
.filter_box .checkbox .radio {
  margin: 9px 0;
}

.filter_box .list-group-item {
  border: none;
  padding: 0px;
  background: transparent;
  color: var(--secondary-light-color);
}

.filter_box .list-group-items + .list-group-items {
  margin: 27px 0 0;
}

.checkbox label,
.radio label {
  text-transform: capitalize;
  font-size: 18px;
  color: var(--secondary-light-color);
}

#filter .panel-footer {
  text-align: left;
  padding: 0;
  background: transparent;
}

#button-filter {
  padding: 7.5px 30px;
  font-size: 14px;
  font-weight: 500;
  background: var(--primary-hover-color);
  border: none;
}

#button-filter:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}

/*banner*/
#column-left .swiper-viewport,
#column-right .swiper-viewport {
  border: none;
  margin: 30px 0 0;
}

#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-hover-color);
}

.account-content .list-group {
  margin: 0;
}

/*product*/
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
  padding: 0;
}

#column-left .product-thumb,
#column-right .product-thumb {
  padding: 0;
  border: none;
  margin: 0 0 20px 0;
}

#column-left
  .product-content:last-child
  .product-layout:last-child
  .product-thumb,
#column-right
  .product-content:last-child
  .product-layout:last-child
  .product-thumb {
  margin: 0;
}

#column-left .product-thumb > .image,
#column-right .product-thumb > .image {
  float: left;
  width: 100px;
  margin: 0;
  margin-right: 15px;
}

#column-left .product-thumb > .thumb-description,
#column-right .product-thumb > .thumb-description {
  float: left;
  width: 53.6%;
}

#column-left .sale-text,
#column-right .sale-text,
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#column-left .product-thumb .quickview-button,
#column-right .product-thumb .quickview-button,
#column-left .product-thumb .addcart,
#column-right .product-thumb .addcart,
#column-left .product-thumb .wishlist,
#column-right .product-thumb .wishlist {
  display: none;
}

#column-left .product-thumb .price,
#column-right .product-thumb .price {
  opacity: 1;
  padding: 0;
}
#column-left .product-thumb .product-title,
#column-right .product-thumb .product-title {
  margin: 0 0 5px;
}

#column-left .product-thumb .product-title a,
#column-right .product-thumb .product-title a {
  font-size: 16px;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
  padding: 0;
  text-align: left;
}

@media (min-width: 1200px) {
  #column-left,
  #column-right {
    width: 25%;
  }
  #content.col-lg-9,
  #content.col {
    width: 85%;
  }
}

@media (min-width: 992px) {
  #column-left,
  #column-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  #column-left .product-thumb > .image,
  #column-right .product-thumb > .image {
    margin-right: 10px;
  }
  #column-left .product-thumb > .thumb-description,
  #column-right .product-thumb > .thumb-description {
    float: left;
    width: 56%;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  #column-left .product-thumb > .image,
  #column-right .product-thumb > .image {
    width: 70px;
    margin-right: 5px;
  }
  #column-left .product-thumb > .thumb-description,
  #column-right .product-thumb > .thumb-description {
    width: 51.9%;
  }
  #column-left .rating .fa-stack,
  #column-right .rating .fa-stack,
  #column-left #tab-review .fa-stack,
  #column-right #tab-review .fa-stack {
    width: 2em;
    font-size: 8px;
  }
  #column-left .rating .fa-star,
  #column-left .rating .fa-star + .fa-star-o,
  #column-left #tab-review .fa-star + .fa-star-o,
  #column-left #tab-review .fa-star,
  #column-right .rating .fa-star,
  #column-right .rating .fa-star + .fa-star-o,
  #column-right #tab-review .fa-star + .fa-star-o,
  #column-right #tab-review .fa-star {
    font-size: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #column-left .product-thumb > .image,
  #column-right .product-thumb > .image {
    margin-right: 5px;
    width: 65px;
  }
  #column-left .product-thumb > .thumb-description,
  #column-right .product-thumb > .thumb-description {
    width: 56%;
  }
}
@media(max-width: 1800px) {
  #column-left > div,
  #column-right > div {
    margin: 40px 0 0;
  }
}
@media(max-width: 1440px){
  #column-left > div,
  #column-right > div {
    margin: 30px 0 0;
  }
  #column-left > div,
  #column-right > div {
    padding: 0 10px 20px;
  }
  .filter_box,
  #column-left .block_box,
  #column-right .block_box,
  .category-list #selectMe-desk,
  .account-content .list-unstyled,
  .sidebar .list-unstyled {
    padding: 20px 10px 0 0;
  }
  #column-left .product-thumb .price,
  #column-right .product-thumb .price {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  #column-left .product-thumb .price,
  #column-right .product-thumb .price {
    margin: 0;
  }
  #column-left .product-thumb .rating,
  #column-right .product-thumb .rating {
    margin: 8px 0 0 0;
  }
  #column-left h3,
  #column-right h3,
  #column-left .box-content h3,
  #column-right .box-content h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  #column-left .product-thumb > .thumb-description,
  #column-right .product-thumb > .thumb-description {
    width: 62.8%;
    background: transparent;
  }
  .category-list .list-group-item {
    font-size: 14px;
    padding: 6px 13px 6px 0;
  }
  .toggled .toggle-open {
    position: absolute;
    right: 0;
  }
  #selectMe-desk {
    display: none;
  }
  .filter_box .list-group a {
    font-size: 16px;
  }
  #column-left .mt-banner,
  #column-right .mt-banner {
    display: none;
  }
  #column-left .swiper-viewport,
  #column-right .swiper-viewport {
    display: none;
  }
  #column-left > div:first-child,
  #column-right > div:first-child {
    margin: 20px 0 0;
  }
  #column-left > div,
  #column-right > div {
    margin: 10px 0 0;
    padding: 0;
  }
  #column-left .toggled .toggle-open,
  #column-right .toggled .toggle-open {
    right: 15px;
  }
  #column-left h3,
  #column-right h3,
  #column-left .box-content h3,
  #column-right .box-content h3 {
    font-size: 14px;
    padding: 10px 15px;
    border: none;
    margin: 0;
  }
  #column-left .toggled.active,
  #column-right .toggled.active,
  #column-left .box-content .toggled.active,
  #column-right .box-content .toggled.active {
    border-bottom: none;
  }
  #column-left .vertical-category-wrapper,
  #column-right .vertical-category-wrapper {
    display: none;
  }
  .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 .category-list,
  #column-right .category-list {
    margin-bottom: 0 !important;
  }
}
/*----------------------------------------------*/
/* our team */
/*----------------------------------------------*/
#team-carousel .product-thumb .product-title a {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0 0 5px;
}

.product-sub-title a {
  font-size: 18px;
  line-height: 26px;
  color: var(--secondary-light-color);
  font-weight: 600;
}

@media (max-width: 1199px) {
  #team-carousel .product-thumb .product-title a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0 0 8px;
  }
  .product-sub-title a {
    font-size: 14px;
    line-height: 20px;
  }
  .product-thumb .product-sub-title {
    margin: 0;
  }
}
/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.category-block {
  margin: 0 0 28px;
  background: var(--secondary-color);
}
.cat-banner {
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin: 0 0 10px;
}
.cat-description {
  color: var(--secondary-light-color);
}
.cat-description p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--secondary-light-color);
}
.cat_info {
  margin: 0 0 30px;
  padding: 10px 20px;
  border: none;
  background: var(--background-color);
}
.refine-search {
  margin: 0 0 20px;
}
#content .refine-text {
  font-size: 16px;
  margin: 0 0 12px;
  font-weight: 600;
}
.cat-name {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}
.cat-name li {
  display: inline-block;
}
#button-grid {
  margin: 0 10px 0 0;
}
#button-list.btn-default i,
#button-grid.btn-default i {
  font-size: 16px;
  display: block;
}
#button-list.btn-default,
#button-grid.btn-default {
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  background: var(--primary-color);
  color: var(--secondary-color);
  box-shadow: none;
  border-radius: 0;
}
#button-grid.btn-default.active,
#button-list.btn-default.active,
#button-grid.btn-default:hover,
#button-list.btn-default:hover {
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
.cat-name li a {
  border-radius: 0;
  font-size: 14px;
  border: none;
  padding: 7px 20px;
  display: inline-block;
  margin: 0 6px 10px 0;
  background: var(--primary-color);
  color: var(--secondary-color);
}
.cat-name li a:hover {
  color: var(--secondary-color);
  background: var(--primary-hover-color);
}
#list-view.btn-default i,
#grid-view.btn-default i {
  font-size: 16px;
  display: block;
}
#list-view.btn-default,
#grid-view.btn-default {
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 0;
  border-radius: 0;
  background: var(--secondary-color);
  color: var(--primary-color);
  border: 1px solid var(--border-color);
  box-shadow: none;
  z-index: 1;
}
#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);
  border-color: var(--primary-hover-color);
}
#grid-view.btn-default {
  margin: 0 10px 0 0;
}
#compare-total.btn.btn-link {
  text-decoration: none;
  outline: none;
  padding: 8px 0;
  border: none;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--primary-color);
}

#compare-total.btn.btn-link:hover {
  background: transparent;
  color: var(--primary-hover-color);
}
.cat-pagination-right {
  text-align: right;
}
.cat-pagination-right > div {
  display: inline-block;
  vertical-align: top;
}
.cat-pagination-right .cat-show {
  padding-left: 20px;
}
.text-right.show-text {
  padding: 0px 15px;
}
.text-right.show-text,
.text-right.show-select {
  width: auto;
  float: left;
}
.text_limit,
.text_sort {
  margin: 8px 0;
}
.select-filter-sort,
.select-filter-show {
  position: relative;
}
.cat-pagination-right .form-control {
  padding: 4px 25px 4px 10px;
  margin: 0;
  height: 40px;
  border-radius: 0;
  background: transparent;
  border: 1px solid 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: 7px;
  pointer-events: none;
  color: var(--primary-color);
}
.product-list .product-thumb .button-group .compare {
  display: block;
}
.rating .fa-stack,
#tab-review .fa-stack{
  font-size: 8px;
  width: 2.2em;
}
.rating .fa-star-o,
#tab-review .fa-star-o{
    font-size: 12px;
    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{
    font-size: 12px;
    color: var(--primary-hover-color);
}
@media (min-width: 992px) {
  .product-grid .product-thumb .caption .price {
    display: block;
  }
}
@media(max-width: 575px) and (min-width: 376px) {
  #product-list.row-cols-1 > * {
    width: 50%;
  }
  #product-list.row-cols-1.product-list > * {
    width: 100%;
  }
}
@media(min-width: 768px) {
  .product-list .product-thumb .image {
    float: left;
    z-index: 1;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .cat-pagination-right .cat-show {
    padding-left: 10px;
  }
  #list-view.btn-default,
  #grid-view.btn-default {
    height: 34px;
    width: 34px;
  }
  #list-view.btn-default i,
  #grid-view.btn-default i {
    font-size: 14px;
  }
  #compare-total.btn.btn-link {
    padding: 8px 0;
  }
  .cat-pagination-right .form-control {
    height: 34px;
  }
  .text_limit,
  .text_sort {
    font-size: 14px;
    margin: 6px 0;
  }
  #product-category #product-list > *,
  #product-search #product-list > * {
    width: 33.333333%;
  }
  #product-category #product-list.product-list > *,
  #product-search #product-list.product-list > * {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .category-block {
    margin: 0 0 15px;
  }
  .refine-search {
    margin: 0 0 10px;
  }
  .cat-name li a {
    font-size: 13px;
    padding: 5px 10px;
  }
  .cat_info {
    margin: 0 0 20px;
    padding: 9px 15px;
  }
  .product-list .product-thumb .image {
    margin-right: 20px;
  }
  #list-view.btn-default i,
  #grid-view.btn-default i {
    font-size: 16px;
  }
  #list-view.btn-default,
  #grid-view.btn-default {
    height: 34px;
    width: 34px;
  }
  .cat-pagination-right .form-control {
    height: 34px;
  }
  .cat-description p {
    font-size: 14px;
  }
  #button-list.btn-default,
  #button-grid.btn-default {
    height: 34px;
    width: 34px;
  }
  #button-list.btn-default i,
  #button-grid.btn-default i {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .cat-pagination-right {
    text-align: left;
    margin: 5px 0 0;
    padding: 0 10px;
  }
  .cat_list_gird {
    padding: 0 10px;
  }
  .product-list .product-thumb .image {
    display: inline-block;
  }
  .product-list .product-thumb .caption {
    padding: 10px 0;
  }
  #product-category #product-list > *, #product-search #product-list > * {
    width: 50%;
  }
  .product-list .product-thumb .product-price {
    padding: 0 0 5px;
  }
  .product-list .product-thumb .rating {
    padding: 0 0 5px;
  }
}
@media (max-width: 680px) {
  .com-total {
    padding: 0;
  }
}
@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;
  }
  #button-list.btn-default i,
  #button-grid.btn-default i {
    font-size: 12px;
  }
}
@media(max-width: 375px) {
  #product-category #product-list > *,
  #product-search #product-list > * {
    width: 100%;
  }
}
/*----------------------------------------------*/
/* pagination css */
/*----------------------------------------------*/
.pro_pagination {
  clear: both;
  border: none;
  margin-top: 20px;
  line-height: 36px;
  padding: 10px 15px;
  background: var(--background-color);
}
.pro_pagination .text-left {
  margin: 10px 0;
  font-size: 16px;
  float: left;
  color: var(--secondary-light-color);
}
.pro_pagination .text-start,
.pro_pagination .text-end {
  font-size: 14px;
  float: left;
  color: var(--primary-color);
}
.pro_pagination .row {
  align-items: center;
}
.pagination {
  padding: 0;
  margin: 0;
  vertical-align: top;
  justify-content: flex-end;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 0;
}
.pro_pagination .pagination > li.active > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  cursor: pointer;
  z-index: 2;
  box-shadow: none;
  color: var(--secondary-color);
  background: var(--primary-hover-color);
}
.pagination > li > a:last-child {
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  position: relative;
  text-decoration: none;
  border: none;
  color: var(--secondary-color);
  background-color: var(--primary-color);
}
@media (max-width: 1199px) {
  .pagination > li > a,
  .pagination > li > span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .pro_pagination .text-left {
    margin: 6px 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: 7px;
  }
  .pro_pagination .text-left {
    margin: 0;
  }
  .pagination > li > a,
  .pagination > li > span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .pagination > li > a,
  .pagination > li > span {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .pro_pagination .text-start,
  .pro_pagination .text-end {
    font-size: 14px;
  }
  .pro_pagination {
    line-height: 28px;
  }
}
@media(max-width: 575px) {
  .pro_pagination .text-start,
  .pro_pagination .text-end {
    line-height: 30px;
    text-align: center !important;
  }
  .pagination {
    padding: 5px 0 0;
    justify-content: center;
  }
}
/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
a.thumbnail {
  padding: 0;
  border: none;
  margin: 0;
}
#product-info .product-additional {
  text-align: center;
  position: relative;
}
hr {
  opacity: 1;
  border-color: var(--border-color);
}
#product-info hr {
  opacity: 0.7;
}
.zoomContainer {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
#additional-carousel .slick-next {
  position: absolute;
  z-index: 1;
  height: 40px;
  width: 40px;
  padding: 0;
  font-size: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 20px;
  border-radius: 50%;
  color: var(--primary-color);
  left: auto;
  right: -40px;
}
#additional-carousel .slick-prev {
  position: absolute;
  z-index: 1;
  height: 40px;
  width: 40px;
  padding: 0;
  font-size: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 20px;
  border-radius: 50%;
  color: var(--primary-color);
  left: -40px;
  right: auto;
}
#additional-carousel .slick-arrow:hover i {
  color: var(--primary-hover-color);
}
#additional-carousel .slick-next:hover:before,
#additional-carousel .slick-prev:hover:before {
  background: var(--primary-hover-color);
}
#product-info .product-additional {
  margin: 0 auto;
  position: relative;
  display: block;
  vertical-align: top;
  width: calc(100% - 35%);
}
.product-img .thumbnails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-additional .image-additional img {
  border-radius: 0;
  padding: 0;
}
#additional-carousel .image-additional {
  margin: 0 5px;
}
#quick-carousel.owl-carousel.owl-theme .owl-nav {
  position: unset;
  margin: 0;
}
#product-info .pro-image {
  float: left;
}
.pro-image {
  margin: 0 0 30px;
}
#quick-carousel .image-additional a {
  margin: 0 10px;
  display: block;
}
#quick-carousel {
  max-width: 440px;
  margin: auto;
  padding: 0 20px;
}
#additional-carousel .owl-nav div,
#quick-carousel .owl-nav div {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  border: none;
  width: 30px;
  background: transparent;
  position: absolute;
  box-shadow: none;
  opacity: 1;
}
#additional-carousel .owl-nav .owl-prev {
  left: -30px;
  right: auto;
}
#additional-carousel .owl-nav .owl-prev::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 2px;
  background: var(--primary-hover-color);
  top: 3px;
  left: 3px;
}
#additional-carousel .owl-nav .owl-next {
  right: -30px;
  left: auto;
}
.product-additional .owl-prev:after {
  content: "";
}
#quick-carousel .owl-nav .owl-prev {
  left: -20px;
  right: auto;
}
#quick-carousel .owl-nav .owl-next {
  right: -20px;
  left: auto;
}
#additional-carousel .owl-nav div::before,
#additional-carousel .owl-nav div::after,
#quick-carousel .owl-nav div::before,
#quick-carousel .owl-nav div::after {
  display: none;
}
#additional-carousel.owl-carousel.owl-theme .owl-nav .fa,
#quick-carousel.owl-carousel.owl-theme .owl-nav .fa {
  font-size: 22px;
  line-height: 30px;
}
.right_info h1,
.quick-product-right h1 {
  font-size: 24px;
  text-transform: capitalize;
  margin: 0 0 10px;
  font-weight: 500;
  color: var(--primary-color);
}
#product-info .reviews {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--secondary-light-color);
}
#product-info .write-review {
  font-size: 16px;
  color: var(--secondary-light-color);
}
#product-info .right_info .rating {
  margin-bottom: 17px;
}
.form-group {
  margin-bottom: 30px;
}
.rating .product-rating {
  float: left;
  margin-right: 20px;
}
.rating .write-review {
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
  position: relative;
}
.pro-deatil .rating .write-review:before {
  content: "";
  background: var(--secondary-light-color);
  height: 14px;
  width: 1px;
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.rating .fa-pencil {
  padding-right: 5px;
  color: var(--primary-color);
}
.right_info .disc {
  color: var(--primary-color);
  margin-right: 5px;
  font-size: 16px;
  line-height: 27px;
  min-width: 125px;
  display: inline-block;
}
.right_info .disc1 {
  font-size: 16px;
  color: var(--secondary-light-color);
  margin-right: 10px;
}
.pro_price {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
}
.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);
  font-size: 16px;
}
.right_info .price-new {
  font-size: 24px;
  font-weight: 600;
}
.product-options h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
}
.right_info .control-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.right_info .disc1:hover {
  color: var(--primary-hover-color);
}
.right_info .checkbox,
.right_info .radio {
  margin-top: 0;
}
.product-options .alert {
  margin-top: 15px;
}
.product-btn-quantity .minus-plus {
  margin: 0 10px 15px 0;
  display: inline-flex;
  background: var(--background-color);
  border-radius: 0;
  border: none;
}
#product .minus-plus > * {
  text-align: center;
  border: none;
  background: transparent;
  padding: 0 5px;
  font-size: 14px;
  width: 50px;
  height: 50px;
}
.product-btn-quantity #input-quantity {
  width: 50px;
}
.right_info .control-label.qty {
  margin: 0 0 10px 0;
  display: block;
  min-width: 35px;
}
#button-cart,
#quick-cart {
  margin: 0 10px 0 0;
  width: auto;
  color: var(--secondary-color);
  background: var(--primary-color);
  padding: 15px 30px;
  line-height: 20px;
}
#button-cart:hover,
#quick-cart:hover {
  background: var(--primary-hover-color);
}
#product .btn-group button {
  padding: 0;
  background: transparent;
  color: var(--primary-color);
}
#product .btn-group button {
  font-size: 14px;
  margin: 0 20px 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
  background: transparent;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: none;
}
#product .btn-group button:hover,
#product .btn-group button:hover {
  background: transparent;
  color: var(--primary-hover-color);
}
#product .btn-group button:last-child {
  margin: 0;
}
#product-info .btn-group .btn-light + .btn-light {
  border-left: 1px solid var(--secondary-color);
}
#product-info .btn-group .btn-light {
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  display: block;
  color: var(--primary-color);
  background: var(--background-color);
}
#product-info .btn-group .btn-light i {
  font-size: 16px;
  line-height: 50px;
}
#product-info .btn-group .btn-light:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}
.pro-image img {
  padding: 0;
  width: 100%;
  border-radius: 0;
}
#product .product-btn-quantity {
  float: left;
  display: flex;
  align-items: center;
}
.tab-content #tab-description {
  font-size: 16px;
  line-height: 22px;
  color: var(--secondary-light-color);
}
#product-info #tab-description ul:last-child,
#product-info #tab-specification .table {
  margin: 0;
  border-color: var(--border-color);
}
.propage-tab h2 {
  font-size: 18px;
  margin: 25px 0 15px 0;
}
.propage-tab .nav-tabs {
  display: flex;
  border: none;
  justify-content: center;
  background: var(--primary-hover-color);
}
.propage-tab .nav-tabs li + li {
  margin: 0 0 0 50px;
}
#form-review.form-horizontal .control-label {
  padding: 0;
}
.quickview-wrapper-inner.container {
  padding: 0 15px;
  max-width: 100%;
}
#button-upload222 {
  margin-left: 10px;
}
.related-products-block {
  clear: both;
  padding-top: 100px;
}
.related-products-block .owl-stage-outer {
  padding-top: 10px;
  margin-top: -10px;
}
.propage-tab {
  padding: 0;
  margin-top: 100px;
  background: var(--secondary-color);
  border-bottom: 1px solid var(--border-color);
}
#product-info .nav-tabs {
  display: flex;
  justify-content: flex-start;
  border: none;
  padding: 0;
  background: transparent;
}
#additional-carousel .owl-nav .owl-prev i::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 2px;
  background: var(--primary-hover-color);
  top: 1px;
  left: 3px;
}
#additional-carousel .owl-nav .owl-next::before {
  width: 2px;
  height: 5px;
  content: "";
  position: absolute;
  height: 18px;
  width: 2px;
  background: var(--primary-hover-color);
  top: 1px;
  left: 3px;
}
#product-info .tab-content {
  padding: 30px 0 0;
  color: var(--secondary-light-color);
}
#product-info .tab-content strong {
  font-weight: 500;
  text-transform: capitalize;
}
@media(min-width: 768px) {
  #product-info .product-additional {
    max-width: 440px;
  }
}
@media(min-width: 768px) and (max-width: 991px) {
  #additional-carousel .slick-next {
    right: -25px;
  }
}
@media(max-width: 1800px) {
  .related-products-block {
    padding-top: 70px;
  }
}
@media (max-width: 1750px) {
  #quick-carousel .owl-nav .owl-prev {
    left: 0;
    right: auto;
  }
  #quick-carousel .owl-nav .owl-next {
    right: 0;
    left: auto;
  }
}
@media(max-width: 1440px) {
  .related-products-block {
    padding-top: 50px;
  }
  #product-info .tab-content {
    padding: 20px 0 0;
  }
}
@media (max-width: 1199px) {
  .rating .product-rating {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .propage-tab {
    margin-top: 50px;
  }
  .related-products-block {
    padding-top: 50px;
  }
  .right_info h1,
  .quick-product-right h1 {
    margin: 0 0 8px;
    font-size: 18px;
  }
  .pro_price {
    font-size: 20px;
  }
  .quickview-container .pro-image,
  #product-info .pro-image {
    margin-bottom: 10px;
  }
  #product .btn-group {
    display: inline-block;
  }
  #product .btn-group button {
    margin: 0 10px 0 0;
  }
  #product-info .product-additional {
    width: calc(100% - 45%);
  }
}
@media (max-width: 991px) {
  #product-info .pro-detail.row {
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  .propage-tab {
    margin-top: 30px;
  }
  .right_info .disc,
  .right_info .disc1,
  #product .btn-group button i,
  .tab-content #tab-description {
    font-size: 14px;
  }
  .quickview-container .pro-image,
  #product-info .pro-image {
    margin-bottom: 20px;
  }
  #additional-carousel .image-additional {
    margin: 0 5px;
  }
  #product-info .tab-content {
    padding: 15px 0 0;
  }
  .related-products-block {
    padding-top: 30px;
  }
  #product .minus-plus > * {
    height: 40px;
    width: 40px;
  }
  button.pro_wish i,
  button.pro_comper i {
    font-size: 14px;
  }
  #quick-carousel .image-additional a {
    margin: 0 5px;
  }
  .rating .product-rating {
    margin: 0 0 10px 0;
  }
  #product .btn-group button {
    font-size: 14px;
  }
  #button-cart, #quick-cart {
    line-height: 20px;
    font-size: 12px;
    padding: 10px 25px;
  }
  .right_info,
  .propage-tab {
    margin-top: 20px;
  }
  #product-info .btn-group .btn-light {
    height: 40px;
    width: 40px;
  }
  #product-info .btn-group .btn-light i {
    font-size: 14px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .product-img {
    width: 480px;
    margin: 0 auto;
  }
  .related-products-block {
    padding-top: 20px;
  }
  .product-btn-quantity .minus-plus {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 540px) {
  .product-img {
    width: auto;
  }
  .product-btn-quantity .minus-plus {
    margin: 0 10px 0 0;
  }
  #product .product-btn-quantity {
    display: unset;
  }
  .right_info .price-new {
    font-size: 16px;
  }
}
/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  margin: 0px 10px 10px 0;
  text-align: center;
  width: 34px;
  color: var(--primary-color);
  background: var(--background-color);
}
.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: 15px;
  border: 1px solid var(--border-color);
  color: var(--secondary-light-color);
  border-radius: 0;
  background: var(--secondary-color);
}
.contact-left .content-details > div {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}
.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: 4px;
}
#accordion.panel-group .panel + .panel {
  margin-top: 15px;
}
#accordion.panel-group .panel-default > .panel-heading {
  background: var(--background-color);
  padding: 10px 15px;
  color: var(--primary-color);
  border: none;
}
#accordion.panel-group .panel-default > .panel-heading .panel-title {
  line-height: 20px;
  text-transform: uppercase;
}
.checkout .input-group .form-control {
  z-index: 1;
  background: transparent;
}

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

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

/*account*/
#account-account .account-list-content {
  margin-bottom: 20px;
}
#account-account .account-list-content:last-child {
  margin-bottom: 0;
}
.well {
  padding: 20px;
  border-radius: 0;
  border: 1px solid var(--border-color);
  background: var(--secondary-color);
  box-shadow: none;
}
.well h2 {
  margin: 0px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
.well strong {
  font-weight: 500;
}
.account-list-heading {
  font-size: 18px;
  margin: 0 0 10px;
}
.account-list-content li a {
  padding: 3px 0;
  display: inline-block;
  color: var(--secondary-light-color);
}
.account-list-content li a:hover {
  color: var(--primary-color);
}
.panel-body {
  background: var(--background-color);
}
#account-account #content ul li a {
  padding: 4px 0;
  display: inline-block;
}
#account-account #content h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
#account-account #content ul {
  margin-bottom: 20px;
}
#account-account #content ul:last-child {
  margin: 0;
}
/*sitemap*/
#information-sitemap #content .row li > a {
  padding: 5px 0;
  display: block;
}

/*compare*/
#product-compare .table {
  display: inherit;
  overflow: auto;
}
.product-compare .btn-primary {
  padding: 7.5px 30px;
  width: auto;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  /* text-transform: uppercase; */
  /* padding: 10px 30px; */
  border: none;
  color: var(--secondary-color);
  background: 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-compare .btn-primary:hover {
  background: var(--primary-color);
}
#product-compare .table > tbody + tbody {
  border-top: 1px solid #ddd;
}

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

/*about us*/
#information-information #content .about-us {
  padding: 20px;
  display: flex;
  background: var(--secondary-color);
  border: 1px solid var(--border-color);
}
.about-us img {
  width: 100%;
}
.about-us h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}
.about-us h4 {
  font-size: 16px;
  color: var(--primary-hover-color);
  margin: 15px 0;
  font-weight: 400;
}
.about-us p {
  font-size: 14px;
  line-height: 24px;
  color: var(--secondary-light-color);
}
@media (max-width: 767px) {
  .cms-block {
    margin-bottom: 15px;
  }
  #information-information #content .about-us {
    display: block;
  }
}

/*----------------------------------------------*/
/* scroll bar */
/*----------------------------------------------*/
body ::-webkit-scrollbar-track
{
  background-color: #f2f2f2;
  border-radius:0;
}
body ::-webkit-scrollbar
{
  width: 5px;
  height: 5px;
  background-color: var(--secondary-light-color);
  border-radius: 0;
}
body ::-webkit-scrollbar-thumb
{
  background-color: var(--secondary-light-color);
  border-radius: 0;
}

/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
.mt-120{
  margin-top: 120px;
}
.mt-100 {
  margin-top: 100px;
}
.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;
}
.p-100 {
  padding: 100px;
}
.img-thumbnail {
  border: none;
}
#content {
  min-height: 600px;
}
.common-home #content {
  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 > 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);
}
.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: 30px;
  /* display: flex; */
  align-items: center;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  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: 0;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 60px;
} /*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
.mt-120 {
  margin-top: 120px;
}
.mt-100 {
  margin-top: 100px;
}
.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;
}
.p-100 {
  padding: 100px;
}
.bg-color {
  background: #edebe8;
}
.img-thumbnail {
  border: none;
}
#content {
  min-height: 600px;
}
.common-home #content {
  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 > 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);
}
.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: 30px;
  /* display: flex; */
  align-items: center;
}
.form-control {
  display: block;
  width: 100%;
  height: 45px;
  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: 0;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 60px;
}
.col-center {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1801px) {
  .container {
    max-width: 1560px;
  }
}
@media(min-width: 1751px) {
  .col-center {
    width: 1380px;
  }
}
@media(min-width: 1441px) and (max-width: 1800px) {
  .container {
    max-width: 1400px;
  }
}
@media(min-width: 1200px) and (max-width: 1440px) {
  .col-center {
    width: 970px;
  }
}
@media(min-width: 992px) and (max-width: 1199px) {
  .col-center {
    width: 720px;
  }
}
@media(min-width: 768px) and (max-width: 991px) {
  .col-center {
    width: 720px;
  }
}
@media (min-width: 1200px) {
  .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: 601px) 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: 600px) and (min-width: 320px) {
  .block_box :not(.owl-carousel) .col-xs-4,
  .product-layout.product-grid.col-xs-4 {
    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 (max-width: 320px) {
  .block_box :not(.owl-carousel) .col-xs-4,
  .product-layout.product-grid.col-xs-4 {
    width: 100%;
  }
  .form-group {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 319px) {
  .block_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: 1800px) {
  .mt-100 {
    margin-top: 70px;
  }
  .mt-120 {
    margin-top: 70px;
  }
  .p-100 {
    padding: 70px;
  }
}
@media (max-width: 1440px) {
  .mt-100 {
    margin-top: 50px;
  }
  .mt-120 {
    margin-top: 50px;
  }
  .mt-80 {
    margin-top: 50px;
  }
  .p-100 {
    padding: 50px;
  }
}
@media (max-width: 1199px) {
  .mt-120 {
    margin-top: 40px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mt-60 {
    margin-top: 50px;
  }
  .mt-50 {
    margin-top: 40px;
  }
  .p-100 {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 30px;
  }
  .mt-100 {
    margin-top: 30px;
  }
  .mt-80 {
    margin-top: 30px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mt-50 {
    margin-top: 30px;
  }
  .mt-40 {
    margin-top: 30px;
  }
  .mt-30 {
    margin-top: 10px;
  }
  .p-100 {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #column-left,
  #column-right {
    display: block !important;
  }
  .mt-80 {
    margin-top: 20px;
  }
  .mt-60 {
    margin-top: 20px;
  }
  .mt-50 {
    margin-top: 20px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mt-30 {
    margin-top: 0;
  }
}
