@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Ecomart - Fashion eCommerce HTML Template
    Author: Bdevs
    Support: https://www.devsnews.com/support/
    Description: Ecomart - Fashion eCommerce HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. common CSS
    02. header CSS
    03. banner CSS
    04. product CSS
    05. category CSS
    06. features CSS
    07. blog CSS
    08. testimonial CSS
    09. newsletter CSS
    10. page-title CSS
    11. about CSS
    12. error CSS
    13. contact CSS
    14. shop CSS
    15. faq CSS
    16. register CSS
    17. footer CSS



**********************************************/
/*


*/
/*----------------------------------------
    01. common CSS
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Poppins:wght@400;500;600;700&display=swap");
:root {
  /**
    @color declaration
    */
  --clr-common-white: #fff;
  --clr-common-black: #223645;
  --clr-common-blue: #2785ff;
  --clr-common-heading: #1a1a1a;
  --clr-common-text: #777777;
  --clr-common-border: #eaebee;
  --clr-common-placeholder: #707070;
  --clr-common-brown: #9e4b47;
  --clr-theme-primary: #0073aa;
  --clr-theme-secondary: #1e1927;
  --clr-bg-primary: #F4F9FD;
  --clr-bg-2: #072264;
  --clr-bg-gray: #f9f9f9;
  --clr-bg-black: #000;
  --clr-bg-footer: #f6f6f6;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: var(--clr-common-text);
  line-height: 26px;
}

a {
  text-decoration: none;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: var(--clr-common-heading);
  margin-top: 0px;
  color: #223645;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: 68px;
}

h2 {
  font-size: 40px;
  font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
  font-weight: 600;
}

h6 {
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: var(--clr-common-text);
  margin-bottom: 15px;
  line-height: 26px;
}

*::-moz-selection {
  background: var(--clr-common-black);
  color: var(--clr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--clr-common-black);
  color: var(--clr-common-white);
  text-shadow: none;
}

::selection {
  background: var(--clr-common-black);
  color: var(--clr-common-white);
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: var(--clr-common-placeholder);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: var(--clr-common-placeholder);
  font-size: 16px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: var(--clr-bg-grey);
}

.pink-bg {
  background: var(--clr-common-black);
}

.white-bg {
  background: var(--clr-common-white);
}

.black-bg {
  background: var(--clr-common-black);
}

.footer-bg {
  background: var(--clr-bg-footer);
}

/*--
    - color
-----------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: var(--clr-common-white) !important;
}

.white-color {
  color: var(--clr-common-white);
}

.theme-color {
  color: var(--clr-common-black) !important;
}

.black-color {
  color: var(--clr-common-black);
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
}

.mdc-btn {
  font-size: 16px;
  color: var(--clr-common-white);
  font-weight: 700;
  background: var(--clr-theme-primary);
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 36px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 4;
}
.mdc-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
}
.mdc-btn:hover {
  color: var(--clr-common-white);
}
.mdc-btn:hover::before {
  width: 100%;
  background: var(--clr-theme-secondary);
}

/* link btn */
.link-btn {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: var(--clr-common-black);
  text-transform: uppercase;
  padding-right: 15px;
}
.link-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.link-btn i:first-child {
  left: -100%;
  visibility: hidden;
  opacity: 0;
}
.link-btn i:last-child {
  right: 0;
}
.link-btn:hover {
  color: var(--clr-common-black);
}
.link-btn:hover i:first-child {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.link-btn:hover i:last-child {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}

.link-btn-2 {
  position: relative;
  font-size: 14px;
  color: var(--clr-common-black);
  font-weight: 500;
  padding-right: 22px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.link-btn-2 i {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  font-size: 12px;
}
.link-btn-2 i:first-child {
  right: 10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2 i:last-child {
  right: 0;
}
.link-btn-2:hover {
  color: var(--clr-common-black);
}
.link-btn-2:hover i:first-child {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.link-btn-2:hover i:last-child {
  right: -10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2.pink {
  color: var(--clr-common-black);
}
.link-btn-2.pink:hover {
  color: var(--clr-common-black);
}

/* pulse btn */
.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 84px;
  text-align: center;
  background-color: var(--clr-theme-secondary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.pulse-btn:hover {
  background-color: var(--clr-theme-secondary);
  color: var(--clr-common-white);
}
.pulse-btn i {
  color: var(--clr-common-white);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.border-left {
  position: relative;
}
.border-left:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eaebee;
  left: 0;
  top: 0;
}

.bg-gray {
  background-color: var(--clr-bg-gray);
}

.fill-btn {
  font-size: 16px;
  color: var(--clr-common-white);
  font-weight: 600;
  background: var(--clr-common-brown);
  border: 1px solid var(--clr-common-brown);
  height: 60px;
  display: inline-block;
  line-height: 58px;
  border-radius: 5px;
  padding: 0 52px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.fill-btn:hover {
  color: var(--clr-common-heading);
  background: var(--clr-common-white);
}

.border-btn {
  font-size: 16px;
  color: var(--clr-common-brown);
  border: 1px solid var(--clr-common-brown);
  padding: 0 40px;
  height: 50px;
  border-radius: 5px;
  display: inline-block;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}
.border-btn:hover {
  color: var(--clr-common-white);
  background: var(--clr-common-black);
}

.section-main-title {
  font-size: 38px;
  line-height: 1.26;
  font-weight: 600;
  color: var(--clr-common-heading);
  margin-top: -8px;
}
@media (max-width: 575px) {
  .section-main-title {
    font-size: 32px;
  }
}
@media (max-width:450px) {
  .section-main-title {
    font-size: 28px;
  }
}

.hr1 {
  border-bottom: 1px solid #dcdcdc;
}

.bg-css {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: right;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 650;
  right: 0;
  left: 0;
  width: 100%;
  transition: 0.4s;
  box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  border: none;
  visibility: visible;
  opacity: 1;
  display: block;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 30px ;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1330px;
  }
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  display: none;
}

/* width */
.bottom-scrollbar {
  overflow-x: scroll;
}
.bottom-scrollbar::-webkit-scrollbar {
  width: 10px;
}
.bottom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.bottom-scrollbar::-webkit-scrollbar-thumb {
  background: #888;
}
.bottom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.page-title-area {
  height: 300px;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .page-title-area {
    height: 200px;
  }
}

.page-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.277;
}
@media (max-width: 575px) {
  .page-title {
    font-size: 32px;
  }
}

.breadcrumb-menu li {
  position: relative;
}
.breadcrumb-menu li span {
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-common-heading);
}
.breadcrumb-menu li:not(:last-child):after {
  display: inline-block;
  color: var(--clr-common-heading);
  content: "\f105";
  position: absolute;
  right: -16px;
  top: 0px;
  font-family: "Font Awesome 5 Pro";
}
.breadcrumb-menu ul {
  display: flex;
  gap: 25px;
}

.has-box-shadow {
  margin: 55px 40px 60px 40px;
  border-radius: 6px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .has-box-shadow {
    margin: 55px 10px 60px 10px;
  }
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

/*----------------------------------------
    02. header CSS
----------------------------------------*/
.mdc-header-top-bg {
  padding: 10px 0;
  background: var(--clr-bg-2);
}

.mdc-header-top-info {
  display: flex;
  justify-content: end;
  color: var(--clr-common-white);
}

.mdc-header-address p {
  margin-bottom: 0;
}
.mdc-header-address p:hover {
  color: var(--clr-common-brown);
}

.main-menu ul li {
  list-style: none;
  display: inline-block;
  margin-inline-end: 28px;
  position: relative;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 25px;
  }
}
.main-menu ul li a {
  font-size: 16px;
  padding: 45px 0;
  display: block;
  line-height: 0;
  color: var(--clr-common-black);
  font-weight: 500;
  text-transform: uppercase;
}
.main-menu ul li .sub-menu {
  position: absolute;
  width: 230px;
  background: var(--clr-common-white);
  padding: 20px 0;
  padding-top: 13px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  left: 0;
  top: 110%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  text-align: start;
  z-index: 200;
}
.main-menu ul li .sub-menu li {
  margin: 0;
  display: block;
}
.main-menu ul li .sub-menu li a {
  padding: 18px 25px;
}
.main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 110%;
}
.main-menu ul li .sub-menu li:hover > .sub-menu {
  top: 0;
}
.main-menu ul li:hover > a {
  color: var(--clr-theme-primary);
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header__bar span {
  width: 30px;
  height: 3px;
  background: var(--clr-theme-primary);
  display: block;
  margin: 5px 0;
}

.header__bar {
  display: inline-block;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mh-padd {
    padding: 15px 0;
  }
}

.nav-bg {
  box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  background: var(--clr-common-white);
}

.mdc-header-logo img {
  max-height: 44px;
}

.mdc-header-top-icon {
  display: flex;
  gap: 30px;
  margin-left: 30px;
}

.bd-header__right i {
  color: var(--clr-common-white);
  font-size: 22px;
}
.bd-header__action ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.bd-search__box {
  position: relative;
}
.bd-search__toggle {
  position: absolute;
  top: 50px;
  right: 50%;
  padding: 16px 40px 40px 40px;
  background-color: var(--clr-theme-1);
  z-index: 555;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.bd-search__toggle.header_search-open {
  opacity: 1;
  visibility: visible;
}
.bd-search__form {
  position: absolute;
  top: 40px;
  right: -100%;
  background-color: var(--clr-common-white);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.bd-search__form input {
  height: 50px;
  width: 350px;
  background: var(--clr-common-white);
  padding-right: 40px;
  border: none;
  color: var(--clr-common-black);
  outline: 0;
  padding: 0 70px 0 20px;
}
.bd-search__form button {
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--clr-common-brown);
  right: 0;
  width: 50px;
}
.bd-search__form button i {
  color: var(--clr-common-white);
}

.search__open .bd-search__form {
  opacity: 1;
  visibility: visible;
}
.search__open .header-search__btn {
  opacity: 0;
  transform: scale(0);
}
.search__open .header-search__close {
  transform: scale(1);
  opacity: 1;
}

.header-search__btn {
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(1);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.header-search__close {
  cursor: pointer;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(0);
}

.logo-wrap {
  max-width: 180px;
}

.language_dopdown {
  position: relative;
  z-index: 999;
  margin-right: 20px;
  border: 1px solid var(--clr-theme-secondary);
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .language_dopdown {
    margin-right: 5px;
  }
}

.language_dopdown span {
  display: inline-block;
  padding: 8px 24px 8px 8px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}

.language_dopdown span::before {
  content: "\f107";
  font-family: "Font Awesome 5 pro";
  position: absolute;
  right: 3px;
  top: 20%;
}

.language_dopdown-list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 75%;
  left: -1px;
  min-width: 100px;
  background: #fff;
  padding: 10px 20px 20px 20px;
  border: 1px solid var(--clr-theme-secondary);
  border-radius: 5px;
  width: 101%;
  border-top: 0px;
}
.language_dopdown-list a {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.language_dopdown:hover {
  border-radius: 5px 5px 0px 0px;
}
.language_dopdown:hover .language_dopdown-list {
  opacity: 1;
  visibility: visible;
  border-radius: 0px 0px 5px 5px;
}

/*----------------------------------------
    12. Sidebar CSS
----------------------------------------*/
.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 445px;
  height: 100%;
  background: var(--clr-common-white) none repeat scroll 0 0;
  overflow-y: scroll;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar__area {
    width: 315px;
  }
}

.sidebar__area.sidebar-opened {
  right: 0px;
}

.sidebar__wrapper {
  position: relative;
  padding: 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar__wrapper {
    padding: 20px;
  }
}

.sidebar__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.sidebar__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 46px;
  color: var(--clr-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: var(--clr-theme-primary);
}
.sidebar__close-btn:hover {
  background: var(--clr-theme-secondary);
}

.sidebar__logo {
  border-bottom: 1px solid rgba(255, 0, 0, 0);
  max-width: 160px;
}
.sidebar__logo img {
  width: 100%;
}

.sidebar__search {
  position: relative;
}

.sidebar__search input {
  width: 100%;
  height: 50px;
  line-height: 40px;
  padding-right: 20px;
  border: none;
  outline: none;
  color: var(--clr-common-black);
  font-size: 14px;
  padding: 0px 20px;
  display: block;
  border-radius: 10px;
  border: 1px solid var(--clr-common-brown);
}

.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--clr-common-white);
}

.sidebar__social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: var(--clr-common-black);
  color: var(--clr-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sidebar__social ul li:hover a {
  background: var(--clr-common-brown);
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mean-container .mean-nav ul {
  display: block;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  color: var(--clr-common-black);
  border-top: 1px solid var(--clr-common-border-9);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: var(--clr-common-heading);
}
.mean-container .mean-nav ul li:hover > a {
  color: var(--clr-common-brown);
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 1px solid transparent;
}

.mean-container a.meanmenu-reveal span {
  display: none;
}

.sidebar__info-item {
  margin-bottom: 25px;
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar__info-item {
    gap: 20px;
  }
}
.sidebar__info-icon {
  margin-bottom: 5px;
}
.sidebar__info-icon i {
  font-size: 25px;
  color: var(--clr-common-brown);
}
.sidebar__info-text {
  line-height: 1;
}
.sidebar__info-text span {
  color: var(--clr-common-heading);
  display: block;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}
.sidebar__info-text h4 {
  color: var(--clr-common-black);
  font-size: 20px;
}
.sidebar__info-text h4:hover {
  color: var(--clr-common-brown);
}

.sidebar__widget {
  padding: 35px 30px 45px 30px;
}
@media (max-width: 575px) {
  .sidebar__widget {
    padding: 30px 20px 40px 20px;
  }
}
.sidebar__widget .bd-single__input input {
  background: var(--clr-common-white);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  padding-right: 70px;
}
.sidebar__widget .bd-single__input i {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  height: 100%;
  width: 60px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: center;
  line-height: 60px;
  height: 100%;
}
.sidebar__widget .bd-single__input i:hover {
  background: var(--clr-common-black);
}

.sidebar-title h4 {
  font-size: 24px;
}

.sidebar__list li {
  position: relative;
}
.sidebar__list li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__list li a {
  display: block;
  padding: 17px 11px 17px 29px;
  background: var(--clr-common-white);
  border-radius: 6px;
  font-weight: 700;
  color: var(--clr-common-black);
}
.sidebar__list li a .icon {
  width: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: var(--clr-theme-1);
  position: absolute;
  right: 0;
  top: 0;
  color: var(--clr-common-white);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  bottom: 0;
}
.sidebar__list li:hover a {
  padding-left: 35px;
  color: var(--clr-theme-1);
}
.sidebar__list li:hover a .icon {
  background: var(--clr-common-black);
}

.mdc-hero-area .mdc-btn {
  margin-top: 25px;
}
.mdc-hero-title {
  font-size: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mdc-hero-title {
    font-size: 40px;
  }
}
.mdc-hero-thumb {
  position: relative;
}
.mdc-hero-thumb img {
  width: 100%;
}
.mdc-hero-content {
  margin-inline-start: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mdc-hero-content {
    margin-left: 0;
  }
}
.mdc-hero-author-info {
  font-size: 16px;
  color: var(--clr-common-text);
  font-weight: 400;
}
.mdc-hero-descrip {
  font-size: 20px;
  font-weight: 500;
}
.mdc-hero-list {
  margin: 40px 0 40px;
}
.mdc-hero-list li {
  position: relative;
  padding-inline-start: 15px;
}
.mdc-hero-list li:not(:last-child) {
  margin-bottom: 5px;
}
.mdc-hero-list li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--clr-common-brown);
  content: "";
  border-radius: 50%;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
}

/* Default for LTR */
.video-play-button-section {
  position: absolute;
  top: 50%;
  left: 30%;
}

/* Support for RTL */
[dir=rtl] .video-play-button-section {
  position: absolute;
  top: 50%;
  right: 26%; /* Adjust for RTL */
  left: auto; /* Ensure it doesn’t conflict */
}

.proc-btn {
  color: #fff;
  background: var(--clr-common-brown);
  padding: 12px 35px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 500;
}

.product-style {
  position: relative;
}

.mdc-product-content {
  background-color: #02b9b1;
  padding: 65px 20px 100px 35px;
  position: relative;
  height: 100%;
}

.mdc-product-info p {
  color: #072365;
  font-family: "Poppins", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.mdc-product-img {
  position: absolute;
  right: 0;
  max-width: 200px;
  bottom: 50px;
  max-height: 200px;
}
.mdc-product-img img {
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mdc-product-img {
    display: none;
  }
}

.mdc-product-info p {
  margin-bottom: 32px;
}

.mdc-product-img-2 {
  right: 10px;
  top: 50%;
  position: absolute;
  max-width: 300px;
  max-height: 300px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mdc-product-img-2 {
    display: none;
  }
}
.mdc-product-img-2 img {
  width: 100%;
}

.mdc-product-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mdc-product-overlay img {
  width: 100%;
  height: 100%;
}

.mdc-product-info-2 {
  padding: 65px 20px 100px 35px;
}

.mdc-product-content-2 {
  position: relative;
  height: 100%;
}

.mdc-product-info h3 {
  color: #02b9b1;
}

.discount-product-heading {
  margin-left: 210px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .discount-product-heading {
    margin-left: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .discount-product-heading {
    margin-left: 0;
  }
}
.discount-product--20 {
  margin-right: -20px;
}
.discount-product-content {
  padding: 20px;
}
.discount-product-shop-btn {
  right: 10px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.discount-product-shop-btn a {
  display: block;
}
.discount-product-off {
  top: 10px;
  left: 10px;
  background: var(--clr-common-brown);
  color: var(--clr-common-white);
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 8px;
}
.discount-product-item {
  background: var(--clr-common-white);
  border-radius: 6px;
  position: relative;
}
.discount-product-item:hover .discount-product-shop-btn {
  opacity: 1;
  visibility: visible;
}
.discount-product-cat {
  line-height: 1;
}
.discount-product-cat a {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.discount-product-cat a:hover {
  color: var(--clr-common-brown);
}
.discount-product-title {
  font-size: 17px;
}
.discount-product-rating {
  margin-bottom: 4px;
}
.discount-product-rating i {
  color: #fcb900;
}
.discount-product-price {
  margin-bottom: 7px;
}

.product-new-price {
  color: #eb3a7b;
  font-weight: 800;
}

.discount-product-addtocart a {
  color: black;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
  z-index: 30;
  padding: 5px 30px 5px 50px;
  display: inline-block;
}
.discount-product-addtocart a::before {
  content: "\f291";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  background: #9f4b47;
  width: 35px;
  position: absolute;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 35px;
  font-size: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.discount-product-addtocart a::after {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 22px;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.discount-product-addtocart a:hover {
  color: var(--clr-common-white);
}
.discount-product-addtocart a:hover::before {
  text-indent: 19px;
}
.discount-product-addtocart a:hover::after {
  width: 100%;
  background: #9f4b47;
}

.discount-product-navigation button {
  right: 0;
  top: 0;
}
.discount-product-navigation button.swiper-button-prev {
  left: auto;
  right: 60px !important;
}
.discount-product-navigation button i {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  line-height: 40px;
  margin: 0px;
  font-size: 14px;
  font-size: 500;
}
.discount-product-navigation button i:hover {
  background: var(--clr-common-brown);
  color: var(--clr-common-white);
}

.discount-product-img {
  overflow: hidden;
  text-align: center;
  padding: 20px 10px;
  background: rgba(238, 238, 238, 0.32);
  padding-top: 35px;
}

.discount-product-img img {
  max-width: 100%;
  max-height: 100%;
}

/*----------------------------------------
    04. product CSS
----------------------------------------*/
.single-product {
  max-width: 100%;
}

.product-image img {
  max-width: 100%;
  max-height: 100%;
}

.product-name {
  font-size: 18px;
  font-weight: 500;
  color: var(--clr-common-heading);
  margin-bottom: 10px;
}

.price-now {
  font-size: 15px;
  font-weight: 500;
  color: var(--clr-common-heading);
  line-height: 1;
}

.price-old {
  font-size: 15px;
  font-weight: 500;
  color: #8f8f8f;
  text-decoration: line-through;
  line-height: 1;
}

.product-desc .product-price {
  display: flex;
  gap: 10px;
}

.product-desc {
  padding: 20px 0 0px;
}

.product-color-nav {
  display: flex;
  gap: 10px;
}
.product-color-nav img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.product-color-nav li {
  width: 18px;
  height: 18px;
  position: relative;
  overflow: hidden;
}
.product-color-nav li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #dddfe3;
  border-radius: 50%;
}
.product-color-nav li:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-color-nav li.cl-pink:after {
  background: #eacbd0;
}
.product-color-nav li.cl-black::after {
  background: #171717;
}
.product-color-nav li.cl-blue::after {
  background: #044cba;
}
.product-color-nav li.cl-red::after {
  background: #c31f31;
}
.product-color-nav li.cl-light-white::after {
  background: #e5e6e0;
}
.product-color-nav li.cl-navy::after {
  background: #42495d;
}
.product-color-nav li.cl-brown::after {
  background: #ae8f7a;
}
.product-color-nav li.cl-ash::after {
  background: #797782;
}
.product-color-nav li.cl-yellow::after {
  background: #c69f5a;
}
.product-color-nav li.cl-orange::after {
  background: #d86f30;
}
.product-color-nav li.cl-wood::after {
  background: #6b4e43;
}
.product-color-nav li.cl-green::after {
  background: #656317;
}
.product-color-nav li.active:before {
  border-color: #707070;
}

.product-desc .product-color-nav {
  margin-top: 18px;
}

.product-sticker {
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-common-white);
  height: 25px;
  display: inline-block;
  background: #62c48f;
  padding: 0 10px;
}

.product-sticker-wrapper {
  display: flex;
  gap: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.product-sticker.new {
  background: #62c48f;
}

.product-sticker.discount {
  background: #de646c;
}

.product-action {
  position: absolute;
  right: -100px;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: 0.3s;
  z-index: 2;
}
.product-action a {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 45px;
  color: var(--clr-common-heading);
  padding: 0;
  border: none;
  transition: 0.3s;
}
.product-action a:hover {
  color: var(--clr-common-white);
  background: var(--clr-common-brown);
}

.product-image {
  overflow: hidden;
}
.product-image:hover .product-action {
  right: 20px;
}

.add-cart-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 45px;
  line-height: 43px;
  background: var(--clr-common-brown);
  border: 1px solid var(--clr-common-brown);
  border-radius: 3px;
  padding: 0 35px;
  color: var(--clr-common-white);
  justify-content: center;
  transition: 0.3s;
  white-space: nowrap;
}
.add-cart-btn:hover {
  background-color: var(--clr-common-white);
  border-color: var(--clr-common-brown);
  color: var(--clr-common-heading);
}

.product-action-bottom {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -100px;
  width: 100%;
  transition: 0.3s;
  z-index: 2;
}

.product-image:hover .product-action-bottom {
  bottom: 20px;
}

.product-image.pos-rel {
  background: rgba(238, 238, 238, 0.32);
  text-align: center;
  padding: 20px 10px;
}

.products-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}

.products-wrapper .single-product {
  margin-bottom: 25px;
}

.products-wrapper > div {
  width: calc((100% - 120px) / 5);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .products-wrapper > div {
    width: calc((100% - 90px) / 4);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .products-wrapper > div {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .products-wrapper > div {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 575px) {
  .products-wrapper > div {
    width: calc((100% - 0px) / 1);
  }
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link {
  border: 0;
  padding: 0;
  border-radius: 0;
}

.product-tab-nav .nav-tabs {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 575px) {
  .product-tab-nav .nav-tabs {
    gap: 10px;
  }
}
.product-tab-nav .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid var(--clr-common-border);
  padding-right: 20px;
  position: relative;
}
@media (max-width: 575px) {
  .product-tab-nav .nav-tabs .nav-link {
    border-right: 0;
    padding: 0 10px;
  }
}
.product-tab-nav .nav-tabs .nav-link:last-child {
  padding-right: 0;
  border-right: 0;
}
.product-tab-nav .nav-tabs .nav-link.active {
  color: var(--clr-common-heading);
}
.product-tab-nav .nav-tabs .nav-link.active .total-product {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .product-tab-nav .nav-tabs .nav-link.active .total-product {
    opacity: 0;
    visibility: hidden;
  }
}

.nav-link .total-product {
  font-size: 12px;
  position: absolute;
  top: -22px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.featured-product {
  position: relative;
  overflow: hidden;
}
.featured-product .product-desc {
  padding: 30px;
  display: inline-block;
  position: absolute;
  bottom: -200px;
  left: 0;
  background: var(--clr-common-white);
  transition: 0.3s;
}
@media (max-width:450px) {
  .featured-product .product-desc {
    padding: 20px;
  }
}
.featured-product:hover .product-desc {
  bottom: 0;
}
.featured-product:hover .product-action {
  right: 20px;
}

.bunle-pack-area {
  background: var(--clr-bg-footer);
}

.bundle-pack-wrapper {
  max-width: 1050px;
  margin: 0 auto;
}

.pack-items-wrapper {
  background: var(--clr-common-white);
  padding: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .pack-items-wrapper {
    padding: 35px;
  }
}
@media (max-width:450px) {
  .pack-items-wrapper {
    padding: 30px 20px;
  }
}

.pack-item-single {
  display: flex;
  padding-left: 23px;
  gap: 18px;
}
@media (max-width:450px) {
  .pack-item-single {
    padding-left: 13px;
    gap: 15px;
  }
}
.pack-item-single .product-image {
  width: 120px;
}
.pack-item-single .product-desc {
  padding: 0px 0 0px;
}
.pack-item-single .product-name {
  font-size: 20px;
  margin-bottom: 12px;
}
@media (max-width:450px) {
  .pack-item-single .product-name {
    font-size: 18px;
  }
}
.pack-item-single .product-price {
  margin-bottom: 12px;
}
.pack-item-single .product-price .price-now {
  font-size: 15px;
  font-weight: 600;
}

.pack-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pack-items .pack-item-single {
  counter-increment: pack-item-num;
  position: relative;
}
.pack-items .pack-item-single:before {
  position: absolute;
  content: counter(pack-item-num);
  top: 0;
  left: 0;
  font-size: 22px;
  font-weight: 500;
  color: var(--clr-common-heading);
  height: 38px;
  width: 38px;
  border: 1px solid var(--clr-common-heading);
  z-index: 2;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
}
@media (max-width:450px) {
  .pack-items .pack-item-single:before {
    font-size: 18px;
    height: 28px;
    width: 28px;
    line-height: 26px;
  }
}

.product-rating {
  font-size: 14px;
  display: inline-flex;
  color: var(--clr-common-heading);
}

.pack-price-btn {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.pack-price-btn .add-cart-btn {
  height: 50px;
  padding: 0 65px;
  border-radius: 5px;
}
.pack-price-btn .pack-total-price {
  height: 50px;
  border: 1px solid var(--clr-common-heading);
  border-radius: 5px;
  line-height: 48px;
  text-align: center;
  font-weight: 600;
  padding: 0 15px;
  flex-grow: 1;
  color: var(--clr-common-heading);
}

.product-package-photo {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product-package-photo {
    padding-top: 30px;
  }
}
.product-package-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width:450px) {
  .product-image-nav {
    display: none;
  }
}

.product-nav-item {
  width: 25px;
  height: 25px;
  background: var(--clr-common-white);
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: var(--clr-common-heading);
}
.product-nav-item:hover .pack-item-single.hover-content {
  opacity: 1;
  visibility: visible;
}

.pack-1-1 {
  position: absolute;
  top: 23%;
  left: 36%;
}

.pack-1-2 {
  position: absolute;
  top: 46%;
  left: 39%;
}

.pack-1-3 {
  position: absolute;
  top: 87%;
  left: 25%;
}

.pack-item-single.hover-content {
  width: 160px;
  display: flex;
  flex-direction: column;
  background: var(--clr-common-white);
  padding: 10px;
  border-radius: 8px;
  position: absolute;
  top: -7px;
  left: 50px;
  text-align: left;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.pack-item-single.hover-content .product-img {
  width: 100%;
}
.pack-item-single.hover-content .product-image {
  width: 100%;
  border-radius: 5px;
}
.pack-item-single.hover-content .product-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
.pack-item-single.hover-content .product-price {
  margin-bottom: 0;
}
.pack-item-single.hover-content .product-price .price-now {
  font-size: 12px;
  font-weight: 500;
}
.pack-item-single.hover-content .product-desc {
  padding: 10px 0 10px;
}
.pack-item-single.hover-content:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  background: var(--clr-common-white);
  left: -6px;
  top: 15px;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}

.single-product-st2 .add-cart-btn {
  padding: 0 22px;
  border-radius: 0;
}
.single-product-st2 .quick-view-btn {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 43px;
  background: var(--clr-common-white);
  border-radius: 3px 0 0 3px;
  border: 1px solid var(--clr-common-white);
  color: var(--clr-common-heading);
}
.single-product-st2 .quick-view-btn:hover {
  border-color: var(--clr-common-heading);
}
.single-product-st2 .wishlist-btn {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 43px;
  background: var(--clr-common-white);
  border-radius: 0 3px 3px 0;
  border: 1px solid var(--clr-common-white);
  color: var(--clr-common-heading);
}
.single-product-st2 .wishlist-btn:hover {
  border-color: var(--clr-common-heading);
}
.single-product-st2 .product-color-nav {
  display: flex;
  gap: 10px;
  display: none;
}

.product-nav-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: var(--clr-common-white);
  border-radius: 3px;
  color: var(--clr-common-heading);
  font-size: 18px;
  left: 10px;
  transition: 0.3s;
}
.product-nav-prev:hover {
  color: var(--clr-common-white);
  background: var(--clr-common-heading);
}

.product-nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: var(--clr-common-white);
  border-radius: 3px;
  color: var(--clr-common-heading);
  font-size: 18px;
  right: 10px;
  transition: 0.3s;
}
.product-nav-next:hover {
  color: var(--clr-common-white);
  background: var(--clr-common-heading);
}

.product-tab-slider-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid var(--clr-common-border);
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  position: absolute;
  top: -110px;
  left: 0;
  transition: 0.3s;
}
.product-tab-slider-button-prev:hover {
  border-color: var(--clr-common-heading);
  background: var(--clr-common-heading);
  color: var(--clr-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product-tab-slider-button-prev {
    display: none;
  }
}

.product-tab-slider-button-next {
  width: 50px;
  height: 50px;
  border: 1px solid var(--clr-common-border);
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  position: absolute;
  top: -110px;
  right: 0;
  transition: 0.3s;
}
.product-tab-slider-button-next:hover {
  border-color: var(--clr-common-heading);
  background: var(--clr-common-heading);
  color: var(--clr-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product-tab-slider-button-next {
    display: none;
  }
}

.product-tab-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.product-tab-pagination .swiper-pagination-bullet {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #ebebeb;
}
.product-tab-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-common-heading);
}

.product-tab-pagination-container {
  margin-top: 60px;
}

.shop-title span {
  color: #9d5912;
  font-weight: 600;
}

.shop-title span {
  position: relative;
}

.shop-title span:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #9d5912;
  left: 11px;
  bottom: 10px;
}

.shop-title span {
  padding-left: 80px;
}

.shop-title span {
  margin-bottom: 9px;
  display: inline-block;
}

.shop-info p {
  margin: 0;
  margin-bottom: 30px;
}

.shop-product-img {
  margin-bottom: 10px;
}

.shop-product-info {
  padding: 35px 33px 35px 32px;
  margin-bottom: 25px;
}

.shop-bg {
  position: relative;
}

.shop-bg:before {
  content: "";
  width: 120px;
  height: 120px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -30px;
  margin: auto;
  margin-top: -30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .shop-bg:before {
    display: none;
  }
}

.shop-clr-1 {
  background: var(--clr-common-brown);
}

.shop-clr-2 {
  background-color: #ffaf2a;
}

.shop-clr-3 {
  background-color: #072365;
}

.shop-clr-4 {
  background: var(--clr-common-brown);
}

.mdc-product-title {
  z-index: 1000;
  position: relative;
}

.mdc-product-info {
  position: relative;
  z-index: 100;
}

.mdc-featured-info {
  border: 1px solid var(--clr-common-border);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.mdc-featured-info .mdc-featured-img {
  overflow: hidden;
  background: rgba(238, 238, 238, 0.32);
  padding: 20px 10px;
  text-align: center;
}
.mdc-featured-info:hover .mdc-featured-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.featured-btn {
  color: #fff;
  background: var(--clr-common-brown);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 33px;
  border-radius: 50px;
  width: 156px;
  display: inline-block;
}

.mdc-featured-img img {
  max-width: 100%;
  max-height: 100%;
}

.mdc-featured-price {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-bottom: 19px;
}

.mdc-featured-inner {
  text-align: center;
}
.mdc-featured-inner .mdc-featured-title h4 {
  margin-top: 20px;
}

.mdc-price-after span {
  text-decoration: underline;
  color: #38c69e;
  font-size: 18px;
  font-weight: 600;
}

.mdc-price-before span {
  text-decoration: line-through;
  color: #d9b8b8;
  font-size: 18px;
  font-weight: 600;
}

.featured-style .nav {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-style .nav {
    gap: 10px;
  }
}
.featured-style ul li button {
  padding: 10px 10px;
  white-space: nowrap;
}
.featured-style .nav-link {
  font-size: 18px;
  font-weight: 600;
  border: 0;
}
.featured-style .nav-link.active {
  border-bottom: 2px solid var(--clr-common-brown);
}
.featured-style .nav-tabs {
  border-bottom: 1px solid var(--clr-common-border);
  margin-bottom: 40px;
  padding-bottom: 15px;
}

.featured-btn:hover {
  color: #fff;
}

.featured-title h2 {
  font-size: 30px;
}

.mdc-featured-title h4 a {
  font-size: 22px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .mdc-product-title h2.text-white {
    font-size: 34px;
  }
}
.offer {
  position: relative;
  overflow: hidden;
}

.offer span.scale {
  right: -50%;
  display: block;
  line-height: 170px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  color: #fff;
  background: #de2020;
  position: absolute;
  height: 100px;
  width: 200px;
  z-index: 1;
  left: -100px;
  top: -50px;
  transform: rotate(-45deg);
}

.testimonial-area {
  text-align: center;
}
.testimonial-item {
  margin-bottom: 5px;
}
.testimonial-item .testimonial-content {
  background-color: var(--clr-bg-primary);
  padding: 75px 30px 75px;
  border-radius: 8px 8px 0px 0px;
}
.testimonial-item .testimonial-content i {
  font-size: 30px;
  color: var(--clr-theme-primary);
  margin-bottom: 20px;
}
.testimonial-item .testimonial-author-thumb img {
  border-radius: 50%;
  width: 100px;
  object-fit: cover;
  height: 80px;
}
.testimonial-item .testimonial-author-wrapper {
  box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  border-radius: 0px 0px 8px 8px;
  padding: 0 30px 30px;
}
.testimonial-item .testimonial-author-thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 0 0 2px #e12454;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: -50px;
}
.testimonial-item .testimonial-author-title {
  font-size: 20px;
  margin-top: 15px;
}

.mdc-swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #CDCDCD;
  opacity: 1;
  border-radius: 50%;
  position: relative;
  margin: 0 6px !important;
}
.mdc-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-theme-primary);
}

/*----------------------------------------
    14. shop CSS
----------------------------------------*/
.filter-widget-title {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.filter-widget-title:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  right: 0;
  top: 0;
  font-weight: 300;
  color: var(--clr-common-heading);
  transition: 0.3s;
  transform: rotate(180deg);
}

.child-content-hidden .filter-widget-title::before {
  transform: rotate(0deg);
}

.filter-widget-search input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid var(--clr-common-border);
  padding: 0 10px;
  padding-right: 30px;
  outline: none;
}

.filter-widget-search button {
  position: absolute;
  right: 10px;
  top: 12px;
}

.filter-widget-search {
  position: relative;
}

.filter-widget .category-items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.filter-widget .category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-widget .category-sizes {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.filter-widget .category-ratings {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.filter-widget .category-brands {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

input.check-box {
  border: 1px solid var(--clr-common-border);
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  top: 5px;
  font-size: 15px;
  margin-right: 8px;
  background: #fbfbfb;
}

input.check-box[type=checkbox]:checked {
  border: none;
  background-color: var(--clr-common-heading);
  color: var(--clr-common-white);
}

input.check-box[type=checkbox]:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  line-height: 16px;
  top: 0;
  left: 2px;
  font-size: 14px;
}

input.radio-box[type=radio] {
  border: 1px solid var(--clr-common-border);
  border-radius: 9px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  top: 5px;
  font-size: 15px;
  margin-right: 8px;
}

input.radio-box[type=radio]:checked::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background: var(--clr-common-heading);
  border-radius: 50%;
}

.category-tags a {
  padding: 0 5px;
  flex-grow: 1;
  max-width: 110px;
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.category-tags a:hover {
  color: var(--clr-common-heading);
}

.sidebar-widget-wrapper {
  position: sticky;
  top: 90px;
}

.product-filters {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 10px;
  background: var(--clr-common-white);
}

.filter-widget {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.content-hidden {
  display: none;
}

.radio-star i.fas {
  color: var(--clr-common-heading);
}

.shop-main-wrapper-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sorting-type {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sorting-list {
  border: 1px solid var(--clr-common-border);
  padding: 0 15px;
  min-width: 130px;
}

.sorting-type span {
  color: var(--clr-common-heading);
}

.sorting-list span {
  color: var(--clr-common-text);
}

.sorting-list:after {
  right: 15px;
}

.sort-type-filter {
  display: flex;
  align-items: center;
}

.action-item-filter {
  margin-left: 20px;
}

.shop-main-wrapper .products-wrapper > div {
  width: calc((100% - 90px) / 3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shop-main-wrapper .products-wrapper > div {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-main-wrapper .products-wrapper > div {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-main-wrapper .products-wrapper > div {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 575px) {
  .shop-main-wrapper .products-wrapper > div {
    width: calc((100% - 0px) / 1);
  }
}

.swowing-list span {
  color: var(--clr-common-heading);
}

@media (min-width: 1400px) {
  .shop-main-wrapper .products-wrapper.products-5-column > div {
    width: calc((100% - 120px) / 5);
  }
}

@media (min-width: 1400px) {
  .shop-main-wrapper .products-wrapper.products-4-column > div {
    width: calc((100% - 90px) / 4);
  }
}

@media (min-width: 1400px) {
  .shop-main-wrapper .products-wrapper.products-3-column > div {
    width: calc((100% - 60px) / 3);
  }
}

@media (min-width: 1400px) {
  .shop-main-wrapper .products-wrapper.products-full-6-column > div {
    width: calc((100% - 150px) / 6);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shop-main-wrapper .products-wrapper.products-full-6-column > div {
    width: calc((100% - 120px) / 5);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-main-wrapper .products-wrapper.products-full-6-column > div {
    width: calc((100% - 90px) / 4);
  }
}

@media (min-width: 1400px) {
  .shop-main-wrapper .products-wrapper.products-full-5-column > div {
    width: calc((100% - 120px) / 5);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shop-main-wrapper .products-wrapper.products-full-5-column > div {
    width: calc((100% - 90px) / 4);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-main-wrapper .products-wrapper.products-full-5-column > div {
    width: calc((100% - 60px) / 3);
  }
}

@media (min-width: 1400px) {
  .shop-main-wrapper .products-wrapper.products-full-4-column > div {
    width: calc((100% - 90px) / 4);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shop-main-wrapper .products-wrapper.products-full-4-column > div {
    width: calc((100% - 90px) / 4);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-main-wrapper .products-wrapper.products-full-4-column > div {
    width: calc((100% - 60px) / 3);
  }
}

.product-details-nav .nav-tabs {
  display: flex;
  gap: 20px;
}

.product-details-nav .nav-tabs > li {
  width: calc((100% - 60px) / 4);
}

.product-details-nav .nav-tabs > li img {
  width: 100%;
}

.product-details-tab .tab-content {
  margin-bottom: 20px;
}

.product-quantity-cart {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.product-details-tab-wrapper .nav-tabs .nav-link:not(.active) {
  opacity: 0.8;
}

.product-side-info .product-name {
  font-size: 40px;
}

.product-side-info .product-price {
  font-size: 20px;
  color: var(--clr-common-heading);
  font-weight: 600;
}

.product-side-info .border-btn {
  height: 60px;
  line-height: 58px;
}

.product__details__tag a {
  padding: 0 10px;
  background: var(--clr-bg-gray);
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 3px;
}

.product__details__tag a:hover {
  background: var(--clr-common-brown);
  color: var(--clr-common-white);
}

.available-sizes {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.product-details-tab .tab-content .tab-pane {
  text-align: center;
  background: #f7f7f7;
  padding: 50px;
}
.product-details-tab .tab-content .tab-pane img {
  max-width: 100%;
}

.product-details-nav .nav-item {
  position: relative;
  border: 0;
  padding: 10px 0;
  font-size: 16px;
  margin-right: 0px;
  font-weight: 600;
  color: var(--clr-common-text);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .product-details-nav .nav-item {
    font-size: 20px;
  }
}

.product-details-nav .nav-item.active {
  color: var(--clr-common-heading);
  font-weight: 600;
}

.product-details-nav .nav-item::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background: var(--clr-common-heading);
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}

.product-details-nav .nav-item.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--clr-common-heading);
  bottom: 0;
  left: 0;
  right: 0;
}

.product_info-faq-area .nav-tabs {
  border-bottom: 1px solid var(--clr-bg-gray);
}

.course-review-item {
  display: flex;
  align-items: normal;
}

.course-review-list {
  margin-left: 20px;
}
.course-review-list span {
  color: var(--clr-common-heading);
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.course-start-icon i {
  color: var(--clr-theme-1);
  font-size: 13px;
}

.course-start-icon {
  margin-bottom: 10px;
}

.comment-title h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.comment-title p {
  color: #454545;
}

.comment-rating span {
  font-size: 15px;
  color: #454545;
  margin-right: 5px;
}

.comment-rating ul li {
  display: inline-block;
}

.comment-rating ul li a {
  font-size: 14px;
  color: var(--clr-theme-1);
}

.comment-rating ul {
  display: inline-block;
}

.comment-agree input {
  margin: 0;
  appearance: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid var(--clr-common-border);
  border-radius: 2px;
  outline: none;
}

.comment-agree label {
  margin-left: 5px;
  font-size: 15px;
  color: #454545;
}

.comment-agree input::placeholder {
  color: var(--clr-common-text);
  font-size: 14px;
  opacity: 1;
}

.comment-input input {
  height: 60px;
  width: 100%;
  background: #f8f8f9;
  border: none;
  padding: 15px 20px;
  border-radius: 4px;
  outline: 0;
}

.comment-input input::placeholder {
  color: var(--clr-common-text);
  font-size: 14px;
  opacity: 1;
}

.comment-textarea {
  height: 170px;
  width: 100%;
  background: #f8f8f9;
  border: none;
  padding: 15px 20px;
  border-radius: 4px;
  resize: none;
  outline: 0;
}

.comment-textarea::placeholder {
  color: var(--clr-common-text);
  font-size: 14px;
  opacity: 1;
}

.product-available-sizes span {
  border: 1px solid var(--clr-common-border);
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  margin-bottom: 12px;
  margin-right: 5px;
}

.cart-area .table-content table {
  background: #ffffff;
  border-color: #edeef2;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.cart-area .table-content .product-quantity {
  float: none;
}
.cart-area .table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.cart-area .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #edeef2;
}
.cart-area .table-content table td.product-name a:hover {
  color: var(--clr-common-heading);
}
.cart-area .table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}
.cart-area .table-content table th,
.cart-area .table-content table td {
  border-bottom: 1px solid #edeef2;
  border-right: 1px solid #edeef2;
}
.cart-area .table td,
.cart-area .table th {
  border-top: 1px solid #edeef2;
}
.cart-area .table-content table td.product-subtotal {
  font-size: 16px;
}
.cart-area .table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}
.cart-area .coupon-all {
  margin-top: 50px;
}
.cart-area .coupon {
  float: left;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cart-area .coupon {
    float: none;
  }
}
.cart-area #coupon_code {
  height: 50px;
  border: 1px solid #edeef2;
  padding: 0 15px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart-area #coupon_code:focus {
  border-color: var(--clr-common-heading);
}
.cart-area .coupon2 {
  float: right;
}
@media (max-width: 767px) {
  .cart-area .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.cart-area .cart-page-total {
  padding-top: 50px;
}
.cart-area .cart-page-total > h2 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.cart-area .cart-page-total > ul {
  border: 1px solid #edeef2;
}
.cart-area .cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #575757;
  padding: 14px 30px;
  border-bottom: 1px solid #edeef2;
  font-weight: 400;
}
.cart-area .cart-page-total ul > li > span {
  float: right;
}
.cart-area .cart-page-total li:last-child {
  border-bottom: 0;
}
.cart-area td.product-thumbnail img {
  width: 125px;
}
.cart-area .product-quantity-form {
  margin: auto;
  width: 122px;
  height: 58px;
  border: 1px solid var(--clr-common-border);
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.cart-area .product-quantity-form:hover {
  border-color: var(--clr-common-heading);
}
.cart-area .cart-plus, .cart-area .cart-minus {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  background: transparent;
  border: none;
  outline: none;
}
.cart-area .cart-plus:hover, .cart-area .cart-minus:hover {
  cursor: pointer;
  color: var(--clr-common-heading);
  background: transparent;
}
.cart-area .cart-plus {
  left: auto;
  right: 0;
}
.cart-area .cart-input {
  height: 58px;
  width: 32px;
  text-align: center;
  font-size: 14px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  padding-bottom: 4px;
  background: transparent;
}
.cart-area .cart-input:focus {
  outline: none;
}

.cart-area .coupon .fill-btn {
  height: 50px;
  line-height: 48px;
}

.cart-area .coupon2 .fill-btn {
  height: 50px;
  line-height: 48px;
}

.product-quantity a {
  white-space: nowrap;
}

.coupon-accordion h3 {
  background-color: #f6f6f6;
  border-top: 3px solid var(--clr-common-heading);
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #575757;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.coupon-accordion span {
  color: #575757;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: var(--clr-common-heading);
}

.coupon-content {
  border: 1px solid var(--clr-common-border);
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
  color: var(--clr-common-heading);
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: var(--clr-common-heading);
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid var(--clr-common-border);
  height: 60px;
  line-height: 60px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.coupon-info p.form-row-first input:focus,
.coupon-info p.form-row-last input:focus {
  border-color: var(--clr-common-heading);
}

.coupon-info p.form-row input[type=submit]:hover,
p.checkout-coupon input[type=submit]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: 2px;
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #575757;
}

.buttons-cart input,
.coupon input[type=submit],
.buttons-cart a,
.coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid var(--clr-common-border);
  margin-bottom: 15px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
p.checkout-coupon input[type=text]:focus {
  border-color: var(--clr-common-border);
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form .ship-different-title {
  border-bottom: 1px solid var(--clr-common-border);
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--clr-common-border);
  padding: 0 10px;
  height: 50px;
}

.country-select label,
.checkout-form-list label {
  color: var(--clr-common-heading);
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: var(--clr-common-heading);
}

.country-select .nice-select {
  border: 1px solid var(--clr-common-border);
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  width: 100%;
  color: #575757;
  margin-bottom: 20px;
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: var(--clr-common-heading);
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid var(--clr-common-border);
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 20px;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.checkout-form-list input[type=text]:focus,
.checkout-form-list input[type=password]:focus,
.checkout-form-list input[type=email]:focus {
  border-color: var(--clr-common-border);
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #575757;
  opacity: 1;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.create-acc label {
  color: #575757;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title label {
  display: inline-block;
  margin-right: 10px;
}

.order-notes textarea {
  border: 1px solid var(--clr-common-border);
  height: 90px;
  padding: 15px;
  width: 100%;
  resize: none;
  padding-left: 20px;
  outline: none;
}

.order-notes textarea::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #575757;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 2px solid var(--clr-common-border);
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid var(--clr-common-border);
  font-size: 24px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid var(--clr-common-border);
  border-right: medium none;
  color: #575757;
  font-size: 16px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th,
  .your-order-table table td {
    padding-right: 10px;
  }
}
.your-order-table table th {
  border-top: medium none;
  color: var(--clr-common-heading);
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #575757;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
  color: var(--clr-common-heading);
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid var(--clr-common-border);
}
.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-common-heading);
  padding: 23px 0;
  border: none;
}
.payment-method .accordion-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
}
.payment-method .accordion-button:not(.collapsed) {
  color: var(--clr-common-heading);
  background-color: var(--clr-common-white);
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.payment-method .accordion-body {
  padding: 8px 0;
  padding-bottom: 40px;
}
.payment-method .accordion-collapse {
  border: none;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
  user-select: none;
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid var(--clr-common-border);
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid var(--clr-common-border);
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid var(--clr-common-border);
}

.order-button-payment button {
  width: 100%;
}

.product-details-img {
  margin-right: 50px;
}
@media (max-width: 575px) {
  .product-details-img {
    margin-right: 0;
  }
}
.product-details-img img {
  width: 100%;
}

.product-side-info .product-name {
  font-size: 38px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product-side-info .product-name {
    font-size: 28px;
  }
}

.product-side-info .product-price {
  font-size: 22px;
  font-weight: 600;
  color: var(--clr-theme-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product-side-info .product-price {
    font-size: 18px;
  }
}

.product-side-info p {
  margin-top: 30px;
  margin-bottom: 40px;
}

.product-quantity-cart {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.product-quantity-cart .cart-minus {
  height: 55px;
  width: 55px;
  border: none;
}

.product-quantity-form .cart-plus {
  height: 55px;
  width: 55px;
  border: none;
}

.product-quantity-cart .cart-input {
  height: 55px;
  width: 55px;
  border: none;
  text-align: center;
}

.product-quantity-cart .product-quantity-form {
  border: 1px solid var(--clr-common-border);
  border-radius: 4px;
}

/*range slider css start*/
#slider-range {
  position: relative;
  margin-bottom: 25px;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-widget-content {
  background: #f0f0f0;
}

.ui-widget-header {
  background: #222;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}

.ui-slider .ui-slider-handle {
  height: 15px;
  width: 15px;
}

.ui-slider .ui-slider-handle:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background: #222;
  left: 4.5px;
  top: 4.5px;
  border-radius: 50%;
}

.slider-range p {
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 0;
}

.slider-range p label {
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  margin-top: 7px;
}

.slider-range input {
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  border: none;
  outline: none;
  background: none;
  margin-left: 10px;
  width: 100px;
}

.slider-active-2 .slider-pagination > * {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.slider-active-2 .slider-pagination > *:hover {
  background-color: var(--clr-common-black);
}

.slider-active-2 .slider-pagination > *:hover i {
  color: var(--clr-common-white);
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: var(--clr-theme-1);
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-widget-content {
  background: #f0f0f0;
}

.ui-widget-header {
  background: var(--clr-theme-1);
}

.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}

.ui-slider .ui-slider-handle {
  height: 15px;
  width: 15px;
  -webkit-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}

.ui-slider .ui-slider-handle:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background: var(--clr-common-white);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.sidebar-action {
  background: var(--clr-common-white);
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 390px;
  padding: 30px 30px;
  transition: 0.6s;
  overflow-y: scroll;
}
@media (max-width: 575px) {
  .sidebar-action {
    width: 320px;
  }
}

.close-sidebar {
  background: var(--clr-theme-1);
  display: flex;
  align-items: center;
  gap: 10px;
  height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  color: var(--clr-common-white);
  position: absolute;
  right: 30px;
  top: 30px;
}

.sidebar-cart {
  right: -100%;
}
.sidebar-cart.cart-open {
  right: 0;
}

.sidebar-wishlist {
  right: -100%;
}
.sidebar-wishlist.wishlist-open {
  right: 0;
}

.sidebar-filter {
  right: -100%;
}
.sidebar-filter.filter-open {
  right: 0;
}
.sidebar-filter .product-filters {
  padding: 0px;
}
.sidebar-filter .filter-widget-title {
  font-size: 18px;
}

.sidebar-action-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.sidebar-list-item {
  display: flex;
  gap: 20px;
}

.sidebar-action-btn {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sidebar-action-btn a {
  width: 100%;
  flex-wrap: wrap;
  white-space: nowrap;
}

.sidebar-action-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-pricing span {
  font-size: 15px;
  font-weight: 500;
  color: var(--clr-common-heading);
  line-height: 1;
}

.sidebar-list-item {
  display: flex;
  gap: 20px;
  border-top: 1px solid var(--clr-common-border);
  padding-top: 20px;
  position: relative;
  padding-right: 20px;
}
.sidebar-list-item .product-image {
  min-width: 100px;
  height: 100px;
}
.sidebar-list-item .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-list-item .product-desc {
  padding: 0px 0 0px;
}
.sidebar-list-item .remove-item {
  position: absolute;
  right: 0;
  top: 20px;
  color: var(--clr-common-heading);
}

.product-price-total {
  padding-top: 20px;
  border-top: 1px solid var(--clr-common-border);
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.product-price-total span {
  color: var(--clr-common-heading);
  font-weight: 500;
}

.sidebar-action-btn a {
  flex-grow: 1;
  height: 60px;
  line-height: 58px;
}

.video-area .include-bg::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(10, 10, 10, 0.6);
  z-index: -1;
}
.video-area .video_navigation {
  height: 50px;
  width: 50px;
  background-color: var(--clr-theme-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.4s;
}
.video-area .video_navigation:hover {
  background-color: var(--clr-theme-secondary);
}
.video-area .video_navigation i {
  color: var(--clr-common-white);
  font-size: 20px;
}
.video-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-wrapper {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 782px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-wrapper {
    padding-top: 130px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-wrapper {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .video-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.video-wrapper .video_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 110px;
}
.video-title {
  margin-bottom: 20px;
}
.video-title .title {
  color: var(--clr-common-white);
}
.video-content {
  max-width: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video-content {
    max-width: 100%;
  }
}
.video-content p {
  color: var(--clr-common-white);
}

.section-space {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-space-top {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top {
    padding-top: 60px;
  }
}

.section-space-bottom {
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 60px;
  }
}

.service-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
  }
}
@media (max-width:450px) {
  .service-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-item a {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding: 5px 10px 5px 10px;
  transition: border-radius 0.4s;
  display: flex;
  border: 1px solid #a5a4a7;
  border-radius: 100px;
  transition: border 0.4s;
}
.service-item a:hover {
  border: 1px solid #a5a4a7;
  background-color: #0073aa;
}
.service-item a:hover h5 {
  color: var(--clr-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-item a {
    padding: 3px 0px 5px 10px;
    border: 1px solid #a5a4a7;
  }
}
.service-icon {
  min-height: 50px;
  min-width: 50px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background: var(--clr-theme-secondary);
  color: var(--clr-common-white);
}
.service-content h5 {
  font-size: 16px;
  display: flex;
  font-weight: 600 !important;
  align-items: center;
  margin-bottom: 0px;
}
.service-thumb {
  padding: 40px 20px 20px 25px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-thumb {
    padding: 30px 30px 30px 30px;
  }
}
.service-promo-video {
  height: 100%;
  padding: 12px !important;
}
.service-promo-video iframe {
  width: 100%;
  height: 100%;
}

.services-area {
  background-color: #f9f9f9;
  margin-bottom: 30px;
}
.services-area .conditions-wrapper {
  padding-left: 30px;
}

.treatment-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .treatment-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:450px) {
  .treatment-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.treatment-item {
  display: flex;
  align-items: center;
  position: relative;
  color: #322e2e;
}
.treatment-item::before {
  position: absolute;
  content: "";
  background: #c6ad7b;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: ff;
  left: -20px;
}

/*----------------------------------------*/
/*  portfolio css
/*----------------------------------------*/
.portfolio-tab .nav {
  display: inline-flex;
  align-items: center;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--clr-common-border);
}
.portfolio-tab a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  z-index: 2;
  margin: 0 5px;
  transition: 0.4s;
  border: 1px solid transparent;
}
.portfolio-tab a.active {
  color: var(--clr-theme-primary);
  border-bottom: transparent;
  border-color: var(--clr-common-border);
}
.portfolio-thumb {
  margin-bottom: 20px;
}
.portfolio-thumb-wrapper {
  padding: 30px 30px 20px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-thumb-wrapper {
    padding: 30px 30px 30px 30px;
  }
}
.portfolio-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-info-wrapper {
  text-align: center;
}
.portfolio-info-wrapper .social-portfolio ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.portfolio-info-wrapper .social-portfolio ul li a:hover {
  color: var(--clr-theme-primary);
}
.portfolio-info {
  margin-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-info {
    margin-left: 0;
  }
}
.portfolio-designation {
  margin-bottom: 20px;
  color: var(--clr-theme-primary);
  display: inline-block;
}
.portfolio-title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-title {
    font-size: 25px;
  }
}

/*----------------------------------------
     brand CSS
----------------------------------------*/
.brand-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--clr-common-border);
  border-inline-start: 1px solid var(--clr-common-border);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .brand-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.brand-wrapper .single-brand {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 160px;
  border-inline-end: 1px solid var(--clr-common-border);
  border-bottom: 1px solid var(--clr-common-border);
  transition: all 0.3s ease-in-out;
}
.brand-thumb img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.single-brand {
  border: 1px solid var(--clr-common-border);
}

.location-item {
  border: 1px solid var(--clr-common-border);
  padding: 20px 20px 20px 20px;
}
.location-item:hover .location-thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.location-thumb {
  margin-bottom: 25px;
  overflow: hidden;
  height: 250px;
  border-radius: 6px;
}
.location-thumb img {
  width: 100%;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
  height: auto;
  object-fit: cover;
}
.location-title {
  margin-bottom: 5px;
}
.location-title a:hover {
  color: var(--clr-theme-primary);
}
.location-address {
  margin-bottom: 20px;
  display: inline-block;
}
.location-direction {
  margin-bottom: 10px;
}
.location-direction a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.location-direction a:hover {
  color: var(--clr-theme-primary);
}
.location-direction a i {
  color: var(--clr-theme-primary);
}
.location-call {
  margin-bottom: 10px;
}
.location-call a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.location-call a:hover {
  color: var(--clr-theme-primary);
}
.location-call a i {
  color: var(--clr-theme-primary);
}

/*----------------------------------------
    section title CSS
----------------------------------------*/
.section-title {
  position: relative;
}
.section-title::before {
  background-color: #c6ad7b;
  height: 3px;
  width: 100px;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
}

/*----------------------------------------
     doctor-tab CSS
----------------------------------------*/
.footer-copyright-inner {
  position: relative;
}
.footer-copyright-inner::before {
  position: absolute;
  width: 30%;
  height: 1px;
  background: var(--clr-common-border);
  content: "";
  left: 50%;
  top: 45px;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-copyright-inner::before {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-copyright-inner::before {
    width: 60%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-copyright-inner::before {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .footer-copyright-inner::before {
    width: 100%;
  }
}
.footer-copyright-area {
  padding: 20px 0px;
  text-align: center;
}
.footer-copyright-area .mdc-social-wrapper {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.footer-copyright-area .mdc-social-wrapper ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.footer-copyright-area .mdc-social-wrapper ul li a {
  font-size: 25px;
  color: #777;
}
.footer-copyright-area .mdc-social-wrapper ul li a:hover {
  color: var(--clr-theme-primary);
}

/*----------------------------------------
    17. footer CSS
----------------------------------------*/
.bg-black {
  background-color: #000;
}

.footer h4 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}

.footer__location ul li {
  margin-bottom: 15px;
  display: flex;
}
.footer__location ul li:hover {
  color: var(--clr-common-white);
}

.footer__location ul li i {
  color: #999;
  margin-right: 10px;
}

.footer__location ul li span b {
  color: #9e4b47;
  margin-right: 10px;
}

.profooter-list ul li {
  width: inherit;
}

.footer__list ul {
  overflow: hidden;
}

.footer__list_single ul li {
  float: none;
}
.footer__list_single ul li:hover a {
  color: var(--clr-common-white);
}

.prodate__widget h4 {
  margin-bottom: 10px !important;
  padding-bottom: 15px;
}

.date__widget ul li {
  font-size: 16px;
  line-height: 2.5;
}

.date__widget ul li span {
  display: inline-block;
}

.date__widget ul li span:last-child {
  float: right;
  color: #9e4b47;
  font-weight: 700;
  min-width: 105px;
  position: relative;
}

.date__widget ul li span:last-child::before {
  width: 68px;
  height: 100%;
  content: "- - -";
  left: -92px;
  top: 50%;
  position: absolute;
  font-size: 16px;
  color: #d99f9d;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .date__widget ul li span:last-child::before {
    left: -55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .date__widget ul li span:last-child::before {
    display: none;
  }
}

.date__widget {
  background: #fff3f2;
  padding: 30px 25px;
  border-radius: 10px;
}

/*# sourceMappingURL=style.css.map */
