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

    Template Name: Furbar - Furniture eCommerce Bootstrap 5 Template
    Author: codecarnival
    Author URL: https://themeforest.net/user/codecarnival
    Support: https://hasthemes.com/contact-us/
    Description: Furniture eCommerce Bootstrap 5 Template
    Version: 1.0.1

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

    CSS INDEX
    ===================

    01. Template default CSS
    02. Component CSS
        2.1 - Button
        2.2 - Blockquote CSS
        2.3 - Form CSS
        2.4 - Quick View CSS
    03. Header CSS
        3.1 - Header Main CSS
        3.4 - Off Canvas CSS
    04. Page CSS
        4.1 - Slider CSS
        4.2 - Banner CSS
        4.3 - Product CSS
        4.4 - Call to Action CSS
        4.5 - Benefit CSS
        4.6 - Products Banner CSS
        4.7 - Blog CSS
        4.8 - Countdown CSS
        4.9 - Marker CSS
        4.10 - Brand CSS
        4.11 - Page Banner CSS
        4.12 - History CSS
        4.13 - Gallery CSS
        4.14 - Counter CSS
        4.15 - Testimonial CSS
        4.16 - Team CSS
        4.17 - Shop CSS
        4.18 - Product Details CSS
        4.19 - Cart CSS
        4.20 - Compare CSS
        4.21 - Checkout CSS
        4.22 - My Account CSS
        4.23 - Login & Register CSS
        4.24 - Blog Details CSS
        4.25 - Contact CSS
    05. Widget CSS
        5.1 - Footer Widget CSS
        5.2 - Sidebar Widget CSS
    06. Footer CSS



-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Diverda Sans Com Regular:wght@300;400;500;600;700&family=Diverda Sans Com Regular:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://db.onlinewebfonts.com/c/3fc7fbbcf10d563f006158f0aa671ab9?family=Diverda+Sans+Com+Regular");

@font-face {
  font-family: 'Malgun Gothic Semilight'; /* Fonta verdiğiniz isim */
  src: url('malgun-gothic-semilight.ttf') format('truetype'); /* Font dosyasının yolu ve formatı */
  font-weight: normal; /* Fontun kalınlığı */
  font-style: normal; /* Fontun stili */
}

/*-- Common Style --*/
:root {
  --color-primary: #2e2b24;
  /* --color-primary: #f2a100; */
  --color-dark: #2e2b24;
  --color-light: #fdfaf3;
  --color-light-gray: #c6c5c3;
  --color-medium-gray: #8c8889;
  --color-dark-gray: #535456;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  font-family: "Malgun Gothic Semilight";
  color: var(--color-dark-gray) !important;
  outline: none;
  visibility: visible;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[dir=rtl] {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Malgun Gothic Semilight";
  color: var(--color-dark);
  font-weight: 600;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 0;
}


h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 42px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: 0;
}

a:focus,
button:focus,
img:focus,
input:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

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

a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

p {
  font-size: 15px;
  line-height: 1.8;
}

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

ul,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* Section Style */
.section,
.main-wrapper {
  float: left;
  width: 100%;
}

.main-wrapper {
  overflow-x: hidden;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Section Padding */
.section-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-02-50 {
  padding-top: 50px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

/* Section Padding */
.section-title .title {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 24px;
  }
}

.section-title-02 .title {
  font-size: 36px;
  font-weight: 700;
  color: #131313;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: -8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-02 .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title-02 .title {
    font-size: 30px;
    letter-spacing: 1px;
  }
}

.section-title-03 .sub-title {
  font-size: 18px;
  font-family: "Malgun Gothic Semilight";
  font-weight: 400;
  text-transform: uppercase;
  color: #8b8b8b;
  margin-bottom: 0;
  margin-top: -4px;
}

@media only screen and (max-width: 767px) {
  .section-title-03 .sub-title {
    font-size: 16px;
  }
}

.section-title-03 .title {
  font-size: 42px;
  font-weight: 600;
  color: #2e2b24;
  margin-bottom: 0;
  margin-top: 5px;
  text-transform: uppercase;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-03 .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-03 .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title-03 .title {
    font-size: 26px;
  }
}

/* tab Content */
.tab-content .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.swiper-arrows {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-arrows .swiper-button-next,
.swiper-arrows .swiper-button-prev {
  position: relative;
  top: 0;
  margin-top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e6e6e6;
  display: block;
  left: 0;
  right: 0;
  margin: 0 3px;
  color: #4c4c4c;
  border-radius: 50%;
  font-size: 28px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
}

.swiper-arrows .swiper-button-next:hover,
.swiper-arrows .swiper-button-prev:hover {
  color: #ffffff;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.swiper-arrows .swiper-button-next::after,
.swiper-arrows .swiper-button-prev::after {
  display: none;
}

.swiper-arrows .swiper-button-next i,
.swiper-arrows .swiper-button-prev i {
  line-height: 28px;
}

.bg-color-01 {
  background-color: #f8f8f8;
}

.bg-color-02 {
  background-color: #eaeaea;
}

.pagination {
  margin-top: 60px;
}

.pagination .page-item {
  margin: 0 6px;
}

.pagination .page-item .page-link {
  font-weight: 400;
  color: #000000;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #f6f6f6;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 575px) {
  .pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link.active {
  background-color: var(--color-primary) !important;
  color: #ffffff;
}

/*----------------------------------------*/
/*  02. Component CSS
/*----------------------------------------*/
/*--
/*  2.1 - Button CSS
/*----------------------------------------*/
.btn-margin {
  margin-top: 40px;
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.btn-wrap .btn {
  margin: 5px;
}

.btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  display: inline-block;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  padding: 0 48px;
}

/*.btn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}*/

.btn:focus,
.btn:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .btn {
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .btn {
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
  }
}

.btn:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.btn-group .btn:first-child {
  border-radius: 4px 0 0 4px;
}

.btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*=btn-icon-] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}

.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}

.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-box {
  width: 50px;
  padding: 10px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50px;
  -ms-flex: 1 0 50px;
  flex: 1 0 50px;
}

.btn-box i {
  display: block;
  line-height: 24px;
}

.btn-primary {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: #ffffff;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: #ffffff;
}

.btn-secondary {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  color: #ffffff;
}

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  color: #ffffff;
}

.btn-success {
  background-color: #198754;
  border-color: #198754;
  color: #ffffff;
}

.btn-success:focus,
.btn-success:active,
.btn-success:hover {
  background-color: #198754;
  border-color: #198754;
  color: #ffffff;
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}

.btn-danger:focus,
.btn-danger:active,
.btn-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}

.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #494949;
}

.btn-warning:focus,
.btn-warning:active,
.btn-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #494949;
}

.btn-info {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #ffffff;
}

.btn-info:focus,
.btn-info:active,
.btn-info:hover {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #ffffff;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #494949;
}

.btn-light:focus,
.btn-light:active,
.btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #494949;
}

.btn-dark {
  background-color: #494949;
  border-color: #494949;
  color: #ffffff;
}

.btn-dark:focus,
.btn-dark:active,
.btn-dark:hover {
  background-color: #494949;
  border-color: #494949;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #494949;
}

.btn-white:focus,
.btn-white:active,
.btn-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #494949;
}

[class*=btn-outline-] {
  border: 1px solid;
}

.btn-outline-primary {
  border-color: var(--color-primary) !important;
  color: var(--color-primary) !important;
}

.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover {
  background-color: var(--color-primary) !important;
  color: #ffffff;
}

.btn-outline-secondary {
  border-color: var(--color-dark);
  color: var(--color-dark);
}

.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:hover {
  background-color: var(--color-dark);
  color: #ffffff;
}

.btn-outline-success {
  border-color: #198754;
  color: #198754;
}

.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success:hover {
  background-color: #198754;
  color: #ffffff;
}

.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger:hover {
  background-color: #dc3545;
  color: #ffffff;
}

.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning:hover {
  background-color: #ffc107;
  color: #494949;
}

.btn-outline-info {
  border-color: #0dcaf0;
  color: #0dcaf0;
}

.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info:hover {
  background-color: #0dcaf0;
  color: #494949;
}

.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light:hover {
  background-color: #f8f9fa;
  color: #494949;
}

.btn-outline-dark {
  border-color: #494949;
  color: #494949;
}

.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark:hover {
  background-color: #494949;
  color: #ffffff;
}

.btn-outline-white {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white:hover {
  background-color: #ffffff;
  color: #494949;
}

.btn-hover-primary:hover {
  color: #ffffff;
}

.btn-hover-primary:hover::before {
  background-color: var(--color-primary) !important;
}

.btn-hover-secondary:hover {
  color: #ffffff;
}

.btn-hover-secondary:hover::before {
  background-color: var(--color-dark);
}

.btn-hover-success:hover {
  border-color: #198754;
  color: #ffffff;
}

.btn-hover-success:hover::before {
  background-color: #198754;
}

.btn-hover-danger:hover {
  color: #ffffff;
}

.btn-hover-danger:hover::before {
  background-color: #dc3545;
}

.btn-hover-warning:hover {
  color: #494949;
}

.btn-hover-warning:hover::before {
  background-color: #ffc107;
}

.btn-hover-info:hover {
  color: #ffffff;
}

.btn-hover-info:hover::before {
  background-color: #0dcaf0;
}

.btn-hover-light:hover {
  color: #494949;
}

.btn-hover-light:hover::before {
  background-color: #f8f9fa;
}

.btn-hover-dark:hover {
  color: #ffffff;
}

.btn-hover-dark:hover::before {
  background-color: #494949;
}

.btn-hover-white:hover {
  color: #494949;
}

.btn-hover-white:hover::before {
  background-color: #ffffff;
}

/*--
/*  2.2 - Blockquote CSS
/*----------------------------------------*/
blockquote {
  position: relative;
  margin-bottom: 0;
  padding-left: 35px;
  margin-top: 40px;
}

blockquote::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--color-primary) !important;
  top: 0;
  left: 0;
}

blockquote p {
  font-size: 18px;
  font-style: italic;
  font-weight: 400 !important;
  line-height: 1.83;
  color: #6c788c;
  margin-bottom: 0;
  margin-top: 0 !important;
}

blockquote .blockquote-name {
  font-size: 20px;
  font-weight: 600;
  color: #6c788c;
  padding-left: 40px;
  position: relative;
  margin-top: 22px;
}

blockquote .blockquote-name::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--color-primary) !important;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--
/*  2.3 - Form CSS
/*----------------------------------------*/
.single-form {
  margin-top: 30px;
}

.single-form input:not([type=checkbox]):not([type=radio]),
.single-form textarea {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  font-style: italic;
  color: #999999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  background-color: #ffffff;
}

.single-form input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
  opacity: 1;
}

.single-form input:not([type=checkbox]):not([type=radio]):-moz-placeholder,
.single-form textarea:-moz-placeholder {
  opacity: 1;
}

.single-form input:not([type=checkbox]):not([type=radio])::-moz-placeholder,
.single-form textarea::-moz-placeholder {
  opacity: 1;
}

.single-form input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
.single-form textarea:-ms-input-placeholder {
  opacity: 1;
}

.single-form input:not([type=checkbox]):not([type=radio])+input,
.single-form textarea+input {
  margin-top: 15px;
}

.single-form input:not([type=checkbox]):not([type=radio]):focus,
.single-form textarea:focus {
  border-color: var(--color-primary) !important;
  outline: none;
}

.single-form label {
  font-size: 15px;
  color: var(--color-dark);
  margin-bottom: 12px;
}

.single-form input[type=checkbox] {
  display: none;
}

.single-form input[type=checkbox]+label {
  padding-left: 22px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 15px;
}

.single-form input[type=checkbox]+label span {
  width: 14px;
  height: 14px;
  border: 1px solid #e1e1e1;
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-form input[type=checkbox]+label span::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "\f00c";
  font-family: "Malgun Gothic Semilight";
  font-size: 11px;
  font-weight: 300;
  line-height: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #ffffff;
  text-align: center;
}

.single-form input[type=checkbox]:checked+label span {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.single-form input[type=checkbox]:checked+label span::before {
  opacity: 1;
  visibility: visible;
}

.single-form textarea {
  padding-top: 10px;
  height: 250px;
  resize: none;
}

.single-form .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 500;
}

.radio input[type=radio] {
  display: none;
}

.radio input[type=radio]+label {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 27px;
}

.radio input[type=radio]+label span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #494949;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}

.radio input[type=radio]+label span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #494949;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.radio input[type=radio]:checked+label span::before {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.single-select2 {
  margin-top: 20px;
}

.single-select2 span {
  display: block;
}

.single-select2 span:focus {
  outline: none;
}

.single-select2 .form-select2 .select2 {
  width: 100% !important;
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single {
  height: 50px;
  border-color: #d7d7d7;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .single-select2 .form-select2 .select2-container--default .select2-selection--single {
    height: 40px;
  }
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  line-height: 48px;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 28px;
  font-style: italic;
  font-size: 14px;
  color: #999999;
}

@media only screen and (max-width: 767px) {
  .single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
  }
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 36px;
}

.single-select2 .form-select2 .select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--color-primary) !important;
}

.selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ebebeb;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.select2-dropdown {
  border-color: #ebebeb;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: -4px;
}

.select2-results__option {
  font-family: "Malgun Gothic Semilight";
  font-size: 14px;
  outline: none;
  color: #6c6c6c;
  padding: 5px 10px;
}

.gj-picker {
  border: 1px solid #eeecec;
  padding: 10px;
}

.gj-picker div[role=navigator] div:first-child,
.gj-picker div[role=navigator] div:last-child {
  max-width: 42px;
}

.gj-picker table tr td.selected.gj-cursor-pointer div {
  color: #ffffff;
  background: var(--color-primary) !important;
}

.gj-picker table tr td.today div {
  color: var(--color-primary) !important;
}

.gj-picker table tr td div,
.gj-picker table tr th div {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

/*--
/*  2.4 - Quick View CSS
/*----------------------------------------*/
.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.modal .modal-dialog {
  width: calc(100% - 30px);
  max-width: 64rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal .modal-dialog {
    max-width: 45rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal .modal-dialog {
    max-width: 30rem;
  }
}

.modal .modal-dialog .modal-content {
  position: relative;
  border: 0;
}

.modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 7;
}

.modal .modal-dialog .modal-content .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 30px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
    padding-bottom: 50px;
  }
}

.quick-view-images {
  margin-top: 30px;
}

.quick-gallery-images .single-img img {
  width: 100%;
}

.quick-gallery-thumbs {
  position: relative;
}

@media only screen and (max-width: 575px) {
  .quick-gallery-thumbs {
    padding: 0 30px;
  }
}

.quick-gallery-thumbs .swiper-container {
  max-width: 380px;
  margin: 20px auto 0;
}

@media only screen and (max-width: 575px) {
  .quick-gallery-thumbs .swiper-container {
    max-width: 100%;
  }
}

.quick-gallery-thumbs .swiper-container img {
  width: 100%;
}

.quick-gallery-thumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.quick-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.quick-gallery-thumbs .swiper-button-next,
.quick-gallery-thumbs .swiper-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  display: block;
  color: #e6e6e6;
  border-radius: 50%;
  font-size: 28px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  opacity: 1;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

  .quick-gallery-thumbs .swiper-button-next,
  .quick-gallery-thumbs .swiper-button-prev {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
  }
}

.quick-gallery-thumbs .swiper-button-next:hover,
.quick-gallery-thumbs .swiper-button-prev:hover {
  color: #ffffff;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.quick-gallery-thumbs .swiper-button-next::after,
.quick-gallery-thumbs .swiper-button-prev::after {
  display: none;
}

.quick-gallery-thumbs .swiper-button-next i,
.quick-gallery-thumbs .swiper-button-prev i {
  line-height: 28px;
}

.quick-gallery-thumbs .swiper-button-next {
  right: 0;
}

.quick-gallery-thumbs .swiper-button-prev {
  left: 0;
}

.quick-view-description {
  margin-top: 25px;
}

.quick-view-description .product-name {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .quick-view-description .product-name {
    font-size: 20px;
  }
}

.quick-view-description .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quick-view-description .price .sale-price {
  font-size: 20px;
  color: var(--color-primary) !important;
  margin-top: 5px;
}

@media only screen and (max-width: 575px) {
  .quick-view-description .price .sale-price {
    font-size: 18px;
  }
}

.quick-view-description .price .old-price {
  font-size: 18px;
  color: #a4a4a4;
  margin-top: 5px;
  margin-left: 10px;
  text-decoration: line-through;
}

@media only screen and (max-width: 575px) {
  .quick-view-description .price .old-price {
    font-size: 16px;
  }
}

.quick-view-description .review-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 12px;
}

.quick-view-description .review-wrapper .review-star {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.quick-view-description .review-wrapper .review-star::before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "Malgun Gothic Semilight";
  display: inline-block;
  color: #dbdbdb;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 5px;
}

@media only screen and (max-width: 575px) {
  .quick-view-description .review-wrapper .review-star::before {
    letter-spacing: 2px;
  }
}

.quick-view-description .review-wrapper .review-star .star {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.quick-view-description .review-wrapper .review-star .star::before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "Malgun Gothic Semilight";
  display: inline-block;
  color: #ffc600;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 5px;
}

@media only screen and (max-width: 575px) {
  .quick-view-description .review-wrapper .review-star .star::before {
    letter-spacing: 2px;
  }
}

.quick-view-description .review-wrapper p {
  font-size: 16px;
  font-family: "Malgun Gothic Semilight";
  font-weight: 600;
  color: #9f9e9e;
  margin-top: 0;
  margin-bottom: 0;
}

.quick-view-description .lable {
  color: #3f3d3d;
  font-size: 16px;
  font-family: "Malgun Gothic Semilight";
  font-weight: 600;
  margin-right: 5px;
}

.quick-view-description .value {
  color: #9f9e9e;
  font-size: 16px;
  font-family: "Malgun Gothic Semilight";
  font-weight: 600;
}

.quick-view-description .product-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}

.quick-view-description .product-color ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quick-view-description .product-color ul li {
  margin-left: 15px;
}

.quick-view-description .product-color ul li input[type=checkbox],
.quick-view-description .product-color ul li input[type=radio] {
  display: none;
}

.quick-view-description .product-color ul li input[type=checkbox]+label,
.quick-view-description .product-color ul li input[type=radio]+label {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  font-family: "Malgun Gothic Semilight";
  cursor: pointer;
  display: block;
}

.quick-view-description .product-color ul li input[type=checkbox]+label span,
.quick-view-description .product-color ul li input[type=radio]+label span {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 2px solid #888888;
  display: inline-block;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.quick-view-description .product-color ul li input[type=checkbox]+label span::before,
.quick-view-description .product-color ul li input[type=radio]+label span::before {
  position: absolute;
  content: "\f00c";
  font-family: "Malgun Gothic Semilight";
  font-size: 12px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  top: -2px;
  left: -2px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.quick-view-description .product-color ul li input[type=checkbox]:checked+label span,
.quick-view-description .product-color ul li input[type=radio]:checked+label span {
  background-color: #ffb300;
  border-color: #ffb300;
}

.quick-view-description .product-color ul li input[type=checkbox]:checked+label span::before,
.quick-view-description .product-color ul li input[type=radio]:checked+label span::before {
  opacity: 1;
  visibility: visible;
}

.quick-view-description p {
  line-height: 1.8;
  color: #6c788c;
  margin-bottom: 0;
  margin-top: 25px;
}

.quick-view-description .product-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quick-view-description .product-meta>* {
  margin-right: 10px;
}

.quick-view-description .product-quantity {
  position: relative;
  margin-top: 10px;
  background-color: #494949;
  border-radius: 5px;
}

.quick-view-description .product-quantity button {
  background: none;
  color: #ffffff;
  height: 40px;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  padding: 0;
}

.quick-view-description .product-quantity input {
  width: 35px;
  height: 40px;
  border: 0;
  padding: 0 5px;
  background: none;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  color: #ffffff;
  text-align: center;
}

.quick-view-description .product-quantity>*:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 16px;
}

.quick-view-description .product-quantity>*:last-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-right: 16px;
}

.quick-view-description .meta-action .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0;
}

.quick-view-description .meta-action .action {
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  font-size: 23px;
  color: #ffffff;
  background-color: #494949;
  display: block;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.quick-view-description .meta-action .action:hover {
  background-color: var(--color-primary) !important;
}

.quick-view-description .product-info {
  padding-top: 33px;
}

.quick-view-description .product-info .single-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
}

.quick-view-description .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.quick-view-description .social li {
  margin-right: 25px;
}

.quick-view-description .social li a {
  font-size: 16px;
  color: #9f9e9e;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.quick-view-description .social li a:hover {
  color: var(--color-primary) !important;
}

/*----------------------------------------*/
/*  03. Header CSS
/*----------------------------------------*/
/*--
/*  3.1 - Header Main CSS
/*----------------------------------------*/
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
  background: rgb(255 255 255 / 8%);
  backdrop-filter: blur(60px);
}

.header-area.header-white {
  background-color: #ffffff;
  padding: 15px 0;
}

.header-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-menu ul li {
  padding: 28px 18px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu ul li {
    padding: 28px 15px;
  }
}

.header-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.header-menu .menu-item-has-children ul li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.header-menu ul li.menu-item-has-children>a::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 5px;
  font-weight: 700;
  font-size: 13px;
}

.header-menu ul li.active>a,
.header-menu ul li:hover>a {
  color: var(--color-primary);
}

.header-menu ul li ul {
  display: block;
}

.header-menu ul li:hover>.sub-menu,
.header-menu ul li:hover>.mega-sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu ul li:nth-last-of-type(2) .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
  }
}


.header-menu .sub-menu {
  position: absolute;
  width: 255px;
  background-color: #ffffff;
  border-top: 2px solid #494949;
  padding: 10px 0px;
  -webkit-box-shadow: 2px 2px 20px rgba(73, 73, 73, 0.1);
  box-shadow: 2px 2px 20px rgba(73, 73, 73, 0.1);
  top: 110%;
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.header-menu .sub-menu li {
  padding: 0;
}

.header-menu .sub-menu li a {
  padding: 7px 20px;
}

.header-menu .sub-menu li .sub-menu {
  top: 0px;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.header-menu .sub-menu li.menu-item-has-children>a::after {
  content: "\e684";
  font-family: "Pe-icon-7-stroke";
  margin-left: 5px;
  font-size: 24px;
  line-height: 20px;
  display: block;
  float: right;
}

.header-menu .sub-menu li:hover>a {
  padding-left: 25px;
}

.header-menu .sub-menu li:hover .sub-menu {
  top: -12px;
  opacity: 1;
  visibility: visible;
}

.header-menu ul li:hover>.sub-menu-alt,
.header-menu ul li:hover>.mega-sub-menu {
  top: -33%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu ul li:nth-last-of-type(2) .sub-menu-alt li .sub-menu-alt {
    left: auto;
    right: 100%;
  }
}

.header-menu .sub-menu-alt {
  position: absolute;
  width: 255px;
  background-color: #ffffff;
  border-top: 2px solid #494949;
  padding: 10px 0px;
  -webkit-box-shadow: 2px 2px 20px rgba(73, 73, 73, 0.1);
  box-shadow: 2px 2px 20px rgba(73, 73, 73, 0.1);
  top: 0%;
  left: 100%;
  z-index: 9;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.header-menu .sub-menu-alt li {
  padding: 0;
}

.header-menu .sub-menu-alt li a {
  padding: 7px 20px;
}

.header-menu .sub-menu-alt li .sub-menu-alt {
  top: 0px;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.header-menu .sub-menu-alt li.menu-item-has-children>a::after {
  content: "\e684";
  font-family: "Malgun Gothic Semilight";
  margin-left: 5px;
  font-size: 24px;
  line-height: 20px;
  display: block;
  float: right;
}

.header-menu .sub-menu-alt li:hover>a {
  padding-left: 25px;
}

.header-menu .sub-menu-alt li:hover .sub-menu-alt {
  top: -12px;
  opacity: 1;
  visibility: visible;
}

.header-menu .mega-sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 2px 2px 20px rgba(73, 73, 73, 0.1);
  box-shadow: 2px 2px 20px rgba(73, 73, 73, 0.1);
  background-color: #ffffff;
  z-index: 9;
  padding: 30px 15px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-menu .mega-sub-menu>li {
  width: 25%;
  padding: 0 15px;
}

.header-menu .mega-sub-menu>li.manu-banner {
  width: 50%;
  margin-top: 20px;
  position: relative;
}

.header-menu .mega-sub-menu>li.manu-banner img {
  width: 100%;
}

.header-menu .mega-sub-menu>li.manu-banner a::before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  bottom: 50%;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
}

.header-menu .mega-sub-menu>li.manu-banner a::after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  left: 51%;
  right: 50%;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
}

.header-menu .mega-sub-menu>li.manu-banner a:hover::before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
  opacity: 0;
}

.header-menu .mega-sub-menu>li.manu-banner a:hover::after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
  opacity: 0;
}

.header-menu .mega-sub-menu>li .menu-title {
  color: #494949;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.header-menu .mega-sub-menu>li .menu-title::after {
  display: none;
}

.header-menu .mega-sub-menu>li:hover>a {
  color: var(--color-primary) !important;
}

.header-menu .mega-sub-menu>li .menu-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.header-menu .mega-sub-menu>li .menu-item>li {
  padding: 0;
}

.header-menu .mega-sub-menu>li .menu-item>li>a {
  color: #4c4c4c;
  text-transform: capitalize;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  display: block;
}

.header-menu .mega-sub-menu>li .menu-item>li:hover>a {
  padding-left: 5px;
  color: var(--color-primary) !important;
}

.header-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-meta>* {
  padding: 0 10px;
}

.header-meta .action {
  font-size: 24px;
  color: #000000;
  position: relative;
  display: block;
}

@media only screen and (max-width: 575px) {
  .header-meta .action {
    font-size: 22px;
  }
}

.header-meta .action .number {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: var(--color-primary) !important;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  position: absolute;
  top: -2px;
  right: -9px;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .header-meta .action .number {
    right: 0;
  }
}

.header-meta .dropdown .dropdown-menu {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  top: 125% !important;
  left: 0 !important;
}

.header-meta .dropdown .dropdown-profile {
  min-width: 160px;
  padding: 8px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .header-meta .dropdown .dropdown-profile {
    left: auto !important;
    right: 0 !important;
    top: 100% !important;
  }
}

.header-meta .dropdown .dropdown-profile li {
  line-height: 25px;
  font-size: 13px;
}

.header-meta .dropdown .dropdown-profile li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.header-meta .dropdown .dropdown-profile li a:hover {
  color: var(--color-primary) !important;
}

.header-meta .dropdown .dropdown-cart {
  left: auto !important;
  right: -15px !important;
  width: 350px;
}

.header-meta .dropdown .dropdown-cart .cart-content {
  max-height: 292px;
  overflow-y: scroll;
}

.header-meta .dropdown .dropdown-cart .cart-content::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

.header-meta .dropdown .dropdown-cart .cart-content::-webkit-scrollbar {
  width: 5px;
  background-color: #ebebeb;
  border-radius: 10px;
}

.header-meta .dropdown .dropdown-cart .cart-content::-webkit-scrollbar-thumb {
  background-color: var(--color-primary) !important;
  border-radius: 10px;
}

.header-meta .dropdown .dropdown-cart .cart-content ul {
  padding: 0 30px;
}

.header-meta .dropdown .dropdown-cart .cart-content ul li {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.header-meta .dropdown .dropdown-cart .cart-price {
  overflow: hidden;
  padding: 30px;
}

.header-meta .dropdown .dropdown-cart .cart-price .price-inline {
  overflow: hidden;
  line-height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-meta .dropdown .dropdown-cart .cart-price .price-inline .label {
  font-weight: 400;
  color: #a7a7a7;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}

.header-meta .dropdown .dropdown-cart .cart-price .price-inline .value {
  font-weight: 300;
  color: #a7a7a7;
  font-size: 14px;
  display: block;
}

.header-meta .dropdown .dropdown-cart .cart-price .cart-total .price-inline .label {
  font-weight: 600;
  color: #494949;
}

.header-meta .dropdown .dropdown-cart .cart-price .cart-total .price-inline .value {
  font-weight: 600;
  color: #494949;
}

.header-meta .dropdown .dropdown-cart .checkout-btn {
  padding: 0 30px 30px 30px;
}

.header-meta .dropdown .dropdown-cart .checkout-btn .btn {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.header-meta .dropdown .dropdown-search {
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  background: #ffffff;
  width: 360px;
  border-radius: 5px;
  padding: 15px;
}

.single-cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-cart-item .cart-thumb {
  position: relative;
}

.single-cart-item .cart-thumb img {
  width: 85px;
}

.single-cart-item .cart-thumb .product-quantity {
  position: absolute;
  top: 5px;
  left: 5px;
  min-width: 20px;
  line-height: 20px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  background-color: var(--color-primary) !important;
}

.single-cart-item .cart-item-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  position: relative;
}

.single-cart-item .cart-item-content .product-name {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  color: #4c4c4c;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.single-cart-item .cart-item-content .product-price {
  display: block;
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary) !important;
}

.single-cart-item .cart-item-content .attributes-content {
  margin-top: 5px;
}

.single-cart-item .cart-item-content .attributes-content span {
  font-size: 14px;
  line-height: 20px;
  color: #a7a7a7;
  display: block;
  font-weight: 400;
}

.single-cart-item .cart-item-content .attributes-content span strong {
  font-weight: 400;
}

.single-cart-item .cart-item-content .cart-remove {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #494949;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-cart-item .cart-item-content .cart-remove:hover {
  color: var(--color-primary) !important;
}

.header-search {
  position: relative;
  border-radius: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .header-search {
    margin-bottom: 20px;
  }
}

.header-search input {
  padding: 10px 45px 10px 20px;
  width: 100%;
  height: 46px;
  font-size: 14px;
  background: #ffffff;
  color: #494949;
  border: 1px solid var(--color-primary) !important;
  border-radius: 5px;
  outline: none;
}

.header-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 46px;
  background: none;
  text-align: center;
  color: #494949;
  padding: 0;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-search button i {
  font-size: 24px;
  display: block;
  line-height: 46px;
}

.header-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 93;
  background-color: #ffffff;
}

.header-mobile-top {
  padding: 20px 0;
}

.header-toggle .mobile-menu-open {
  display: inline-block;
  background: none;
  border: 0;
  padding: 0;
}

.header-toggle .mobile-menu-open span {
  width: 23px;
  height: 2px;
  background-color: #494949;
  display: block;
}

.header-toggle .mobile-menu-open span:nth-of-type(2) {
  margin: 5px 0;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(73, 73, 73, 0.15);
  box-shadow: 2px 4px 8px rgba(73, 73, 73, 0.15);
  background-color: #292C33 !important;
  padding: 0 !important;
}

.sticky .header-menu .nav-menu li a {
  color: #fff !important;
}

.sticky .menu-item-has-children .sub-menu li a {
  color: #000000 !important;
}




@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .sticky {
    padding: 12px 0 !important;
  }
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

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

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

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

/*--
/*  3.4 - Off Canvas CSS
/*----------------------------------------*/
.offcanvas {
  width: 320px;
  z-index: 1060;
}

.offcanvas-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.canvas-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 20px;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
}

.canvas-action .action {
  font-weight: 400;
  color: #000000;
  background: transparent;
  text-shadow: none;
  cursor: pointer;
  line-height: 20px;
  font-size: 13px;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  margin: 0 15px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.canvas-action .action:hover {
  color: var(--color-primary) !important;
}

.canvas-close-bar {
  background-color: var(--color-dark);
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

.canvas-close-bar button {
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  background: none;
  padding: 0;
  height: 40px;
  border: 0;
}

.offcanvas-body {
  padding: 0;
}

.canvas-menu {
  padding-bottom: 30px;
}

.canvas-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.canvas-menu ul li {
  position: relative !important;
  display: block;
  line-height: 1;
}

.canvas-menu ul li a {
  display: block;
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px;
  padding-right: 50px;
  line-height: 30px;
  text-transform: capitalize;
  border-top: 1px solid #ebebeb;
  text-decoration: none;
}

.canvas-menu ul li a img {
  margin-right: 5px;
}

.canvas-menu ul li .mobile-menu-expand {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 13px;
  right: 21px;
  cursor: pointer;
}

.canvas-menu ul li .mobile-menu-expand::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--color-dark);
  top: 7px;
  left: 2px;
}

.canvas-menu ul li .mobile-menu-expand::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  background-color: var(--color-dark);
  left: 7px;
  bottom: 2px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.canvas-menu ul li.active-expand>.mobile-menu-expand::after {
  height: 0;
}

.canvas-menu ul li ul li a {
  padding-left: 11%;
}

.canvas-menu ul li ul li ul li a {
  padding-left: 16%;
}

.canvas-menu ul li ul li ul li ul li a {
  padding-left: 21%;
}

.canvas-menu ul li ul li ul li ul li ul li a {
  padding-left: 26%;
}

/*----------------------------------------*/
/*  04. Page CSS
/*----------------------------------------*/
/*--
/*  4.1 - Slider CSS
/*----------------------------------------*/
.slider-section {
  background-color: var(--color-medium-gray) !important;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section {
    padding-top: 150px;
  }
}

.slider-section .slider-shape {
  width: 700px;
  height: 700px;
  border-radius: 50px;
  background-color: #eee5ff;
  position: absolute;
  top: -150px;
  right: -90px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-section .slider-shape {
    width: 550px;
    height: 550px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-section .slider-shape {
    width: 350px;
    height: 350px;
    top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .slider-section .slider-shape {
    width: 300px;
    height: 300px;
  }
}

.slider-section-02 {
  background-color: #f8f6ec;
  position: relative;
  overflow: hidden;
}

.single-slider {
  height: 950px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-slider {
    height: 880px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider {
    height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider {
    height: auto;
    padding-top: 115px;
    padding-bottom: 130px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider {
    height: auto;
    padding-top: 245px;
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .single-slider {
    padding-top: 195px;
  }
}

.single-slider.slider-02 {
  background-size: cover;
  background-position: center center;
  height: 940px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider.slider-02 {
    height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .single-slider.slider-02 {
    height: auto;
    padding-top: 275px;
    padding-bottom: 130px;
  }
}

@media only screen and (max-width: 575px) {
  .single-slider.slider-02 {
    padding-top: 215px;
    padding-bottom: 80px;
  }
}

.slider-images {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images {
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .slider-images {
    position: relative;
    padding-bottom: 50px;
    margin-top: 50px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .slider-images {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-images img {
    width: 507px;
  }
}

.slider-content {
  max-width: 570px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    max-width: 370px;
  }
}

.slider-content .title {
  font-size: 80px;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.15;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .slider-content .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content .title {
    font-size: 36px;
  }
}

.slider-content p {
  font-size: 24px;
  font-weight: 400;
  color: var(--color-dark);
  margin-bottom: 0;
  margin-top: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .slider-content p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
  .slider-content p {
    font-size: 14px;
  }

  .slider-content p br {
    display: none;
  }
}

.slider-content-02 .title {
  font-size: 80px;
  font-weight: 500;
  color: var(--color-dark);
  line-height: 1.15;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-02 .title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .slider-content-02 .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content-02 .title {
    font-size: 36px;
  }
}

.slider-content-02 p {
  font-size: 24px;
  font-weight: 400;
  color: var(--color-dark);
  margin-bottom: 0;
  margin-top: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .slider-content-02 p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
  .slider-content-02 p {
    font-size: 14px;
  }

  .slider-content-02 p br {
    display: none;
  }
}

.animation-style-01 .slider-images,
.animation-style-01 .slider-content,
.animation-style-01 .slider-content-02 {
  opacity: 0;
}

.animation-style-01.swiper-slide-active .slider-content,
.animation-style-01.swiper-slide-active .slider-content-02 {
  opacity: 1;
}

.animation-style-01.swiper-slide-active .slider-content .title,
.animation-style-01.swiper-slide-active .slider-content-02 .title {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01.swiper-slide-active .slider-content p,
.animation-style-01.swiper-slide-active .slider-content-02 p {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01.swiper-slide-active .slider-content .btn,
.animation-style-01.swiper-slide-active .slider-content-02 .btn {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animation-style-01.swiper-slide-active .slider-images {
  opacity: 1;
}

.animation-style-01.swiper-slide-active .slider-images img {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slider-active .swiper-pagination {
  text-align: left;
  bottom: 70px;
}

@media only screen and (max-width: 575px) {
  .slider-active .swiper-pagination {
    bottom: 20px;
  }
}

.slider-active .swiper-pagination .swiper-pagination-bullet {
  outline: none;
  background-color: #212121;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  margin: 0 8px;
}

.slider-active .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary) !important;
}

.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--color-primary) !important;
}

.slider-active .swiper-button-next,
.slider-active .swiper-button-prev {
  font-family: "Malgun Gothic Semilight";
  font-size: 18px;
  font-weight: 600;
  color: var(--color-dark) !important;
  text-transform: uppercase;
  outline: none;
  line-height: 1.2;
  width: auto;
  height: auto;
  padding-bottom: 8px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

  .slider-active .swiper-button-next,
  .slider-active .swiper-button-prev {
    margin-top: 50px;
    font-size: 16px;
  }
}

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

  .slider-active .swiper-button-next,
  .slider-active .swiper-button-prev {
    top: auto;
    bottom: 20px;
  }
}

.slider-active .swiper-button-next::before,
.slider-active .swiper-button-prev::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100px;
  height: 2px;
  background-color: var(--color-dark) !important;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

  .slider-active .swiper-button-next::before,
  .slider-active .swiper-button-prev::before {
    width: 150%;
  }
}

.slider-active .swiper-button-next::after,
.slider-active .swiper-button-prev::after {
  display: none;
}

.slider-active .swiper-button-next:hover,
.slider-active .swiper-button-prev:hover {
  color: var(--color-primary) !important;
}

.slider-active .swiper-button-next:hover::before,
.slider-active .swiper-button-prev:hover::before {
  background-color: var(--color-primary) !important;
}

.slider-active .swiper-button-prev {
  left: calc((100% - 1200px) / 2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .swiper-button-prev {
    left: calc((100% - 920px) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active .swiper-button-prev {
    left: calc((100% - 720px) / 2);
  }
}

@media only screen and (max-width: 767px) {
  .slider-active .swiper-button-prev {
    left: calc((100% - 540px) / 2);
  }
}

@media only screen and (max-width: 575px) {
  .slider-active .swiper-button-prev {
    left: 15px;
  }
}

.slider-active .swiper-button-prev::before {
  left: 0;
}

.slider-active .swiper-button-next {
  right: calc((100% - 1200px) / 2);
}

.slider-active .swiper-button-next::before {
  right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .swiper-button-next {
    right: calc((100% - 920px) / 2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active .swiper-button-next {
    right: calc((100% - 720px) / 2);
  }
}

@media only screen and (max-width: 767px) {
  .slider-active .swiper-button-next {
    right: calc((100% - 540px) / 2);
  }
}

@media only screen and (max-width: 575px) {
  .slider-active .swiper-button-next {
    right: 15px;
  }
}

/*--
/*  4.2 - Banner CSS
/*----------------------------------------*/
.banner-wrapper {
  margin-top: -30px;
}

.single-banner {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.single-banner img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  padding-top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
  .single-banner .banner-content {
    padding: 20px;
    padding-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner .banner-content {
    padding: 25px;
    padding-top: 20px;
  }
}

.single-banner .banner-content .title {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.26;
  color: #1c1c1c;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
  .single-banner .banner-content .title {
    font-size: 24px;
  }
}

.single-banner .banner-content .discount {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Malgun Gothic Semilight";
  color: var(--color-primary) !important;
  display: block;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
  .single-banner .banner-content .discount {
    font-size: 26px;
  }
}

.single-banner .banner-content .btn {
  margin-top: 16px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 400;
}

.single-banner .banner-content.content-02 .title {
  color: #ffffff;
}

.single-banner .banner-content.content-02 .discount {
  color: var(--color-dark);
}

.single-banner:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-banner-02 {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.single-banner-02 img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 50vh;
}

.single-banner-02 .banner-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
}

.title p{
  font-weight: 600;
  color: #ffffff;
  padding: 1rem;
  border-radius: 5px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-02 .banner-content {
    padding: 20px;
    padding-top: 15px;
  }
}

.single-banner-02 .banner-content .title {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-02 .banner-content .title {
    font-size: 30px;
  }
}

.single-banner-02 .banner-content .discount {
  font-size: 54px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Malgun Gothic Semilight";
  color: var(--color-primary) !important;
  display: block;
  margin-top: 6px;
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-02 .banner-content .discount {
    font-size: 34px;
  }
}

.single-banner-02 .banner-content .btn {
  margin-top: 20px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 400;
}

.single-banner-02:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-banner-03 {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.single-banner-03 img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-banner-03 .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 60px;
  padding-top: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .single-banner-03 .banner-content {
    padding: 40px;
    padding-top: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .single-banner-03 .banner-content {
    padding: 20px;
    padding-top: 15px;
  }
}

.single-banner-03 .banner-content .sub-title {
  font-size: 20px;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .single-banner-03 .banner-content .sub-title {
    font-size: 16px;
  }
}

.single-banner-03 .banner-content .title {
  margin-bottom: 0;
}

.single-banner-03 .banner-content .title a {
  font-size: 40px;
  font-weight: 600;
  color: var(--color-primary) !important;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 5px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-03 .banner-content .title a {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .single-banner-03 .banner-content .title a {
    font-size: 24px;
  }
}

.single-banner-03 .banner-content .title a:hover {
  color: var(--color-primary) !important;
}

.single-banner-03 .banner-content .btn {
  margin-top: 25px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 400;
}

@media only screen and (max-width: 575px) {
  .single-banner-03 .banner-content .btn {
    margin-top: 15px;
  }
}

.single-banner-03:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*--
/*  4.3 - Product CSS
/*----------------------------------------*/
.product-section-wrapper {
  margin-top: -50px;
}

.product-wrapper {
  margin-top: 50px;
}

.product-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  margin-top: -5px;
}

@media only screen and (max-width: 767px) {
  .product-top-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.product-top-wrapper>* {
  padding-bottom: 5px;
}

.product-menu .nav li {
  margin: 0 16px;
}

@media only screen and (max-width: 575px) {
  .product-menu .nav li {
    margin-bottom: 10px;
  }
}

.product-menu .nav li:first-child {
  margin-left: 0;
}

.product-menu .nav li:last-child {
  margin-right: 0;
}

.product-menu .nav li button {
  padding: 0;
  border: 0;
  background: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a7a7a7;
}

@media only screen and (max-width: 575px) {
  .product-menu .nav li button {
    font-size: 13px;
  }
}

.product-menu .nav li button.active,
.product-menu .nav li button:hover {
  color: var(--color-primary) !important;
}

.single-product {
  position: relative;
  margin-top: 30px;
}

.single-product a {
  display: block;
}

.single-product a img {
  width: 100%;
}

.single-product .product-content {
  padding-top: 15px;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .single-product .product-content {
    padding-right: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product .product-content {
    padding-right: 45px;
  }
}

.single-product .product-content .title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: "Malgun Gothic Semilight";
  color: #4c4c4c;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .single-product .product-content .title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product .product-content .title {
    font-size: 16px;
  }
}

.single-product .product-content .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product .product-content .price .sale-price {
  font-size: 18px;
  color: var(--color-primary) !important;
  margin-top: 7px;
  font-weight: 400;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .single-product .product-content .price .sale-price {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product .product-content .price .sale-price {
    font-size: 18px;
  }
}

.single-product .product-content .price .old-price {
  font-size: 16px;
  color: #a4a4a4;
  margin-top: 7px;
  margin-left: 10px;
  text-decoration: line-through;
  font-weight: 400;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .single-product .product-content .price .old-price {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product .product-content .price .old-price {
    font-size: 16px;
  }
}

.single-product .product-meta {
  position: absolute;
  bottom: 0;
  right: 0;
}

.single-product .product-meta li {
  overflow: hidden;
}

.single-product .product-meta li+li {
  margin-top: 15px;
}

.single-product .product-meta li .action {
  width: 44px;
  height: 44px;
  line-height: 46px;
  border: 1px solid #ededed;
  text-align: center;
  font-size: 23px;
  color: #000000;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  display: block;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .single-product .product-meta li .action {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .single-product .product-meta li .action {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 23px;
  }
}

.single-product .product-meta li:last-child a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  background-color: transparent;
}

.single-product:hover .product-meta li .action {
  border-color: #3d3d3d;
  background-color: #3d3d3d;
  color: #ffffff;
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-product:hover .product-meta li .action:nth-last-of-type(1) {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.single-product:hover .product-meta li .action:nth-last-of-type(2) {
  -webkit-transition-delay: 0.3;
  -o-transition-delay: 0.3;
  transition-delay: 0.3;
}

.single-product:hover .product-meta li .action:nth-last-of-type(3) {
  -webkit-transition-delay: 0.6;
  -o-transition-delay: 0.6;
  transition-delay: 0.6;
}

.single-product:hover .product-meta li .action:nth-last-of-type(4) {
  -webkit-transition-delay: 0.9;
  -o-transition-delay: 0.9;
  transition-delay: 0.9;
}

.single-product:hover .product-meta li .action:hover {
  border-color: var(--color-primary) !important;
  background-color: var(--color-primary) !important;
  color: #ffffff;
}

.single-product-02 {
  position: relative;
  margin-top: 30px;
}

.single-product-02 .product-images {
  position: relative;
}

.single-product-02 .product-images a {
  display: block;
}

.single-product-02 .product-images a img {
  width: 100%;
}

.single-product-02 .product-images .product-meta {
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-product-02 .product-images .product-meta li {
  overflow: hidden;
}

.single-product-02 .product-images .product-meta li+li {
  margin-left: 5px;
}

.single-product-02 .product-images .product-meta li .action {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #ededed;
  text-align: center;
  font-size: 23px;
  color: #000000;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  display: block;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product-02 .product-images .product-meta li .action {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
  }
}

.single-product-02 .product-images .discount {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 16px;
  color: var(--color-primary) !important;
}

.single-product-02 .product-content {
  padding-top: 18px;
  text-align: center;
}

.single-product-02 .product-content .title {
  margin-bottom: 0;
}

.single-product-02 .product-content .title a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Malgun Gothic Semilight";
  color: #4c4c4c;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product-02 .product-content .title a {
    font-size: 15px;
  }
}

.single-product-02 .product-content .title a:hover {
  color: var(--color-primary) !important;
}

.single-product-02 .product-content .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product-02 .product-content .price .sale-price {
  font-size: 18px;
  color: var(--color-primary) !important;
  margin-top: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product-02 .product-content .price .sale-price {
    font-size: 16px;
  }
}

.single-product-02 .product-content .price .old-price {
  font-size: 16px;
  color: #a4a4a4;
  margin-top: 3px;
  margin-left: 10px;
  text-decoration: line-through;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product-02 .product-content .price .old-price {
    font-size: 14px;
  }
}

.single-product-02:hover .product-meta li .action {
  border-color: #3d3d3d;
  background-color: #3d3d3d;
  color: #ffffff;
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-product-02:hover .product-meta li .action:nth-last-of-type(1) {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.single-product-02:hover .product-meta li .action:nth-last-of-type(2) {
  -webkit-transition-delay: 0.3;
  -o-transition-delay: 0.3;
  transition-delay: 0.3;
}

.single-product-02:hover .product-meta li .action:nth-last-of-type(3) {
  -webkit-transition-delay: 0.6;
  -o-transition-delay: 0.6;
  transition-delay: 0.6;
}

.single-product-02:hover .product-meta li .action:nth-last-of-type(4) {
  -webkit-transition-delay: 0.9;
  -o-transition-delay: 0.9;
  transition-delay: 0.9;
}

.single-product-02:hover .product-meta li .action:hover {
  border-color: var(--color-primary) !important;
  background-color: var(--color-primary) !important;
  color: #ffffff;
}

.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .product-list {
    display: block;
  }
}

.product-list .product-images {
  position: relative;
  width: 320px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-list .product-images {
    width: 270px;
  }
}

@media only screen and (max-width: 767px) {
  .product-list .product-images {
    width: 100%;
  }
}

.product-list .product-content {
  padding-top: 0;
  padding-left: 30px;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 570px;
  margin-top: -4px;
}

@media only screen and (max-width: 767px) {
  .product-list .product-content {
    margin-top: 0;
    padding-top: 25px;
    padding-left: 0;
  }
}

.product-list .product-content .title a {
  font-size: 20px;
}

.product-list .product-content .price {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 5px;
}

.product-list .product-content p {
  margin-bottom: 0;
  margin-top: 15px;
}

.product-wrapper-02 {
  padding-top: 20px;
}

.product-wrapper-02 .product-tabs-content {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .product-wrapper-02 .product-tabs-content {
    padding-top: 0;
  }
}

/*--
/*  4.4 - Call to Action CSS
/*----------------------------------------*/
.call-to-action {
  background: var(--color-light) !important;
  height: 696px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .call-to-action {
    height: 526px;
  }
}

.call-to-action-content .title {
  color: #ffb300;
  font-size: 72px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .call-to-action-content .title {
    font-size: 52px;
  }
}

@media only screen and (max-width: 575px) {
  .call-to-action-content .title {
    font-size: 32px;
  }
}

.call-to-action-content p {
  font-size: 24px;
  font-weight: 400;
  color: var(--color-dark);
}

@media only screen and (max-width: 767px) {
  .call-to-action-content p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .call-to-action-content p {
    font-size: 16px;
  }
}

/*--
/*  4.5 - Benefit CSS
/*----------------------------------------*/
.benefit-wrapper {
  margin-top: -30px;
}

.single-benefit {
  text-align: center;
  border: 1px solid var(--color-primary) !important;
  padding: 60px 50px 55px;
  margin-top: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
  .single-benefit {
    padding: 40px 30px 35px;
  }
}

.single-benefit .title {
  font-size: 30px;
  font-weight: 500;
  color: #303030;
  margin-top: 10px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
  .single-benefit .title {
    font-size: 24px;
  }
}

.single-benefit p {
  font-size: 14px;
  color: #6a6a69;
  line-height: 1.8;
  margin-bottom: 0;
  margin-top: 12px;
}

/*--
/*  4.6 - Products Banner CSS
/*----------------------------------------*/
.single-products-banner {
  position: relative;
  overflow: hidden;
}

.single-products-banner img {
  width: 100%;
}

.single-products-banner .products-banner-content {
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-products-banner .products-banner-content .banner-content-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 30px;
  padding-right: 50px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .single-products-banner .products-banner-content .banner-content-wrapper {
    padding: 10px 15px;
  }
}

.single-products-banner .products-banner-content .banner-content-wrapper .title {
  margin-bottom: 0;
}

.single-products-banner .products-banner-content .banner-content-wrapper .title a {
  font-size: 30px;
  font-weight: 700;
  color: #343434;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .single-products-banner .products-banner-content .banner-content-wrapper .title a {
    font-size: 26px;
  }
}

.single-products-banner .products-banner-content .banner-content-wrapper .title a:hover {
  color: var(--color-primary) !important;
}

.single-products-banner .products-banner-content .banner-content-wrapper .products-count {
  font-family: "Malgun Gothic Semilight";
  font-size: 24px;
  color: #343434;
  display: block;
  line-height: 1.2;
  margin-top: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .single-products-banner .products-banner-content .banner-content-wrapper .products-count {
    font-size: 20px;
  }
}

.single-products-banner .products-banner-content .banner-content-wrapper .arrow {
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-primary) !important;
  display: inline-block;
  font-size: 36px;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .single-products-banner .products-banner-content .banner-content-wrapper .arrow {
    width: 35px;
    height: 35px;
    line-height: 38px;
    right: 15px;
    font-size: 30px;
  }
}

.single-products-banner .products-banner-content .banner-content-wrapper .arrow:hover {
  background-color: #494949;
  color: #ffffff;
}

.single-products-banner:hover .products-banner-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/*--
/*  4.7 - Blog CSS
/*----------------------------------------*/
.blog-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: -5px;
}

.blog-wrapper {
  margin-top: -50px;
}

.single-blog {
  margin-top: 50px;
}

.single-blog>a {
  display: block;
}

.single-blog>a img {
  width: 100%;
}

.single-blog .gallery-active {
  position: relative;
}

.single-blog .gallery-active a {
  display: block;
}

.single-blog .gallery-active a img {
  width: 100%;
}

.single-blog .gallery-active .swiper-button-next,
.single-blog .gallery-active .swiper-button-prev {
  margin-top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ededed;
  display: block;
  color: #ededed;
  border-radius: 50%;
  font-size: 28px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-blog .gallery-active .swiper-button-next:hover,
.single-blog .gallery-active .swiper-button-prev:hover {
  color: #ffffff;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.single-blog .gallery-active .swiper-button-next::after,
.single-blog .gallery-active .swiper-button-prev::after {
  display: none;
}

.single-blog .gallery-active .swiper-button-next i,
.single-blog .gallery-active .swiper-button-prev i {
  line-height: 28px;
}

.single-blog .blog-embed {
  height: 100%;
}

.single-blog .blog-embed .ratio-16x9 {
  --bs-aspect-ratio: calc(9.35 / 15 * 100%);
}

.single-blog .blog-content {
  padding-top: 28px;
}

.single-blog .blog-content .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-blog .blog-content .blog-meta li {
  font-size: 15px;
  font-weight: 500;
  color: #545454;
  font-family: "Malgun Gothic Semilight";
  display: inherit;
}

.single-blog .blog-content .blog-meta li i {
  font-size: 18px;
  color: #000000;
  margin-right: 8px;
}

.single-blog .blog-content .blog-meta li+li {
  margin-left: 20px;
}

.single-blog .blog-content .title {
  margin-bottom: 0;
  margin-top: 10px;
  display: inline-block;
  color: var(--color-dark);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
  .single-blog .blog-content .title {
    font-size: 20px;
  }
}

.single-blog .blog-content p {
  margin-top: 15px;
  margin-bottom: 0;
}

.single-blog .blog-content .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin-top: 30px;
  font-weight: 400;
}

/*--
/*  4.8 - Countdown CSS
/*----------------------------------------*/
.countdown-content {
  margin-top: 45px;
}

.countdown-content .title {
  font-weight: 700;
  font-size: 48px;
  color: #303030;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-content .title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 575px) {
  .countdown-content .title {
    font-size: 28px;
  }
}

.countdown-content .title span {
  color: var(--color-primary) !important;
}

.countdown-content p {
  max-width: 470px;
  color: #6a6a69;
  font-size: 14px;
  padding-top: 15px;
}

.countdown-content .btn {
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 40px;
}

.countdown-wrapper .countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.countdown-wrapper .countdown .single-countdown {
  text-align: center;
  position: relative;
  margin-top: 5px;
}

.countdown-wrapper .countdown .single-countdown+.single-countdown {
  margin-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-wrapper .countdown .single-countdown+.single-countdown {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .countdown-wrapper .countdown .single-countdown+.single-countdown {
    margin-left: 40px;
  }
}

.countdown-wrapper .countdown .single-countdown+.single-countdown::before {
  position: absolute;
  top: 0;
  left: -40px;
  content: ":";
  font-family: "Malgun Gothic Semilight";
  font-weight: 700;
  color: #303030;
  font-size: 60px;
  line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-wrapper .countdown .single-countdown+.single-countdown::before {
    font-size: 50px;
    left: -37px;
  }
}

@media only screen and (max-width: 575px) {
  .countdown-wrapper .countdown .single-countdown+.single-countdown::before {
    font-size: 30px;
    left: -24px;
  }
}

.countdown-wrapper .countdown .single-countdown .count {
  font-size: 60px;
  font-weight: 700;
  font-family: "Malgun Gothic Semilight";
  color: #303030;
  display: block;
  line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-wrapper .countdown .single-countdown .count {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .countdown-wrapper .countdown .single-countdown .count {
    font-size: 30px;
  }
}

.countdown-wrapper .countdown .single-countdown .value {
  font-size: 16px;
  font-weight: 600;
  font-family: "Malgun Gothic Semilight";
  text-transform: uppercase;
  color: #303030;
  display: block;
}

.countdown-images {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-top: 50px;
}

.countdown-images .shape-1 {
  border-radius: 50%;
  background-color: #ffb300;
  position: absolute;
  left: 50px;
  top: 0px;
  width: 327px;
  height: 327px;
  z-index: -1;
}

.countdown-images .shape-2 {
  background: -webkit-linear-gradient(0deg, rgb(248, 163, 36) 0%, rgb(239, 73, 35) 100%);
  background: -ms-linear-gradient(0deg, rgb(248, 163, 36) 0%, rgb(239, 73, 35) 100%);
  -webkit-box-shadow: 0px 0px 24px 6px rgba(104, 104, 104, 0.16);
  box-shadow: 0px 0px 24px 6px rgba(104, 104, 104, 0.16);
  position: absolute;
  left: 140px;
  top: 55px;
  width: 58px;
  height: 58px;
  z-index: -1;
  border-radius: 50%;
}

.countdown-images .shape-3 {
  border-radius: 50%;
  background-color: #ffa987;
  position: absolute;
  right: 50px;
  bottom: -176px;
  width: 278px;
  height: 278px;
  z-index: -1;
}

/*--
/*  4.9 - Marker CSS
/*----------------------------------------*/
.marker-wrapper {
  height: 300px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .marker-wrapper {
    height: 230px;
  }
}

@media only screen and (max-width: 575px) {
  .marker-wrapper {
    background-size: 160% 100%;
    background-position: center right;
  }
}

.marker-wrapper .marker-content {
  padding: 50px 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marker-wrapper .marker-content {
    padding: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .marker-wrapper .marker-content {
    padding: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .marker-wrapper .marker-content {
    display: none;
  }
}

.marker-wrapper .marker-content .sub-title {
  color: var(--color-dark-gray) !important;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.marker-wrapper .marker-content .title {
  color: var(--color-dark-gray) !important;
  font-size: 48px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 1.1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .marker-wrapper .marker-content .title {
    font-size: 38px;
  }
}

.marker-wrapper .image-pointer {
  position: absolute;
  cursor: pointer;
}

.marker-wrapper .image-pointer.pointer-01 {
  top: 50%;
  left: 44%;
}

@media only screen and (max-width: 767px) {
  .marker-wrapper .image-pointer.pointer-01 {
    top: 48%;
  }
}

@media only screen and (max-width: 575px) {
  .marker-wrapper .image-pointer.pointer-01 {
    left: 10%;
  }
}

@media only screen and (max-width: 575px) {
  .marker-wrapper .image-pointer.pointer-01 .pointer-box {
    left: -30px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.marker-wrapper .image-pointer.pointer-02 {
  top: 58px;
  left: 55.5%;
}

@media only screen and (max-width: 767px) {
  .marker-wrapper .image-pointer.pointer-02 {
    top: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .marker-wrapper .image-pointer.pointer-02 {
    left: 27%;
  }
}

.marker-wrapper .image-pointer.pointer-03 {
  top: 40%;
  left: 67%;
}

@media only screen and (max-width: 575px) {
  .marker-wrapper .image-pointer.pointer-03 {
    left: 46%;
  }
}

.marker-wrapper .image-pointer.pointer-04 {
  top: 39%;
  left: 80.5%;
}

@media only screen and (max-width: 575px) {
  .marker-wrapper .image-pointer.pointer-04 {
    left: 67%;
  }
}

.marker-wrapper .image-pointer i {
  width: 30px;
  height: 30px;
  line-height: 26px;
  border: 2px solid #ffffff;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  color: #ffffff;
  border-radius: 50%;
  background-color: rgba(46, 43, 36, 0.81) !important;
}

.marker-wrapper .image-pointer .pointer-box {
  width: 200px;
  padding: 15px 20px;
  background-color: #ffffff;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 2px 4px 8px rgba(73, 73, 73, 0.15);
  box-shadow: 2px 4px 8px rgba(73, 73, 73, 0.15);
  z-index: 5;
}

.marker-wrapper .image-pointer .pointer-box .name {
  margin-bottom: 0;
}

.marker-wrapper .image-pointer .pointer-box .name a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Malgun Gothic Semilight";
  color: #4c4c4c;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .marker-wrapper .image-pointer .pointer-box .name a {
    font-size: 15px;
  }
}

.marker-wrapper .image-pointer .pointer-box .name a:hover {
  color: var(--color-primary) !important;
}

.marker-wrapper .image-pointer .pointer-box .price {
  font-size: 18px;
  color: var(--color-primary) !important;
  margin-top: 3px;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .marker-wrapper .image-pointer .pointer-box .price {
    font-size: 16px;
  }
}

.marker-wrapper .image-pointer:hover .pointer-box {
  opacity: 1;
  visibility: visible;
}

/*--
/*  4.10 - Brand CSS
/*----------------------------------------*/
.brand-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-self: center;
}

@media only screen and (max-width: 767px) {
  .brand-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 575px) {
  .brand-row {
    grid-template-columns: 1fr 1fr;
  }
}

.brand-row .brand-col .single-brand {
  margin-left: -1px;
}

@media only screen and (max-width: 767px) {
  .brand-row .brand-col .single-brand {
    margin-top: -1px;
  }
}

.single-brand {
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  padding: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .single-brand {
    height: 150px;
  }
}

.brand-logo {
  background-color: var(--color-dark-gray) !important;
  padding: 50px 0;
}

.single-brand-02 {
  text-align: center;
}

.single-brand-02 img {
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-brand-02:hover img {
  opacity: 1;
}

/*--
/*  4.11 - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    height: 400px;
  }
}

.page-banner-content {
  padding-top: 25vh;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-content {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-content {
    padding-top: 145px;
  }
}

.page-banner-content .title {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.page-banner-content .breadcrumb {
  margin-bottom: 0;
}

.page-banner-content .breadcrumb li {
  font-size: 14px;
  color: #262c52;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-banner-content .breadcrumb li.active {
  color: #ffffff;
}

.page-banner-content .breadcrumb li+li::before {
  content: "\e684";
  font-family: "Malgun Gothic Semilight";
  font-size: 22px;
  line-height: 0.8;
}

/*--
/*  4.12 - History CSS
/*----------------------------------------*/
.history-content p {
  font-size: 16px;
  margin-top: 25px;
}

.history-icon {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.history-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fcdd93;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.history-icon img {
  border-radius: 50%;
  position: relative;
}

/*--
/*  4.13 - Gallery CSS
/*----------------------------------------*/
.image-gallery {
  margin-top: 30px;
}

.image-gallery img {
  width: 100%;
}

/*--
/*  4.14 - Counter CSS
/*----------------------------------------*/
.single-counter {
  text-align: center;
  border: 1px solid #e1e1e1;
  padding: 30px;
  padding-top: 35px;
  margin-top: 30px;
}

@media only screen and (max-width: 575px) {
  .single-counter {
    padding: 25px 10px;
  }
}

.single-counter .count {
  color: #ffb300;
  font-weight: 600;
  font-family: "Malgun Gothic Semilight";
  display: block;
}

.single-counter .count span {
  font-size: 60px;
  line-height: 0.8;
  font-family: "Malgun Gothic Semilight";
}

@media only screen and (max-width: 575px) {
  .single-counter .count span {
    font-size: 30px;
  }
}

.single-counter .count sub {
  font-size: 30px;
  bottom: -11px;
}

@media only screen and (max-width: 575px) {
  .single-counter .count sub {
    font-size: 18px;
    bottom: -2px;
  }
}

.single-counter p {
  color: #565656;
  font-size: 16px;
  font-weight: 600;
  font-family: "Malgun Gothic Semilight";
}

@media only screen and (max-width: 575px) {
  .single-counter p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
  }
}

/*--
/*  4.15 - Testimonial CSS
/*----------------------------------------*/
.testimonial-wrapper {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 15px;
}

.single-testimonial {
  text-align: center;
}

.single-testimonial p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Malgun Gothic Semilight";
  color: #4d4d4d;
  line-height: 1.7;
  margin-top: 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .single-testimonial p {
    font-size: 16px;
  }
}

.single-testimonial .author-thumb {
  border-radius: 50%;
  margin-top: 40px;
}

.single-testimonial .name {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-dark);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 25px;
}

.single-testimonial .designation {
  font-family: "Malgun Gothic Semilight";
  font-weight: 500;
  font-size: 14px;
  color: #656565;
  display: block;
  text-transform: uppercase;
}

.testimonial-active .swiper-pagination {
  bottom: 0px;
  position: relative;
  margin-top: 35px;
  height: 18px;
}

.testimonial-active .swiper-pagination .swiper-pagination-bullet {
  outline: none;
  background-color: #393939;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  width: 16px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50px;
}

.testimonial-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary) !important;
  width: 25px;
}

/*--
/*  4.16 - Team CSS
/*----------------------------------------*/
.team-wrapper {
  padding-top: 14px;
}

.single-team {
  margin-top: 30px;
}

.single-team .team-images {
  overflow: hidden;
}

.single-team .team-images img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-team .team-content {
  text-align: center;
  padding-top: 22px;
}

.single-team .team-content .name {
  font-size: 24px;
  font-weight: 600;
  color: #4c5c76;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .single-team .team-content .name {
    font-size: 20px;
  }
}

.single-team .team-content .designation {
  font-size: 18px;
  font-weight: 500;
  font-family: "Malgun Gothic Semilight";
  color: #656565;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .single-team .team-content .designation {
    font-size: 16px;
  }
}

.single-team:hover .team-images img {
  -webkit-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

/*--
/*  4.17 - Shop CSS
/*----------------------------------------*/
.shop-top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 43px;
}

@media only screen and (max-width: 575px) {
  .shop-top-bar>* {
    width: 100%;
    text-align: center;
  }
}

.shop-top-bar .shop-text p {
  font-size: 18px;
  font-family: "Malgun Gothic Semilight";
  font-weight: 500;
  color: #6c6c6c;
  text-transform: uppercase;
}

.shop-top-bar .shop-text p span {
  color: #ffb300;
}

@media only screen and (max-width: 575px) {
  .shop-top-bar .shop-tabs .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.shop-top-bar .shop-tabs .nav li {
  padding: 0 6px;
}

.shop-top-bar .shop-tabs .nav li button {
  border: 0;
  padding: 0;
  background: none;
  color: #9e9e9e;
  font-size: 18px;
}

.shop-top-bar .shop-tabs .nav li button:hover,
.shop-top-bar .shop-tabs .nav li button.active {
  color: #000000;
}

.shop-top-bar .shop-sort .title {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  font-family: "Malgun Gothic Semilight";
  color: #6c6c6c;
}

.shop-top-bar .shop-sort .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0;
  display: inline-block;
  float: none;
  font-family: "Malgun Gothic Semilight";
  font-size: 18px;
  font-weight: 500;
  height: 28px;
  line-height: 26px;
  outline: none;
  padding-left: 0;
  color: #000000;
}

.shop-top-bar .shop-sort .select2-container--default .select2-selection--single::after {
  display: none;
}

/*--
/*  4.18 - Product Details CSS
/*----------------------------------------*/
.product-details-images {
  margin-top: 50px;
}

.details-gallery-images .single-img img {
  width: 100%;
}

.details-gallery-thumbs {
  position: relative;
}

@media only screen and (max-width: 575px) {
  .details-gallery-thumbs {
    padding: 0 30px;
  }
}

.details-gallery-thumbs .swiper-container {
  max-width: 410px;
  margin: 20px auto 0;
}

@media only screen and (max-width: 575px) {
  .details-gallery-thumbs .swiper-container {
    max-width: 100%;
  }
}

.details-gallery-thumbs .swiper-container img {
  width: 100%;
}

.details-gallery-thumbs .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.details-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.details-gallery-thumbs .swiper-button-next,
.details-gallery-thumbs .swiper-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  display: block;
  color: #e6e6e6;
  border-radius: 50%;
  font-size: 28px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  opacity: 1;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

  .details-gallery-thumbs .swiper-button-next,
  .details-gallery-thumbs .swiper-button-prev {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
  }
}

.details-gallery-thumbs .swiper-button-next:hover,
.details-gallery-thumbs .swiper-button-prev:hover {
  color: #ffffff;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.details-gallery-thumbs .swiper-button-next::after,
.details-gallery-thumbs .swiper-button-prev::after {
  display: none;
}

.details-gallery-thumbs .swiper-button-next i,
.details-gallery-thumbs .swiper-button-prev i {
  line-height: 28px;
}

.details-gallery-thumbs .swiper-button-next {
  right: 0;
}

.details-gallery-thumbs .swiper-button-prev {
  left: 0;
}

/* .product-details-description {
  margin-top: 50px;
} */

.product-details-description.product-details-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  left: 0;
  width: 100%;
}

.product-details-description .product-name {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .product-details-description .product-name {
    font-size: 24px;
  }
}

.product-details-description .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-description .price .sale-price {
  font-size: 24px;
  color: var(--color-primary) !important;
  margin-top: 5px;
}

@media only screen and (max-width: 575px) {
  .product-details-description .price .sale-price {
    font-size: 20px;
  }
}

.product-details-description .price .old-price {
  font-size: 20px;
  color: #a4a4a4;
  margin-top: 5px;
  margin-left: 10px;
  text-decoration: line-through;
}

@media only screen and (max-width: 575px) {
  .product-details-description .price .old-price {
    font-size: 16px;
  }
}

.product-details-description .review-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 12px;
}

.product-details-description .review-wrapper .review-star {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.product-details-description .review-wrapper .review-star::before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "Malgun Gothic Semilight";
  display: inline-block;
  color: #dbdbdb;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 10px;
}

@media only screen and (max-width: 575px) {
  .product-details-description .review-wrapper .review-star::before {
    letter-spacing: 5px;
  }
}

.product-details-description .review-wrapper .review-star .star {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.product-details-description .review-wrapper .review-star .star::before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "Malgun Gothic Semilight";
  display: inline-block;
  color: #ffc600;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 10px;
}

@media only screen and (max-width: 575px) {
  .product-details-description .review-wrapper .review-star .star::before {
    letter-spacing: 5px;
  }
}

.product-details-description .review-wrapper p {
  font-size: 16px;
  font-family: "Malgun Gothic Semilight";
  font-weight: 600;
  color: #9f9e9e;
  margin-top: 0;
  margin-bottom: 0;
}

.product-details-description .lable {
  color: #3f3d3d;
  font-size: 20px;
  font-family: "Malgun Gothic Semilight";
  font-weight: 600;
  margin-right: 5px;
}

.product-details-description .value {
  color: #9f9e9e;
  font-size: 40px;
  font-family: "Malgun Gothic Semilight";
  font-weight: 600;
}
.single-info span.value::after {
  content: '';
  display: block;
  width: 30%;
  height: 3px;
  background: #827b73;
  margin-top: 5px;
}

.product-details-description .product-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}

.product-details-description .product-color ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-details-description .product-color ul li {
  margin-left: 15px;
}

.product-details-description .product-color ul li input[type=checkbox],
.product-details-description .product-color ul li input[type=radio] {
  display: none;
}

.product-details-description .product-color ul li input[type=checkbox]+label,
.product-details-description .product-color ul li input[type=radio]+label {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  font-family: "Malgun Gothic Semilight";
  cursor: pointer;
  display: block;
}

.product-details-description .product-color ul li input[type=checkbox]+label span,
.product-details-description .product-color ul li input[type=radio]+label span {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 2px solid #888888;
  display: inline-block;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-details-description .product-color ul li input[type=checkbox]+label span::before,
.product-details-description .product-color ul li input[type=radio]+label span::before {
  position: absolute;
  content: "\f00c";
  font-family: "Malgun Gothic Semilight";
  font-size: 10px;
  font-weight: 300;
  width: 15px;
  height: 15px;
  line-height: 15px;
  top: -2px;
  left: -2px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-details-description .product-color ul li input[type=checkbox]:checked+label span,
.product-details-description .product-color ul li input[type=radio]:checked+label span {
  background-color: #ffb300;
  border-color: #ffb300;
}

.product-details-description .product-color ul li input[type=checkbox]:checked+label span::before,
.product-details-description .product-color ul li input[type=radio]:checked+label span::before {
  opacity: 1;
  visibility: visible;
}

.product-details-description p {
  line-height: 1.8;
  color: #6c788c;
  margin-bottom: 0;
  margin-top: 25px;
}

.product-details-description .product-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-details-description .product-meta>* {
  margin-right: 10px;
}

.product-details-description .product-quantity {
  position: relative;
  margin-top: 10px;
  background-color: #494949;
  border-radius: 5px;
}

.product-details-description .product-quantity button {
  background: none;
  color: #ffffff;
  height: 50px;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  padding: 0;
}

.product-details-description .product-quantity input {
  width: 35px;
  height: 50px;
  border: 0;
  padding: 0 5px;
  background: none;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  color: #ffffff;
  text-align: center;
}

.product-details-description .product-quantity>*:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 16px;
}

.product-details-description .product-quantity>*:last-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-right: 16px;
}

.product-details-description .meta-action .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}

.product-details-description .meta-action .action {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 23px;
  color: #ffffff;
  background-color: #494949;
  display: block;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-details-description .meta-action .action:hover {
  background-color: var(--color-primary) !important;
}

.product-details-description .product-info {
  padding-top: 33px;
}

.product-details-description .product-info .single-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-top: 5px; */
  /* margin-bottom: 5px; */
  padding: 0px 10px 0px 10px;
}

.product-details-description .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.product-details-description .social li {
  margin-right: 25px;
}

.product-details-description .social li a {
  font-size: 16px;
  color: #9f9e9e;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-details-description .social li a:hover {
  color: var(--color-primary) !important;
}

.product-details-description .product-table {
  margin-top: 40px;
}

.product-details-description .product-table .table {
  margin-bottom: 0;
}

.product-details-description .product-table .table tbody tr td {
  border: 1px solid #e1e1e1;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #4c4c4c;
  width: 33.33%;
}

.product-details-description .product-table .table tbody tr td .product-quantity {
  margin-top: 0;
}

.product-details-description .product-table .table tbody tr td .amount {
  font-weight: 500;
  color: var(--color-primary) !important;
}

.product-details-tabs .nav {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 8px;
}

@media only screen and (max-width: 575px) {
  .product-details-tabs .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.product-details-tabs .nav li {
  margin: 0 5px;
}

.product-details-tabs .nav li button {
  color: #cccccc;
  font-size: 24px;
  font-weight: 600;
  font-family: "Malgun Gothic Semilight";
  border: 0;
  background: none;
  padding: 0 10px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-details-tabs .nav li button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color-primary) !important;
  bottom: -9px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 575px) {
  .product-details-tabs .nav li button::before {
    display: none;
  }
}

.product-details-tabs .nav li button.active {
  color: var(--color-primary) !important;
}

.product-details-tabs .nav li button.active::before {
  opacity: 1;
  visibility: visible;
}

.product-details-tabs .tab-content {
  max-width: 970px;
  margin: 0 auto;
}

.information-content {
  padding-top: 35px;
}

.information-content .title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

.information-content ul {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 1rem;
}

.information-content ul li {
  font-size: 15px;
  line-height: 1.8;
}

.information-content>*:last-child {
  margin-bottom: 0;
}

.description-content {
  margin-top: 35px;
}

.reviews-content {
  padding-top: 10px;
}

.reviews-content .reviews-title {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
}

.single-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media only screen and (max-width: 575px) {
  .single-reviews {
    display: block;
  }
}

.single-reviews .comment-author img {
  border-radius: 50%;
}

.single-reviews .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}

@media only screen and (max-width: 575px) {
  .single-reviews .comment-content {
    padding-top: 25px;
    padding-left: 0;
  }
}

.single-reviews .comment-content .author-name-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-reviews .comment-content .author-name-rating .name {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1;
  margin-right: 10px;
}

.single-reviews .comment-content .author-name-rating .review-star {
  position: relative;
  display: inline-block;
}

.single-reviews .comment-content .author-name-rating .review-star::before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "Malgun Gothic Semilight";
  display: inline-block;
  color: #dbdbdb;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 2px;
}

.single-reviews .comment-content .author-name-rating .review-star .star {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.single-reviews .comment-content .author-name-rating .review-star .star::before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "Malgun Gothic Semilight";
  display: inline-block;
  color: #ffc600;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 2px;
}

.single-reviews .comment-content .date {
  color: #adadad;
  font-size: 14px;
  margin-top: 5px;
}

.single-reviews .comment-content p {
  margin-top: 20px;
}

.reviews-form {
  margin-top: 85px;
}

.reviews-form .review-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 35px;
}

.reviews-form .review-rating .title {
  font-weight: 600;
  font-size: 16px;
  font-family: "Malgun Gothic Semilight";
  color: #494949;
  margin-bottom: 0;
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
}

.reviews-form .review-rating ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.reviews-form .review-rating ul li {
  margin: 0 2px;
  font-size: 16px;
  cursor: pointer;
}

.reviews-form .review-rating ul li i {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #ffc600;
}

.reviews-form .review-rating ul li i.hover::before {
  content: "\f005" !important;
}

.reviews-form .form-title {
  font-size: 24px;
  font-weight: 400;
  color: #494949;
}

.reviews-form .form-check {
  margin-top: 30px;
}

.reviews-form .form-check .form-check-input {
  margin-top: 3px;
}

/*--
/*  4.19 - Cart CSS
/*----------------------------------------*/
.cart-table .table {
  margin-bottom: 0;
}

.cart-table .table thead tr th {
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  color: #494949;
}

.cart-table .table thead tr th.product-thumb {
  min-width: 150px;
  width: 150px;
}

.cart-table .table thead tr th.product-info {
  min-width: 330px;
  text-align: left;
}

.cart-table .table thead tr th.product-quantity {
  min-width: 120px;
}

.cart-table .table thead tr th.product-total-price {
  min-width: 90px;
}

.cart-table .table thead tr th.product-add-to-cart {
  min-width: 120px;
}

.cart-table .table thead tr th.product-action {
  min-width: 50px;
}

.cart-table .table tbody tr td {
  border: 1px solid #eaeaea;
  padding: 20px 20px;
  vertical-align: middle;
}

.cart-table .table tbody tr td.product-info .name a {
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  color: #494949;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cart-table .table tbody tr td.product-info .name a:hover {
  color: var(--color-primary) !important;
}

.cart-table .table tbody tr td.product-info .product-prices {
  margin-top: 15px;
}

.cart-table .table tbody tr td.product-info .product-prices .old-price {
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
  color: #b1b1b1;
  margin-right: 8px;
  text-decoration: line-through;
  display: inline-block;
}

.cart-table .table tbody tr td.product-info .product-prices .sale-price {
  color: var(--color-primary) !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  margin-right: 8px;
}

.cart-table .table tbody tr td.product-info .product-size-color p {
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 5px;
}

.cart-table .table tbody tr td.quantity {
  text-align: center;
}

.cart-table .table tbody tr td.quantity .product-quantity {
  position: relative;
  background-color: #494949;
  border-radius: 5px;
}

.cart-table .table tbody tr td.quantity .product-quantity button {
  background: none;
  color: #ffffff;
  height: 50px;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  padding: 0;
}

.cart-table .table tbody tr td.quantity .product-quantity input {
  width: 35px;
  height: 50px;
  border: 0;
  padding: 0 5px;
  background: none;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  color: #ffffff;
  text-align: center;
}

.cart-table .table tbody tr td.quantity .product-quantity>*:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 16px;
}

.cart-table .table tbody tr td.quantity .product-quantity>*:last-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-right: 16px;
}

.cart-table .table tbody tr td.product-total-price {
  text-align: center;
}

.cart-table .table tbody tr td.product-total-price .price {
  font-size: 20px;
}

.cart-table .table tbody tr td.product-add-to-cart {
  text-align: center;
}

.cart-table .table tbody tr td.product-add-to-cart .btn {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0;
}

.cart-table .table tbody tr td.product-action {
  text-align: center;
}

.cart-table .table tbody tr td.product-action .remove {
  text-decoration: none;
  font-size: 20px;
  padding: 0;
  border: 0;
  background: none;
}

.cart-table .table tbody tr td.product-action .remove:hover {
  color: var(--color-primary) !important;
}

.cart-btn {
  border: 1px solid #ebebeb;
  padding: 10px 20px 20px;
  border-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .cart-btn {
    padding: 10px 10px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .cart-btn {
    display: block;
  }
}

.cart-btn .btn {
  margin-top: 10px;
  margin-right: 15px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .cart-btn .btn {
    padding: 0 13px;
    margin-right: 5px;
    font-size: 13px;
  }
}

.cart-btn .btn:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 575px) {
  .cart-btn .left-btn .btn {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .cart-btn .right-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 575px) {
  .cart-btn .right-btn .btn {
    width: 48%;
  }
}

.cart-shipping,
.cart-totals {
  margin-top: 48px;
}

.cart-title .title {
  color: #494949;
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .cart-title .title {
    font-size: 20px;
  }
}

.cart-totals .cart-total-table {
  background-color: #eaeaea;
  padding: 10px 25px;
}

.cart-totals .cart-total-table .table {
  margin-bottom: 0;
}

.cart-totals .cart-total-table .table tbody tr td {
  padding: 5px 0;
  border-top: 0;
}

.cart-totals .cart-total-table .table tbody tr:last-child td {
  border-bottom: 1px;
}

.cart-totals .cart-total-table .shipping-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cart-totals .cart-total-table .value {
  font-size: 14px;
  font: 400px;
  color: #000000;
  text-transform: capitalize;
}

.cart-totals .cart-total-table .price {
  font-size: 14px;
  font: 400px;
  color: #000000;
}

.cart-totals .cart-total-btn {
  margin-top: 30px;
}

.cart-totals .cart-total-btn .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (max-width: 575px) {
  .cart-totals .cart-total-btn .btn {
    margin-right: 5px;
  }
}

.empty-cart .empty-cart-title {
  color: #494949;
  font-size: 35px;
  margin-top: -7px;
}

@media only screen and (max-width: 767px) {
  .empty-cart .empty-cart-title {
    font-size: 24px;
  }
}

.empty-cart .empty-cart-img {
  width: 110px;
  margin: 0 auto;
  padding-top: 25px;
}

.empty-cart p {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 30px;
  color: #494949;
}

.empty-cart .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-weight: 500;
}

/*--
/*  4.20 - Compare CSS
/*----------------------------------------*/
.compare-wrapper .table {
  margin-bottom: 0;
}

.compare-wrapper .table.table-striped>tbody>tr:nth-of-type(2n+1) {
  --bs-table-accent-bg: none;
  color: #333333;
}

.compare-wrapper .table.table-striped>tbody>tr:nth-of-type(2n+2) {
  background-color: #eeeeee;
}

.compare-wrapper .table tbody tr th,
.compare-wrapper .table tbody tr td {
  -webkit-box-flex: 0;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border: 0;
  padding: 15px;
  min-width: 270px;
}

.compare-wrapper .table tbody tr th {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .compare-wrapper .table tbody tr th {
    display: none;
  }
}

.compare-wrapper .table tbody tr td {
  font-weight: 500;
  font-size: 14px;
}

.compare-product {
  position: relative;
  display: inline-block;
  padding-top: 2rem;
  margin-bottom: 30px;
}

.compare-product .pack-product-container .thumb-mask {
  margin-bottom: 20px;
}

.compare-product .pack-product-container .thumb-mask a {
  display: block;
}

.compare-product .pack-product-container .desc-box .product-name {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}

.compare-product .pack-product-container .desc-box .product-reviews {
  margin-bottom: 10px;
}

.compare-product .pack-product-container .desc-box .product-reviews .review-star {
  position: relative;
  display: inline-block;
}

.compare-product .pack-product-container .desc-box .product-reviews .review-star::before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "Malgun Gothic Semilight";
  display: inline-block;
  color: #dbdbdb;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  font-size: 14px;
}

.compare-product .pack-product-container .desc-box .product-reviews .review-star .star {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.compare-product .pack-product-container .desc-box .product-reviews .review-star .star::before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: "Malgun Gothic Semilight";
  display: inline-block;
  color: #ffc600;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  font-size: 14px;
}

.compare-product .pack-product-container .desc-box .product-prices {
  margin-top: 15px;
}

.compare-product .pack-product-container .desc-box .product-prices .old-price {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 5px;
}

@media only screen and (max-width: 575px) {
  .compare-product .pack-product-container .desc-box .product-prices .old-price {
    font-size: 18px;
  }
}

.compare-product .pack-product-container .desc-box .product-prices .sale-price {
  color: var(--color-primary) !important;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-right: 13px;
}

@media only screen and (max-width: 575px) {
  .compare-product .pack-product-container .desc-box .product-prices .sale-price {
    font-size: 24px;
  }
}

.compare-product .pack-product-container .desc-box .product-cart {
  padding-top: 15px;
}

.compare-product .pack-product-container .desc-box .product-cart .btn {
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  font-weight: 500;
}

.compare-product .compare-remove {
  padding: 0;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  color: #555555;
  border: 0;
  background: none;
}

.compare-product .compare-remove::after,
.compare-product .compare-remove::before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 2px;
  display: inline-block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background-color: currentColor;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.compare-product .compare-remove:hover {
  color: var(--color-primary) !important;
}

.compare-product .compare-remove:hover::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--color-primary) !important;
}

.compare-product .compare-remove:hover::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: var(--color-primary) !important;
}

/*--
/*  4.21 - Checkout CSS
/*----------------------------------------*/
.checkout-info {
  margin-top: 30px;
}

.checkout-info .info-header {
  padding: 14px 30px;
  margin: 0;
  position: relative;
  background-color: #eeeff2;
  list-style: none outside !important;
  width: auto;
  word-wrap: break-word;
  color: #000000;
  font-size: 14px;
}

.checkout-info .info-header strong {
  font-weight: 700;
  color: #000000;
}

.checkout-info .info-header i {
  font-size: 12px;
  color: #6dde6d;
  margin-right: 10px;
}

.checkout-info .info-header a {
  color: #000000;
}

.checkout-info .info-header a:hover {
  color: var(--color-primary) !important;
}

.checkout-info .info-header.error i {
  color: #c43002;
}

.checkout-info .card-body {
  padding: 0;
  padding-top: 20px;
}

.checkout-info .card-body p {
  font-size: 14px;
  color: #4c4c4c;
  margin-bottom: 0;
}

.checkout-info .card-body .single-form {
  margin-top: 15px;
}

.checkout-info .card-body .single-form .form-checkbox {
  margin-left: 20px;
}

.checkout-info .card-body .forget {
  margin-top: 15px;
}

.checkout-info .card-body .forget a {
  color: #4c4c4c;
  font-size: 15px;
}

.checkout-info .card-body .forget a:hover {
  color: var(--color-primary) !important;
}

.checkout-title .title {
  font-size: 24px;
  color: #131313;
  position: relative;
}

.checkout-title .title::after {
  content: "";
  width: 50px;
  display: block;
  margin-top: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: inherit;
}

.checkout-form {
  margin-top: 48px;
}

.checkout-account {
  display: none;
}

.checkout-shipping {
  display: none;
}

.checkout-note textarea {
  border: 0;
  background-color: #f7f7f7;
  height: 150px;
}

.checkout-order {
  border: 2px solid #e1e1e1;
  padding: 40px;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .checkout-order {
    padding: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .checkout-order {
    padding: 20px;
  }
}

.checkout-order ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.checkout-order .table {
  margin-bottom: 0;
}

.checkout-order .table thead tr th {
  padding: 10px 0;
  border-top: 0;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
}

.checkout-order .table thead tr th.Product-price {
  text-align: right;
}

.checkout-order .table tbody tr td {
  padding: 5px 0;
  border-top: 0;
  vertical-align: middle;
}

.checkout-order .table tbody tr td p {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.checkout-order .table tbody tr td.Product-price {
  text-align: right;
}

.checkout-order .table tbody tr:first-child td {
  padding-top: 20px;
}

.checkout-order .table tbody tr:last-child td {
  padding-bottom: 20px;
}

.checkout-order .table tfoot tr td {
  padding: 10px 0;
  vertical-align: middle;
}

.checkout-order .table tfoot tr td p {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.checkout-order .table tfoot tr td.Product-price {
  text-align: right;
}

.checkout-order .table tfoot tr td.total-price {
  text-align: right;
}

.checkout-order .table tfoot tr td.total-price p {
  font-size: 18px;
}

.checkout-order .table tfoot tr td .radio label {
  white-space: nowrap;
  color: var(--color-dark);
}

.checkout-payment {
  margin-top: 30px;
}

.checkout-payment .single-payment .payment-radio [type=radio] {
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.checkout-payment .single-payment .payment-radio label {
  color: var(--color-dark);
  line-height: 35px;
}

.checkout-payment .single-payment .payment-radio label span {
  top: 11px;
}

.checkout-payment .single-payment .payment-radio label .payment {
  width: 100px;
  padding: 0 2px;
}

.checkout-payment .single-payment .payment-radio label a {
  color: #000000;
  text-decoration: underline;
  text-transform: capitalize;
}

.checkout-payment .single-payment .payment-radio .payment-details {
  display: none;
  padding: 5px 0;
}

.checkout-payment .single-payment .payment-radio .payment-details p {
  font-size: 14px;
}

.checkout-payment .checkout-btn {
  margin-top: 20px;
}

/*--
/*  4.22 - My Account CSS
/*----------------------------------------*/
.my-account-menu .account-menu-list {
  background-color: #f7f7f7;
}

.my-account-menu .account-menu-list li a {
  width: 100%;
  padding: 10px 30px;
  font-size: 14px;
  color: #4c4c4c;
  margin-top: -1px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  text-decoration: none;
}

.my-account-menu .account-menu-list li a i {
  margin-right: 5px;
}

.my-account-menu .account-menu-list li a:hover,
.my-account-menu .account-menu-list li a.active {
  background-color: var(--color-primary) !important;
  color: #ffffff;
}

.my-account-tab .account-title {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-top: -5px;
  margin-bottom: 0;
}

.account-table {
  margin-top: 20px;
}

.account-table .table thead tr th {
  border: 1px solid #ececec;
  border-bottom-color: #ececec !important;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 8px 15px;
}

.account-table .table thead tr th.name {
  min-width: 140px;
}

.account-table .table thead tr th.date {
  min-width: 130px;
}

.account-table .table tbody tr td {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid #ececec;
  padding: 0;
  white-space: nowrap;
}

.account-table .table tbody tr td a {
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  color: #000000;
}

.my-account-dashboard .welcome-dashboard {
  margin-top: 10px;
}

.my-account-dashboard .welcome-dashboard p {
  font-size: 14px;
}

.my-account-dashboard .welcome-dashboard p strong {
  font-weight: 500;
}

.my-account-dashboard .welcome-dashboard p a {
  color: #000000;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-account-dashboard .welcome-dashboard p a:hover {
  color: var(--color-primary) !important;
}

.my-account-payment p {
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
}

.my-account-address {
  margin-top: -30px;
}

.my-account-address .account-address {
  margin-top: 30px;
}

.my-account-address .account-address .name {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 20px;
}

.my-account-address .account-address p {
  margin-top: 10px;
  font-size: 14px;
}

.my-account-address .account-address .btn {
  margin-top: 20px;
  height: 45px;
  line-height: 45px;
}

.my-account-details .account-details {
  margin-top: -15px;
}

.my-account-details .account-details .title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

/*--
/*  4.23 - Login & Register CSS
/*----------------------------------------*/
.login-register-wrapper {
  margin-top: -5px;
}

.login-register-wrapper .title {
  font-size: 24px;
  font-weight: 600;
  color: #494949;
}

.login-register-wrapper .form-check {
  margin-bottom: 0;
  min-height: inherit;
  margin-top: 30px;
}

.login-register-wrapper .form-check .form-check-input {
  margin-top: 4px;
}

.login-register-wrapper .single-form .btn {
  width: 160px;
}

.login-register-wrapper p {
  margin-bottom: 0;
  margin-top: 15px;
}

.login-register-wrapper p a {
  text-decoration: none;
}

/*--
/*  4.24 - Blog Details CSS
/*----------------------------------------*/
.blog-details-wrapper {
  margin-top: 50px;
}

.blog-details-wrapper img {
  width: 100%;
}

.blog-details-wrapper .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
}

.blog-details-wrapper .blog-meta li {
  font-size: 15px;
  font-weight: 500;
  color: #545454;
  font-family: "Malgun Gothic Semilight";
  display: inherit;
}

.blog-details-wrapper .blog-meta li i {
  font-size: 18px;
  color: #000000;
  margin-right: 8px;
}

.blog-details-wrapper .blog-meta li+li {
  margin-left: 20px;
}

.blog-details-wrapper .title {
  margin-bottom: 0;
  margin-top: 10px;
  display: inline-block;
  color: var(--color-dark);
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .title {
    font-size: 28px;
  }
}

.blog-details-wrapper p {
  margin-top: 25px;
  margin-bottom: 0;
}

.blog-details-wrapper .blog-dec-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-left: -15px;
  padding-top: 20px;
  padding-bottom: 25px;
}

.blog-details-wrapper .blog-dec-images .dec-col-1 {
  padding: 0 15px;
  width: 62.4%;
}

.blog-details-wrapper .blog-dec-images .dec-col-2 {
  padding: 0 15px;
  width: 37.6%;
}

.blog-details-wrapper .blog-dec-images .single-dec-img {
  margin-top: 30px;
}

.blog-details-wrapper .blog-dec-images .single-dec-img img {
  width: 100%;
}

.blog-auhtor-social {
  padding: 0px 20px 7px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-auhtor-social .blog-auhtor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 7px;
}

.blog-auhtor-social .blog-auhtor .auhtor-thumb img {
  width: 36px;
  border-radius: 50%;
  border: 1px solid var(--color-primary) !important;
}

.blog-auhtor-social .blog-auhtor .auhtor-content {
  padding-left: 15px;
}

.blog-auhtor-social .blog-auhtor .auhtor-content p {
  color: #777777;
  font-size: 14px;
  font-family: "Malgun Gothic Semilight";
  font-weight: 600;
  text-transform: uppercase;
}

.blog-auhtor-social .blog-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}

.blog-auhtor-social .blog-social .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-auhtor-social .blog-social .social li+li {
  margin-left: 20px;
}

.blog-auhtor-social .blog-social .social li a {
  font-size: 14px;
  color: #000000;
}

.blog-auhtor-social .blog-social .social li a:hover {
  color: var(--color-primary) !important;
}

.blog-auhtor-social .blog-social .share-count {
  font-size: 14px;
  color: #000000;
  margin-left: 40px;
}

@media only screen and (max-width: 575px) {
  .blog-auhtor-social .blog-social .share-count {
    margin-left: 20px;
  }
}

.blog-auhtor-social .blog-social .share-count:hover {
  color: var(--color-primary) !important;
}

.blog-next-previous-post {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .blog-next-previous-post {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.blog-next-previous-post .blog-previous-post,
.blog-next-previous-post .blog-next-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.blog-next-previous-post .blog-previous-post .post-arrow a,
.blog-next-previous-post .blog-next-post .post-arrow a {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 30px;
  color: var(--color-primary) !important;
  display: block;
  background-color: #f6f6f6;
}

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

  .blog-next-previous-post .blog-previous-post .post-arrow a,
  .blog-next-previous-post .blog-next-post .post-arrow a {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}

.blog-next-previous-post .blog-previous-post .post-content,
.blog-next-previous-post .blog-next-post .post-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 30px;
  max-width: 280px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {

  .blog-next-previous-post .blog-previous-post .post-content,
  .blog-next-previous-post .blog-next-post .post-content {
    padding: 0 15px;
  }
}

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

  .blog-next-previous-post .blog-previous-post .post-content,
  .blog-next-previous-post .blog-next-post .post-content {
    max-width: 230px;
  }
}

.blog-next-previous-post .blog-previous-post .post-content .title,
.blog-next-previous-post .blog-next-post .post-content .title {
  margin-bottom: 0;
}

.blog-next-previous-post .blog-previous-post .post-content .title a,
.blog-next-previous-post .blog-next-post .post-content .title a {
  font-size: 24px;
  font-weight: 700;
  color: #4a4a4a;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {

  .blog-next-previous-post .blog-previous-post .post-content .title a,
  .blog-next-previous-post .blog-next-post .post-content .title a {
    font-size: 20px;
  }
}

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

  .blog-next-previous-post .blog-previous-post .post-content .title a,
  .blog-next-previous-post .blog-next-post .post-content .title a {
    font-size: 16px;
  }
}

.blog-next-previous-post .blog-previous-post .post-content .date,
.blog-next-previous-post .blog-next-post .post-content .date {
  font-size: 18px;
  font-weight: 500;
  font-family: "Malgun Gothic Semilight";
  color: #545454;
  text-transform: uppercase;
  display: block;
  margin-top: 7px;
}

.blog-next-previous-post .blog-previous-post:hover .post-arrow a,
.blog-next-previous-post .blog-next-post:hover .post-arrow a {
  color: #ffffff;
  background-color: var(--color-primary) !important;
}

.blog-next-previous-post .blog-previous-post:hover .post-content .title a,
.blog-next-previous-post .blog-next-post:hover .post-content .title a {
  color: var(--color-primary) !important;
}

@media only screen and (max-width: 575px) {
  .blog-next-previous-post .blog-next-post {
    margin-left: auto;
  }
}

.blog-next-previous-post .blog-next-post .post-content {
  text-align: right;
}

.blog-comment-form .comment-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Malgun Gothic Semilight";
  color: #000000;
  margin-bottom: 0;
}

.blog-comment .comments-items {
  margin-top: -10px;
}

.blog-comment .comments-items>li:last-child .single-comment {
  padding-bottom: 0;
}

.blog-comment .single-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}

@media only screen and (max-width: 575px) {
  .blog-comment .single-comment {
    display: block;
  }
}

.blog-comment .single-comment .comment-author img {
  border-radius: 50%;
}

.blog-comment .single-comment .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .blog-comment .single-comment .comment-content {
    padding-left: 0;
    padding-top: 25px;
  }
}

.blog-comment .single-comment .comment-content .comment-name-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-comment .single-comment .comment-content .comment-name-date .name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

.blog-comment .single-comment .comment-content .comment-name-date .date {
  font-size: 14px;
  font-weight: 500;
  font-family: "Malgun Gothic Semilight";
  color: #666;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  padding-left: 15px;
  position: relative;
}

.blog-comment .single-comment .comment-content .comment-name-date .date::before {
  position: absolute;
  content: "-";
  font-size: 18px;
  font-family: "Malgun Gothic Semilight";
  font-weight: 600;
  color: #333;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-comment .single-comment .comment-content p {
  margin-top: 15px;
  margin-bottom: 0;
}

.blog-comment .single-comment .comment-content .reply {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--color-primary) !important;
  font-size: 18px;
  font-weight: 500;
  font-family: "Malgun Gothic Semilight";
  display: inline-block;
}

@media only screen and (max-width: 575px) {
  .blog-comment .single-comment .comment-content .reply {
    position: relative;
    margin-top: 8px;
  }
}

.blog-comment .comments-reply {
  padding-left: 130px;
}

@media only screen and (max-width: 575px) {
  .blog-comment .comments-reply {
    padding-left: 0;
  }
}

.blog-comment .comments-reply .single-comment {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

/*--
/*  4.25 - Contact CSS
/*----------------------------------------*/
.contact-wrapper {
  background-color: #f5f5f5;
}

.contact-info {
  background-color: #fff9ed;
  padding: 55px 40px 60px;
  height: 100%;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info {
    padding: 55px 30px 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info {
    padding: 55px 40px 200px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info {
    padding: 55px 40px 150px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-info {
    padding: 55px 25px 150px;
  }
}

.contact-info .title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: var(--color-dark);
  margin-bottom: 0;
  padding-left: 1rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-info .title {
    font-size: 24px;
  }
}

.contact-info .title::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 22px;
  background-color: var(--color-primary) !important;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-info>p {
  margin-bottom: 0;
  font-weight: 300;
  margin-top: 10px;
}

.contact-info .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.contact-info .social li+li {
  margin-left: 10px;
}

.contact-info .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background-color: #ffedc8;
  color: #6c788c;
  border-radius: 50%;
}

.contact-info .social li a:hover {
  background-color: var(--color-primary) !important;
  color: #ffffff;
}

.contact-info img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.contact-info-items {
  padding-top: 15px;
}

.contact-info-items .single-contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  padding: 8px 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 575px) {
  .contact-info-items .single-contact-info {
    padding: 8px 15px;
  }
}

.contact-info-items .single-contact-info .info-icon i {
  font-size: 30px;
  color: var(--color-primary) !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
  .contact-info-items .single-contact-info .info-icon i {
    font-size: 24px;
  }
}

.contact-info-items .single-contact-info .info-content {
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-info-items .single-contact-info .info-content p {
  font-family: "Malgun Gothic Semilight";
  font-weight: 600;
  font-size: 18px;
  color: #6c788c;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-items .single-contact-info .info-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-info-items .single-contact-info .info-content p {
    font-size: 14px;
  }
}

.contact-info-items .single-contact-info:hover {
  border-color: #ffedc8;
}

.contact-form {
  padding: 0px;
  padding-top: 30px;
}

@media only screen and (max-width: 575px) {
  .contact-form {
    padding: 30px;
    padding-top: 0px;
  }
}

.contact-form .single-form input:not([type=checkbox]):not([type=radio]),
.contact-form .single-form textarea {
  background-color: transparent;
}

.contact-form .single-form textarea {
  height: 145px;
}

.contact-form .single-form .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 575px) {
  .contact-form .single-form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}

.form-message {
  margin-bottom: 0;
}

.form-message.error,
.form-message.success {
  font-size: 16px;
  color: #07294d;
  background: #ddd;
  padding: 10px 15px;
  margin: 15px 0 0 15px;
}

.form-message.error {
  color: #ff0000;
}

.contact-map iframe {
  width: 100%;
  height: 490px;
  display: block;
}

/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-section {
  background-color: var(--color-light) !important;
  padding-top: 30px;
  padding-bottom: 75px;
}

.footer-widget-title {
  color: var(--color-dark);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.footer-widget {
  margin-top: 45px;
}

.footer-widget .widget-about p {
  padding-top: 3px;
  color: var(--color-dark-gray) !important;
  font-weight: 600;
}

.footer-widget .widget-about p a {
  font-size: 22px;
  color: var(--color-dark);
}

.footer-widget .widget-about p a:hover {
  color: var(--color-primary) !important;
}

.footer-widget .widget-social {
  padding-top: 20px;
}

.footer-widget .widget-social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-widget .widget-social ul li+li {
  margin-left: 30px;
}

.footer-widget .widget-social ul li a {
  font-size: 16px;
  color: var(--color-dark);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-widget .widget-social ul li a:hover {
  color: var(--color-primary) !important;
}

.footer-widget .footer-link li {
  margin-top: 3px;
}

.footer-widget .footer-link li a {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-dark-gray) !important;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-widget .footer-link li a:hover {
  color: var(--color-primary) !important;
}

.footer-widget-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .footer-widget-link {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .footer-widget-link .footer-widget {
    width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .footer-widget-link .footer-widget {
    width: 100%;
  }
}

/*--
/*  5.2 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-widget {
  margin-top: 50px;
}

.widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #717171;
  margin-bottom: 0;
  margin-top: -5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-title {
    font-size: 22px;
  }
}

.widget-search {
  position: relative;
}

.widget-search input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  padding-right: 60px;
  border: 1px solid #ececec;
  font-size: 16px;
  font-weight: 500;
  font-family: "Malgun Gothic Semilight";
  color: #969696;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0;
  background-color: #ffffff;
}

.widget-search input:focus {
  outline: none;
  border-color: var(--color-primary) !important;
}

.widget-search input::-webkit-input-placeholder {
  opacity: 1;
}

.widget-search input:-moz-placeholder {
  opacity: 1;
}

.widget-search input::-moz-placeholder {
  opacity: 1;
}

.widget-search input:-ms-input-placeholder {
  opacity: 1;
}

.widget-search button {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 0;
  padding: 0;
  width: 50px;
  height: 60px;
  color: #969696;
  text-align: center;
  background: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-search button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background-color: #ececec;
}

.widget-checkbox {
  margin-top: 17px;
}

.widget-checkbox .checkbox-items li+li {
  margin-top: 13px;
}

.widget-checkbox .checkbox-items li input[type=checkbox],
.widget-checkbox .checkbox-items li input[type=radio] {
  display: none;
}

.widget-checkbox .checkbox-items li input[type=checkbox]+label,
.widget-checkbox .checkbox-items li input[type=radio]+label {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  font-family: "Malgun Gothic Semilight";
  cursor: pointer;
}

.widget-checkbox .checkbox-items li input[type=checkbox]+label span,
.widget-checkbox .checkbox-items li input[type=radio]+label span {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 2px solid #888888;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 13px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-checkbox .checkbox-items li input[type=checkbox]+label span::before,
.widget-checkbox .checkbox-items li input[type=radio]+label span::before {
  position: absolute;
  content: "\f00c";
  font-family: "Malgun Gothic Semilight";
  font-size: 11px;
  font-weight: 300;
  width: 15px;
  height: 15px;
  line-height: 15px;
  top: -2px;
  left: -2px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-checkbox .checkbox-items li input[type=checkbox]:checked+label span,
.widget-checkbox .checkbox-items li input[type=radio]:checked+label span {
  background-color: #ffb300;
  border-color: #ffb300;
}

.widget-checkbox .checkbox-items li input[type=checkbox]:checked+label span::before,
.widget-checkbox .checkbox-items li input[type=radio]:checked+label span::before {
  opacity: 1;
  visibility: visible;
}

.widget-categories {
  height: 220px;
  overflow-y: scroll;
}

.widget-categories::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

.widget-categories::-webkit-scrollbar {
  width: 5px;
  background-color: #ebebeb;
  border-radius: 10px;
}

.widget-categories::-webkit-scrollbar-thumb {
  background-color: var(--color-primary) !important;
  border-radius: 10px;
}

.widget-price {
  margin-top: 20px;
}

.widget-price .irs .irs-min,
.widget-price .irs .irs-max {
  display: none;
}

.widget-price .irs .irs-from,
.widget-price .irs .irs-to,
.widget-price .irs .irs-single {
  color: #656565;
  font-size: 16px;
  font-weight: 600;
  font-family: "Malgun Gothic Semilight";
  padding: 0;
  background: none;
  border-radius: 0;
  top: -5px;
}

.widget-price .irs .irs-from::before,
.widget-price .irs .irs-to::before,
.widget-price .irs .irs-single::before {
  display: none;
}

.widget-price .irs .irs-line {
  height: 4px;
  background-color: #ebebeb;
}

.widget-price .irs .irs-bar {
  height: 4px;
  background-color: #ffb300;
}

.widget-price .irs .irs-handle {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 3px solid #ffb300;
  border-radius: 50%;
  top: 19px;
  cursor: pointer;
}

.widget-price .irs .irs-handle i {
  display: none;
}

.color-blue {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.color-blue::before {
  border-color: #0d6efd;
  color: #ffffff;
}

.color-dark-blue {
  background-color: #004a80 !important;
  border-color: #004a80 !important;
}

.color-dark-blue::before {
  border-color: #004a80;
  color: #ffffff;
}

.color-lower-blue {
  background-color: #8194d9 !important;
  border-color: #8194d9 !important;
}

.color-lower-blue::before {
  border-color: #8194d9;
  color: #ffffff;
}

.color-indigo {
  background-color: #6610f2 !important;
  border-color: #6610f2 !important;
}

.color-indigo::before {
  border-color: #6610f2;
  color: #ffffff;
}

.color-purple {
  background-color: #6f42c1 !important;
  border-color: #6f42c1 !important;
}

.color-purple::before {
  border-color: #6f42c1;
  color: #ffffff;
}

.color-pink {
  background-color: #d63384 !important;
  border-color: #d63384 !important;
}

.color-pink::before {
  border-color: #d63384;
  color: #ffffff;
}

.color-red {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.color-red::before {
  border-color: #dc3545;
  color: #ffffff;
}

.color-orange {
  background-color: #fd7e14 !important;
  border-color: #fd7e14 !important;
}

.color-orange::before {
  border-color: #fd7e14;
  color: #ffffff;
}

.color-yellow {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.color-yellow::before {
  border-color: #ffc107;
  color: #ffffff;
}

.color-green {
  background-color: #198754 !important;
  border-color: #198754 !important;
}

.color-green::before {
  border-color: #198754;
  color: #ffffff;
}

.color-teal {
  background-color: #20c997 !important;
  border-color: #20c997 !important;
}

.color-teal::before {
  border-color: #20c997;
  color: #ffffff;
}

.color-cyan {
  background-color: #0dcaf0 !important;
  border-color: #0dcaf0 !important;
}

.color-cyan::before {
  border-color: #0dcaf0;
  color: #ffffff;
}

.color-white {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.color-white::before {
  border-color: #ffffff;
  color: #ffffff;
}

.color-gray {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.color-gray::before {
  border-color: #6c757d;
  color: #ffffff;
}

.color-gray-dark {
  background-color: #343a40 !important;
  border-color: #343a40 !important;
}

.color-gray-dark::before {
  border-color: #343a40;
  color: #ffffff;
}

.widget-tags .tags-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  padding-top: 5px;
}

.widget-tags .tags-list li {
  padding: 15px 7px 0;
}

.widget-tags .tags-list li a {
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Malgun Gothic Semilight";
  background-color: #f6f6f6;
  display: block;
  color: #7e7e7e;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-tags .tags-list li a {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .widget-tags .tags-list li a {
    padding: 0 20px;
  }
}

.widget-tags .tags-list li a:hover {
  background-color: var(--color-primary) !important;
  color: #ffffff;
}

.sidebar-widget-02 {
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #f1f1f1;
}

.widget-title-02 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  color: var(--color-dark);
  margin-bottom: 0;
  padding-left: 1rem;
}

.widget-title-02::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  background-color: var(--color-primary) !important;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.widget-search-02 input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  padding-right: 75px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 500;
  font-family: "Malgun Gothic Semilight";
  color: #919090;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0;
  background-color: #ffffff;
}

.widget-search-02 input:focus {
  outline: none;
  border-color: var(--color-primary) !important;
}

.widget-search-02 input::-webkit-input-placeholder {
  opacity: 1;
}

.widget-search-02 input:-moz-placeholder {
  opacity: 1;
}

.widget-search-02 input::-moz-placeholder {
  opacity: 1;
}

.widget-search-02 input:-ms-input-placeholder {
  opacity: 1;
}

.widget-search-02 button {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 0;
  padding: 0;
  width: 64px;
  height: 50px;
  color: #ffffff;
  text-align: center;
  background: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: var(--color-primary) !important;
}

.widget-recent-post {
  padding-top: 5px;
}

.single-recent-post {
  padding: 25px 0;
  border-bottom: 1px dashed #f1f1f1;
}

.single-recent-post:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.single-recent-post .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-recent-post .blog-meta li {
  font-size: 15px;
  font-weight: 500;
  color: #545454;
  font-family: "Malgun Gothic Semilight";
  display: inherit;
}

.single-recent-post .blog-meta li i {
  font-size: 18px;
  color: #000000;
  margin-right: 8px;
}

.single-recent-post .blog-meta li+li {
  margin-left: 20px;
}

.single-recent-post .title {
  margin-bottom: 0;
}

.single-recent-post .title a {
  margin-top: 8px;
  display: inline-block;
  color: var(--color-dark);
  font-weight: 600;
  font-size: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-recent-post .title a {
    font-size: 16px;
  }
}

.single-recent-post .title a:hover {
  color: var(--color-primary) !important;
}

.widget-link {
  padding-top: 12px;
}

.widget-link li {
  padding: 10px 0;
  border-bottom: 1px dashed #f1f1f1;
}

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

.widget-link li a {
  font-size: 18px;
  font-weight: 500;
  color: #545454;
  font-family: "Malgun Gothic Semilight";
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-link li a:hover {
  color: var(--color-primary) !important;
}

.widget-subscribe {
  margin-top: 30px;
}

.widget-subscribe input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  font-family: "Malgun Gothic Semilight";
  font-weight: 600;
  color: #c0c0c0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  background-color: #ffffff;
  text-align: center;
}

.widget-subscribe input::-webkit-input-placeholder {
  opacity: 1;
}

.widget-subscribe input:-moz-placeholder {
  opacity: 1;
}

.widget-subscribe input::-moz-placeholder {
  opacity: 1;
}

.widget-subscribe input:-ms-input-placeholder {
  opacity: 1;
}

.widget-subscribe input:focus {
  border-color: var(--color-primary) !important;
  outline: none;
}

.widget-subscribe .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: 0;
  margin-top: 1rem;
  width: 100%;
}

.widget-admin {
  text-align: center;
}

.widget-admin img {
  width: 100%;
}

.widget-admin .admin-name {
  font-size: 18px;
  font-weight: 600;
  color: #2e2a31;
  margin-bottom: 0;
  margin-top: 22px;
}

.widget-admin .designation {
  font-size: 16px;
  font-weight: 600;
  font-family: "Malgun Gothic Semilight";
  color: #5f5f5f;
  display: block;
}

.widget-admin .signechar {
  width: auto;
}

/*----------------------------------------*/
/*  06. Footer CSS
/*----------------------------------------*/
.footer-top {
  background-color: var(--color-medium-gray) !important;
  padding-top: 10px;
  padding-bottom: 40px;
}

.footer-logo {
  margin-top: 30px;
}

.footer-contact-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .footer-contact-payment {
    display: block;
  }
}

.footer-contact-payment .footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.footer-contact-payment .footer-contact .contact-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  margin-bottom: -5px;
}

.footer-contact-payment .footer-contact .contact-content .title {
  font-size: 24px;
  color: var(--color-dark);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}

.footer-contact-payment .footer-contact .contact-content p {
  font-size: 24px;
  color: var(--color-dark);
  font-weight: 600;
  font-family: "Malgun Gothic Semilight";
  line-height: 1.1;
}

.footer-contact-payment .footer-payment {
  margin-top: 30px;
}

.footer-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}

@media only screen and (max-width: 575px) {
  .footer-subscribe {
    display: block;
  }
}

.footer-subscribe .title {
  font-size: 24px;
  font-weight: 600;
  font-family: "Malgun Gothic Semilight";
  color: var(--color-dark);
  white-space: nowrap;
  padding-right: 15px;
}

.footer-subscribe .subscribe-form {
  position: relative;
  max-width: 276px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .footer-subscribe .subscribe-form {
    max-width: 100%;
  }
}

.footer-subscribe .subscribe-form input {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  padding-right: 60px;
  background-color: #f4edff;
  font-family: "Malgun Gothic Semilight";
  font-size: 14px;
  color: #919090;
  border: 1px solid #f4edff;
  font-weight: 600;
  outline: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-subscribe .subscribe-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #919090;
}

.footer-subscribe .subscribe-form input:-moz-placeholder {
  opacity: 1;
  color: #919090;
}

.footer-subscribe .subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #919090;
}

.footer-subscribe .subscribe-form input:-ms-input-placeholder {
  opacity: 1;
  color: #919090;
}

.footer-subscribe .subscribe-form input:focus {
  border-color: var(--color-primary) !important;
}

.footer-subscribe .subscribe-form button {
  width: 46px;
  height: 46px;
  line-height: 50px;
  padding: 0;
  border: 0;
  background-color: var(--color-primary) !important;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.copyright {
  background-color: #ffffff;
}

.copyright-text {
  text-align: center;
  padding: 12px 0;
}

.copyright-text p {
  color: #8690a1;
  font-size: 15px;
  font-weight: 600;
}

.copyright-text p span {
  color: var(--color-primary) !important;
}

.copyright-text p i {
  color: #ff0000;
}

.copyright-text p a {
  color: var(--color-primary) !important;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-weight: 500;
}

.copyright-text p a:hover {
  color: var(--color-primary) !important;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 0;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #ffffff;
  background-color: var(--color-primary) !important;
}

.back-to-top:hover {
  color: #ffffff;
  background-color: #494949;
}

/* AZİZ EKLEDİ */
.header-meta ul {
  list-style: none;
  /* Madde işaretlerini kaldır */
  padding: 0;
  margin: 0;
  display: flex;
  /* Flexbox ile yatay hizalama */
  gap: 5px;
  /* Elemanlar arasına 5px boşluk bırak */
}

.header-meta ul li {
  display: inline-block;
  /* Yan yana gelmesini sağlar */
}

.header-meta ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  /* İkonlar etrafında biraz boşluk bırak */
}

/* CODEPEN KODU CSS KODLARI */
/* ALTERNATİF1 */
.link {
  color: #c4c3ca;
}

.link:hover {
  color: #ffeba7;
}

.over-hide {
  overflow: hidden;
}

.size-22 {
  font-size: 22px;
}

.section {
  position: relative;
  width: 100%;
  z-index: 1;
  display: block;
}

.full-height {
  min-height: 100vh;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.pricing:checked+label,
.pricing:not(:checked)+label {
  position: relative;
  display: flex;
  text-align: center;
  width: 260px;
  height: 44px;
  border-radius: 4px;
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
  font-family: "Malgun Gothic Semilight";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 44px;
  padding: 0 25px;
  padding-right: 27px;
  overflow: hidden;
  color: #fff;
  text-align: left;
  gap: 5vh;
}

.pricing:checked+label:before,
.pricing:not(:checked)+label:before {
  position: absolute;
  content: '';
  z-index: -2;
  background-color: #102770;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

.pricing:checked+label:after,
.pricing:not(:checked)+label:after {
  position: absolute;
  content: '';
  z-index: -1;
  background-color: #ffeba7;
  width: 128px;
  height: 40px;
  display: block;
  top: 2px;
  left: 2px;
  border-radius: 2px;
  transition: left 300ms linear;
}

.pricing:checked+label:after {
  left: 130px;
}

.block-diff {
  display: block;
  mix-blend-mode: difference;
}

.card-3d-wrap {
  position: relative;
  width: 360px;
  max-width: calc(100% - 20px);
  height: 510px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  perspective: 1000px;
  margin-top: 30px;
}

.card-3d-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: transform 700ms 400ms ease-out;
}

.card-front,
.card-back {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  border-radius: 20px;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 12px 35px 0 rgba(16, 39, 112, .07);
  padding: 1rem;
}

.card-back {
  transform: rotateY(180deg);
}

.pricing:checked~.card-3d-wrap .card-3d-wrapper {
  transform: rotateY(180deg);
  transition: transform 700ms 400ms ease-out;
}

.pricing-wrap {
  position: relative;
  padding-top: 24vh;
  width: 100%;
  display: block;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pricing-wrap h4 {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  font-family: "Malgun Gothic Semilight";
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 30px;
  line-height: 1.7;
  color: #102770;
  transform: translate3d(0, 0, 35px) perspective(100px);
}

.pricing-wrap h4:before {
  position: absolute;
  content: '';
  z-index: -1;
  background: linear-gradient(217deg, #448ad5, #b8eaf9);
  width: 70px;
  height: 70px;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 6px 20px 0 rgba(16, 39, 112, .3);
  animation: border-transform 6s linear infinite;
}

.card-back .pricing-wrap h4:before {
  background: linear-gradient(217deg, #648946, #a3c984);
}

@keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

.pricing-wrap h2 {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  font-family: "Malgun Gothic Semilight";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 36px;
  line-height: 1.1;
  color: #102770;
  transform: translate3d(0, 0, 30px) perspective(100px);
}

.pricing-wrap h2 sup {
  font-size: 20px;
}

.pricing-wrap h3 {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  font-family: "Malgun Gothic Semilight";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1.1;
  color: #102770;
  transform: translate3d(0, 0, 30px) perspective(100px);
}

.pricing-wrap h3 sup {
  font-size: 10px;
}

.pricing-wrap p {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  font-family: "Malgun Gothic Semilight";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #102770;
  transform: translate3d(0, 0, 30px) perspective(100px);
}

.card-back h2,
.card-back p,
.card-back h4 {
  color: #0c1c00;
}

.link {
  position: relative;
  padding: 10px 20px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  color: #ffeba7;
  background-color: #102770;
  transition: all 200ms linear;
  font-family: "Malgun Gothic Semilight";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  transform: translate3d(0, 0, 30px) perspective(100px);
}

.link:hover {
  color: #102770;
  background-color: #ffeba7;
}

.card-back .link {
  background-color: #0c1c00;
}

.card-back .link:hover {
  color: #0c1c00;
  background-color: #ffeba7;
}

.img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.img-1 {
  position: absolute;
  display: block;
  left: -35px;
  top: 20px;
  z-index: 5;
  width: calc(5% + 160px);
  transform: translate3d(0, 0, 45px) perspective(100px);
  opacity: 1;
  pointer-events: auto;
  transition: transform 400ms 1200ms ease, opacity 400ms 1200ms ease;
}

.pricing:checked~.card-3d-wrap .card-3d-wrapper .img-1 {
  opacity: 0;
  transform: translate3d(-50px, 25px, 45px) perspective(100px);
  pointer-events: none;
  transition: transform 400ms ease, opacity 200ms 150ms ease;
}

.img-2 {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
  width: 100%;
  transform: translate3d(0, 0, 15px) perspective(100px);
  padding: 2vh;
}

.img-3 {
  position: absolute;
  display: block;
  right: -20px;
  top: 90px;
  z-index: 5;
  width: calc(30% + 30px);
  transform: translate3d(0, 0, 55px) perspective(100px) scale(1);
  opacity: 1;
  pointer-events: auto;
  transition: transform 300ms 1300ms ease, opacity 200ms 1300ms ease;
}

.pricing:checked~.card-3d-wrap .card-3d-wrapper .img-3 {
  opacity: 0;
  transform: translate3d(-50px, 5px, 55px) perspective(100px) scale(0.4);
  pointer-events: none;
  transition: transform 400ms ease, opacity 200ms 150ms ease;
}

.img-6 {
  position: absolute;
  display: block;
  right: -20px;
  bottom: -55px;
  z-index: 5;
  width: calc(20% + 30px);
  transform: translate3d(0, 0, 25px) perspective(100px) scale(1);
  opacity: 1;
  pointer-events: auto;
  transition: transform 300ms 1300ms ease, opacity 200ms 1300ms ease;
}

.pricing:checked~.card-3d-wrap .card-3d-wrapper .img-6 {
  opacity: 0;
  transform: translate3d(0, 0, 25px) perspective(100px) scale(0.4);
  pointer-events: none;
  transition: transform 400ms ease, opacity 200ms 150ms ease;
}

.img-4 {
  position: absolute;
  display: block;
  left: 45px;
  top: 90px;
  z-index: 5;
  width: calc(55% + 60px);
  transform: translate3d(0, 0, 45px) perspective(100px) scale(0.5);
  opacity: 0;
  pointer-events: none;
  transition: transform 400ms ease, opacity 200ms 150ms ease;
}

.pricing:checked~.card-3d-wrap .card-3d-wrapper .img-4 {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 45px) perspective(100px) scale(1);
  transition: transform 400ms 1200ms ease, opacity 300ms 1200ms ease;
}

.img-5 {
  position: absolute;
  display: block;
  right: 50px;
  top: -20px;
  z-index: 6;
  width: calc(50% + 70px);
  transform: translate3d(0, 0, 35px) perspective(100px) scale(0.5) rotate(0deg);
  opacity: 0;
  pointer-events: none;
  transition: transform 400ms 100ms ease, opacity 200ms 250ms ease;
}

.pricing:checked~.card-3d-wrap .card-3d-wrapper .img-5 {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 35px) perspective(100px) scale(1) rotate(0deg);
  transition: transform 400ms 1300ms ease, opacity 300ms 1300ms ease;
}

.img-7 {
  position: absolute;
  display: block;
  right: 30px;
  bottom: -185px;
  z-index: 6;
  width: calc(65% + 45px);
  transform: translate3d(0, 0, 35px) perspective(100px) scale(0.5);
  opacity: 0;
  pointer-events: none;
  transition: transform 400ms 100ms ease, opacity 200ms 250ms ease;
}

.pricing:checked~.card-3d-wrap .card-3d-wrapper .img-7 {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 35px) perspective(100px) scale(1);
  transition: transform 400ms 1300ms ease, opacity 300ms 1300ms ease;
}



.logo {
  position: fixed;
  top: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}

.logo img {
  height: 26px;
  width: auto;
  display: block;
}

/* ALTERNATİF1 */

/* ALTERNATİF2 */
.card {
  position: relative;
  height: 400px;
  width: 100%;
  margin: 10px 0;
  transition: ease all 2.3s;
  perspective: 1200px;
}
.card:hover .cover {
  transform: rotateX(0deg) rotateY(-180deg);
}
.card:hover .cover:before {
  transform: translateZ(30px);
}
.card:hover .cover:after {
  background-color: black;
}
.card:hover .cover h1 {
  transform: translateZ(100px);
}
.card:hover .cover .price {
  transform: translateZ(60px);
}
.card:hover .cover a {
  transform: translateZ(-60px) rotatey(-180deg);
}
.card .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  transition: ease all 2.3s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.card .cover:before {
  content: '';
  position: absolute;
  border: 5px solid rgba(255, 255, 255, .5);
  box-shadow: 0 0 12px rgba(0, 0, 0, .3);
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  transition: ease all 2.3s;
  transform-style: preserve-3d;
  transform: translateZ(0px);
}
.card .cover:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  transition: ease all 1.3s;
  background: rgba(0, 0, 0, .4);
}
.card .cover.item-a {
  background-image: url('https://www.egeadanir.com.tr/wp-content/uploads/2018/05/ent.png');
}
.card .cover.item-b {
  background-image: url('https://www.egeadanir.com.tr/wp-content/uploads/2018/05/ray.png');
}
.card .cover.item-c {
  background-image: url('https://www.egeadanir.com.tr/wp-content/uploads/2018/05/ak.png');
}
.card .cover h1 {
  font-weight: 600;
  position: absolute;
  bottom: 55px;
  left: 50px;
  color: white;
  transform-style: preserve-3d;
  transition: ease all 2.3s;
  z-index: 3;
  font-size: 4vh;
  transform: translateZ(0px);
}
.card .cover .price {
  font-weight: 200;
  position: absolute;
  top: 55px;
  right: 50px;
  color: white;
  transform-style: preserve-3d;
  transition: ease all 2.3s;
  z-index: 4;
  font-size: 2em;
  transform: translateZ(0px);
}
.card .card-back-two {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #0b0f08;
  transform-style: preserve-3d;
  transition: all 2.3s ease;
  transform: translateZ(-1px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.card-back-first {
  background-image: url('../images/ray_kapak.jpg')!important;
}

.card-back-second {
  background-image: url('../images/entegre_kulp.jpg')!important;
}

.card-back-third {
  background-image: url('../images/moduler_sistem.jpg')!important;
}

.card .card-back-two a {
  transform-style: preserve-3d;
  transition: ease transform 2.3s, ease background 0.5s;
  transform: translateZ(-1px) rotatey(-180deg);
  background: transparent;
  border: 1px solid white;
  font-weight: 200;
  font-size: 1.3em;
  color: white;
  padding: 14px 32px;
  outline: none;
  text-decoration: none;
}
.card .card-back-two a:hover {
  background-color: white;
  color: #0b0f08;
}
/* ALTERNATİF2 */

/* ALTERNATİF 3 */
.card-alternative-3 {
  width: calc(50vh / 1.5);
  height: 55vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 20px;
  perspective: 2500px;
  margin: 0 50px;
  text-align: center;
}

.cover-image-alternative-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper-alternative-3 {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.card-alternative-3:hover .wrapper-alternative-3 {
  transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
  box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
}

.product-title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 10px 0;
  color: #fff;
}

.button-area {
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-area a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #ff6600;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-size: 13px;
}

.button-area a:hover {
  background-color: #cc5200;
}

.character-alternative-3 {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
  top: 25vh;
}

.card-alternative-3:hover .character-alternative-3 {
  opacity: 1;
  transform: translate3d(0%, -30%, 100px);
}
/* ALTERNATİF 3 */

/* CODEPEN KODU CSS KODLARI */




/* AZİZ EKLEDİ */