:root {
  --primary-color: #151515;
  /* --primary-hover-color: #151515; */
  /* --primary-hover-color: #131212; */
  --pink-color: #cf1d61;
  --secondary-color: #ffffff;
  --yellow-color: #f2ba0e;
  --secondary-light-color: #777777;
  --background-color: #f5f5f5;
  --border-color: #e2e2e2;
}

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

/*----------------------------------------------*/
/* 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(--secondary-color);
}

a:hover {
  text-decoration: none;
  color: white;
}

.fa {
  font-size: 14px;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
  color: var(--secondary-color);
  border-color: var(--border-color);
}

label {
  font-size: 14px;
  font-weight: normal;
  color: var(--primary-color);
}

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;
  color:black;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 14px;
  color: #000;
}

.input-group .input-group-addon {
  font-size: 14px;
  height: 30px;
}

/* li>a:hover{
    color: var;
} */
/* 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(--pink-color);
}

div.required .control-label:after {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

.btn.focus:active,
.btn:active:focus,
.btn:focus,
.addcart:focus {
  outline: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
div:focus,
img:focus,
.form-control:focus,
i:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

/*----------------------------------------------*/
/* scroll bar */
/*----------------------------------------------*/
body ::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 0;
}

body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ddd;
  border-radius: 0;
}

body ::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

::-moz-selection {
  background-color: #cf1d61;
  color: #fff;
}

::selection {
  background-color: #cf1d61;
  color: #fff;
}

::-webkit-selection {
  background-color: #cf1d61;
  color: #fff;
}

/* insta-section */
.insta-heading {
  margin: 30px 0;
}

.insta-heading>h4 {
  color: var(--secondary-color) !important;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.insta-heading>p {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.box-insta {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.box-insta img {
  transition: transform 0.5s ease-in-out;
  object-fit: cover;
  border-radius: 10px;
}

.box-insta video {
  width: 90%;
  height: 100%;
  object-fit: cover;
}

.box-insta:hover {
  background-color: rgba(0, 0, 0, 0.8px);
  z-index: 99;
}

.box-insta:hover img,
video {
  transform: scale(1.1);
}

.overlay {
  /* width: 100%; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* black transparent */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.box-insta:hover .overlay {
  opacity: 1;
}

.insta-button-section2 {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 0 32px;
}

.insta-button-section2 .promo-btn2 {
  background: transparent;
  color: #fff;
  border-radius: 28px;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  border: 2px solid #d3d3d3;
  box-shadow: 0 4px 20px rgba(204, 28, 95, 0.10);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.16s;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.insta-button-section2 .promo-btn2:hover,
.insta-button-section2 .promo-btn2:focus,
.insta-button-section2 .promo-btn2:active {
  background: #fff;
  color: #000000;
  box-shadow: 0 8px 28px rgb(144 144 144);
  border: 2px solid #ffffff;
}

.insta-button-section2 a {
  text-decoration: none;
}

.insta-button-section2 .promo-btn2 i {
  font-size: 16px;
  vertical-align: text-bottom;
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .insta-button-section2 {
    flex-direction: row;
    gap: 14px;
    align-items: stretch;
  }

  .insta-button-section2 .promo-btn2 {
    width: 100%;
    padding: 12px 0;
    font-size: 1.1rem;
  }

  .insta-button-section2 .promo-btn2 i {
    vertical-align: top;
  }
}

.insta-button-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 20px;
}

.promo-btn2 {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: bold;
  transition-duration: 500ms;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background: var(--secondary-color);
  padding: 10px 30px;
}

.promo-btn2:hover {
  background: var(--pink-color);
  color: var(--secondary-color);
}

/* .slick-slider {
  margin: 20px auto;
  width: 90%;
} */
@media (max-width: 991px) {
  .promo-btn2 {
    font-weight: 600;
    padding: 10px 25px;
  }
}

/* Mobile screens (≤ 576px) */
@media (max-width: 576px) {
  .promo-btn2 {
    font-weight: 600;
    font-size: 12px;
    padding: 10px 27px;
  }

  .insta-button-section {
    /* flex-direction: column; */
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .insta-heading>h4 {
    font-size: 22px;
    /* Thoda chhota for mobile/tablet */
    text-align: center;
  }

  .insta-heading>p {
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .insta-heading>h4 {
    font-size: 18px;
    text-align: center;
  }

  .insta-heading>p {
    font-size: 12px;
    text-align: center;
  }

  .box video {
    height: 180px;
  }
}

/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
#top {
  border-bottom: 1px solid #ccc;
}

a.scrollToTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 5;
  font-size: 50px;
  color: var(--pink-color);
  animation: pulse 1.5s ease infinite;
}

@media (max-width: 991px) {
  a.scrollToTop {
    right: 15px;
    bottom: 15px;
  }
}

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

/*----------------------------------------------*/
/* QuickView Loader*/
/*----------------------------------------------*/
.quickview-wrapper {
  background-color: var(--secondary-color);
  display: none;
  height: 80vh;
  left: 0;
  margin: 0 auto;
  overflow: auto;
  padding: 20px 0;
  position: fixed;
  right: 0;
  top: 7%;
  width: 70%;
  z-index: 9999;
}

.images-hover-round img {
  height: 150px;
  object-fit: cover;
}

.quickview-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  z-index: 99;
}

.quickview-btn {
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  font-size: 12px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--primary-color);
  background: var(--secondary-color);
  border-radius: 25px;
}

.quickview-loader {
  display: none;
  position: fixed;
  top: 0;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9999;
  margin: auto;
  background-color: transparent;
  line-height: 50px;
}

.quickview-loader-inner {
  font-size: 16px;
}

@media (max-width: 991px) {
  .quickview-wrapper {
    width: 90%;
  }
}

/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert.alert-success {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  margin: 0 0 20px 0;
}

.alert {
  padding: 9px 30px 9px 15px;
  border-radius: 0;
  text-align: center;
  position: relative;
  line-height: 20px;
  z-index: 1;
}

.alert-dismissable .close,
.alert-dismissible .close {
  font-size: 22px;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 38px;
  text-shadow: none;
}

.newsletterblock .alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}

#form-review .alert.alert-success,
#post_comment .alert {
  position: relative;
}

/*----------------------------------------------*/
/* Start Newsletter Popup */
/*----------------------------------------------*/
.newsletter-image {
  background: url(../image/mahardhi/newsletter-popup.jpg) no-repeat center center;
  background-size: cover;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.newsletter-wrap {
  background: var(--secondary-color);
  text-align: left;
}

.newsletter-content-innner {
  padding: 15px;
}

.newsletter-content {
  width: 55%;
  float: right;
}

#newsletter-popup .modal-content {
  background: transparent;
  box-shadow: none;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--secondary-color);
  background-clip: padding-box;
  border-radius: 0;
}

.newsletter-popup .modal-dialog {
  margin: 20px auto;
  max-width: 700px;
  text-align: center;
}

.Affiliate-lable {
  color: var(--secondary-color);
}

.newsletter-btn-close.close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  text-shadow: none;
  font-size: 12px;
  color: var(--primary-color);
}

.newsletter-btn-close.close i {
  display: block;
}

.newsletter-btn-close.close:hover {
  color: var(--primary-hover-color);
}

.newsletter-popup .modal-body {
  padding: 0;
  z-index: 1;
}

.newsletter-content-innner h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.newsletter-content-innner p {
  margin: 15px 0;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--secondary-light-color);
}

.newsletter-content-innner input[type="text"] {
  width: 70%;
  margin: 0 auto;
  height: 42px;
  border: 1px solid #ddd;
  padding: 0 10px;
}

.newsletter-content-bottom {
  margin-top: 20px;
  color: var(--primary-color);
}

.newsletter-content-innner .alert {
  margin: 15px 0 10px;
  display: table;
  position: relative;
  width: 100%;
}

.newsletter-content-innner .newsletter_usr_popup_email {
  border: none;
  padding: 10px 0;
  background: transparent;
  border-bottom: 2px solid var(--border-color);
  width: 100%;
  color: var(--primary-color);
}

#frmnewsletterpopup button {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  background: var(--primary-color);
}

#frmnewsletterpopup button:hover {
  background: var(--pink-color);
  color: var(--secondary-color);
}

.newsletter-content-bottom label {
  margin: 0;
}

@media (min-width: 768px) {
  .newsletter-popup .modal-dialog {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .newsletter-popup .modal-dialog {
    max-width: 600px;
  }

  .newsletter-image {
    height: 411px;
  }
}

@media (max-width: 640px) {
  .newsletter-popup .modal-dialog {
    width: 90%;
  }

  .newsletter-image {
    height: auto;
    text-align: center;
    padding: 20px;
    background: var(--secondary-color);
  }

  .newsletter-content {
    width: auto;
    float: unset;
  }

  .newsletter-content-innner .newsletter_usr_popup_email {
    text-align: center;
  }

  .images-hover-round img {
    height: 125px;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .newsletter-image {
    padding: 20px 0;
  }

  .newsletter-content-innner p {
    margin: 15px 0 5px;
  }

  .images-hover-round img {
    height: 125px;
    object-fit: cover;
  }
}

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

/*---- top left ---- */
.top-left {}

.social-icon {
  display: flex;
  gap: 10px;
  font-size: 24px;
  padding: 12px 0;
  color: var(--secondary-color);
  text-transform: capitalize;
}

.social-icon a {
  color: var(--secondary-color);
}

.common-home {
  background-color: var(--primary-color);
  /* background-color: #987070; */
  color: var(--secondary-color);
}

.common-home-before {
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid #ccc; */
}

.common-home-before::before {
  display: flex;
  content: none;
}

.common-home-before::after {
  display: flex;
  content: none;
}

.customer-detail {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  padding: 16px 0;
  width: 40%;
  color: var(--secondary-color);
  text-transform: capitalize;
}

/* top right */
.dropdown-toggle {
  display: flex;
  align-items: center;
}

.dropdown-toggle,
.bx-chevron-down {
  font-size: 20px;
}

.top-right {
  /* float: right; */
  display: flex;
  align-items: center;
}

.top-right>div .dropdown-toggle {
  padding: 12px 0;
  border: none;
  position: relative;
  z-index: 999;
  font-size: 14px;
  /* display: block; */
  color: var(--secondary-color);
}

.dropdown-backdrop {
  background: rgb(0 0 0 / 47%);
}

.top-right>div .dropdown-toggle:hover,
.top-right>div .dropdown-toggle:focus {
  color: var(--pink-color);
}

.top-right>div {
  position: relative;
}

.top-right>div+div {
  padding: 0 0 0 30px;
}

.top-right>div .dropdown-toggle .code {
  text-transform: uppercase;
  margin-right: 3px;
}

.top-right span.drop-text:after {
  content: ":";
}

.language .language-drop,
.currency .currency-drop {
  padding: 0 0 5px;
  border-bottom: 1px solid #eee;
  width: 100%;
  display: block;
  margin: 10px 0;
  text-align: left;
}

.language ul.language-selector,
.currency ul.currency-selector {
  padding: 0;
}

.language .language-selector li,
.currency .currency-selector li {
  display: block;
}

.top-right .dropdown-menu button:hover,
#header_ac .dropdown-menu a:hover {
  color: var(--primary-color);
}

.top-right ul.dropdown-menu,
#header_ac .dropdown-menu {
  padding: 5px 10px;
  right: 0;
  left: auto;
  border-radius: 2px;
  min-width: 100px;
}

#header_ac .dropdown-menu {
  right: 0;
  left: auto;
}

nk_info .top-right ul.dropdown-menu button,
#header_ac .dropdown-menu li a {
  padding: 5px 0;
  text-align: left;
  border: none;
  color: var(--primary-color);
}

/*----------------------------------------------*/
/* Start header */
/*----------------------------------------------*/
/*header*/
.text-slider-container {
  position: relative;
  text-align: center;
  /* padding: 60px 20px;
    margin: auto; */
}

.text-slide {
  display: none;
  font-size: clamp(1rem, 2.5vw, 1.8rem);
  /* Responsive font size */
  color: var(--secondary-color);
}

.text-slide.active {
  display: block;
}

.arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  color: var(--secondary-color);
  padding: 10px;
  user-select: none;
  z-index: 1;
}

.arrow:hover {
  color: #fff;
}

.arrow.left {
  left: -100px;
}

.arrow.right {
  right: -100px;
}

@media (max-width: 480px) {
  .text-slider-container {
    /* padding: 40px 10px; */
  }

  .customer-detail {
    width: 250px;
  }

  .arrow {
    padding: 5px;
  }

  .arrow.left {
    left: -5px;
  }

  .arrow.right {
    right: -5px;
  }

  .dropdown-menu-right {
    font-size: 13px;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*logo*/
#logo {
  vertical-align: top;
  display: inline-block;
}

#logo img {
  image-rendering: -webkit-optimize-contrast;
  width: 96px;
}

/*header search*/
.btn_search {
  position: relative;
}

.btn_search .search-btn {
  padding: 13px 0;
  display: block;
}

.search-down {
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  width: 280px;
}

.search-btn i {
  font-size: 22px;
  display: block;
}

.btn_search .search-btn.active i:before {
  content: "\e904";
}

/*-- mahardhi edit --*/
#mahardhiSearch,
#search {
  display: flex;
  align-items: center;
  background: var(--secondary-color);
}

#mahardhiSearch>input,
#search>input {
  background: var(--secondary-color);
  display: block;
  padding: 0 10px;
  color: var(--secondary-light-color);
  font-size: 14px;
  border: 2px solid var(--border-color);
}

#mahardhiSearch .btn-search,
#search .input-group-btn {
  width: auto;
  background: transparent;
}

#mahardhiSearch .btn-search button,
#search .input-group-btn button {
  padding: 12px;
  border: none;
  color: var(--secondary-color);
  background: var(--primary-hover-color);
}

#mahardhiSearch .btn-search button i,
#search .input-group-btn button i {
  font-size: 16px;
  display: block;
}

.ui-autocomplete.ui-menu .ui-menu-item {
  list-style-image: none;
}

.ui-autocomplete .mahardhi-search {
  position: relative;
  display: table;
  width: 100%;
  padding: 5px 0px;
}

.ui-autocomplete .mahardhi-search>div {
  display: table-cell;
  vertical-align: top;
}

.ui-autocomplete .mahardhi-search .images {
  width: 80px;
  padding-right: 10px;
}

.ui-autocomplete .mahardhi-search .product-detail {
  white-space: nowrap;
}

.ui-autocomplete .mahardhi-search .product-detail .price-old {
  color: var(--secondary-light-color);
  text-decoration: line-through;
  margin-left: 10px;
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

body {
  line-height: 1.5;
}

.card-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

img {
  width: 100%;
  display: block;
}

.img-display {
  overflow: hidden;
}

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.img-showcase img {
  min-width: 100%;
}

.img-select {
  display: flex;
}

.img-item {
  margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}

.img-item:hover {
  opacity: 0.8;
}

.product-content {
  padding: 2rem 1rem;
}

.product-title {
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin: 1rem 0;
}

.product-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: #12263a;
}

.product-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}

.product-link:hover {
  opacity: 0.9;
}

.product-rating {
  color: #ffc107;
}

.product-rating span {
  font-weight: 600;
  color: #252525;
}

.product-price {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.product-price span {
  font-weight: 400;
}

.last-price span {
  color: #f64749;
  text-decoration: line-through;
}

.new-price span {
  color: #256eff;
}

.product-detail h2 {
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}

.product-detail p {
  font-size: 0.9rem;
  padding: 0.3rem;
  opacity: 0.8;
}

.product-detail ul {
  margin: 1rem 0;
  font-size: 0.9rem;
}

.product-detail ul li {
  margin: 0;
  list-style: none;
  background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
  background-size: 18px;
  padding-left: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}

.product-detail ul li span {
  font-weight: 400;
}

.purchase-info {
  margin: 1.5rem 0;
}

.purchase-info input,
.purchase-info .btn {
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}

.purchase-info input {
  width: 60px;
}

.purchase-info .btn {
  cursor: pointer;
  color: #fff;
}

.purchase-info .btn:first-of-type {
  background: #256eff;
}

.purchase-info .btn:last-of-type {
  background: #f64749;
}

.purchase-info .btn:hover {
  opacity: 0.9;
}

.social-links {
  display: flex;
  align-items: center;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid #000;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}

.social-links a:hover {
  background: #000;
  border-color: transparent;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }

  .card-wrapper {
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .product-content {
    padding-top: 0;
  }
}

#mahardhiSearch select.form-control.input-lg {
  padding: 2px 30px 2px 20px;
  line-height: 1.42857143;
  color: var(--primary-color);
  background: var(--background-color);
  min-width: 198px;
  height: 50px;
  border-radius: 5px 0 0 5px;
}

.category-search {
  position: relative;
}

.category-search:after {
  content: "\f107";
  font-family: "fontawesome";
  position: absolute;
  right: 20px;
  line-height: 50px;
  color: var(--primary-color);
  z-index: 11;
}

/* mystery*/
.mystery {
  background-color: transparent;
  margin: 1rem 0 4rem;
}

.mystery-img {
  padding: 0;
  position: sticky;
  top: 25px;
}

.mystery-text {
  color: var(--primary-color);
}

.jantar {
  color: var(--primary-color);
  padding: 2rem 0 2rem;
}

.jantar h4 {
  font-size: 18px;
}

.mystery-info {
  padding-left: 30px;
  background: #fff;
}

.mystery-selector {
  display: flex;
  gap: 10px;
  margin: 10px 0 25px;
  color: var(--primary-color);
}

.mystery-box {
  padding: 10px 12px;
  border: 2px solid #ccc;
  /* Default gray border */
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  /* background-color: #fff; */
  transition: 0.2s;
}

.mystery-box.mystery-selected {
  border-color: var(--primary-color);
  /* Black border on select */
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); Shadow on select */
}

@media screen and (max-width: 991px) {
  .mystery-info {
    padding-left: 16px;
  }

  .jantar.product-right {
    padding: 2rem 1rem;
  }
}

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

.header-links>div {
  margin: 0 0 0 30px;
}

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

#header_ac>a .icon-user {
  padding: 0 8px 0 0;
}

/* Wishlist */
.wishlist-header #wishlist-total i {
  font-size: 22px;
  display: block;
}

/*cart*/
.cart-txt {
  color: var(--primary-color);
}

.header_cart {
  position: relative;
}

#cart {
  vertical-align: top;
}

#cart>.btn {
  background: transparent;
  padding: 12px 0;
  border: none;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  box-shadow: none;
}

#cart>.btn:hover {
  color: var(--primary-hover-color);
}

#cart-total {
  background: var(--pink-color);
  color: var(--secondary-color);
  border-radius: 50px;
  line-height: 20px;
  padding: 0px 5px;
  position: absolute;
  right: 0;
  top: 10px;
}

#cart>.btn:before {
  content: "\e92b";
  font-family: "Mahardhi-Fonts";
  font-size: 24px;
  padding: 0 8px 0 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#cart .dropdown-menu {
  overflow: hidden;
  display: none;
  z-index: 1001;
  margin: 0;
  padding: 0px;
  width: 300px;
  border-radius: 2px;
}

#cart .dropdown-menu li {
  float: none;
  padding: 0px 20px;
}

#cart .dropdown-menu li p {
  margin: 0;
  font-size: 14px;
  color: var(--primary-color);
}

#cart .dropdown-menu li p .btn {
  padding: 10px 15px;
}

.product-cart-empty {
  padding: 20px 0;
}

.header_cart i.fa.fa-shopping-cart {
  display: none;
}

#cart .dropdown-menu .cart-content-product {
  max-height: 245px;
  overflow-y: auto;
  overflow-x: hidden;
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
  border: none;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: transparent;
}

#cart .dropdown-menu>li.cart-content-product .table>tbody>tr:last-child {
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

#cart .dropdown-menu>li.cart-content-product .table>tbody>tr {
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
  display: block;
}

#cart .dropdown-menu .table>tbody>tr>td,
#account-address .table>tbody>tr>td {
  vertical-align: top;
}

#cart .dropdown-menu table td.product-cart-thumb {
  padding: 0;
}

#cart .dropdown-menu table td {
  background: none;
  border: none;
  padding: 5px 4px;
  color: var(--primary-color);
}

#cart .dropdown-menu li td,
td.cart-total-price {
  font-size: 14px;
  font-weight: 500;
}

#cart .img-thumbnail {
  padding: 0;
  border-radius: 0;
  border: 1px solid var(--border-color);
}

#cart .dropdown-menu table td.product-cart-details {
  padding-left: 10px;
  padding-right: 10px;
}

#cart .dropdown-menu .product-item-name,
#cart .product-cart-info .product-cart-qty {
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
}

.product-cart-info {
  margin-top: 8px;
}

#cart .product-cart-info .product-cart-price,
.product-cart-total {
  color: var(--primary-hover-color);
}

#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
  font-size: 16px;
  color: var(--primary-hover-color);
}

#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0;
}

#cart .dropdown-menu .btn-danger {
  background: transparent;
  color: var(--primary-color);
  border-radius: 0;
  line-height: 20px;
  font-size: 12px;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#cart .dropdown-menu li+li {
  border-top: 1px solid var(--border-color);
  padding: 10px 20px 0px 20px;
}

#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small,
td.cart-total-title {
  font-size: 14px;
  font-weight: 500;
}

.product-cart-button {
  padding: 0px 0px 20px 0px;
}

/* Header Bottom */
@media only screen and (max-width: 1199px) {
  #logo img {
    width: 140px;
  }
}

@media only screen and (max-width: 991px) {
  #logo img {
    width: 120px;
  }

  #cart>.btn:before {
    padding: 0;
    font-size: 22px;
  }

  #cart-total {
    right: -7px;
    bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    padding: 0px 4px;
    height: fit-content;
  }

  .header_cart {
    position: absolute !important;
    right: 7rem !important;
  }


  #cart>.btn,
  .btn_search .search-btn {
    padding: 20px 0;
  }

  .header-links>div {
    margin: 0 20px 0 0;
  }

  #cart>.btn:before,
  .wishlist-header #wishlist-total i,
  .search-btn i {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .top-right {
    float: unset;
    justify-content: center;
  }

  .header_cart {
    position: absolute !important;
    right: 6rem !important;
  }
}

@media (max-width: 540px) {
  .top-right>div+div {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 480px) {
  .top-right>div .dropdown-toggle {
    padding: 8px 0;
    font-size: 11px;
  }

  .header-links>div {
    margin: 0 15px 0 0;
  }

  #logo img {
    width: 80px;
    margin: 10px 0;
  }

  .customer-detail {
    font-size: 15px;
  }

  #cart>.btn,
  .btn_search .search-btn {
    padding: 15px 0;
  }

  #cart-total {
    bottom: 22px;
  }

  .top-right .currency ul.dropdown-menu {
    left: 0;
    right: auto;
  }

  #cart>.btn:before,
  .wishlist-header #wishlist-total i,
  .search-btn i {
    font-size: 18px;
  }
}

@media (max-width: 425px) {
  #cart .dropdown-menu {
    right: -40px;
  }

  .search-down {
    right: -90px;
  }
}

@media (max-width: 375px) {

  .top-right span.drop-text:after,
  .top-right>div .dropdown-toggle .code,
  #header_ac>a .icon-user {
    display: none;
  }
}

/*----------------------------------------------*/
/* menu start */
/*----------------------------------------------*/
#menu {
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  min-height: unset;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

#menu .nav>li>a {
  padding: 40px 15px;
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary-color);
  border-radius: 0;
  background: transparent;
  text-transform: capitalize;
}

#menu .dropdown-inner,
#navCategory .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul,
#navCategory .dropdown-inner>ul {
  display: table-cell;
}

#menu .menulist .dropdown-menu a {
  font-size: 14px;
  text-transform: capitalize;
}

#menu .dropdown-inner ul.mega-dropdown-menu.childs_1>li>a:hover,
#menu .nav.navbar-nav li:hover>span,
#menu .dropdown-inner li:hover>a,
#navCategory .dropdown-inner li a:hover,
.vertical-category ul>li:hover>a,
#menu #topCategoryList .dropdown-inner li:hover>a,
#menu .column-1 .dropdown-inner li.dropdown-submenu:hover>.fa {
  /* color: var(--primary-hover-color);
    background-color: transparent; */
}

#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
  position: relative;
}

#menu .column-1 .dropdown-inner li.dropdown-submenu>.fa {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 8px 0;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: var(--primary-hover-color);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

.about-pls .toggle-menu {
  display: none;
}

.menulist>a {
  color: var(--secondary-color);
}

.menulist>a :hover {
  color: var(--secondary-color);
}

.product-title::after {
  display: none;
}

@media (min-width: 992px) {
  #menu .nav>li>a:after {
    content: "";
    background: var(--secondary-color);
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    position: absolute;
    margin-top: 5px;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
  }

  #menu .nav>li:hover>a:after {
    width: 15px;
  }

  #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu.sub-menu-item>a {
    font-weight: 600;
  }

  #menu .dropdown-inner a {
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    min-width: 180px;
    text-align: left;
    color: var(--secondary-light-color);
  }

  #menu ul li.hiden_menu .dropdown-inner .dropdown-menu {
    display: none;
  }

  #menu .dropdown-menu,
  #menu .hiden_menu.menu_drop .dropdown-inner {
    display: block;
    top: 50px;
    left: 0px;
    min-width: 180px;
    z-index: 999;
    text-align: left;
    right: auto;
    padding: 10px 0;
  }

  #menu .dropdown-menu,
  #menu .hiden_menu.menu_drop .dropdown-inner,
  #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
    position: absolute;
    top: 125px;
    padding: 10px 0;
    visibility: hidden;
    background: var(--secondary-color);
    border: 2px solid var(--border-color);
    border-radius: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 15% 15% 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    filter: alpha(opacity=0);
    transform-origin: center top 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
  }

  #menu .dropdown:hover .dropdown-menu,
  #menu ul li.hiden_menu.menu_drop:hover .dropdown-inner,
  #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
  }

  #menu .column-1 .dropdown-inner .dropdown-submenu ul.sub-menu {
    left: 100%;
    top: 100%;
  }

  #menu .column-1 .dropdown-inner .dropdown-submenu:hover ul.sub-menu {
    top: 0px;
  }

  #menu ul.nav .item-column {
    padding: 10px;
  }

  #menu .dropdown-menu.navcol-menu.item-column .dropdown-submenu.sub-menu-item>a {
    border-bottom: 1px dashed var(--border-color);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px 5px;
    padding: 5px 0 5px 0;
  }

  #menu ul.nav .item-column ul.list-unstyled li a {
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px;
  }

  #menu .nav>li:hover>a {
    color: var(--primary-hover-color);
  }
}

@media (max-width: 1199px) {
  #menu .nav>li>a {
    padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  #topCategoryList {
    background: var(--primary-color);
    color: var(--secondary-color);
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 350px;
    z-index: 999;
    margin: 0;
    -webkit-transform: translate(-400px, 0);
    -moz-transform: translate(-400px, 0);
    -ms-transform: translate(-400px, 0);
    -o-transform: translate(-400px, 0);
    transform: translate(-400px, 0);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: auto;
  }

  #topCategoryList.box-menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .menu-close {
    background: var(--primary-color);
    color: var(--pink-color);
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .menu-close i {
    line-height: 20px;
    font-size: 12px;
  }

  #menu .btn-navbar.open-menu:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    display: block;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
    transition-delay: 0.1s;
  }

  #menu .btn-navbar span:before,
  #menu .btn-navbar span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--secondary-color);
    left: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  }

  #menu .btn-navbar span:after {
    top: 6px;
  }

  #menu .btn-navbar span:before {
    top: -6px;
  }

  #menu .btn-navbar span {
    position: absolute;
    width: 20px;
    height: 1px;
    background: var(--secondary-color);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
  }

  #menu .nav>li>a,
  #menu #topCategoryList .dropdown-inner a {
    color: var(--secondary-color);
    font-weight: 500;
    padding: 6px 30px 6px 15px;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
  }

  #menu .nav>li>a,
  #menu #topCategoryList .menu_drop>.dropdown-inner>li>a {
    font-size: 14px;
  }

  #menu #topCategoryList ul {
    float: none;
    display: block;
    text-align: left;
    margin: 0;
    background: transparent;
  }

  #menu #topCategoryList ul.category-list {
    margin-bottom: 10px;
  }

  #menu .dropdown-inner,
  #navCategory .dropdown-inner {
    display: block;
  }

  #topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
    display: block;
    padding: 0 10px;
  }

  #topCategoryList .dropdown.menulist .dropdown-menu {
    position: relative;
    float: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: none;
    padding: 0;
  }

  #menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
    display: none;
    position: unset;
    border: none;
    padding: 0 10px;
  }

  #topCategoryList li .toggle-menu {
    position: absolute;
    right: 11px;
    top: 0;
    padding: 2px 8px 3px;
    color: var(--secondary-light-color);
    background-color: #a9a9a912;
    border-radius: 4px;
  }

  #topCategoryList .dropdown-submenu>.fa {
    display: none;
  }

  #topCategoryList ul li {
    float: none;
  }

  #topCategoryList #more_cat {
    display: none;
  }

  #menu .btn-navbar {
    display: block;
    margin: 0;
    border: none;
  }

  .category-list .menu-item.dropdown .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
    border: none;
    padding: 0 15px;
    float: none;
  }

  #menu #topCategoryList>ul {
    margin: 0 0 10px;
  }
}

@media (max-width: 480px) {
  #topCategoryList {
    max-width: 280px;
  }
}

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

/*----------------------------------------------*/
/* category feature */
/*----------------------------------------------*/
.category-feature-list {
  padding: 0 15px;
}

.category-thumb {
  position: relative;
  padding: 0 35px;
  text-align: center;
}

.category-thumb .cat-title {
  margin: 16px 0 -1px;
  line-height: 20px;
}

.cat-title>a {
  color: var(--secondary-color);
}

@media (max-width: 1440px) {
  .category-thumb {
    padding: 0 20px;
  }
}

@media (max-width: 1199px) {
  .category-thumb {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .category-thumb .cat-title {
    margin: 8px 0 -1px;
  }
}

@media (max-width: 480px) {
  .category-thumb {
    padding: 0;
  }

  .category-thumb .cat-title {
    font-size: 14px;
  }
}

/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
.html1 .html1-inner>div>div,
.html2 .banner3 {
  position: relative;
  overflow: hidden;
}

.html1 {
  padding-top: 50px;
  border-top: 1px solid var(--border-color);
}

.inner2 {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3px;
}

.inner2 .promo-desc {
  font-size: 22px;
  margin: 20px 0;
  color: var(--primary-color);
}

.inner2 .promo-title {
  font-size: 24px;
  margin: 15px 0 17px;
}

.inner2 .promo-sale {
  font-size: 16px;
  margin: 0 0 19px;
  color: var(--primary-color);
}

.inner2 .promo-btn {
  border: none;
  background: var(--primary-color);
  color: var(--secondary-color);
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 30px;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}

.inner2 .promo-btn:hover {
  background: var(--pink-color);
}

.banner3 .promo-btn {
  border: 1px solid #fff;
}

.banner3 .promo-btn:hover {
  border: 1px solid var(--pink-color);
}

/*html2*/
.html2 .banner3 img {
  width: 100%;
}

.html2 .inner2 {
  text-align: center;
  left: 0;
  right: 0;
}

.html2 .inner2 .promo-sale,
.html2 .inner2 .promo-desc {
  font-size: 18px;
  color: var(--secondary-color);
}

.html2 .inner2 .promo-title {
  font-size: 48px;
  font-weight: bold;
  margin: 18px 0;
  color: var(--secondary-color);
}

.html2 .inner2 .promo-sale {
  margin: 0 0 30px;
  color: var(--secondary-color);
}

@media only screen and (max-width: 1440px) {
  .html1 {
    padding-top: 40px;
  }

  .html2 .inner2 .promo-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .html1 {
    padding-top: 30px;
  }

  .html1 .col-xs-6 {
    padding: 0 5px;
  }

  .html1 .html1-inner {
    margin: 0 -5px;
  }

  .html1 .inner2 .promo-title {
    font-size: 18px;
    margin: 8px 0 5px;
  }

  .html1 .inner2 .promo-sale {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .html1 .inner2 .promo-desc {
    font-size: 14px;
  }

  .html1 .inner2 .promo-btn {
    padding: 5px 20px;
  }

  .html1 .inner2 {
    left: 15px;
  }

  .html2 .inner2 .promo-btn {
    padding: 5px 20px;
  }

  .html2 .inner2 .promo-title {
    font-size: 28px;
    margin: 12px 0;
  }

  .html2 .inner2 .promo-sale {
    margin: 0 0 20px;
    font-size: 16px;
  }

  .html2 .inner2 .promo-title {
    font-size: 24px;
  }

  .html2 .inner2 .promo-desc {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .html1 .inner2 .promo-btn {
    padding: 2px 15px;
    font-size: 12px;
  }

  .html1 .inner2 .promo-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 680px) {
  .html1 .inner2 .promo-title {
    display: none;
  }

  .html1 .inner2 .promo-sale {
    margin: 5px 0 10px;
  }

  .html1 .inner2 .promo-btn {
    padding: 0px 10px;
  }

  .html2 .inner2 .promo-title {
    font-size: 20px;
    margin: 6px 0;
  }

  .html2 .inner2 .promo-sale {
    margin: 0 0 10px;
    font-size: 14px;
  }

  .html2 .inner2 .promo-desc {
    font-size: 14px;
  }

  .html2 .inner2 .promo-btn {
    padding: 0px 15px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 540px) {
  .html1 .inner2 {
    width: 55%;
    left: 10px;
  }

  .html1 .inner2 .promo-desc {
    font-size: 10px;
    margin: 10px 0;
  }

  .html1 .inner2 .promo-btn {
    font-size: 8px;
    padding: 5px;
  }

  .html1 .inner2 .promo-sale {
    font-size: 12px;
    margin: 0px 0 5px;
  }

  .html2 .inner2 .promo-sale {
    display: none;
  }

  .html2 .inner2 .promo-title {
    font-size: 16px;
    margin: 6px 0 13px;
  }
}

@media only screen and (max-width: 480px) {
  .html1 {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 425px) {
  .html2 .inner2 .promo-desc {
    font-size: 11px;
  }

  .html2 .inner2 .promo-title {
    font-size: 12px;
    margin: 3px 0 8px;
  }
}

@media only screen and (max-width: 375px) {
  .html1 .inner2 .promo-btn {
    display: none;
  }

  .html1 .inner2 .promo-sale {
    font-size: 10px;
    margin: -5px 0 0 0;
  }

  .html1 .inner2 .promo-desc {
    font-size: 10px;
  }

  .html1 .inner2 {
    left: 5px;
    /* top: unset; */
  }
}

/*----------------------------------------------
/* buttons 
/*----------------------------------------------*/
.buttons {
  margin: 1em 0;
}

#tab-review .buttons {
  margin: 1em 0 0;
}

button {
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}

.btn {
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 8px 20px;
  font-size: 14px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
  font-size: 14px;
}

.btn-group>.btn-xs {
  font-size: 9px;
}

.btn-group>.btn-sm {
  font-size: 10.2px;
}

.btn-group>.btn-lg {
  font-size: 14px;
}

#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.btn-default,
.btn-primary {
  width: auto;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 30px;
  border: none;
  color: var(--primary-color);
  background: var(--secondary-color);
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#cart .text-right .addtocart-btn:hover,
#cart .text-right .addtocart-btn:focus,
#cart .text-right .checkout-btn:hover,
#cart .text-right .checkout-btn:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-primary:hover,
.btn-primary-cont:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.focus,
.btn-info:focus,
.btn-info:active:focus,
.btn-primary-login,
.btn-info:active:hover {
  color: var(--secondary-color);
  background: var(--pink-color);
}

.btn-primary-login {
  width: auto;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 30px;
  border: none;
  color: var(--secondary-color);
  background: var(--primary-color);
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.form-group>a {
  padding: 10px 0;
  color: var(--primary-color);
}

.btn-primary-login:hover {
  color: var(--secondary-color);
  /* background-color: var(--pink-color); */
  background-color: var(--pink-color);
}

.btn-primary-cont {
  width: auto;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 30px;
  border: none;
  color: var(--primary-color);
  background: var(--secondary-color);
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.btn-warning {
  color: var(--secondary-color);
  background-color: #faa732;
  border-radius: 0;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.btn-danger {
  color: var(--secondary-color);
  background-color: #da4f49;
  text-transform: uppercase;
  padding: 10px 30px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.btn-success {
  font-weight: 600;
  color: var(--secondary-color);
  background-color: #5bb75b;
  background-repeat: repeat-x;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.btn-info {
  color: var(--secondary-color);
  background: var(--primary-hover-color);
  border: none;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: var(--primary-color);
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.reg-text-aside>a {
  color: black;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: var(--primary-hover-color);
  background-color: #363636;
  background-repeat: repeat-x;
  border-color: var(--primary-color) var(--primary-color) #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: var(--primary-color);
}

.btn-link:focus,
.btn-link:hover {
  color: var(--secondary-color);
  text-decoration: none;
  outline: none;
}

/* list group */
.list-group a {
  border: none;
  color: var(--secondary-light-color);
  padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: var(--primary-color);
  background: var(--primary-hover-color);
}

@media (max-width: 991px) {

  #cart .dropdown-menu li p .btn,
  .btn-default,
  .btn-primary {
    /*padding: 10px 20px;*/
        background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    width:96%;
    margin-top: 10px;
    margin-bottom: 10px;
    /* margin-left: 10px; */
  }
}

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
.owl-item.active.center .row-items,
.owl-item.active .image-additional,
.owl-item.active .product-layout,
.owl-item.active .category-layout {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}

.page-title {
  position: relative;
}

.page-title h3 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 28px;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  line-height: 23px;
  color: var(--secondary-color);
}

.mblog-testimonial .page-title h3 {
  text-align: left;
}

.product-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background: var(--background-color);
}

.product-thumb .image {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.product-thumb .wishlist {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}

.product-thumb .wishlist:hover {
  color: var(--primary-hover-color);
}

.product-thumb .wishlist i {
  display: block;
  font-size: 16px;
}

.product-thumb .button-group {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}

.product-thumb:hover .button-group {
  opacity: 1;
}

.product-thumb .button-group button {
  font-size: 16px;
  padding: 0;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  background: var(--primary-color);
  color: var(--secondary-color);
  border: none;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}

.product-thumb .button-group button:hover,
.product-thumb .addcart:hover {
  box-shadow: none;
  background: var(--pink-color);
  color: var(--secondary-color);
}

.product-thumb .button-group button i {
  display: block;
}

.product-thumb .addcart {
  width: 96%;
  opacity: 0;
  position: absolute;
  top:135px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  height: 40px;
  padding: 2px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background: var(--primary-color);
  color: var(--secondary-color);
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}

.product-thumb:hover .addcart {
  opacity: 1;
  bottom: 20px;
}

.product-thumb:hover .rating,
.product-thumb:hover .price {
  opacity: 0;
}

.sale-text {
  position: absolute;
  padding: 10px 0;
  background: var(--pink-color);
  color: var(--secondary-color);
  z-index: 1;
  opacity: 0.8;
  padding: 4px 10px;
}

.product-thumb .description {
  color: var(--secondary-light-color);
  line-height: 24px;
  margin: 13px 0 0;
  font-size: 16px;
}

.thumb-description {
  position: relative;
  overflow: hidden;
  background-color: #000;
  height: 175px;
}

.product-thumb .caption {
  padding: 17px 5px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-thumb .price {
  font-size: 16px;
  margin: 3px 0 -2px;
  line-height: 21px;
  color: white;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}

.product-thumb .price-new {
  margin-right: 5px;
}

.product-thumb .price-old {
  text-decoration: line-through;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: var(--secondary-light-color);
  line-height: 19px;
}

.product-thumb .product-title {
  margin: 0;
}

.product-thumb .product-title a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: white;
}

.product-thumb .price-tax {
  display: none;
}

.product-thumb .rating {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 0;
  margin: 14px 0 0 0;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}

.product-list .product-thumb .btn-list>button {
  margin: 0 0 0 10px;
  position: unset;
  float: left;
}

.product-list .product-thumb .button-group button i {
  display: block;
}

.product-thumb .btn-list,
.product-list .product-thumb .image .wishlist,
.product-list .product-thumb .button-group {
  display: none;
}

.product-list .product-thumb .all-btn {
  display: flex;
  align-items: center;
  margin: 17px 0 0;
}

.product-list .product-thumb .btn-list {
  position: unset;
  opacity: 1;
  display: block;
  margin: 0;
}

/*product hover */
.product-thumb .hover-img {
  left: 0;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  transition-duration: 500ms;
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

.product-thumb:hover .hover-img {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  overflow: hidden;
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}

/*product tab*/
.mahardhi-tabs .nav-tabs {
  border: none;
  margin: -4px 0 30px;
  padding: 0;
  display: flex;
  justify-content: center;
}

.mahardhi-tabs .nav-tabs>li>a {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  border: none;
  margin: 0 27px;
  line-height: 20px;
  color: var(--secondary-light-color);
  background: var(--secondary-color);
  border-radius: 0;
}

.mahardhi-tabs .nav-tabs li+li:before {
  content: "/";
}

.mahardhi-tabs .nav-tabs>li>a:hover,
.mahardhi-tabs .nav-tabs>li>a:focus,
.mahardhi-tabs .nav-tabs>li>a.selected {
  color: var(--primary-color);
}

.mahardhi-tabs .nav-tabs li {
  margin: 0;
}

.product-list .product-thumb .all-btn .addcart {
  position: unset;
  opacity: 1;
  margin: 0;
}

.product-list .product-thumb .addcart i,
#button-cart i,
#quick-cart i {
  padding: 0 9px 0 0;
}

@media (max-width: 991px) {

  .page-title h3,
  .product-tabs .page-title h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }

  .mahardhi-tabs .nav-tabs {
    margin: -4px 0 10px;
  }

  .product-thumb {
    margin-bottom: 20px;
  }

  .brand .col-sm-12,
  .category-layout,
  .product-layout,
  #category-blogs .blog-layout,
  .row-items {
    padding: 0 5px;
  }

  .brand .row,
  .category-featured .row,
  .box .row,
  .mblog .box-content>.row,
  .testimonial-block .row {
    margin: 0 -5px;
  }

  .product-thumb .caption {
    padding: 7px 5px 10px;
  }

  .product-thumb .rating {
    margin: 8px 0 0 0;
  }

  .product-thumb .price {
    margin: 0px 0 5px;
  }

  .product-thumb .addcart {
    position: unset;
    opacity: 1;
  }

  .sale-text {
    top: 5px;
    left: 5px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    padding: 4px 0;
  }

  .product-thumb .wishlist {
    right: 10px;
    top: 10px;
  }

  .product-list .product-thumb .description {
    margin: 8px 0 0;
  }

  .product-thumb .button-group button {
    height: 30px;
    width: 30px;
    margin: 0 3px;
  }

  .product-thumb .addcart {
    padding: 5px 20px;
  }

  .product-thumb:hover .rating,
  .product-thumb:hover .price {
    opacity: 1;
  }
}

@media (max-width: 680px) {
  .product-list .product-thumb .image img {
    width: auto;
    margin: 0;
  }

  .special-image {
    width: auto;
    margin-right: 10px;
  }

  .product-thumb .caption {
    padding: 5px 5px 10px;
  }
}

@media (max-width: 480px) {

  .page-title h3,
  .product-tabs .page-title h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .product-thumb .addcart {
    padding: 5px 15px;
    font-size: 12px;
  }

  .mahardhi-tabs .nav-tabs>li>a {
    margin: 0 15px;
    font-size: 13px;
  }
}

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

.owl-prev {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -35px;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
  right: -35px;
}

.owl-carousel.owl-theme:hover .owl-nav div {
  opacity: 1;
}

.owl-carousel.owl-theme:hover .owl-nav .disabled {
  opacity: 0.6;
}

.swiper-viewport {
  border: unset;
}

.swiper-pagination {
  display: none;
}

.swiper-viewport .swiper-button-prev:before,
.swiper-viewport .swiper-button-next:before,
.brand .swiper-button-prev:before,
.brand .swiper-button-next:before {
  content: "";
}

.owl-carousel.owl-theme .owl-nav .fa,
.swiper-viewport .fa {
  font-size: 20px;
  line-height: 34px;
}

/*carousel*/
.owl-carousel.owl-theme .owl-nav {
  margin-top: 0;
}

.carousel .swiper-viewport:hover .swiper-button-next,
.carousel .swiper-viewport:hover .swiper-pager .swiper-button-prev {
  opacity: 1;
}

.swiper-viewport .swiper-pager .swiper-button-next:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover,
.swiper-viewport .swiper-pager .swiper-button-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
  border-color: var(--primary-color);
  background: var(--secondary-color);
  color: var(--primary-color);
}

.category-featured .owl-carousel.owl-theme .owl-nav div,
.brand .swiper-pager>div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  border: none;
}

.category-featured .owl-carousel.owl-theme .owl-nav div:hover,
.brand .swiper-viewport .swiper-pager>div:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.category-featured .owl-carousel.owl-theme .owl-nav .owl-prev,
.brand .swiper-viewport .swiper-pager .swiper-button-prev,
.brand .swiper-viewport:hover .swiper-pager .swiper-button-prev {
  right: auto;
  left: 0px;
}

.category-featured .owl-carousel.owl-theme .owl-nav .owl-next,
.brand .swiper-viewport .swiper-pager .swiper-button-next,
.brand .swiper-viewport:hover .swiper-pager .swiper-button-next {
  right: 0px;
  left: auto;
}

.mblog-testimonial .owl-carousel.owl-theme .owl-nav div {
  top: -55px;
}

.mblog-testimonial .owl-carousel.owl-theme .owl-nav .owl-next {
  right: 15px;
}

.mblog-testimonial .owl-carousel.owl-theme .owl-nav .owl-prev {
  right: 55px;
  left: auto;
}

/*dots*/
.swiper-pagination span,
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: var(--background-color);
  box-shadow: none;
  margin: 0 3px;
}

.owl-theme .owl-dots .owl-dot.active span {
  border: 2px solid var(--primary-color);
  height: 14px;
  width: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin: 0;
}

/*slideshow*/
.slideshow {
  position: relative;
  overflow: hidden;
}

.slideshow img {
  width: 100%;
}

.slideshow .swiper-pagination {
  display: none;
}

.slideshow .swiper-viewport .swiper-pager>div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  height: 50px;
  width: 50px;
  background: var(--primary-color);
  border: none;
  color: var(--secondary-color);
}

.slideshow .swiper-viewport .swiper-pager>div:hover {
  background: var(--pink-color);
  color: var(--secondary-color);
}

.slideshow .swiper-viewport .fa {
  line-height: 50px;
}

.slideshow .swiper-viewport .swiper-pager .swiper-button-prev {
  left: 30px;
}

.slideshow .swiper-viewport .swiper-pager .swiper-button-next {
  right: 30px;
}

@media (max-width: 1440px) {
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -10px;
  }

  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -10px;
  }
}

@media (max-width: 991px) {
  .slideshow .swiper-pagination {
    display: block;
    bottom: 0;
  }

  .slideshow .swiper-pager {
    display: none;
  }

  .category-featured .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -10px;
  }

  .category-featured .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -10px;
  }

  .owl-carousel.owl-theme .owl-nav div {
    height: 30px;
    width: 30px;
  }

  .owl-carousel.owl-theme .owl-nav .fa {
    line-height: 38px;
    padding-right: 2px;
  }

  .mblog-testimonial .owl-carousel.owl-theme .owl-nav div {
    top: -45px;
  }

  .mblog-testimonial .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 5px;
  }

  .mblog-testimonial .owl-carousel.owl-theme .owl-nav .owl-prev {
    right: 40px;
  }
}

@media (max-width: 480px) {
  .mblog-testimonial .owl-carousel.owl-theme .owl-nav div {
    top: -35px;
  }
}

/*----------------------------------------------*/
/* brand */
/*----------------------------------------------*/
.brand {
  border-top: 1px solid var(--border-color);
}

.brand .swiper-slide>div {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .brand .swiper-slide>div {
    padding: 20px 0;
  }
}

@media (max-width: 480px) {
  .brand .swiper-slide>div {
    padding: 15px 0;
  }
}

/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.link_info {
  position: relative;
  padding: 25px 12px 15px 0;
}

.item {
  background: var(--background-color);
}

.blog-block {
  margin-bottom: 30px;
  position: relative;
}

.zoom-post {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.blog-block:hover .zoom-post {
  opacity: 1;
}

.blog-block .zoom-post a::before {
  bottom: 10px;
  display: inline-block;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: var(--primary-color);
  color: var(--secondary-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.blog-block .zoom-post a:hover::before {
  background: var(--pink-color);
  color: var(--secondary-color);
}

.blog-block .zoom-post a::before {
  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::before,
.blog-block .hover-post:before {
  font-family: FontAwesome;
  font-size: 14px;
  margin: 0;
  display: block;
  text-align: center;
}

.blog-block .hover-zoom::before {
  content: "\f002";
}

.blog-block .hover-post:before {
  content: "\f0c1";
}

.product-list .blog-block.product-thumb .image {
  box-shadow: none;
  margin: 0;
}

.blog-block h4,
h3.article-page-title {
  margin: 13px 0 0;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.blog-info .image {
  overflow: hidden;
  position: relative;
}

.block-date {
  color: var(--primary-color);
}

.blog-read.btn {
  padding: 10px 30px;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  box-shadow: none;
  background: var(--primary-color);
  color: var(--secondary-color);
}

.blog-read:hover {
  background: var(--pink-color);
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.blog-category .blog-img {
  position: relative;
  overflow: hidden;
  display: block;
}

h4.article-page-title {
  margin: 20px 0 15px;
}

.caption-blog p,
.info_blog p {
  margin: 20px 0 0;
}

.blog-block img,
#content-blogs .thumbnails .thumbnail img {
  width: 100%;
}

.blog-text {
  color: var(--secondary-light-color);
  margin: 15px 0 17px;
  line-height: 24px;
  font-size: 16px;
}

.caption-blog .blog-description {
  padding: 28px 30px 30px;
  background: var(--secondary-color);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.blog-category .blog-text {
  margin: 15px 0 27px;
}

/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
.article-container .singblog-description {
  background: var(--background-color);
  padding: 25px 30px 34px 30px;
}

.article-container .blog-block {
  margin-bottom: 0;
}

.article-container .block-date {
  margin: 17px 0 0;
}

#content-blogs .thumbnails .thumbnail {
  border: unset;
  margin: 0;
  padding: 0;
}

.article-container .leave-hedding {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 20px;
  margin: 0;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}

h3.article-page-title {
  margin: 13px 0 0;
}

.article-container .page-title {
  margin-bottom: 30px;
}

#post_comment #commnt_form.form-horizontal .control-label {
  text-align: left;
}

.comment_cust h4 {
  margin-bottom: 20px;
}

.commentlist ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.commentlist ul li:last-child {
  padding-bottom: 0;
}

.commentlist ul li+li {
  padding-top: 10px;
}

.comment_cust .comment-text .user_img {
  float: left;
  height: 60px;
  width: 60px;
  background-color: var(--background-color);
  text-align: center;
  color: var(--primary-color);
  border-radius: 50px;
}

.comment_cust .comment-text .user_img i {
  font-size: 26px;
  line-height: 60px;
}

.comment_cust .comment-desc {
  padding-left: 80px;
  line-height: 26px;
}

.comment_cust .comment-desc .name {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
}

.comment_cust .comment-desc .date {
  color: var(--secondary-light-color);
}

.comment-dis {
  color: var(--secondary-light-color);
  line-height: 22px;
}

#post_comment {
  background: var(--secondary-color);
  padding: 30px 30px 1px;
  border: 2px solid var(--border-color);
  border-top: 0;
  margin-bottom: 60px;
}

.comment_cust {
  padding: 10px;
  background: var(--secondary-color);
  border: 2px solid var(--border-color);
  border-top: 0;
}

.comment-text {
  padding: 20px;
  border: 1px solid var(--background-color);
}

.singblog-description .blog-text {
  margin: 11px 0 0;
}

footer {
  margin-top: 20px;
}

@media (max-width: 1199px) {

  .mblog,
  .testimonial-block {
    width: 100%;
  }

  .mblog .caption.blog-description {
    padding-left: 0;
  }

  .link_info {
    padding: 15px 5px 10px 0;
  }

  .blog-block h4,
  h3.article-page-title {
    font-size: 16px;
  }

  .blog-text {
    margin: 5px 0 10px;
  }

  .blog-block h4,
  h3.article-page-title {
    margin: 8px 0 0;
  }

  .blog-read.btn {
    padding: 7px 20px;
  }

  .blog-category .blog-text {
    margin: 8px 0 15px;
  }
}

@media (max-width: 991px) {
  .blog-block {
    margin-bottom: 20px;
  }

  .article-container .page-title {
    margin-bottom: 15px;
  }

  .article-container .leave-hedding {
    padding: 10px 15px;
  }

  .blog-block h4,
  h3.article-page-title {
    font-size: 16px;
  }

  .blog-block .zoom-post a::before {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }

  .blog-text {
    font-size: 14px;
  }

  #post_comment {
    padding: 15px 15px 1px;
  }

  .singblog-description .blog-text {
    margin: 8px 0 0;
  }

  .zoom-post {
    opacity: 1;
  }

  .article-container .singblog-description {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .blog-category .link_info {
    padding: 15px;
  }
}

@media (max-width: 540px) {
  .comment-text {
    padding: 10px;
  }

  .comment_cust .comment-desc {
    padding-left: 70px;
  }

  footer {
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  .product-block.blog-block>div {
    width: 100%;
  }

  .link_info {
    padding: 10px;
  }

  .mblog .caption.blog-description {
    padding: 0 15px;
  }

  .article-container .singblog-description {
    padding: 15px;
  }

  .singblog-description .blog-text {
    margin: 5px 0 0;
  }

  footer {
    margin-top: 0px;
  }
}

.alt-terms-container {
  background-color: #000;
  color: var(--secondary-color);
  line-height: 1.8;
  margin: auto;
  padding: 40px 20px;
  margin-bottom: 50px;
}

.alt-main-title {
  font-size: 2.5em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.alt-tagline {
  font-style: italic;
  text-align: center;
  color: #aaa;
  margin-bottom: 40px;
}

.alt-section-title {
  font-size: 1.5em;
  margin-top: 40px;
  color: #fff;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}

.alt-paragraph {
  margin-bottom: 20px;
}

.alt-paragraph a {
  color: #fff;
  text-decoration: underline;
}

.alt-paragraph a:hover {
  color: #ccc;
}

.alt-footer-line {
  border: 0;
  border-top: 1px solid #444;
  margin: 40px 0;
}

.alt-footer {
  text-align: center;
  font-size: 0.9em;
  color: #888;
}

/* .col-sm-2> .control-label{
    color: white;
  } */
.lable-reg {
  color: white;
}

/* privacy  */
.alt-privacy-container {
  background-color: #000;
  color: var(--secondary-color);
  line-height: 1.8;
  margin: auto;
  padding: 40px 20px;
  margin-bottom: 50px;
}

.alt-privacy-title {
  font-size: 2.5em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.alt-privacy-tagline {
  font-style: italic;
  text-align: center;
  color: #aaa;
  margin-bottom: 40px;
}

.alt-privacy-section-title {
  font-size: 1.5em;
  margin-top: 40px;
  color: #fff;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}

.alt-privacy-paragraph {
  margin-bottom: 20px;
}

.alt-privacy-paragraph a {
  color: #fff;
  text-decoration: underline;
}

.alt-privacy-paragraph a:hover {
  color: #ccc;
}

.alt-privacy-footer-line {
  border: 0;
  border-top: 1px solid #444;
  margin: 40px 0;
}

.alt-privacy-footer {
  text-align: center;
  font-size: 0.9em;
  color: #888;
}

.policy-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background-color: #1e1e1e;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.policy-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
}

.policy-section {
  margin-bottom: 25px;
}

.section-title {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}

.policy-text {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
}

.delivery-list {
  list-style-type: disc;
  margin-left: 20px;
  color: #ffffff;
}

.note {
  font-style: italic;
  color: #cccccc;
  margin-top: 10px;
}

/*----------------------------------------------*/
/* Start Testimonial */
/*----------------------------------------------*/
.row-items {
  display: flex;
}

.testimonial-images {
  padding: 0 20px 0 0;
}

.testimonial-text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: var(--secondary-color);
}

.testimonial-author {
  font-size: 18px;
  font-weight: bold;
}

.testimonial-text i {
  color: var(--border-color);
}

.testimonial-author,
.testimonial-customer {
  padding-left: 30px;
}

.testimonial-text p {
  margin: 4px 0 26px 30px;
}

.testimonial-customer {
  margin: 6px 0 10px 0;
  color: var(--secondary-color);
}

.slideTestimonial .testimonial-text::before,
.slideTestimonial .testimonial-text p::after {
  font-family: "Mahardhi-Fonts" !important;
  color: var(--border-color);
  font-size: 30px;
  line-height: 26px;
}

.slideTestimonial .testimonial-text::before {
  content: "\e923";
  display: block;
}

.slideTestimonial .testimonial-text p::after {
  content: "\e925";
  padding: 17px 0 0 6px;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 991px) {
  .testimonial-text p {
    margin: 4px 0 10px 30px;
  }

  .testimonial-images {
    padding: 0 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .testimonial-images {
    padding: 0;
  }

  .row-items {
    display: block;
    text-align: center;
  }

  .slideTestimonial .testimonial-text::before,
  .slideTestimonial .testimonial-text p::after {
    display: none;
  }

  .testimonial-text p {
    margin: 10px 0;
  }

  .testimonial-author,
  .testimonial-customer {
    padding-left: 0;
  }

  .testimonial-author {
    font-size: 16px;
  }
}

/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.news {
  padding: 30px 0;
  background: var(--primary-hover-color);
}

.subscribe-form {
  position: relative;
  border: 2px solid var(--secondary-color);
  display: flex;
  padding: 3px;
}

.title-text h4 {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  margin: -4px 0 9px;
}

.news-description {
  color: var(--secondary-color);
  line-height: 19px;
  font-size: 16px;
}

.subscribe-form #newsletter_usr_email {
  border: none;
  background: transparent;
  color: var(--secondary-color);
}

.subscribe-form #newsletter_usr_email::placeholder {
  color: var(--secondary-color);
}

.subscribe-btn {
  border: none;
  background: var(--pink-color);
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.subscribe-btn:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

@media only screen and (max-width: 991px) {
  .news-info {
    text-align: center;
    margin: 0 0 10px;
  }

  .subscribe-form #newsletter_usr_email {
    height: 34px;
  }

  .subscribe-btn {
    padding: 7px 15px;
  }

  .title-text h4 {
    font-size: 20px;
    margin: -4px 0 5px;
  }

  .news-description {
    font-size: 14px;
  }

  .news {
    padding: 20px 0;
  }
}

/*----------------------------------------------*/
/* instagram start */
/*----------------------------------------------*/
#instagram-feed {
  margin: 0 -5px;
}

.insta {
  position: relative;
  vertical-align: middle;
}

.insta i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  opacity: 0;
  font-size: 18px;
}

.insta:hover i {
  opacity: 1;
}

footer .col-sm-3 .insta {
  position: relative;
  vertical-align: middle;
  padding: 0 5px;
  margin: 0 0 10px;
}

footer .col-sm-3 .insta:hover::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  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;
}

@media only screen and (min-width: 1441px) {
  footer .col-sm-3 .insta {
    max-width: 90px;
  }
}

/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
.common-home footer.mt-50 {
  margin: 0;
}

footer {
  position: relative;
  padding-top: 47px;
  background: var(--secondary-color);
  color: var(--primary-color);
}

.title2 {
  color: var(--primary-color);
}

footer h5,
footer h4,
.instagram h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 14px;
  line-height: 18px;
  position: relative;
  font-weight: bold;
  color: var(--primary-color);
}

.instagram h3 {
  margin: 0 0 28px;
}

footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

footer .footer-logo img {
  max-width: 10rem;
  height: auto;
  margin-bottom: 1rem;
}

footer .position-footer-left h5 {
  margin: 0 0 21px;
}

footer .col-sm-2 a,
footer .col-sm-3 a,
footer .footer-desc {
  font-size: 16px;
  padding: 8px 0;
  display: block;
  color: var(--primary-color);
}

footer a:hover,
footer a:focus {
  color: var(--pink-color);
}

/* footer left */
.position-footer-left li>div {
  display: flex;
  margin: 8px 0;
  line-height: 24px;
  font-size: 16px;
}

.position-footer-left li .contact_site a {
  padding: 0;
  display: initial;
  color: var(--primary-color);
}

.contact_title {
  text-transform: capitalize;
  margin-right: 5px;
  color: var(--primary-color);
}

.contact_site {
  color: var(--primary-color);
}

.list-unstyled-address {
  padding: 0px;
  width: 80%;
  list-style: none;
}

/* footer bottom*/
.footer_bottom {
  padding: 26px 0 30px;
  text-align: center;
  margin-top: 52px;
  border-top: 1px solid #252525;
}

footer .footer_bottom p {
  font-size: 16px;
  color: var(--primary-color);
  margin-bottom: 0;
}

footer .footer_bottom p a {
  color: var(--primary-color);
  font-weight: 700;
}

.toggled.active .fa-chevron-down:before {
  content: "\f077";
}

/* social media*/
footer .social-media {
  margin: 16px 0 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.image-about {
  position: sticky;
  top: 10px;
}

.social-media a i {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 32px;
  border-radius: 50px;
  color: var(--secondary-color);
  background-color: var(--primary-color);
  text-align: center;
  border: 2px solid #ffffff;
  transition: all 0.35s ease-in-out;
}

.social-media a i:hover {
  background-color: #CF2163;
  transform: translateY(-2px);
  border-color: #CF2163;
  filter: drop-shadow(0px 8px 5px #b0b0b0);
}

.social-media a+a {
  margin: 0 0 0 10px;
}

.social-media a:hover .fa-facebook {
  background: #3b5998;
}

.social-media a:hover .fa-twitter {
  background: #00acee;
}

.social-media a:hover .fa-youtube-play {
  background: #c4302b;
}

.social-media a:hover .fa-google-plus {
  background: #db3236;
}

.social-media a:hover .fa-pinterest-p {
  background: #c8232c;
}

@media (max-width: 1199px) {
  .footer_bottom {
    margin-top: 30px;
    padding: 16px 0 20px;
  }

  footer .sm-w-50 {
    width: 49.4% !important;
    display: inline-block;
  }

  .position-footer-left li .social-media {
    margin: 10px 0 0;
  }

  footer .footer_bottom p {
    /* margin: 0 0 10px 0; */
  }

  footer {
    padding-top: 30px;
  }

  .list-unstyled-address {
    padding: 0px;
    width: 80%;
  }
}

@media (max-width: 991px) {
  footer {
    padding-top: 10px;
  }

  .social-media .list-unstyled {
    display: block !important;
    text-align: center;
  }

  .footer_bottom {
    margin-top: 0;
    padding: 10px 0;
  }

  footer h5,
  footer h4 {
    margin: 0;
    font-size: 15px;
  }

  .instagram h3 {
    font-size: 15px;
    margin: 0 0 10px;
  }

  footer .position-footer-left h5 {
    margin: 0;
  }

  .footer-top .col-sm-2,
  .footer-top .col-sm-3,
  .footer-top .col-sm-4 {
    width: 100%;
    float: unset;
    margin: 15px 0;
    border: none;
  }

  footer .footer_bottom p {
    font-size: 14px;
  }

  .social-media a i {
    height: 34px;
    width: 34px;
    font-size: 15px;
    line-height: 22px;
    padding: 4px 0px;
  }
}

@media (max-width: 480px) {
  footer {
    padding-top: 5px;
  }

  .footer_bottom {
    margin-top: 0;
  }

  .list-unstyled {
    width: 100%;
  }
}

/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.service-item .service {
  padding: 25px 10px;
  background: var(--background-color);
  text-align: center;
}

.service .promo-title {
  /* margin: 1px 0 10px; */
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--primary-color);
}

.service .promo-desc {
  color: var(--secondary-light-color);
  display: block;
  font-size: 16px;
}

@media (max-width: 991px) {
  .service-box .col-xs-6 {
    padding: 0 5px;
  }

  .service-box .promo-item.row {
    margin: 0 -5px;
  }

  .service .promo-title {
    margin: 1px 0 3px;
    font-size: 14px;
  }

  .service-item .service {
    padding: 15px 10px;
  }

  .service .promo-desc {
    font-size: 14px;
  }
}

@media (max-width: 500px) {

  .service .promo-desc,
  .service .promo-title {
    font-size: 11px;
  }

  .service-item .service {
    padding: 13px 5px 8px;
  }

  .service .promo-title {
    margin: 0;
  }
}

@media (max-width: 375px) {
  .service-box .col-xs-6 {
    width: 100%;
  }

  .service-item+.service-item {
    margin-top: 10px;
  }
}

/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.page_title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  line-height: 20px;
  float: left;
}

.category-content .page_title {
  display: none;
}

.category-row {
  margin-top: 2rem;
}

/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/
.breadcrumb-back {
  margin: 0 0 30px 0;
  background: #292929;
  padding: 20px 0;
}

.breadcrumb-back .breadcrumb-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.breadcrumb-row h1.page_title {
  margin-bottom: 0;
}

.breadcrumb-back:nth-of-type(2) {
  display: none !important;
  background-color: transparent;
}

.breadcrumb {
  padding: 0;
  border: none;
  background: transparent;
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
  float: right;
}

.breadcrumb>li {
  position: relative;
}

.breadcrumb a:hover,
.breadcrumb li:last-child a {
  color: var(--primary-hover-color);
}

.breadcrumb>li+li:before {
  content: "\f101";
  color: #ffffff;
  font-family: "FontAwesome";
  padding: 0px 6px 0px 4px;
  font-size: 13px;
}

@media (max-width: 991px) {
  .breadcrumb-back {
    padding: 13px 0 16px;
    margin: 0 0 20px 0;
    text-align: center;
  }

  .page_title,
  .breadcrumb {
    float: unset;
  }

  .page_title {
    margin: 0 0 5px 0;
  }
}

/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/
#column-left>div,
#column-right>div {
  margin: 30px 0 0;
  box-shadow: none;
  padding: 0;
  width: auto;
  float: unset;
}

#column-left>div:first-child,
#column-right>div:first-child {
  margin-top: 0;
}

#column-left h3,
#column-right h3,
#column-left .box-content h3,
#column-right .box-content h3 {
  display: block;
  margin: 0;
  padding: 15px 20px;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  border-radius: 0;
  border: none;
  line-height: 20px;
  background: var(--pink-color);
  color: var(--secondary-color);
}

#column-left {
  margin-bottom: 60px;
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover,
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus,
button.list-group-item:hover {
  color: var(--primary-hover-color);
  text-decoration: none;
  background-color: transparent;
}

.filter_box,
#column-left .block_box,
#column-right .block_box,
.category-list #selectMe-desk,
.account-content .list-unstyled,
.sidebar .list-unstyled {
  padding: 20px;
  margin: 0;
  margin-bottom: 30px;
  background: var(--secondary-color);
  border: 2px solid var(--border-color);
  border-top: 0;
}

#column-left .row,
#column-right .row {
  margin: 0;
}

#column-left .box .container,
#column-right .box .container {
  width: auto;
  padding: 0;
}

.category-list .list-group-item,
.sidebar li,
.account-content .list-group a {
  border: none;
  border-radius: 0;
  margin: 0;
  background: transparent;
  padding: 5px 0;
  text-transform: capitalize;
  color: var(--primary-color);
  font-size: 16px;
}

.category-list .list-group-item {
  padding: 5px 13px 5px 0;
}

.category-list ul#selectMe-desk>li:first-child>a.list-group-item,
.account-content .list-group ul>li:first-child a,
.sidebar li:first-child {
  padding-top: 0;
  margin-top: -4px;
}

.category-list .has-more-category .toggled {
  position: absolute;
  right: 0;
}

.has-more-category>a:hover {
  color: var(--primary-color);
}

.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-hover-color);
  text-transform: capitalize;
  margin: -4px 0 12px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
}

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

.filter_box .list-group-item {
  border: none;
  padding: 0px;
  background: transparent;
}

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

.checkbox label,
.radio label {
  text-transform: capitalize;
  font-size: 16px;
}

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

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

#column-left .swiper-slide img,
#column-right .swiper-slide img {
  width: 100%;
}

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

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

/*product*/
#column-left .product-thumb,
#column-right .product-thumb {
  margin: 0;
  background: transparent;
  box-shadow: none;
}

#column-left .product-layout+.product-layout .product-thumb,
#column-right .product-layout+.product-layout .product-thumb {
  margin: 30px 0 0 0;
}

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

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

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

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

#column-left .product-thumb .rating,
#column-right .product-thumb .rating,
#column-left .product-thumb .price,
#column-right .product-thumb .price,
.product-list .product-thumb .rating,
.product-list .product-thumb .price {
  opacity: 1;
}

#column-left .product-thumb .product-title,
#column-right .product-thumb .product-title {
  margin: -3px 0 0;
}

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

@media (min-width: 1200px) and (max-width: 1440px) {

  #column-left .product-thumb>.image,
  #column-right .product-thumb>.image {
    width: 74px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  #column-left .product-thumb>.image,
  #column-right .product-thumb>.image {
    margin-right: 5px;
    width: 70px;
  }

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

@media only screen and (max-width: 1199px) {

  .filter_box,
  #column-left .block_box,
  #column-right .block_box,
  .category-list #selectMe-desk,
  .account-content .list-unstyled,
  .sidebar .list-unstyled {
    padding: 20px 15px;
  }

  #column-left .product-layout+.product-layout .product-thumb,
  #column-right .product-layout+.product-layout .product-thumb {
    margin: 20px 0 0 0;
  }

  #column-left h3,
  #column-right h3,
  #column-left .box-content h3,
  #column-right .box-content h3 {
    padding: 10px 15px;
  }

  #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;
  }
}

@media only screen and (max-width: 991px) {

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

  .toggled .toggle-open {
    position: absolute;
    right: 0;
  }

  #selectMe-desk {
    display: none;
  }

  #column-left .swiper-viewport,
  #column-right .swiper-viewport {
    display: none;
  }

  #column-left>div:first-child,
  #column-right>div:first-child {
    margin: 20px 0 0;
  }

  #column-left>div,
  #column-right>div {
    margin: 10px 0 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: 15px;
    padding: 8px 15px;
  }
}

/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.cat-banner {
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin: 0 0 14px;
}

.cat-description p {
  margin: 0 0 24px;
  color: var(--secondary-color);
  line-height: 24px;
  font-size: 16px;
}

.cat_info {
  margin: 0 0 30px;
  background: var(--background-color);
  padding: 10px 20px;
}

.refine-search {
  margin: 0 0 20px;
}

#content .refine-text {
  font-size: 18px;
  margin: 0 0 11px;
  font-weight: 600;
}

.cat-name {
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}

.cat-name li {
  display: inline-block;
}

.cat-name li a {
  font-size: 16px;
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 7px 15px;
  display: inline-block;
  margin: 0 6px 10px 0;
}

.cat-name li a:hover {
  color: var(--secondary-color);
  background: var(--primary-hover-color);
}

#list-view.btn-default,
#grid-view.btn-default {
  height: 40px;
  width: 40px;
  padding: 8px 0;
  border: none;
  background: var(--primary-color);
  color: var(--secondary-color);
  box-shadow: none;
  border-radius: 50%;
}

#grid-view.btn-default {
  margin: 0 10px 0 0;
}

#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}

#list-view.btn-default i,
#grid-view.btn-default i {
  font-size: 16px;
  display: block;
}

#compare-total.btn.btn-link {
  text-decoration: none;
  font-size: 16px;
  outline: none;
  padding: 10px 0;
  border: none;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--secondary-light-color);
}

#compare-total.btn.btn-link:hover {
  color: var(--primary-hover-color);
}

.cat-pagination-right {
  text-align: right;
}

.cat-pagination-right>div {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  padding-bottom: 2px;
}

.cat-pagination-right .cat-show {
  padding-left: 12px;
}

.text-right.show-text {
  padding: 0px 14px;
}

.text-right.show-text,
.text-right.show-select {
  width: auto;
  float: left;
}

.text_limit,
.text_sort {
  margin: 8px 0;
  font-size: 16px;
}

.select-filter-sort,
.select-filter-show {
  position: relative;
}

.cat-pagination-right .form-control {
  padding: 4px 25px 4px 10px;
  font-size: 16px;
  margin: 0;
  height: 36px;
  background: transparent;
  border-color: var(--border-color);
}

select.form-control,
.form-control {
  appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

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

.select-filter-show::after,
.select-filter-sort::after {
  font-family: "fontawesome";
  content: "\f0dd";
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 4px;
  pointer-events: none;
  color: var(--primary-color);
}

.product-grid .description,
.product-grid .pro_description {
  display: none;
}

.product-list .product-thumb .caption {
  padding: 27px 15px 10px 0;
  text-align: left;
}

.rating .fa-stack,
#tab-review .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o,
#tab-review .fa-star-o {
  font-size: 12px;
  color: var(--pink-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(--pink-color);
}

@media (min-width: 681px) {
  .product-list .product-thumb .image {
    float: left;
    margin-right: 26px;
  }
}

@media (max-width: 1199px) {
  .cat-pagination-right .cat-show {
    padding-left: 0;
  }

  #list-view.btn-default,
  #grid-view.btn-default {
    height: 36px;
    width: 36px;
  }

  #grid-view.btn-default {
    margin: 0 5px 0 0;
  }

  #compare-total.btn.btn-link {
    padding: 8px 0;
  }

  .cat-pagination-right>div {
    padding: 0;
  }

  #compare-total.btn.btn-link {
    font-size: 14px;
  }

  .text_limit,
  .text_sort {
    font-size: 14px;
  }

  .cat_info {
    padding: 10px 15px;
  }

  .product-list .product-thumb .all-btn {
    margin: 12px 0 0;
  }

  .product-list .product-thumb .caption {
    padding: 15px 15px 10px 0;
  }
}

@media (max-width: 991px) {
  .refine-search {
    margin: 0 0 10px;
  }

  .cat-name li a {
    font-size: 13px;
    padding: 3px 10px;
  }

  .cat_info {
    margin: 0 0 20px;
  }

  .cat-description p {
    margin: 0 0 13px;
  }

  .product-list .product-thumb .image {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .cat-pagination-right {
    text-align: left;
    margin: 5px 0 0;
    padding: 0;
  }
}

@media (max-width: 680px) {
  .product-list .product-thumb .image {
    display: inline-block;
    margin: 0;
  }

  .product-list .product-thumb .caption {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .cat-pagination-right>* {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .cat-pagination-right .cat-show {
    padding: 5px 0 0 0;
  }

  .cat-pagination-right {
    display: block;
    text-align: left;
  }

  #compare-total.btn.btn-link {
    font-size: 13px;
  }
}

/*----------------------------------------------*/
/* pagination css */
/*----------------------------------------------*/
.pro_pagination {
  clear: both;
  background: var(--background-color);
  padding: 12px 5px;
}

.pro_pagination .text-left {
  line-height: 36px;
  float: left;
  font-size: 16px;
  color: var(--secondary-light-color);
}

.pagination {
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.pro_pagination .pagination>li.active>span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: var(--secondary-color);
  background: var(--primary-hover-color);
  cursor: pointer;
  z-index: 2;
  border-radius: 0;
}

.pagination>li>a:last-child {
  border-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
  color: var(--secondary-color);
  background-color: var(--primary-color);
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  position: relative;
  text-decoration: none;
  border: none;
  border-radius: 0;
  font-size: 14px;
  box-shadow: none;
}

.pagination>li+li>a,
.pagination>li+li>span {
  margin: 0 0 0 10px;
}

@media (max-width: 1199px) {
  .pro_pagination {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {

  .pro_pagination .text-left,
  .pro_pagination .text-right {
    width: 100%;
    float: unset;
    text-align: center;
    clear: both;
  }

  .pro_pagination .text-right {
    padding-top: 10px;
  }

  .pro_pagination .text-left {
    line-height: 20px;
  }

  .pagination>li>a,
  .pagination>li>span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

a.thumbnail {
  padding: 0;
  border: none;
  margin: 0;
}

.pro-image img {
  width: 100%;
}

#product-page .product-additional {
  text-align: center;
  position: relative;
}

.quickview-container .pro-image,
#product-page .pro-image {
  margin: 0 0 20px 0;
}

#additional-carousel .image-additional a,
#quick-carousel .image-additional a {
  margin: 0 10px;
  display: block;
}

#additional-carousel {
  padding: 0 60px;
  margin-bottom: 30px;
}

#additional-carousel .owl-nav>div {
  border: none;
  width: unset;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  background: transparent;
}

#additional-carousel .owl-nav>div i {
  font-size: 20px;
  color: var(--primary-color);
}

#additional-carousel .owl-nav .owl-prev {
  left: 30px;
  right: auto;
}

#additional-carousel .owl-nav .owl-next {
  right: 30px;
  left: auto;
}

#quick-carousel .owl-nav div::before,
#quick-carousel .owl-nav div::after {
  display: none;
}

#quick-carousel {
  padding: 0 20px;
  margin-bottom: 20px;
}

#quick-carousel .owl-nav div {
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  border: none;
  width: auto;
  background: transparent;
  position: absolute;
}

#quick-carousel.owl-carousel.owl-theme .owl-nav {
  position: unset;
  margin: 0;
}

#quick-carousel .owl-nav div:hover {
  color: var(--primary-hover-color);
}

#quick-carousel .owl-nav .owl-prev {
  left: 0;
  right: auto;
}

#quick-carousel .owl-nav .owl-next {
  right: 0;
  left: auto;
}

#quick-carousel.owl-carousel.owl-theme .owl-nav .fa {
  font-size: 20px;
}

.pro-deatil {
  background: var(--secondary-color);
}

.right_info h1,
.quick-product-right h1 {
  font-size: 24px;
  text-transform: capitalize;
  margin: 0 0 18px;
  font-weight: bold;
}

.rating .product-rating {
  float: left;
  margin-right: 20px;
}

.rating .write-review {
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
  position: relative;
}

.rating .reviews,
.rating .write-review {
  font-size: 16px;
  color: var(--secondary-light-color);
}

.pro-deatil .rating .write-review:before {
  content: "";
  background: var(--border-color);
  height: 14px;
  width: 1px;
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.rating .reviews:hover,
.rating .write-review:hover,
.rating .write-review:hover .fa-pencil {
  color: var(--primary-hover-color);
}

.rating .fa-pencil {
  padding-right: 5px;
  color: var(--primary-color);
}

.right_info .disc {
  color: var(--primary-color);
  margin-right: 5px;
  line-height: 27px;
  min-width: 125px;
  font-size: 16px;
  display: inline-block;
}

.right_info .disc1 {
  color: var(--secondary-light-color);
  margin-right: 10px;
  font-size: 16px;
}

.pro_price {
  font-size: 24px;
  display: inline-block;
  font-weight: 600;
  color: var(--primary-hover-color);
}

.pro_oldprice {
  color: var(--secondary-light-color);
  margin-left: 10px;
  font-size: 16px;
}

.right_info .tax {
  margin: 7px 0 5px;
  color: var(--secondary-light-color);
}

.product-options h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
}

.right_info .control-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
  margin: 0 20px 0 0;
  display: inline-block;
}

.right_info .checkbox,
.right_info .radio {
  margin-top: 0;
}

.product-options .alert {
  margin-top: 15px;
}

.product-btn-quantity .minus-plus {
  margin: 0 15px 0 0;
  display: inline-flex;
  background: var(--background-color);
}

#product .minus-plus>* {
  text-align: center;
  border: none;
  background: transparent;
  padding: 0 5px;
  border-radius: 0;
  height: 40px;
  width: 40px;
}

#product .minus-plus>button:hover {
  color: var(--primary-hover-color);
}

.product-btn-quantity #input-quantity {
  width: 42px;
  border: none;
}

#product .btn-groups {
  display: inline-block;
  vertical-align: top;
}

#button-cart,
#quick-cart {
  display: flex;
  align-items: center;
}

.pro_wish,
.pro_comper {
  background: transparent;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 15px 10px 0;
  color: var(--secondary-light-color);
}

.pro_wish:hover,
.pro_comper:hover {
  color: var(--primary-color);
}

.pro_wish:hover i,
.pro_comper:hover i {
  background: var(--pink-color);
}

.pro_wish i,
.pro_comper i {
  font-size: 16px;
  margin: 0 10px 0 0;
  background: var(--primary-color);
  color: var(--secondary-color);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}

#product .product-btn-quantity {
  display: flex;
  align-items: center;
}

.tab-content #tab-description {
  font-size: 15px;
}

.propage-tab h2 {
  font-size: 18px;
  margin: 25px 0 15px 0;
}

#form-review.form-horizontal .control-label {
  padding: 0;
}

.quickview-wrapper-inner.container {
  width: auto;
}

#button-upload222 {
  margin-left: 10px;
}

.related-products-block {
  clear: both;
  padding-top: 50px;
}

.propage-tab {
  margin-top: 50px;
  background: var(--secondary-color);
}

#product-page .nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  background: var(--primary-hover-color);
}

#product-page .tab-content {
  padding: 30px;
  color: var(--secondary-light-color);
  border: 2px solid var(--border-color);
  border-top: 0;
}

#product-page .tab-content strong {
  font-weight: 500;
  text-transform: capitalize;
}

#product-page .nav-tabs li {
  margin: 0 25px;
}

#product-page .nav-tabs>li>a {
  padding: 15px 0;
  line-height: 20px;
  color: var(--secondary-color);
}

/* discription and specification */
.nav-tabs li.active a {
  border-bottom: 2px solid yellow;
  /* 🔥 yellow underline */
  font-weight: bold;
  color: rgb(249, 238, 17);
  /* optional: make active text bold black */
}

.nav-tabs>li>a {
  text-transform: capitalize;
  padding: 12px 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border: none;
  margin: 0;
  color: var(--secondary-color);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
  background: transparent;
  color: var(--primary-color);
  border: none;
}

@media (max-width: 1440px) {
  #additional-carousel {
    padding: 0 10px;
  }

  #additional-carousel .owl-nav .owl-next {
    right: 0;
  }

  #additional-carousel .owl-nav .owl-prev {
    left: 0;
  }
}

@media (max-width: 1199px) {
  .rating .product-rating {
    width: 100%;
    margin: 0 0 20px 0;
  }

  #product .btn-groups {
    margin: 10px 0 0;
    display: block;
  }

  #product .product-btn-quantity {
    display: block;
  }

  .product-btn-quantity .minus-plus {
    margin: 0 0 20px 0;
  }

  #additional-carousel .image-additional a,
  #quick-carousel .image-additional a {
    margin: 0 5px;
  }
}

@media (max-width: 991px) {
  .related-products-block {
    padding-top: 30px;
  }

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

  .right_info h1,
  .quick-product-right h1 {
    font-size: 18px;
    margin: 0 0 8px;
    padding: 0 15px;
  }

  .product-right {
    padding: 0 15px;
  }

  .rating .product-rating {
    margin: 0 0 10px 0;
  }

  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pro_price {
    font-size: 18px;
  }

  #product-page .tab-content {
    padding: 20px;
  }

  #product-page .nav-tabs>li>a {
    font-size: 14px;
    padding: 10px 0;
  }

  #product-page .nav-tabs li {
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .product-img {
    width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 540px) {
  .product-img {
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  #product-page .nav-tabs>li>a {
    font-size: 13px;
    padding: 8px 0;
  }

  #product-page .nav-tabs li {
    margin: 0 7px;
  }

  #product-page .tab-content {
    padding: 15px;
  }

  .pro_wish,
  .pro_comper {
    padding: 0 15px 5px 0;
  }

  .related-products-block {
    padding-top: 20px;
  }

  #additional-carousel {
    margin-bottom: 20px;
  }
}

/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
  background: var(--primary-hover-color);
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: var(--secondary-color);
  font-size: 16px;
  height: 35px;
  margin: 0px 10px 10px 0;
  padding: 7px;
  text-align: center;
  width: 35px;
}

.information-contact .contact-left .title {
  font-size: 16px;
  color: var(--primary-color);
}

.content-address {
  margin-bottom: 0px;
}

.contact-left .btn-info i {
  font-size: 16px;
}

.content-details {
  padding: 15px;
  border: 1px solid #ddd;
  color: var(--secondary-light-color);
  background: var(--secondary-color);
}

.contact-left .content-details>div {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.contact-left .content-details>div:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.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;
  color: var(--secondary-color);
}

.title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--pink-color);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .contact-left {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------*/
/* checkout-cart */
/*----------------------------------------------*/
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
  float: right;
}

#accordion.panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}

#accordion.panel-group .panel+.panel {
  margin-top: 15px;
}

#accordion.panel-group .panel-default>.panel-heading {
  background: var(--primary-hover-color);
  padding: 14px 15px;
  border: none;
  border-radius: 0;
}

#accordion h4.panel-title,
#accordion .panel-title a {
  color: var(--secondary-color);
}

.checkout-cart .input-group.btn-block .form-control {
  width: 58px;
  text-align: center;
  padding: 6px;
}

.checkout .input-group .form-control {
  z-index: 1;
  background: transparent;
}

.cart_input_block.input-group {
  display: inline-block;
  width: auto;
}

@media (max-width: 991px) {
  #accordion.panel-group .panel-default>.panel-heading {
    padding: 10px;
  }
}

/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
#button-search {
  margin: 0 0 20px 0;
}

h3.search-criteria {
  font-size: 17px;
}

#product-search #input-search {
  margin-bottom: 10px;
}

/* manufacture page */
#product-manufacturer #content p>a {
  color: var(--primary-hover-color);
}

.manufacturer-list {
  margin-bottom: 20px;
  padding: 5px;
  background: var(--secondary-color);
  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;
}

/*account*/
#account-account .account-list-content {
  margin-bottom: 20px;
}

#account-account .account-list-content:last-child {
  margin-bottom: 0;
}

.well {
  padding: 19px;
  border-radius: 0;
  border: 1px solid var(--border-color);
  background: var(--secondary-color);
}

.well h2 {
  margin: 0px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.well strong {
  font-weight: 500;
  color: var(--primary-color);
}

.para {
  color: var(--primary-color);
}

.account-list-heading {
  font-size: 18px;
  margin: 0 0 10px;
}

.account-list-content li a {
  color: var(--secondary-light-color);
  padding: 3px 0;
  display: inline-block;
  font-size: 15px;
}

.account-list-content li a:hover {
  color: var(--primary-hover-color);
}

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

/*compare*/
#product-compare .table {
  display: inherit;
  border-style: solid none none none;
  overflow: auto;
}

.product-compare .btn-primary {
  margin: 5px 0 5px;
}

#product-compare .table>tbody+tbody {
  border-top: 1px solid #ddd;
}

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

/*about us*/
.list-about-left>li>a {
  color: var(--primary-color);
}

#information-information #content .about-us {
  padding: 20px 5px;
  background: var(--background-color);
  margin-bottom: 50px;
}

.about-line {
  color: var(--secondary-light-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-color);
  margin: 15px 0;
  font-weight: 400;
}

.about-us p {
  line-height: 26px;
  color: var(--secondary-light-color);
}

.view-more {
  color: var(--secondary-color);
  border: none;
  background-color: var(--primary-hover-color);
  padding: 5px;
  font-weight: bold;
  margin-top: 8px;
}

.view-more:hover {
  background-color: var(--pink-color);
}

.read-more {
  color: var(--secondary-color);
  border: none;
  background-color: var(--primary-hover-color);
  padding: 5px;
  font-weight: bold;
  margin-top: 20px;
}

.read-more:hover {
  background-color: var(--pink-color);
}

@media (max-width: 767px) {
  .cms-block {
    margin-bottom: 15px;
  }
}

/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
.mt-80 {
  margin-top: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.img-thumbnail {
  border: none;
}

#content {
  min-height: 600px;
}

.common-home #content {
  min-height: unset;
}

#content>h3 {
  margin-top: 0;
  font-size: 18px;
}

.relative {
  position: relative;
}

.m-auto {
  margin: 0px auto;
}

.m-image-auto {
  width: auto !important;
}

ul.list-unstyled {
  margin: 0;
}

.owl-carousel {
  touch-action: manipulation;
}

.dropdown-menu {
  background: var(--secondary-color);
  z-index: 1001;
  margin: 0;
  border-radius: 0;
  border: 2px solid var(--border-color);
  box-shadow: none;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: transparent;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 10px 15px;
  vertical-align: middle;
  border-color: var(--border-color);
  background: var(--secondary-color);
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 1px;
}

.table>tbody>tr>td {
  border-top: none;
  color: var(--primary-color);
}

.form-group {
  margin-bottom: 20px;
}

/* .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 15px;
  font-size: 15px;
  line-height: 20px;
  color: var(--secondary-light-color);
  background: var(--secondary-color);
  background-color: var(--secondary-color);
  background-image: none;
  border: 1px solid var(--border-color);
  box-shadow: none;
  border-radius: 0;
} */

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 15px 6px 10px;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  /* background-color: #2a2a2a00; */
  background-image: none;
  border: none;
  border-bottom: 2px solid #939393;
  box-shadow: none;
  border-radius: 0;
  cursor: auto;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 44px;
}

@media (min-width: 1441px) {
  .container {
    width: 1280px;
  }

  .col-lg-2:nth-child(6n + 1),
  .col-lg-3:nth-child(4n + 1),
  .col-lg-4:nth-child(3n + 1),
  .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {

  .col-lg-2:nth-child(6n + 1),
  .col-lg-3:nth-child(4n + 1),
  .col-lg-4:nth-child(3n + 1),
  .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .col-md-2:nth-child(6n + 1),
  .col-md-3:nth-child(4n + 1),
  .col-md-4:nth-child(3n + 1),
  .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 541px) and (max-width: 991px) {

  .col-sm-2:nth-child(6n + 1),
  .col-sm-3:nth-child(4n + 1),
  .col-sm-4:nth-child(3n + 1),
  .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (max-width: 540px) and (min-width: 320px) {

  .box :not(.owl-carousel) .col-xs-4,
  .product-layout.product-grid {
    width: 50%;
  }

  .col-xs-2:nth-child(6n + 1),
  .col-xs-3:nth-child(4n + 1),
  .col-xs-4:nth-child(2n + 1),
  .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 319px) {

  .category-featured :not(.owl-carousel) .category-layout,
  .box :not(.owl-carousel) .col-xs-4,
  .product-layout.product-grid.col-xs-4 {
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 600px) {

  /* Mahardhi */
  #content,
  #column-left,
  #column-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 1px solid #ddd;
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-left: 0;
  }
}

/* mahardhi */
@media (max-width: 1199px) {
  .checkout-cart .input-group.btn-block .form-control {
    margin-bottom: 5px;
  }
}

@media (max-width: 1440px) {
  .mt-80 {
    margin-top: 50px;
  }

  .mt-60 {
    margin-top: 30px;
  }

  .mt-50 {
    margin-top: 40px;
  }

  .mt-20 {
    margin-top: 10px;
  }
}

@media (max-width: 1120px) {
  .mobile-order-reverse {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    justify-self: center;
    flex-direction: column-reverse;
  }

  #column-left {
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .mt-80 {
    margin-top: 30px;
  }

  .mt-60 {
    margin-top: 20px;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .mt-40 {
    margin-top: 20px;
  }

  .mt-30 {
    margin-top: 15px;
  }

  #product-category {
    padding: 0 10px;
    margin-bottom: 2rem;
  }

  .category-row {
    margin: 1rem 0 0;
  }

  .category-content {
    padding: 0;
  }

  .category-content .page_title {
    display: inline-block;
    color: #fff;
    margin: 2rem 0 1.5rem 4px;
  }

  .form-group {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {

  #column-left {
    margin-bottom: 4px;
  }

  #column-left,
  #column-right {
    display: block !important;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .mt-80 {
    margin-top: 20px;
  }

  .mt-60 {
    margin-top: 10px;
  }

  .mt-50 {
    margin-top: 20px;
  }

  .mt-20 {
    margin-top: 0;
  }
}

.product-thumb .image img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

@media screen and (min-width: 1120px) {
  .product-thumb .image a {
    display: block;
    max-height: 330px;
  }

  #column-left {
    position: sticky;
    top: 2rem;
  }
}