
@media only screen and (max-width: 767px) {
  .start-side-content {
    padding: 120px 30px 80px 30px;
    height: 330px;
  }

  .start-side-content .dz-bnr-inr-entry h1,
  .start-side-content .dz-bnr-inr-entry .h1 {
    font-size: 26px;
    line-height: 1.1;
  }

  .start-side-content:after {
    width: 160px;
    height: 218px;
    right: 4%;
  }
}

@media only screen and (max-width: 575px) {
  .start-side-content {
    padding: 120px 15px 80px 15px;
  }
}

.end-side-content {
  padding: 120px 80px 80px 80px;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 300px) and (max-width: 1024px) {
  .end-side-content {
    padding: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .end-side-content {
    padding: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .end-side-content {
    padding: 30px 15px 30px;
  }
}

.login-area,
.forget-password-area {
  padding: 80px;
  max-width: 522px;
  margin: auto;
  border-radius: 30px;
  border: 1px solid var(--secondary);
  width: 100%;
}

@media only screen and (max-width: 1199px) {

  .login-area,
  .forget-password-area {
    padding: 30px;
  }
}

@media only screen and (max-width: 575px) {

  .login-area,
  .forget-password-area {
    padding: 15px;
  }
}

.login-area form .label-title,
.forget-password-area form .label-title {
  margin-bottom: 5px;
  font-weight: 500;
  font-family: var(--font-family-title);
  font-size: 16px;
}

.login-area .secure-input,
.forget-password-area .secure-input {
  position: relative;
  z-index: 1;
}

.login-area .secure-input .show-pass,
.forget-password-area .secure-input .show-pass {
  cursor: pointer;
  position: absolute;
  right: 0;
  height: auto;
  width: 40px;
  top: 50%;
  transform: translate(-20%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.login-area .secure-input .show-pass i,
.forget-password-area .secure-input .show-pass i {
  color: #000;
}

.login-area .secure-input .show-pass:after,
.forget-password-area .secure-input .show-pass:after {
  content: "";
  height: 2px;
  width: 24px;
  background-color: #000;
  position: absolute;
  border-radius: 5px;
  transform: rotate(15deg);
  opacity: 1;
}

.login-area .secure-input .show-pass.active:after,
.forget-password-area .secure-input .show-pass.active:after {
  opacity: 0;
}

.order-details-content li strong {
  color: #000;
}

.order-details-billing,
.order-details-address {
  border: 1px solid #000;
  padding: 20px;
  height: 100%;
}

@media only screen and (max-width: 575px) {
  .order-details-billing {
    margin-bottom: 30px;
  }
}

.order-details-content {
  display: flex;
  flex-wrap: wrap;
}

.order-details-content li {
  display: grid;
  width: 33%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .order-details-content li {
    width: 100%;
  }
}

.ecommerce-order .check-tbl {
  border: 1px solid #000;
  border-radius: 5px;
}

.ecommerce-order .check-tbl thead th {
  padding: 15px;
  border-right: 1px solid #000;
}

.ecommerce-order .check-tbl tbody tr {
  border-bottom: 1px solid #000;
}

.ecommerce-order .check-tbl tbody tr td.product-item-name {
  padding: 15px !important;
}

.ecommerce-order .check-tbl tbody tr td:first-child {
  padding: 15px !important;
}

.ecommerce-order .check-tbl tbody tr td:last-child {
  padding: 15px !important;
}

.ecommerce-order .check-tbl tbody tr td.product-item-price {
  border-left: 1px solid #000;
}

.account-ticket .custom-control.style-1 .custom-checkbox {
  justify-content: space-between;
}

.account-ticket .custom-control.style-1 .custom-checkbox .title {
  color: #686868;
  font-size: 14px;
}

.account-ticket .custom-control.style-1 .custom-checkbox .text {
  color: #000;
  font-weight: 600;
}

.forget-password-area {
  display: none;
}

.forget-password-area.active {
  display: block;
}

.login-area.active {
  display: none;
}

.compare-box {
  margin: 0 auto 0 auto;
  margin-top: -287px;
  position: relative;
  z-index: 99;
}

.compare-table {
  margin-top: -400px;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 1199px) {
  .compare-table {
    margin-top: -200px;
  }
}

@media only screen and (max-width: 767px) {
  .compare-table {
    margin-top: -150px;
  }
}

@media only screen and (max-width: 767px) {
  .compare-table {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 991px) {
  .compare-table .shop-card.style-1 .dz-media {
    width: auto;
    height: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .compare-table tr {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1199px) {
  .compare-table tr.compare-product {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .compare-table tr.compare-product {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .compare-table tr.compare-product {
    padding-top: 0px;
  }
}

.compare-table tr.compare-product td:first-child {
  background: transparent;
  border: 0;
}

.compare-table tr.compare-product td:last-child {
  border: 0;
}

.compare-table tr.compare-product td:nth-child(2) {
  border-radius: 20px 0 0 0;
}

.compare-table tr.compare-product td:nth-child(5) {
  border-radius: 0 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .compare-table tr.compare-product .shop-card.style-1 .dz-media {
    margin: 0px auto 0px auto;
  }
}

@media only screen and (max-width: 767px) {
  .compare-table tr.compare-product .shop-card.style-1 .dz-content {
    padding: 10px 0 0 0;
  }

  .compare-table tr.compare-product .shop-card.style-1 .price,
  .compare-table tr.compare-product .shop-card.style-1 .star-rating {
    display: none;
  }

  .compare-table tr.compare-product .shop-card.style-1 .title {
    font-size: 13px;
    text-align: center;
    margin-bottom: 15px;
  }
}

.compare-table tr.compare-product .shop-card.style-1 .compare-table {
  margin-top: -150px;
}

.compare-table tr td:empty {
  padding: 0 !important;
}

.compare-table tr td {
  background: #fff;
  padding: 7px 30px;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  color: var(--title);
  font-weight: 400;
  border-right: 1px solid #D7D7D7;
}

@media only screen and (max-width: 1199px) {
  .compare-table tr td:first-child {
    border-right: 0;
  }
}

@media only screen and (max-width: 1480px) {
  .compare-table tr td {
    padding: 5px 15px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 1199px) {
  .compare-table tr td {
    flex: 0 0 25%;
    text-align: center;
    width: 25%;
    word-break: break-word;
  }
}

@media only screen and (max-width: 767px) {
  .compare-table tr td {
    padding: 5px 8px;
  }
}

@media only screen and (max-width: 575px) {
  .compare-table tr td {
    font-size: 11px;
    line-height: 1.4;
  }
}

.compare-table tr td:first-child {
  background: #FFFAF3;
  width: 450px;
}

@media only screen and (max-width: 1199px) {
  .compare-table tr td:first-child {
    flex: 0 0 100%;
    text-align: center;
    width: 100%;
  }
}

.compare-table tr td:last-child {
  border-right: 0;
}

.compare-table tr td i {
  font-size: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: var(--secondary);
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

@media only screen and (max-width: 1480px) {
  .compare-table tr td i {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 1199px) {
  .compare-table tr td i {
    margin: auto;
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .compare-table tr td i {
    width: 13px;
    height: 14px;
    line-height: 14px;
    margin-bottom: 5px;
  }
}

.compare-table tr.compare-table-head td {
  padding: 15px 30px;
  background: var(--secondary);
  border: 1px solid var(--secondary);
}

@media only screen and (max-width: 1480px) {
  .compare-table tr.compare-table-head td {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .compare-table tr.compare-table-head td {
    border: 0;
  }
}

.compare-table tr.compare-table-head td h5,
.compare-table tr.compare-table-head td .h5 {
  margin: 0;
  line-height: 30px;
  color: #fff;
}

@media only screen and (max-width: 575px) {

  .compare-table tr.compare-table-head td h5,
  .compare-table tr.compare-table-head td .h5 {
    font-size: 14px;
    line-height: 1.3;
  }
}

.compare-table tr.compare-table-head td:first-child {
  border-radius: 10px 0 0 10px;
}

.compare-table tr.compare-table-head td:last-child {
  border-radius: 0 10px 10px 0;
}

.compare-table tr.compare-table-head td:first-child,
.compare-table tr.compare-table-head td:last-child {
  border-color: transparent;
}

@media only screen and (max-width: 1199px) {

  .compare-table tr.compare-table-head td:first-child,
  .compare-table tr.compare-table-head td:last-child {
    border-radius: 10px;
  }
}

.compare-table tr.compare-start td {
  padding-top: 35px;
}

@media only screen and (max-width: 1480px) {
  .compare-table tr.compare-start td {
    padding-top: 15px;
  }
}

.compare-table tr.compare-end td {
  padding-bottom: 35px;
}

@media only screen and (max-width: 1480px) {
  .compare-table tr.compare-end td {
    padding-bottom: 15px;
  }
}

.faq-head {
  margin-bottom: 60px;
}

.faq-head .input-group {
  max-width: 400px;
  margin: auto;
}

@media only screen and (max-width: 1199px) {
  .faq-head {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-head {
    margin-bottom: 20px;
  }
}

.main-faq-content {
  position: relative;
  padding-top: 55px;
}

@media only screen and (max-width: 1480px) {
  .main-faq-content {
    padding-top: 40px;
  }
}

.faq-content-box {
  position: relative;
}

.faq-content-box.style-1 {
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 305px;
  border-radius: 30px;
  border: 1px solid var(--secondary);
}

.faq-content-box.style-1.light {
  background: #F6F6F6;
}

.faq-content-box.style-1.dark {
  background: #24262B;
}

.faq-content-box.style-1.dark .dz-title {
  color: #fff;
}

.faq-content-box.style-1.dark p {
  color: #fff;
  opacity: 0.7;
}

.faq-content-box.style-1.dark .faq-link {
  color: #fff;
}

.faq-content-box.style-1 .dz-title {
  font-family: var(--font-family-title);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.faq-content-box.style-1 p {
  font-family: var(--font-family-title);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
  color: var(--title);
}

.faq-content-box.style-1 .faq-link {
  display: flex;
  align-items: center;
  font-family: var(--font-family-title);
  font-size: 15px;
  font-weight: 500;
  color: var(--title);
  margin-top: auto;
}

.faq-content-box.style-1 .faq-link i {
  font-size: 20px;
}

.faq-content-box.style-1 .faq-link i,
.faq-content-box.style-1 .faq-link svg {
  margin-right: 8px;
}

@media only screen and (max-width: 991px) {
  .faq-content-box.style-1 {
    min-height: 250px;
    padding: 25px 20px;
  }

  .faq-content-box.style-1 .dz-title {
    font-size: 18px;
  }

  .faq-content-box.style-1 p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-content-box.style-1 .dz-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .faq-content-box.style-1 .faq-link {
    font-size: 14px;
  }
}

.faq-side-content {
  background: #FFEDD4;
  padding: 130px 75px 75px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1480px) {
  .faq-side-content {
    padding: 130px 60px 70px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .faq-side-content {
    padding: 130px 30px 70px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-side-content {
    padding: 100px 20px 40px;
  }
}

.faq-end-content {
  padding: 120px 150px 45px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1480px) {
  .faq-end-content {
    padding: 130px 60px 70px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .faq-end-content {
    padding: 130px 30px 70px;
  }
}

@media only screen and (max-width: 991px) {
  .faq-end-content {
    padding: 50px 60px 70px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-end-content {
    padding: 30px 20px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-end-content {
    padding: 20px 20px 10px;
  }
}

.account-sidebar {
  background: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 9;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 1199px) {
  .account-sidebar {
    position: fixed;
    z-index: 999999;
    top: 0;
    margin: 0;
    left: 0;
    border-radius: 0;
    height: 100vh !important;
    overflow: scroll;
    width: 280px;
  }

  .account-sidebar:not(.show) {
    left: -300px;
  }
}

.account-sidebar .profile-head {
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}

.account-sidebar .profile-head .user-thumb {
  width: 90px;
  height: auto;
  position: relative;
  padding: 5px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  margin: 0 auto 10px;
}

.account-sidebar .profile-head .user-thumb .badge {
  position: absolute;
  top: 0;
  right: -15px;
}

.account-sidebar .account-nav .nav-title {
  padding: 10px 20px;
  margin-bottom: 10px;
}

.account-sidebar .account-nav ul {
  padding-bottom: 10px;
}

.account-sidebar .account-nav ul li a {
  padding: 8px 20px;
  display: block;
}

.account-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 12px;
  min-height: 250px;
}

@media only screen and (max-width: 575px) {
  .account-card {
    padding: 20px;
  }
}

.account-wrapper {
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  .account-wrapper {
    padding-left: 15px;
  }
}

.toggle-info {
  display: none;
  padding: 18px 30px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .toggle-info {
    display: flex;
  }
}

@media only screen and (max-width: 575px) {
  .toggle-info {
    padding: 12px 15px;
  }
}

.toggle-btn {
  background-color: #CC0D39;
  padding: 10px 15px;
  border-radius: 6px;
  color: #fff !important;
}

.toggle-btn:hover,
.toggle-btn:focus,
.toggle-btn:active {
  color: #fff !important;
}

@media only screen and (max-width: 991px) {
  .toggle-btn {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
  }

  .toggle-btn:after {
    content: "";
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    z-index: 99999;
    transform: unset;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    visibility: hidden;
  }

  .toggle-btn.active:after {
    opacity: 0.7;
    visibility: visible;
  }
}

.table-style-1 tr th {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 12px;
}

.table-style-1 tr th:last-child {
  text-align: end;
}

.table-style-1 tbody tr td {
  font-size: 14px;
  padding: 15px 12px;
}

.table-style-1 tbody tr td:last-child {
  text-align: end;
}

.table-style-1 .table {
  min-width: 600px;
}

.profile-edit {
  padding: 25px;
  margin: -30px -30px 0;
  border-radius: 8px 8px 0 0;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.profile-edit .thumb {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-radius: 50%;
  margin-right: 15px;
}

.profile-edit .thumb img {
  border-radius: 50%;
}

@media only screen and (max-width: 575px) {
  .profile-edit {
    padding: 20px;
    margin: -20px -20px 25px;
  }
}

.review-card {
  background: #fff;
  padding: 20px;
  border: 1px solid;
  border-radius: 8px;
}

.review-card .review-media {
  display: block;
  margin: 0 15px 0 0;
  width: 75px;
}

.review-card .review-media img {
  border-radius: 50%;
}

.review-card .review-head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.review-card .star-rating i {
  font-size: 14px;
}

.review-card p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .review-card .review-media {
    width: 60px;
  }
}

.address-card .account-address-box {
  border: 1px solid #000;
  border-radius: 8px 8px 0px 0px;
  padding: 15px;
}

.address-card .account-address-bottom {
  display: flex;
  border: 1px solid #000;
  border-top: 0;
  padding: 12px 15px;
  border-radius: 0px 0px 8px 8px;
  background-color: #fff;
}

.address-card .account-address-bottom a i {
  font-size: 14px;
}

.account-card-add {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 35px;
}

.account-card-add .account-address-add {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.account-card-add .account-address-add svg {
  fill: #fff;
}

.custom-control.style-1 {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.custom-control.style-1 .price {
  margin-left: auto;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
}

.custom-control.style-1 .custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #c8c8c8;
  padding: 20px 40px 19px 20px;
  border-radius: 6px;
  transition: 0.4s;
  min-height: 90px;
  height: 90px;
}

.custom-control.style-1 .custom-checkbox .title {
  font-size: 16px;
  color: var(--title);
  font-weight: 500;
  display: block;
}

.custom-control.style-1 .custom-checkbox .text {
  font-size: 14px;
  color: #686868;
  font-weight: 400;
  display: block;
}

.custom-control.style-1 .custom-checkbox.payment {
  min-height: 65px;
  height: 65px;
}

.custom-control.style-1 .form-check-input {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0px, -50%);
  margin: 0;
  transition: 0.4s;
}

.custom-control.style-1 .form-check-input:checked+label {
  border: 1px solid #2856F9;
  background: #EBEDF5;
}

.custom-control.style-1 .form-check-input:checked+label .price {
  color: #2856F9;
}

.custom-control.style-1 .form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%232856F9'/%3e%3c/svg%3e");
  background-color: #fff;
  border: 1px solid #2856F9;
}

@media only screen and (max-width: 575px) {
  .custom-control.style-1.style-thumb .custom-checkbox {
    display: block;
    height: auto;
  }

  .custom-control.style-1.style-thumb .custom-checkbox .thumb {
    margin-bottom: 12px;
  }
}

.order-cancel-card .order-cancel-box {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.order-cancel-card .order-cancel-box .cancel-media {
  width: 90px;
}

.order-cancel-card .order-cancel-box .order-cancel-content {
  margin-left: 20px;
}

.order-cancel-card .order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.order-details .order-head {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.order-details .order-head .head-thumb {
  width: 80px;
  height: auto;
  border: 1px solid var(--border-color);
  padding: 10px;
  border-radius: 8px;
}

.order-details .shiping-tracker-detail {
  margin-bottom: 15px;
}

.order-details .shiping-tracker-detail .title {
  font-weight: 500;
  font-size: 15px;
}

.dz-tabs.style-3 .nav-tabs {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dz-tabs.style-3 .nav-tabs .nav-link {
  display: inline-block;
  padding: 12px 0;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background-color: transparent;
  width: auto !important;
}

.dz-tabs.style-3 .nav-tabs .nav-link:after {
  content: "";
  background-color: var(--primary);
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  transform: translateX(-50%);
}

.dz-tabs.style-3 .nav-tabs .nav-link.active,
.dz-tabs.style-3 .nav-tabs .nav-link:hover {
  color: var(--primary);
}

.dz-tabs.style-3 .nav-tabs .nav-link.active:after,
.dz-tabs.style-3 .nav-tabs .nav-link:hover:after {
  width: 100%;
}

.widget-timeline .timeline {
  list-style: none;
  position: relative;
}

.widget-timeline .timeline:before {
  top: 1.25rem;
  bottom: 3rem;
  position: absolute;
  content: " ";
  width: 0.1275rem;
  left: 10px;
  border-right: 2px dashed rgba(0, 0, 0, 0.15);
}

.widget-timeline .timeline>li {
  margin-bottom: 0.9375rem;
  position: relative;
}

.widget-timeline .timeline>li:before {
  content: " ";
  display: table;
}

.widget-timeline .timeline>li:after {
  content: " ";
  display: table;
  clear: both;
}

.widget-timeline .timeline>li>.timeline-box {
  padding: 10px 10px 10px 15px;
  position: relative;
  display: block;
  margin-left: 2.5rem;
}

.widget-timeline .timeline>li>.timeline-box span {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 0.3125rem;
  letter-spacing: 0.0625rem;
}

.widget-timeline .timeline>li>.timeline-box p {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #000;
}

.widget-timeline .timeline>li>.timeline-badge {
  border-radius: 50%;
  height: 1.375rem;
  left: 0;
  position: absolute;
  top: 0.625rem;
  width: 1.375rem;
  border-width: 0.125rem;
  border-style: solid;
  padding: 0.25rem;
  background-color: #fff;
  border-color: #cfcfcf;
}

.widget-timeline .timeline>li>.timeline-badge:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  display: block;
  background: #cfcfcf;
}

.widget-timeline .timeline>li>.timeline-badge.primary {
  border-color: #CC0D39;
}

.widget-timeline .timeline>li>.timeline-badge.primary:after {
  background: #CC0D39;
}

.widget-timeline .timeline>li>.timeline-badge.success {
  border-color: #31A56D;
}

.widget-timeline .timeline>li>.timeline-badge.success:after {
  background: #31A56D;
}

.tracking-item-content {
  display: flex;
  justify-content: space-between;
}

.tracking-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.tracking-item .tracking-product {
  width: 85px;
  height: auto;
  border: 1.5px solid var(--border-color);
  padding: 10px;
  border-radius: 8px;
  margin-right: 20px;
}

.tracking-product-content .title,
.tracking-product-content p {
  margin-bottom: 0;
}

.tracking-product-content strong {
  color: #000;
}

.tracking-receiver li {
  margin-bottom: 5px;
  font-size: 14px;
}

.tracking-receiver strong {
  color: #000;
}

.confirmation-card {
  padding: 50px;
}

.confirmation-card .thumb {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 575px) {
  .confirmation-card {
    padding: 30px;
  }
}

.confirmed-request {
  padding: 50px;
}

.confirmed-request .cancel-btn {
  width: 100px;
  height: 100px;
  background: #46b95a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.confirmed-request .cancel-btn i {
  color: #fff;
  font-size: 60px;
}

@media only screen and (max-width: 575px) {
  .confirmed-request {
    padding: 30px;
  }

  .confirmed-request .cancel-btn {
    width: 80px;
    height: 80px;
  }

  .confirmed-request .cancel-btn i {
    font-size: 35px;
  }
}

.total-contain {
  background-color: #fff;
  padding: 20px 25px;
  box-shadow: 0px 36px 48px rgba(31, 66, 135, 0.04);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  .total-contain {
    display: flex;
    justify-content: space-between;
  }
}

.total-contain .total-icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .total-contain .total-icon {
    margin-bottom: 0;
  }
}

.total-contain .total-icon svg path {
  fill: #CC0D39;
}

.total-contain .total-detail .title {
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  .total-contain .total-detail .title {
    text-align: end;
  }
}

.total-contain .total-detail .text {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
}

.total-contain:hover {
  background-color: var(--primary);
}

.total-contain:hover .total-detail .title,
.total-contain:hover .total-detail .text {
  color: #fff;
}

.profile-edit .thumb {
  position: relative;
}

.profile-edit .thumb .edit-img {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  padding: 5px;
  background-color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-edit .thumb .edit-img i {
  color: #fff;
}

.avatar-upload .avatar-preview>div {
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.thumb-edit label {
  background: var(--primary);
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 0;
  left: -12px;
}

.countries-card ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}

.countries-card ul .thumb-detail img {
  width: 30px;
}

.countries-card ul .thumb-detail span {
  font-weight: 500;
  margin-left: 5px;
  font-size: 15px;
}

.countries-card ul .thumb-content .amount {
  margin-bottom: 0;
  font-size: 14px;
}

@media only screen and (max-width: 575px) {
  .card .card-body.sales-chart-wraper {
    padding: 0px 15px;
  }
}

.sales-chart-wraper {
  background-color: #fff;
  padding: 0 15px;
  box-shadow: 0px 36px 48px rgba(31, 66, 135, 0.04);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 767px) {
  .account-card .table-responsive.download-table .table thead tr th {
    padding: 0 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .account-card .table-responsive.download-table .table tbody>tr .product-item-img img {
    min-width: 60px;
    height: 60px;
  }

  .account-card .table-responsive.download-table .table tbody>tr .product-item-name {
    font-size: 13px;
  }

  .account-card .table-responsive.download-table .table tbody>tr td .btn-md {
    padding: 8px 14px;
    font-size: 12px;
  }
}

.account-sidebar-wrapper {
  z-index: 99;
  margin-top: -170px;
}

@media only screen and (max-width: 1199px) {
  .account-sidebar-wrapper {
    margin: 0;
    z-index: 99999;
  }
}

.dz-slider1 {
  overflow: hidden;
  position: relative;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}

.dz-slider1 .swiper-area {
  width: 68.5%;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 1680px) {
  .dz-slider1 .swiper-area {
    width: 80%;
  }
}

@media only screen and (max-width: 1480px) {
  .dz-slider1 .swiper-area {
    width: 85%;
  }
}

@media only screen and (max-width: 1199px) {
  .dz-slider1 .swiper-area {
    width: 81%;
  }
}

@media only screen and (max-width: 991px) {
  .dz-slider1 .swiper-area {
    width: 74%;
  }
}

@media only screen and (max-width: 575px) {
  .dz-slider1 .swiper-area {
    width: 73%;
  }
}

.dz-slider1 .dz-main-swiper-thumb {
  position: relative;
  z-index: 1;
  padding-left: 40px;
}

.dz-slider1 .dz-main-swiper-thumb .swiper-wrapper {
  height: auto;
}

.dz-slider1 .dz-main-swiper-thumb .swiper-slide {
  width: 300px;
}

.dz-slider1 .star-1 {
  position: absolute;
  top: 13%;
  left: 45%;
  transform: translate(-43%, -10%);
  z-index: -1;
  animation: rotate-360 20s infinite linear;
}

@media only screen and (max-width: 991px) {
  .dz-slider1 .star-1 {
    top: 30%;
    left: 70%;
  }
}

.dz-slider1 .star-2 {
  position: absolute;
  top: 13%;
  right: 13%;
  transform: translate(15%, -10%);
  z-index: 1;
  animation: rotate-360 20s infinite linear;
}

@media only screen and (max-width: 1199px) {

  .dz-slider1 .star-1,
  .dz-slider1 .star-2 {
    display: none;
  }
}

.dz-slider1 .swiper-slide {
  height: 100% !important;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.dz-slider1 .dz-main-swiper {
  z-index: 2;
  overflow: hidden;
  position: relative;
}

.dz-slider1 .dz-main-swiper .swiper-slide {
  transition: 0.5s;
  opacity: 0 !important;
}

.dz-slider1 .dz-main-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.dz-slider1 .swiper-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
  padding-top: 70px;
  padding-left: 30px;
}

@media only screen and (max-width: 1680px) {
  .dz-slider1 .swiper-content {
    padding-top: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .dz-slider1 .swiper-content {
    padding-top: 40px;
  }
}

.dz-slider1 .swiper-pagination-wrapper {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 20px;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .dz-slider1 .swiper-pagination-wrapper {
    display: none;
  }
}

.dz-slider1 .banner-content {
  padding-top: 150px;
  padding-bottom: 60px;
  height: 100%;
}

@media only screen and (max-width: 1480px) {
  .dz-slider1 .banner-content {
    height: 860px;
  }
}

@media (max-width: 1366px) {
  .dz-slider1 .banner-content {
    height: 100%;
    min-height: 750px;
  }
}

@media only screen and (max-width: 1199px) {
  .dz-slider1 .banner-content {
    padding-top: 100px;
    padding-bottom: 30px;
    min-height: 650px;
  }
}

@media only screen and (max-width: 991px) {
  .dz-slider1 .banner-content {
    height: 100%;
  }
}

.dz-slider1 .banner-content .bottom-content {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 90px;
  z-index: 99;
  padding-left: 30px;
}

@media only screen and (max-width: 1480px) {
  .dz-slider1 .banner-content .bottom-content {
    bottom: 40px;
  }
}

@media (max-width: 1366px) {
  .dz-slider1 .banner-content .bottom-content {
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .dz-slider1 .banner-content .bottom-content {
    position: static;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-slider1 .banner-content .bottom-content {
    display: none;
  }
}

.dz-slider1 .banner-content .bottom-content .sub-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
  color: var(--title);
  margin-bottom: 10px;
  display: block;
}

.dz-slider1 .banner-content .bottom-content .title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  width: 55%;
  margin: 0;
  margin-bottom: 10px;
  display: block;
}

.dz-slider1 .banner-content .content-info {
  padding-bottom: 30px;
  z-index: 2;
  position: relative;
  height: 100%;
}

.dz-slider1 .banner-content .sub-title {
  color: #F0BBE3;
  line-height: 1.6;
  letter-spacing: 20px;
  font-weight: var(--headings-font-weight3);
}

.dz-slider1 .banner-content .title {
  color: var(--title);
  font-size: 80px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1480px) {
  .dz-slider1 .banner-content .title {
    font-size: 3.75rem;
  }
}

@media only screen and (max-width: 1199px) {
  .dz-slider1 .banner-content .title {
    font-size: 2.5rem;
  }
}

.dz-slider1 .banner-content .text {
  color: #5E626F;
  font-size: 18px;
  font-weight: 400;
  max-width: 480px;
}

.dz-slider1 .banner-content .swiper-meta-items {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1480px) {
  .dz-slider1 .banner-content .swiper-meta-items {
    margin-bottom: 20px;
  }
}

.dz-slider1 .banner-content .swiper-meta-items .meta-content {
  margin-right: 90px;
}

@media only screen and (max-width: 767px) {
  .dz-slider1 .banner-content .swiper-meta-items .meta-content {
    margin-right: 10px;
  }
}

.dz-slider1 .banner-content .swiper-meta-items .meta-content span {
  display: block;
}

.dz-slider1 .banner-content .swiper-meta-items .meta-content .color-name {
  margin-bottom: 10px;
}

.dz-slider1 .banner-content .swiper-meta-items .meta-content .color-name,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .price-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--title);
}

.dz-slider1 .banner-content .swiper-meta-items .meta-content .price-num {
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 600;
  font-family: var(--font-family-title);
}

@media only screen and (max-width: 767px) {
  .dz-slider1 .banner-content .swiper-meta-items .meta-content .price-num {
    font-size: 28px;
  }
}

.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .btn,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .wp-block-button__link,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce .widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size a,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size a,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size input,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce-cart-form .table tr .button,
.woocommerce-cart-form .table tr .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .button,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size a.checkout-button,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce #respond input#submit,
.woocommerce #respond .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size input#submit,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce a.button,
.woocommerce .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size a.button,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce button.button,
.woocommerce .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size button.button,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce input.button,
.woocommerce .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size input.button,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce #place_order,
.woocommerce .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size #place_order {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 10px !important;
  background-color: #fff !important;
}

.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .btn-check:checked+.btn,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .btn-check:checked+.wp-block-button__link,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce .widget_shopping_cart .buttons .btn-check:checked+a,
.woocommerce .widget_shopping_cart .buttons .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .btn-check:checked+a,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce.widget_shopping_cart .buttons .btn-check:checked+a,
.woocommerce.widget_shopping_cart .buttons .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .btn-check:checked+a,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce #review_form #respond .form-submit .btn-check:checked+input,
.woocommerce #review_form #respond .form-submit .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .btn-check:checked+input,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce-cart-form .table tr .btn-check:checked+.button,
.woocommerce-cart-form .table tr .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .btn-check:checked+.button,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce-cart .wc-proceed-to-checkout .btn-check:checked+a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .btn-check:checked+a.checkout-button,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce #respond .btn-check:checked+input#submit,
.woocommerce #respond .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .btn-check:checked+input#submit,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce .btn-check:checked+a.button,
.woocommerce .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .btn-check:checked+a.button,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce .btn-check:checked+button.button,
.woocommerce .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .btn-check:checked+button.button,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce .btn-check:checked+input.button,
.woocommerce .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .btn-check:checked+input.button,
.dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .woocommerce .btn-check:checked+#place_order,
.woocommerce .dz-slider1 .banner-content .swiper-meta-items .meta-content .product-size .btn-check:checked+#place_order {
  background-color: var(--secondary) !important;
  color: #fff;
}

.dz-slider1 .banner-content .swiper-meta-items .meta-content del {
  font-family: var(--font-family-title);
  font-style: normal;
  font-weight: var(--headings-font-weight2);
  color: #E5CCB8;
  margin-bottom: 0;
  font-size: 18px;
  padding: 0 10px;
}

.dz-slider1 .banner-media {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.dz-slider1 .banner-media:after {
  content: attr(data-name);
  position: absolute;
  top: 62%;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  z-index: 9999;
  font-size: 130px;
  color: #fff;
  -webkit-text-stroke: 1.5px #000;
  transform: rotate(180deg) translateY(55%);
  width: auto;
  left: -65px;
  writing-mode: tb;
}

@media (max-width: 1366px) {
  .dz-slider1 .banner-media:after {
    top: 52%;
    font-size: 80px;
    left: -40px;
  }
}

@media only screen and (max-width: 1199px) {
  .dz-slider1 .banner-media:after {
    font-size: 65px;
    left: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .dz-slider1 .banner-media:after {
    font-size: 65px;
    left: -40px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-slider1 .banner-media:after {
    font-size: 45px;
    left: -20px;
  }
}

.dz-slider1 .banner-media .img-preview {
  width: 100%;
  position: relative;
}

.dz-slider1 .banner-media .img-preview:after {
  content: "";
  position: absolute;
  background-image: url(../images/next-btn.png);
  right: 0;
  bottom: 40px;
  width: 41px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  opacity: 0;
}

@media only screen and (max-width: 575px) {
  .dz-slider1 .banner-media .img-preview:after {
    bottom: 32px;
    width: 30px;
  }
}

.dz-slider1 .banner-media img {
  width: 100%;
  border-radius: 40px;
}

@media only screen and (max-width: 1199px) {
  .dz-slider1 .banner-content .content-btn {
    margin-bottom: 0;
  }

  .dz-slider1 .swiper-slide:after {
    width: 320px;
  }
}

@media only screen and (max-width: 991px) {
  .dz-slider1 .pattern {
    display: none;
  }

  .dz-slider1 .swiper-content {
    padding: 0px;
  }

  .dz-slider1 .banner-content .text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .dz-slider1 .banner-content .text {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    max-width: 270px;
  }

  .dz-slider1 .banner-content h1,
  .dz-slider1 .banner-content .h1 {
    font-size: 2rem;
  }

  .dz-slider1 .banner-content .price {
    display: none;
  }

  .dz-slider1 .banner-content .content-btn {
    margin-top: 30px;
  }

  .dz-slider1 .banner-content .swiper-meta-items {
    margin: 15px 0px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-slider1 .banner-content .sub-title {
    font-size: 14px;
  }

  .dz-slider1 .banner-content .title {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .dz-slider1 .banner-content .swiper-content {
    max-width: 100%;
  }

  .dz-slider1 .banner-content .text {
    max-width: 100%;
  }

  .dz-slider1 .banner-content .swiper-meta-items {
    margin: 15px 0px 10px;
  }

  .dz-slider1 .banner-content .content-btn {
    margin-top: 15px;
    display: flex;
    align-items: center;
  }

  .dz-slider1 .banner-content .content-btn .btn,
  .dz-slider1 .banner-content .content-btn .wp-block-button__link,
  .dz-slider1 .banner-content .content-btn .woocommerce .widget_shopping_cart .buttons a,
  .woocommerce .widget_shopping_cart .buttons .dz-slider1 .banner-content .content-btn a,
  .dz-slider1 .banner-content .content-btn .woocommerce.widget_shopping_cart .buttons a,
  .woocommerce.widget_shopping_cart .buttons .dz-slider1 .banner-content .content-btn a,
  .dz-slider1 .banner-content .content-btn .woocommerce #review_form #respond .form-submit input,
  .woocommerce #review_form #respond .form-submit .dz-slider1 .banner-content .content-btn input,
  .dz-slider1 .banner-content .content-btn .woocommerce-cart-form .table tr .button,
  .woocommerce-cart-form .table tr .dz-slider1 .banner-content .content-btn .button,
  .dz-slider1 .banner-content .content-btn .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout .dz-slider1 .banner-content .content-btn a.checkout-button,
  .dz-slider1 .banner-content .content-btn .woocommerce #respond input#submit,
  .woocommerce #respond .dz-slider1 .banner-content .content-btn input#submit,
  .dz-slider1 .banner-content .content-btn .woocommerce a.button,
  .woocommerce .dz-slider1 .banner-content .content-btn a.button,
  .dz-slider1 .banner-content .content-btn .woocommerce button.button,
  .woocommerce .dz-slider1 .banner-content .content-btn button.button,
  .dz-slider1 .banner-content .content-btn .woocommerce input.button,
  .woocommerce .dz-slider1 .banner-content .content-btn input.button,
  .dz-slider1 .banner-content .content-btn .woocommerce #place_order,
  .woocommerce .dz-slider1 .banner-content .content-btn #place_order {
    font-size: 13px;
  }
}

.quote-text blockquote.wp-block-quote::before {
  content: "\f16d";
  font-size: 80px;
  font-family: flaticon_SearchMyDeals !important;
  font-weight: normal !important;
  opacity: 1;
  opacity: 0.2;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  right: 0px;
  bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .quote-text blockquote.wp-block-quote::before {
    font-size: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .quote-text blockquote.wp-block-quote::before {
    font-size: 40px;
  }
}

.blog-single>.dz-media>img+.quote-text {
  position: absolute;
}

.blog-single>.dz-media:not(:has(img))>.quote-text {
  position: static;
  transform: none;
  width: auto;
  background-color: var(--rgba-primary-1);
}

.quote-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  width: 720px;
}

@media only screen and (max-width: 1199px) {
  .quote-text {
    width: 510px;
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .quote-text {
    width: calc(100% - 20px);
    padding: 8px;
  }
}

.quote-text blockquote.wp-block-quote {
  margin: 0px;
  background-color: transparent;
  border: 0;
  padding: 1.25rem 2rem 1.25rem 1.875rem;
  text-align: left;
}

@media only screen and (max-width: 575px) {
  .quote-text blockquote.wp-block-quote {
    padding: 15px;
  }
}

.quote-text blockquote.wp-block-quote::before {
  opacity: 0.5;
  right: 0px;
  bottom: 0px;
  left: auto;
  top: auto;
  background-size: contain;
}

@media only screen and (max-width: 575px) {
  .quote-text blockquote.wp-block-quote::before {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .quote-text blockquote p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .quote-text blockquote p {
    font-size: 12px;
  }
}

.tutorial {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
}

.tutorial .tutorial-border {
  border-bottom: 1px solid var(--border-color);
}

.tutorial ul {
  margin: 0px;
  padding: 0px 20px !important;
}

.tutorial ul li {
  list-style: auto !important;
  padding: 5px 0px;
  font-size: 16px;
  color: var(--primary) !important;
}

.tutorial ul li a {
  color: var(--primary);
}

.tutorial-data>div {
  scroll-margin-top: 100px;
}

.cateloge {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  gap: 20rem;
  margin-bottom: 15px;
  margin-top: 25px;
}

.cateloge table {
  margin-bottom: 0px;
}

.cateloge table tr {
  background-color: transparent !important;
}

.cateloge table tr td {
  padding: 4px 0px;
  color: #000;
  border: 0;
}

.no-sidebar .dz-title {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.no-sidebar .dz-meta ul {
  justify-content: center;
}

.corner-media {
  position: sticky;
  top: 0;
}

.corner-media img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.dz-post-text hr {
  height: 4px;
  border-top: 4px solid;
  margin: 40px 0;
}

.post-status-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 575px) {
  .post-status-btn {
    width: 80px;
    height: 80px;
  }
}

.modal.status-modal {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  overflow-y: hidden;
}

@media only screen and (max-width: 575px) {
  .modal.status-modal .modal-dialog-centered {
    margin: 0;
  }
}

.modal.status-modal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  color: #fff;
  background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 1L1 21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 1L21 21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  z-index: 9;
}

@media only screen and (max-width: 575px) {
  .modal.status-modal .btn-close {
    top: 20px;
    right: 20px;
  }
}

.modal.status-modal .status-pagination {
  position: absolute;
  top: 0;
  bottom: auto !important;
  left: 50% !important;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 9;
  transform: translate(-50%);
  padding: 10px 0;
}

.modal.status-modal .status-pagination .swiper-pagination-bullet {
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.modal.status-modal .status-pagination .swiper-pagination-bullet::after {
  content: "";
  height: 100%;
  width: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.modal.status-modal .status-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
  transition: 3.5s linear;
}

.modal.status-modal .modal-content {
  border-radius: 30px;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide {
  height: unset;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0.3%, rgba(0, 0, 0, 0.6) 100%);
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 20px 0px 20px;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .post-date {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .title {
  font-size: 24px;
  color: #ffff;
  font-family: 'Roboto';
  font-weight: 800;
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .title {
    font-size: 17px;
  }
}

@media only screen and (max-width: 575px) {
  .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn.btn-sm,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>.btn,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>.wp-block-button__link,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce .widget_shopping_cart .buttons .btn-group-sm>a,
.woocommerce .widget_shopping_cart .buttons .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>a,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce.widget_shopping_cart .buttons .btn-group-sm>a,
.woocommerce.widget_shopping_cart .buttons .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>a,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce #review_form #respond .form-submit .btn-group-sm>input,
.woocommerce #review_form #respond .form-submit .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>input,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce-cart-form .table tr .btn-group-sm>.button,
.woocommerce-cart-form .table tr .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>.button,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce-cart .wc-proceed-to-checkout .btn-group-sm>a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>a.checkout-button,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce #respond .btn-group-sm>input#submit,
.woocommerce #respond .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>input#submit,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce .btn-group-sm>a.button,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>a.button,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce .btn-group-sm>button.button,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>button.button,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce .btn-group-sm>input.button,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>input.button,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce .btn-group-sm>#place_order,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>#place_order,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-sm.wp-block-button__link,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce .widget_shopping_cart .buttons a.btn-sm,
.woocommerce .widget_shopping_cart .buttons .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn a.btn-sm,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce.widget_shopping_cart .buttons a.btn-sm,
.woocommerce.widget_shopping_cart .buttons .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn a.btn-sm,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce #review_form #respond .form-submit input.btn-sm,
.woocommerce #review_form #respond .form-submit .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn input.btn-sm,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce-cart-form .table tr .btn-sm.button,
.woocommerce-cart-form .table tr .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-sm.button,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce-cart .wc-proceed-to-checkout a.btn-sm.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn a.btn-sm.checkout-button,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce #respond input.btn-sm#submit,
.woocommerce #respond .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn input.btn-sm#submit,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce a.btn-sm.button,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn a.btn-sm.button,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce button.btn-sm.button,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn button.btn-sm.button,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce input.btn-sm.button,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn input.btn-sm.button,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce .btn-sm#place_order,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-sm#place_order {
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 5px;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn.btn-sm:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>.btn:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>.wp-block-button__link:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce .widget_shopping_cart .buttons .btn-group-sm>a:hover,
.woocommerce .widget_shopping_cart .buttons .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>a:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce.widget_shopping_cart .buttons .btn-group-sm>a:hover,
.woocommerce.widget_shopping_cart .buttons .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>a:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce #review_form #respond .form-submit .btn-group-sm>input:hover,
.woocommerce #review_form #respond .form-submit .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>input:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce-cart-form .table tr .btn-group-sm>.button:hover,
.woocommerce-cart-form .table tr .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>.button:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce-cart .wc-proceed-to-checkout .btn-group-sm>a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>a.checkout-button:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce #respond .btn-group-sm>input#submit:hover,
.woocommerce #respond .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>input#submit:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce .btn-group-sm>a.button:hover,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>a.button:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce .btn-group-sm>button.button:hover,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>button.button:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce .btn-group-sm>input.button:hover,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>input.button:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce .btn-group-sm>#place_order:hover,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-group-sm>#place_order:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-sm.wp-block-button__link:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce .widget_shopping_cart .buttons a.btn-sm:hover,
.woocommerce .widget_shopping_cart .buttons .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn a.btn-sm:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce.widget_shopping_cart .buttons a.btn-sm:hover,
.woocommerce.widget_shopping_cart .buttons .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn a.btn-sm:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce #review_form #respond .form-submit input.btn-sm:hover,
.woocommerce #review_form #respond .form-submit .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn input.btn-sm:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce-cart-form .table tr .btn-sm.button:hover,
.woocommerce-cart-form .table tr .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-sm.button:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce-cart .wc-proceed-to-checkout a.btn-sm.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn a.btn-sm.checkout-button:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce #respond input.btn-sm#submit:hover,
.woocommerce #respond .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn input.btn-sm#submit:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce a.btn-sm.button:hover,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn a.btn-sm.button:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce button.btn-sm.button:hover,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn button.btn-sm.button:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce input.btn-sm.button:hover,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn input.btn-sm.button:hover,
.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .woocommerce .btn-sm#place_order:hover,
.woocommerce .modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .btn-sm#place_order:hover {
  background-color: #ebebeb;
  color: #000;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide .status-top-box .status-btn .volume-icon {
  width: 44px;
  height: 44px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  float: right;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.modal.status-modal .modal-content .status-wrapper .status-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}

.logo-header {
  display: flex;
  align-items: center;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 180px;
  height: 80px;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 575px) {
  .logo-header {
    height: 65px;
  }
}

@media only screen and (max-width: 1199px) {
  .logo-header {
    margin-right: 8px !important;
  }
}

@media only screen and (max-width: 991px) {
  .logo-header {
    margin-right: 0 !important;
  }
}

.logo-header a {
  display: table-cell;
  vertical-align: middle;
}

.logo-header img {
  height: 45px;
  max-width: 145px;
  object-fit: contain;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .logo-header img {
    max-width: 180px;
    height: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .logo-header img {
    max-width: 150px;
  }
}

.top-bar {
  background-color: #fff;
  color: #212529;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}

.top-bar .dz-topbar-left {
  float: left;
}

.top-bar .dz-topbar-left li {
  padding-right: 20px;
}

.top-bar .dz-topbar-right {
  float: right;
}

.top-bar .dz-topbar-right li {
  padding-left: 10px;
}

.top-bar .dz-social li a {
  color: inherit;
  font-size: inherit;
}

.top-bar .dz-social li a:hover {
  color: var(--primary);
}

.top-bar .dz-topbar-inner {
  margin-left: -15px;
  margin-right: -15px;
}

.top-bar .dz-topbar-center,
.top-bar .dz-topbar-left,
.top-bar .dz-topbar-right {
  padding-left: 15px;
  padding-right: 15px;
}

.top-bar .dz-topbar-center ul,
.top-bar .dz-topbar-left ul,
.top-bar .dz-topbar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.top-bar .dz-topbar-center ul li,
.top-bar .dz-topbar-left ul li,
.top-bar .dz-topbar-right ul li {
  display: inline-block;
  font-size: 15px;
}

.top-bar .dz-topbar-center ul i,
.top-bar .dz-topbar-left ul i,
.top-bar .dz-topbar-right ul i {
  margin-right: 5px;
}

.top-bar .dz-topbar-center ul a,
.top-bar .dz-topbar-left ul a,
.top-bar .dz-topbar-right ul a {
  color: inherit;
}

.top-bar .dz-topbar-center ul a:hover,
.top-bar .dz-topbar-left ul a:hover,
.top-bar .dz-topbar-right ul a:hover {
  color: VAR(--primary);
}

.top-bar .dz-topbar-center .dz-social-icon li,
.top-bar .dz-topbar-left .dz-social-icon li,
.top-bar .dz-topbar-right .dz-social-icon li {
  padding-left: 0;
}

.top-bar.text-white .dz-topbar-center ul a:hover,
.top-bar.text-white .dz-topbar-left ul a:hover,
.top-bar.text-white .dz-topbar-right ul a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.top-bar .dz-topbar-right ul {
  margin-left: 15px;
}

@media only screen and (max-width: 991px) {
  .top-bar {
    display: none;
  }
}

.text-logo .site-title {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 5px;
}

.text-logo p {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: var(--primary);
}

.site-header {
  position: relative;
  z-index: 9999;
}

.site-header .main-bar {
  background: var(--bs-body-bg);
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--light);
}

.site-header .container {
  position: relative;
}

.site-header .extra-nav {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  height: 80px;
  padding-left: 30px;
  color: var(--title);
}

.site-header .extra-nav .extra-cell {
  display: flex;
  align-items: center;
}

.site-header .extra-nav .extra-cell>* {
  margin-left: 20px;
  display: flex;
  align-items: center;
  flex-direction: inherit;
  margin-right: -10px;
}

@media only screen and (max-width: 991px) {
  .site-header .extra-nav .extra-cell>* {
    margin-left: 15px;
  }
}

.site-header .extra-nav .extra-cell .login-link {
  color: var(--title);
  font-size: 16px;
  font-weight: 400;
  margin-right: 40px;
  text-transform: capitalize;
  font-family: var(--font-family-title);
}

@media only screen and (max-width: 1480px) and (min-width: 992px) {
  .site-header .extra-nav .extra-cell .login-link {
    display: none;
  }
}

@media only screen and (max-width: 1480px) {
  .site-header .extra-nav .extra-cell .login-link {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .site-header .extra-nav .extra-cell .login-link {
    margin-right: 0;
  }
}

.site-header .extra-nav .extra-cell .filte-link .filte-btn svg rect {
  fill: var(--title);
}

.site-header .extra-nav .extra-cell ul li button,
.site-header .extra-nav .extra-cell ul li a {
  min-width: 40px;
  padding: 0px 15px;
  display: flex;
  align-content: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  line-height: 1;
}

@media only screen and (max-width: 1480px) {

  .site-header .extra-nav .extra-cell ul li button,
  .site-header .extra-nav .extra-cell ul li a {
    padding: 0px 10px;
  }
}

.site-header .extra-nav .extra-cell ul li button i,
.site-header .extra-nav .extra-cell ul li a i {
  font-size: 20px;
  color: var(--title);
  font-weight: 600;
}

.site-header .extra-nav .extra-cell ul li button svg rect,
.site-header .extra-nav .extra-cell ul li a svg rect {
  fill: var(--title);
}

.site-header .extra-nav .extra-cell ul li button .badge,
.site-header .extra-nav .extra-cell ul li a .badge {
  position: absolute;
  top: -4px;
  right: 2px;
  font-size: 11px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  min-width: 18px;
  font-weight: 700;
}

.site-header .extra-nav .extra-cell ul li.login-link a {
  padding: 0;
  border-bottom: 1px solid #0000005c;
  min-height: auto;
  padding-bottom: 2px;
}

.site-header .extra-nav .extra-cell ul li.filte-link a {
  margin-left: 30px;
}

@media only screen and (max-width: 991px) {
  .site-header .extra-nav {
    height: 80px;
  }
}

@media only screen and (max-width: 1680px) {
  .site-header .extra-nav {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .site-header .extra-nav {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: -80px;
    left: 0;
    padding: 0 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    height: 50px;
    transition: all 0.5s ease 0.5s;
  }

  .site-header .extra-nav.active {
    bottom: 0;
  }

  .site-header .extra-nav.bottom-end {
    bottom: -80px;
  }

  .site-header .extra-nav .extra-cell {
    width: 100%;
  }

  .site-header .extra-nav .extra-cell ul {
    width: 100%;
  }

  .site-header .extra-nav .extra-cell ul .login-link {
    margin-right: auto;
    margin-left: -15px;
  }
}

.site-header .extra-nav #quik-search-btn {
  color: #fff;
  cursor: pointer;
  margin-right: 0px;
  border: 0;
  width: 45px;
  height: 45px;
  background: var(--secondary);
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  border-radius: var(--border-radius-base);
}

@media only screen and (max-width: 575px) {

  .site-header .extra-nav .btn,
  .site-header .extra-nav .wp-block-button__link,
  .site-header .extra-nav .woocommerce .widget_shopping_cart .buttons a,
  .woocommerce .widget_shopping_cart .buttons .site-header .extra-nav a,
  .site-header .extra-nav .woocommerce.widget_shopping_cart .buttons a,
  .woocommerce.widget_shopping_cart .buttons .site-header .extra-nav a,
  .site-header .extra-nav .woocommerce #review_form #respond .form-submit input,
  .woocommerce #review_form #respond .form-submit .site-header .extra-nav input,
  .site-header .extra-nav .woocommerce-cart-form .table tr .button,
  .woocommerce-cart-form .table tr .site-header .extra-nav .button,
  .site-header .extra-nav .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout .site-header .extra-nav a.checkout-button,
  .site-header .extra-nav .woocommerce #respond input#submit,
  .woocommerce #respond .site-header .extra-nav input#submit,
  .site-header .extra-nav .woocommerce a.button,
  .woocommerce .site-header .extra-nav a.button,
  .site-header .extra-nav .woocommerce button.button,
  .woocommerce .site-header .extra-nav button.button,
  .site-header .extra-nav .woocommerce input.button,
  .woocommerce .site-header .extra-nav input.button,
  .site-header .extra-nav .woocommerce #place_order,
  .woocommerce .site-header .extra-nav #place_order {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-header .extra-nav ul li {
  display: inline-block;
}

.site-header .extra-nav ul li .icon {
  padding: 0;
  background: transparent;
  min-width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}

.adv-media {
  padding-left: 20px;
}

.adv-media img {
  width: 100%;
  border-radius: 20px;
}

.month-deal {
  border: 1px solid #eee;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-top: 25px;
}

@media only screen and (max-width: 991px) {
  .month-deal {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .month-deal {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

.month-deal p {
  font-size: 13px;
  color: #5E626F;
}

.month-deal .sale-countdown .countdown {
  display: flex;
  margin: 0;
}

.month-deal .sale-countdown .date {
  margin: 0 5px;
  padding: 0;
}

.month-deal .sale-countdown .date .time {
  font-size: 22px;
  background: #eee;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: var(--title) !important;
  font-weight: 500;
  font-family: var(--font-family-title);
}

.month-deal .sale-countdown .date .work-time {
  font-size: 12px;
  letter-spacing: 0;
  color: var(--title);
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--font-family-title);
}

a {
  color: var(--title);
}

.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none !important;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler {
    margin: 18px 0px 16px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-toggler {
    margin: 10px 0px 10px 20px;
  }
}

.navicon {
  width: 45px;
  height: 45px;
  background: var(--secondary);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  background: #fff;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navicon span:nth-child(1) {
  top: 13px;
  width: 22px;
}

.navicon span:nth-child(2) {
  top: 22px;
  width: 25px;
}

.navicon span:nth-child(3) {
  top: 32px;
  width: 20px;
}

.navicon.open span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.navicon.open span:nth-child(3) {
  top: 23px;
  width: 23px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header-tb .navicon span {
  background: #fff;
}

.header-nav {
  padding: 0;
}

.header-nav::-webkit-scrollbar {
  display: none !important;
}

.header-nav .badge {
  transform: translateY(-2px);
}

@media only screen and (max-width: 991px) {
  .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100vh !important;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    background-color: #ffffff;
    margin: 0;
    z-index: 99;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav.show {
    left: -1px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    margin: 0;
    width: 280px;
  }
}

.header-nav .logo-header {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-nav .logo-header {
    padding: 30px 20px;
    float: none;
    height: auto;
    width: 240px;
  }
}

.header-nav .nav {
  float: right;
  padding: 0;
  font-size: 0;
}

.header-nav .nav>li {
  margin: 0px;
  font-weight: 400;
  position: relative;
}

.header-nav .nav>li.has-mega-menu {
  position: inherit;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
}

.header-nav .nav>li.menu-item-has-children>a:after,
.header-nav .nav>li.sub-menu-down>a:after {
  content: "";
  margin-left: 5px;
  margin-top: -5px;
  background-image: url(../images/star.svg);
  display: inline-block;
  width: 12px;
  height: 12px;
}

@media only screen and (max-width: 991px) {

  .header-nav .nav>li.menu-item-has-children>a:after,
  .header-nav .nav>li.sub-menu-down>a:after {
    display: none;
  }
}

.header-nav .nav>li.menu-item-has-children>a i,
.header-nav .nav>li.sub-menu-down>a i {
  display: none;
}

@media only screen and (max-width: 991px) {

  .header-nav .nav>li.menu-item-has-children>a i,
  .header-nav .nav>li.sub-menu-down>a i {
    display: block;
    font-size: 9px;
    margin-left: 5px;
    margin-top: 0;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {

  .header-nav .nav>li.menu-item-has-children>a i,
  .header-nav .nav>li.sub-menu-down>a i {
    background-color: var(--secondary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 11px;
    margin: 0;
  }

  .header-nav .nav>li.menu-item-has-children>a i:before,
  .header-nav .nav>li.sub-menu-down>a i:before {
    content: "\f054";
  }
}

@media only screen and (max-width: 991px) {

  .header-nav .nav>li.menu-item-has-children.open>a i:before,
  .header-nav .nav>li.sub-menu-down.open>a i:before {
    content: "\f078";
  }
}

.header-nav .nav>li>a {
  color: var(--white);
  font-size: 16px;
  padding: 28px 20px;
  font-family: var(--font-family-title);
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  position: relative;
  line-height: 24px;
}

@media only screen and (max-width: 1199px) {
  .header-nav .nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li>a {
    padding: 8px 0;
    display: block;
    line-height: 30px;
    font-size: 16px;
  }
}

.header-nav .nav>li>a span {
  display: inline-block;
}

.header-nav .nav>li .mega-menu,
.header-nav .nav>li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 20px 30px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  margin-top: 20px;
  text-align: left;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}

@media only screen and (max-width: 991px) {

  .header-nav .nav>li .mega-menu,
  .header-nav .nav>li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }

  .header-nav .nav>li .mega-menu>li>a i,
  .header-nav .nav>li .sub-menu>li>a i {
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px !important;
    margin: 0 !important;
    background: #eee;
  }
}

.header-nav .nav>li .mega-menu .menu-item-has-children>a:before,
.header-nav .nav>li .sub-menu .menu-item-has-children>a:before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  font-size: 10px;
  margin-top: 2px;
}

@media only screen and (max-width: 991px) {

  .header-nav .nav>li .mega-menu .menu-item-has-children.open>a:before,
  .header-nav .nav>li .sub-menu .menu-item-has-children.open>a:before {
    content: "\f054";
  }
}

@media only screen and (max-width: 991px) {

  .header-nav .nav>li .mega-menu,
  .header-nav .nav>li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1;
  }

  .header-nav .nav>li .mega-menu>li>a i,
  .header-nav .nav>li .sub-menu>li>a i {
    display: none;
  }

  .header-nav .nav>li .mega-menu .has-child>a:before,
  .header-nav .nav>li .mega-menu .menu-item-has-children>a:before,
  .header-nav .nav>li .mega-menu>li>a i,
  .header-nav .nav>li .sub-menu .has-child>a:before,
  .header-nav .nav>li .sub-menu .menu-item-has-children>a:before,
  .header-nav .nav>li .sub-menu>li>a i {
    color: #fff !important;
    font-size: 14px;
    content: "\f054";
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    font-family: "Font Awesome 5 Free";
    z-index: 3;
    margin: 0 !important;
    background: var(--primary);
    border-radius: var(--border-radius-base);
    font-weight: 900;
    float: right;
  }

  .header-nav .nav>li .mega-menu .has-child.open>a:before .menu-item-has-children.open>a:before,
  .header-nav .nav>li .sub-menu .has-child.open>a:before .menu-item-has-children.open>a:before {
    content: "\f078";
    background: #333;
  }
}

.header-nav .nav>li .mega-menu li,
.header-nav .nav>li .sub-menu li {
  position: relative;
}

.header-nav .nav>li .mega-menu li a,
.header-nav .nav>li .sub-menu li a {
  color: #5E626F;
  display: block;
  font-size: 14px;
  padding: 5px 0;
  line-height: 20px;
  text-transform: capitalize;
  position: relative;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight: 400;
}

.header-nav .nav>li .mega-menu li:hover>a,
.header-nav .nav>li .sub-menu li:hover>a {
  color: var(--primary);
}

.header-nav .nav>li .mega-menu li:hover>a:after,
.header-nav .nav>li .sub-menu li:hover>a:after {
  width: 10px;
}

.header-nav .nav>li .mega-menu li .name a,
.header-nav .nav>li .sub-menu li .name a {
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  padding: 0;
}

.header-nav .nav>li .mega-menu li>.sub-menu,
.header-nav .nav>li .sub-menu li>.sub-menu {
  left: 220px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {

  .header-nav .nav>li .mega-menu li>.sub-menu,
  .header-nav .nav>li .sub-menu li>.sub-menu {
    display: none;
  }
}

@media only screen and (max-width: 991px) {

  .header-nav .nav>li .mega-menu .mega-menu,
  .header-nav .nav>li .mega-menu .sub-menu,
  .header-nav .nav>li .sub-menu .mega-menu,
  .header-nav .nav>li .sub-menu .sub-menu {
    border-top: 0;
    padding-left: 20px;
  }

  .header-nav .nav>li .mega-menu .mega-menu li a:after,
  .header-nav .nav>li .mega-menu .sub-menu li a:after,
  .header-nav .nav>li .sub-menu .mega-menu li a:after,
  .header-nav .nav>li .sub-menu .sub-menu li a:after {
    width: 5px;
    content: none;
    height: 5px;
    background: #262F5A !important;
    top: 13px;
  }
}

.header-nav .nav>li .sub-menu li>a>i {
  color: inherit;
  display: block;
  float: right;
  font-size: 18px;
  opacity: 1;
  margin-top: 0px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .sub-menu li>a>i {
    display: none;
  }
}

.header-nav .nav>li .mega-menu {
  right: 0px;
  width: 100%;
  z-index: 9;
  padding: 50px;
}

.header-nav .nav>li .mega-menu>li {
  display: block;
  padding: 15px 0 15px;
  position: relative;
  vertical-align: top;
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu>li {
    width: 100%;
    padding: 0;
  }
}

.header-nav .nav>li .mega-menu>li>a {
  color: var(--title);
  display: block;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
  font-family: var(--font-family-title);
}

.header-nav .nav>li .mega-menu>li>a>i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu>li>a {
    display: none;
  }
}

.header-nav .nav>li .mega-menu>li:last-child:after {
  display: none;
}

.header-nav .nav>li .mega-menu>li:hover>a {
  background-color: transparent;
}

.header-nav .nav>li .mega-menu>li li i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu {
    display: none;
    padding: 20px 0;
  }
}

.header-nav .nav>li.active>a {
  color: var(--primary);
}

.header-nav .nav>li:hover>a {
  color: var(--primary);
}

.header-nav .nav>li:hover>.mega-menu,
.header-nav .nav>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 11;
  pointer-events: unset;
}

@media only screen and (max-width: 991px) {

  .header-nav .nav>li:hover>.mega-menu,
  .header-nav .nav>li:hover>.sub-menu {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
}

.header-nav .nav>li:hover>.mega-menu li:hover>.sub-menu,
.header-nav .nav>li:hover>.sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  top: -1px;
}

.header-nav .nav>li.open .mega-menu,
.header-nav .nav>li.open .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

.header-nav .nav>li.open .open .mega-menu,
.header-nav .nav>li.open .open .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

@media only screen and (max-width: 1480px) {

  .header-nav .nav>li:nth-last-child(4) .sub-menu .sub-menu,
  .header-nav .nav>li:nth-last-child(3) .sub-menu .sub-menu,
  .header-nav .nav>li:nth-last-child(2) .sub-menu .sub-menu,
  .header-nav .nav>li:last-child .sub-menu .sub-menu {
    left: -220px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav {
    float: none;
    padding: 0 20px;
  }
}

.header-nav.nav-dark .nav>li .mega-menu,
.header-nav.nav-dark .nav>li .sub-menu {
  background-color: var(--secondary);
}

.header-nav.nav-dark .nav>li .mega-menu .menu-title,
.header-nav.nav-dark .nav>li .sub-menu .menu-title {
  color: #fff;
}

.header-nav.nav-dark .nav>li .mega-menu li a,
.header-nav.nav-dark .nav>li .sub-menu li a {
  color: #BABABA;
}

.header-nav.nav-dark .nav>li .mega-menu li a:hover,
.header-nav.nav-dark .nav>li .sub-menu li a:hover {
  color: #fff;
}

.header-nav.nav-dark .nav>li .mega-menu .name a,
.header-nav.nav-dark .nav>li .sub-menu .name a {
  color: #fff;
}

.header-nav.nav-dark .line-left::after {
  background: #fff;
  opacity: 0.1;
}

.header-nav.nav-dark .month-deal {
  border-color: rgba(255, 255, 255, 0.1);
  --title: #fff;
}

.header-nav.nav-dark .month-deal .sale-countdown .date .time {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.header-nav.nav-dark .month-deal .sale-countdown .date .work-time {
  color: rgba(255, 255, 255, 0.7);
}

.header-nav .sidebar-footer {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-nav .sidebar-footer {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: auto;
    width: 100%;
    text-align: center;
  }
}

.header-nav .sidebar-footer .dz-login-register {
  text-align: center;
  padding-bottom: 10px;
}

.header-nav .dz-social-icon {
  text-align: center;
  display: none;
}

.header-nav .dz-social-icon li {
  display: inline-block;
  margin: 0 2px;
}

.header-nav .dz-social-icon a {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 38px;
  text-align: center;
  border-radius: 0;
}

@media only screen and (max-width: 991px) {
  .header-nav .dz-social-icon {
    display: block;
    padding: 20px;
  }
}

.mega-menu {
  max-width: 1200px;
  left: 80px !important;
  height: auto;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}

@media only screen and (max-width: 1300px) {
  .mega-menu {
    left: 0 !important;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .mega-menu {
    max-height: unset;
    overflow-y: unset;
  }
}

.mega-menu ul {
  margin-bottom: 15px;
}

.mega-menu .line-left {
  position: relative;
}

.mega-menu .line-left:after {
  content: "";
  position: absolute;
  height: calc(100% + 80px);
  left: 0;
  top: -50px;
  background: #eee;
  width: 1px;
}

@media only screen and (max-width: 991px) {
  .mega-menu .line-left:after {
    content: none;
  }
}

.mega-menu.shop-menu {
  max-width: 1140px;
}

@media only screen and (max-width: 1199px) {
  .mega-menu.shop-menu {
    max-width: 100%;
  }
}

.mega-menu .menu-title {
  color: var(--title);
  display: block;
  padding: 0;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: var(--font-family-title);
}

.mega-menu.portfolio-menu {
  padding-bottom: 20px !important;
}

.mega-menu.portfolio-menu .col {
  width: 20%;
  flex: 0 0 20%;
}

@media only screen and (max-width: 991px) {
  .mega-menu.portfolio-menu .col {
    width: 25%;
    flex: 0 0 25%;
  }
}

@media only screen and (max-width: 767px) {
  .mega-menu.portfolio-menu .col {
    width: 33.33%;
    flex: 0 0 33.33%;
  }
}

@media only screen and (max-width: 575px) {
  .mega-menu.portfolio-menu .col {
    width: 50%;
    flex: 0 0 50%;
  }
}

.mega-menu.portfolio-menu .portfolio-nav-link a {
  padding: 0;
  padding: 0 !important;
  text-align: center;
  margin-bottom: 30px;
}

.mega-menu.portfolio-menu .portfolio-nav-link a img {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 100%;
  display: block;
}

.mega-menu.demo-menu a img {
  width: 100%;
  transition: all 0.4s;
}

.mega-menu.demo-menu a span {
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}

.mega-menu.demo-menu a:hover img {
  transform: translateY(-5px);
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-transparent.header-text-white .extra-nav .extra-cell>* {
  --title: #fff;
  --white: #fff;
}

.header-transparent.header-text-white .extra-nav.nav-dark .extra-cell>* {
  --title: #24262B;
  --white: #24262B;
}

.header-transparent.header-text-white .extra-nav .extra-cell ul li.login-link a {
  border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 991px) {
  .header-transparent.header-text-white .header-nav .nav>li>a {
    --title: #fff;
    --white: #fff;
  }
}

.header-transparent.header-text-white .header-nav .nav>li>a:after {
  background-image: url(../images/star-white.svg);
}

.header-transparent.header-text-white .logo-dark {
  display: none;
}

.header-transparent.header-text-white .logo-light {
  display: block;
}

.header-transparent.header-text-white .is-fixed .logo-dark {
  display: block;
}

.header-transparent.header-text-white .is-fixed .logo-light {
  display: none;
}

.header-transparent.header-text-white .is-fixed .extra-nav .extra-cell ul li.login-link a {
  border-bottom: 1px solid var(--secondary);
}

.header-transparent.header-text-white .is-fixed .header-nav .nav>li>a:after {
  background-image: url(../images/star.svg);
}

.header-transparent.header-text-white .is-fixed .extra-nav .extra-cell>* {
  --title: var(--secondary);
  --white: var(--secondary);
}

.header-transparent.header-text-white .is-fixed .header-nav .nav>li>a {
  --title: var(--secondary);
  --white: var(--secondary);
}

.header-transparent.header-text-white .is-fixed .header-nav .nav>li.active>a,
.header-transparent.header-text-white .is-fixed .header-nav .nav>li:hover>a {
  color: var(--primary);
}

.header-transparent.header-text-white .header-nav .logo-dark {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-transparent.header-text-white .header-nav .logo-dark {
    display: block;
  }
}

.header-transparent .top-bar,
.header-transparent .main-bar {
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.header-transparent .container-fluid,
.header-transparent .container-sm,
.header-transparent .container-md,
.header-transparent .container-lg,
.header-transparent .container-xl {
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (max-width: 1280px) {

  .header-transparent .container-fluid,
  .header-transparent .container-sm,
  .header-transparent .container-md,
  .header-transparent .container-lg,
  .header-transparent .container-xl {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1199px) {

  .header-transparent .container-fluid,
  .header-transparent .container-sm,
  .header-transparent .container-md,
  .header-transparent .container-lg,
  .header-transparent .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-transparent .side-menu-btn .menu-icon-in span {
  background-color: #ffffff;
}

.header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
  background-color: #444444;
}

.header-transparent .navbar-toggler span {
  background: #ffffff;
}

.header-transparent .is-fixed .nav>li>a {
  color: #444444;
}

.header-transparent .is-fixed .extra-nav .extra-cell .login-link {
  color: var(--title);
}

.header-transparent .is-fixed .extra-nav .extra-cell .header-right i {
  color: var(--secondary);
}

.header-transparent .is-fixed .extra-nav .extra-cell .header-right .nav-item svg path,
.header-transparent .is-fixed .extra-nav .extra-cell .header-right .nav-item circle {
  stroke: var(--secondary);
}

.header-transparent .is-fixed .extra-nav .extra-cell .header-right .nav-item .cart-btn svg path {
  stroke: unset;
  fill: var(--secondary);
}

.header-transparent .top-bar {
  border-color: #ffffff;
}

.header-transparent .top-bar .dz-topbar-left li,
.header-transparent .top-bar .dz-topbar-left i,
.header-transparent .top-bar .dz-topbar-right li,
.header-transparent .top-bar .dz-topbar-right i {
  color: #ffffff;
}

.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .mo-left .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    left: -100%;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }

  .mo-left .header-nav.nav-dark {
    background-color: #202020;
  }

  .mo-left .header-nav.show {
    left: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin: 0;
    width: 100%;
  }

  .mo-left .header-nav .logo-header {
    display: block;
    float: none;
    height: auto !important;
    max-width: 100%;
    padding: 30px 20px;
    width: 100% !important;
  }

  .mo-left .header-nav .logo-header img {
    max-width: unset;
    width: 180px;
    height: auto;
    vertical-align: middle;
  }

  .mo-left .header-nav li.open a {
    position: relative;
  }

  .mo-left .navbar-toggler.open {
    z-index: 999;
  }

  .mo-left .navbar-toggler.open span {
    background: #fff;
  }
}

.text-black .nav>li>a {
  color: #444444;
}

.text-black .navbar-toggler span {
  background: #444444;
}

.main-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.is-fixed .main-bar {
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

.shop-cart {
  display: inline-block;
}

.shop-cart .cart-btn:before,
.shop-cart .cart-btn:after {
  position: absolute;
  border: 2px solid var(--title);
  display: block;
}

.shop-cart .cart-btn:before {
  width: 20px;
  height: 8px;
  left: 7px;
  top: 0;
  border-width: 2px 2px 0px 2px !important;
  border-radius: 5px 5px 0 0;
}

@media only screen and (max-width: 575px) {
  .shop-cart .cart-btn:before {
    width: 15px;
    height: 8px;
    left: 5px;
  }
}

.shop-cart .cart-btn:after {
  width: 100%;
  height: 30px;
  border-radius: 0 0 6px 6px;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 575px) {
  .shop-cart .cart-btn:after {
    height: 24px;
  }
}

.browse-category-menu .category-btn {
  background-color: #f5f5f5;
  height: 80px;
  padding: 10px 15px 10px 25px;
  display: flex;
  align-items: center;
  min-width: 300px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 14px;
}

.browse-category-menu .category-btn .category-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.browse-category-menu .category-btn .category-menu span {
  background-color: #fff;
  height: 1px;
  display: block;
  width: 20px;
}

.browse-category-menu .category-btn .toggle-arrow {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotate(0deg);
  display: flex;
  align-items: center;
}

.browse-category-menu .category-btn .toggle-arrow i {
  font-size: 22px;
}

.browse-category-menu .category-btn.active .toggle-arrow {
  transform: rotate(-180deg);
}

.browse-category-menu .category-btn.active:after {
  opacity: 1;
  visibility: visible;
}

.browse-category-menu .category-btn:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(36, 38, 43, 0.6);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
}

.browse-category-menu .category-menu-items {
  position: absolute;
  top: 60px;
  left: 15px;
  right: 15px;
  width: 300px;
  background-color: #fff;
  border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
  .browse-category-menu .category-menu-items {
    width: 280px;
  }
}

.browse-category-menu .category-menu-items .navbar-nav {
  display: block;
  padding: 25px 0 !important;
  float: none;
}

.browse-category-menu .category-menu-items .navbar-nav .cate-drop>a {
  position: relative;
  display: block;
}

.browse-category-menu .category-menu-items .navbar-nav .cate-drop>a:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 5px;
  opacity: 0;
  background-color: #F6F6F6;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  z-index: 99;
  transition: all 0.5s;
}

.browse-category-menu .category-menu-items .navbar-nav .cate-drop:hover>a:after {
  opacity: 1;
  right: -5px;
}

.browse-category-menu .category-menu-items .navbar-nav>li>a {
  display: flex !important;
}

.browse-category-menu .category-menu-items .navbar-nav .menu-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 25px;
  height: 25px;
  font-size: 18px;
  background-color: var(--secondary);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.browse-category-menu .category-menu-items .navbar-nav .menu-icon i {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}

.browse-category-menu .category-menu-items .navbar-nav .badge {
  font-weight: 500;
  min-width: auto;
  min-height: auto;
  font-size: 11px;
  padding: 4px 5px;
  text-transform: capitalize;
  margin-left: 4px;
}

.browse-category-menu .category-menu-items .navbar-nav>li {
  display: block;
}

.browse-category-menu .category-menu-items .navbar-nav>li>a {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  padding: 10px 25px 10px 25px !important;
  color: var(--title) !important;
  text-transform: capitalize;
}

.browse-category-menu .category-menu-items .navbar-nav>li>a>svg {
  margin-right: 15px;
}

.browse-category-menu .category-menu-items .navbar-nav>li>a>i {
  margin-right: 15px;
  font-size: 18px;
  color: var(--primary);
}

.browse-category-menu .category-menu-items .navbar-nav>li .mega-menu {
  width: calc(1290px - 300px);
  top: 0;
  min-height: 100%;
}

@media only screen and (max-width: 1480px) {
  .browse-category-menu .category-menu-items .navbar-nav>li .mega-menu {
    width: calc(1170px - 300px);
    max-width: calc(1170px - 300px);
  }
}

.browse-category-menu .category-menu-items .navbar-nav>li .mega-menu,
.browse-category-menu .category-menu-items .navbar-nav>li .sub-menu {
  box-shadow: none;
  border-radius: 0;
  left: 100% !important;
  top: 0;
  border-radius: 10px;
}

.browse-category-menu .category-menu-items .navbar-nav>li .mega-menu li a,
.browse-category-menu .category-menu-items .navbar-nav>li .sub-menu li a {
  color: #5E626F;
}

.browse-category-menu .category-menu-items .navbar-nav>li .mega-menu li a:hover,
.browse-category-menu .category-menu-items .navbar-nav>li .sub-menu li a:hover {
  color: var(--primary);
}

.browse-category-menu .category-menu-items .navbar-nav>li .mega-menu>li>a {
  color: var(--title);
}

.browse-category-menu .category-menu-items .navbar-nav>li:hover>a {
  color: var(--primary) !important;
}

.browse-category-menu .category-menu-items .navbar-nav>li:hover>a .menu-icon svg path {
  stroke: var(--primary);
}

.browse-category-menu .category-menu-items .navbar-nav .menu-items {
  margin-top: -45px;
  background: #f6f6f6;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.browse-category-menu .category-menu-items .navbar-nav .menu-items i {
  font-size: 22px;
}

.browse-category-menu .category-menu-items .navbar-nav .menu-items.active {
  margin-top: 0;
}

.browse-category-menu .category-menu-items .navbar-nav .menu-items.active .menu-icon i,
.browse-category-menu .category-menu-items .navbar-nav .menu-items.active .menu-icon svg {
  transform: rotate(90deg);
}

.main-bar.dark {
  background-color: #000;
}

.main-bar.dark .browse-category-menu .category-btn {
  color: #fff;
  background-color: #3E4043;
}

@media only screen and (min-width: 991px) {
  .main-bar.dark .header-nav .nav>li>a {
    color: #fff;
  }

  .main-bar.dark .header-nav .nav>li>a:after {
    color: rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (max-width: 991px) {
  .main-bar.dark {
    background-color: #ffffff;
  }
}

.badge-animated {
  -webkit-animation: dzBadgeAnimated 0.5s infinite alternate;
}

@-webkit-keyframes dzBadgeAnimated {
  10% {
    background-color: var(--primary);
  }

  100% {
    background-color: #bc8b6b;
  }
}

@media only screen and (min-width: 1200px) {
  .two-col {
    display: flex;
    flex-wrap: wrap;
  }

  .two-col li {
    flex: 0 0 50%;
  }
}

.header-nav.w3menu .nav {
  padding: 0;
  font-size: 0;
}

.header-nav.w3menu .nav>li {
  margin: 0px;
  font-weight: 400;
  position: relative;
}

.header-nav.w3menu .nav>li.has-mega-menu {
  position: inherit;
}

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav>li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
}

.header-nav.w3menu .nav>li.menu-item-has-children .sub-menu-down>a,
.header-nav.w3menu .nav>li.sub-menu-down .sub-menu-down>a {
  position: relative;
}

.header-nav.w3menu .nav>li.menu-item-has-children .sub-menu-down>a:after,
.header-nav.w3menu .nav>li.sub-menu-down .sub-menu-down>a:after {
  content: "\f054";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  float: right;
}

@media only screen and (max-width: 991px) {

  .header-nav.w3menu .nav>li.menu-item-has-children .sub-menu-down>a:after,
  .header-nav.w3menu .nav>li.sub-menu-down .sub-menu-down>a:after {
    background-color: var(--secondary);
    opacity: 0.8;
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 11px;
    margin-top: -5px;
  }
}

.header-nav.w3menu .nav>li.menu-item-has-children .sub-menu-down.open>a:after,
.header-nav.w3menu .nav>li.sub-menu-down .sub-menu-down.open>a:after {
  content: "\f078";
}

.header-nav.w3menu .nav>li.menu-item-has-children>a:after,
.header-nav.w3menu .nav>li.sub-menu-down>a:after {
  content: "";
  margin-left: 5px;
  margin-top: -5px;
  display: inline-block;
  width: 12px;
  height: 12px;
}

@media only screen and (max-width: 991px) {

  .header-nav.w3menu .nav>li.menu-item-has-children>a:after,
  .header-nav.w3menu .nav>li.sub-menu-down>a:after {
    display: none;
  }
}

.header-nav.w3menu .nav>li.menu-item-has-children>a i,
.header-nav.w3menu .nav>li.sub-menu-down>a i {
  display: none;
}

@media only screen and (max-width: 991px) {

  .header-nav.w3menu .nav>li.menu-item-has-children>a i,
  .header-nav.w3menu .nav>li.sub-menu-down>a i {
    display: block;
    font-size: 9px;
    margin-left: 5px;
    margin-top: 0;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {

  .header-nav.w3menu .nav>li.menu-item-has-children>a i,
  .header-nav.w3menu .nav>li.sub-menu-down>a i {
    background-color: var(--secondary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 11px;
    margin: 0;
  }

  .header-nav.w3menu .nav>li.menu-item-has-children>a i:before,
  .header-nav.w3menu .nav>li.sub-menu-down>a i:before {
    content: "\f054";
  }
}

@media only screen and (max-width: 991px) {

  .header-nav.w3menu .nav>li.menu-item-has-children.open>a i:before,
  .header-nav.w3menu .nav>li.sub-menu-down.open>a i:before {
    content: "\f078";
  }
}

.header-nav.w3menu .nav>li>a {
  color: var(--white);
  font-size: 16px;
  padding: 28px 15px;
  font-family: var(--font-family-title);
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  position: relative;
  line-height: 24px;
}

@media only screen and (max-width: 1480px) {
  .header-nav.w3menu .nav>li>a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-nav.w3menu .nav>li>a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav>li>a {
    padding: 8px 0;
    display: block;
    line-height: 30px;
    font-size: 16px;
  }
}

.header-nav.w3menu .nav>li>a span {
  display: inline-block;
}

.header-nav.w3menu .nav>li .mega-menu,
.header-nav.w3menu .nav>li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  visibility: hidden;
  z-index: 10;
  margin-top: 20px;
  text-align: left;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}

@media only screen and (max-width: 991px) {

  .header-nav.w3menu .nav>li .mega-menu,
  .header-nav.w3menu .nav>li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }

  .header-nav.w3menu .nav>li .mega-menu>li>a i,
  .header-nav.w3menu .nav>li .sub-menu>li>a i {
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px !important;
    margin: 0 !important;
    background: #eee;
  }
}

.header-nav.w3menu .nav>li .mega-menu .menu-item-has-children>a:before,
.header-nav.w3menu .nav>li .sub-menu .menu-item-has-children>a:before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  font-size: 10px;
  margin-top: 2px;
}

@media only screen and (max-width: 991px) {

  .header-nav.w3menu .nav>li .mega-menu .menu-item-has-children.open>a:before,
  .header-nav.w3menu .nav>li .sub-menu .menu-item-has-children.open>a:before {
    content: "\f054";
  }
}

@media only screen and (max-width: 991px) {

  .header-nav.w3menu .nav>li .mega-menu,
  .header-nav.w3menu .nav>li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1;
  }

  .header-nav.w3menu .nav>li .mega-menu>li>a i,
  .header-nav.w3menu .nav>li .sub-menu>li>a i {
    display: none;
  }

  .header-nav.w3menu .nav>li .mega-menu .has-child>a:before,
  .header-nav.w3menu .nav>li .mega-menu .menu-item-has-children>a:before,
  .header-nav.w3menu .nav>li .mega-menu>li>a i,
  .header-nav.w3menu .nav>li .sub-menu .has-child>a:before,
  .header-nav.w3menu .nav>li .sub-menu .menu-item-has-children>a:before,
  .header-nav.w3menu .nav>li .sub-menu>li>a i {
    color: #fff !important;
    font-size: 14px;
    content: "\f054";
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    font-family: "Font Awesome 5 Free";
    z-index: 3;
    margin: 0 !important;
    background: var(--primary);
    border-radius: var(--border-radius-base);
    font-weight: 900;
    float: right;
  }

  .header-nav.w3menu .nav>li .mega-menu .has-child.open>a:before .menu-item-has-children.open>a:before,
  .header-nav.w3menu .nav>li .sub-menu .has-child.open>a:before .menu-item-has-children.open>a:before {
    content: "\f078";
    background: #333;
  }
}

.header-nav.w3menu .nav>li .mega-menu li,
.header-nav.w3menu .nav>li .sub-menu li {
  position: relative;
}

.header-nav.w3menu .nav>li .mega-menu li a,
.header-nav.w3menu .nav>li .sub-menu li a {
  color: #5E626F;
  display: block;
  font-size: 14px;
  padding: 5px 0;
  line-height: 20px;
  text-transform: capitalize;
  position: relative;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight: 400;
}

.header-nav.w3menu .nav>li .mega-menu li a.menu-title,
.header-nav.w3menu .nav>li .sub-menu li a.menu-title {
  color: var(--title);
  display: block;
  padding: 0;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: var(--font-family-title);
}

.header-nav.w3menu .nav>li .mega-menu li:hover>a,
.header-nav.w3menu .nav>li .sub-menu li:hover>a {
  color: var(--primary);
}

.header-nav.w3menu .nav>li .mega-menu li .name a,
.header-nav.w3menu .nav>li .sub-menu li .name a {
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  padding: 0;
}

.header-nav.w3menu .nav>li .mega-menu li>.sub-menu,
.header-nav.w3menu .nav>li .sub-menu li>.sub-menu {
  left: 220px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {

  .header-nav.w3menu .nav>li .mega-menu li>.sub-menu,
  .header-nav.w3menu .nav>li .sub-menu li>.sub-menu {
    display: none;
  }
}

@media only screen and (max-width: 991px) {

  .header-nav.w3menu .nav>li .mega-menu .mega-menu,
  .header-nav.w3menu .nav>li .mega-menu .sub-menu,
  .header-nav.w3menu .nav>li .sub-menu .mega-menu,
  .header-nav.w3menu .nav>li .sub-menu .sub-menu {
    border-top: 0;
    padding-left: 20px;
  }
}

.header-nav.w3menu .nav>li .sub-menu {
  width: 220px;
}

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav>li .sub-menu {
    width: 100%;
    padding: 0;
  }
}

.header-nav.w3menu .nav>li .sub-menu li>a {
  padding: 5px 30px;
}

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav>li .sub-menu li>a {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
}

.header-nav.w3menu .nav>li .sub-menu li>a>i {
  color: inherit;
  display: block;
  float: right;
  font-size: 18px;
  opacity: 1;
  margin-top: 0px;
}

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav>li .sub-menu li>a>i {
    display: none;
  }
}

.header-nav.w3menu .nav>li .mega-menu {
  right: 0px;
  z-index: 9;
  padding: 50px;
}

.header-nav.w3menu .nav>li .mega-menu>li {
  display: block;
  padding: 15px 0 15px;
  position: relative;
  vertical-align: top;
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav>li .mega-menu>li {
    width: 100%;
    padding: 0;
  }
}

.header-nav.w3menu .nav>li .mega-menu>li>a {
  color: var(--title);
  display: block;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
  font-family: var(--font-family-title);
}

.header-nav.w3menu .nav>li .mega-menu>li>a>i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav>li .mega-menu>li>a {
    display: none;
  }
}

.header-nav.w3menu .nav>li .mega-menu>li:last-child:after {
  display: none;
}

.header-nav.w3menu .nav>li .mega-menu>li:hover>a {
  background-color: transparent;
}

.header-nav.w3menu .nav>li .mega-menu>li li i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

@media only screen and (max-width: 1199px) {
  .header-nav.w3menu .nav>li .mega-menu {
    padding: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav>li .mega-menu {
    display: none;
    padding: 20px 0;
  }
}

.header-nav.w3menu .nav>li.active>a {
  color: var(--primary);
}

.header-nav.w3menu .nav>li.active>a,
.header-nav.w3menu .nav>li:hover>a {
  color: var(--primary);
}

.header-nav.w3menu .nav>li.active>.mega-menu,
.header-nav.w3menu .nav>li.active>.sub-menu,
.header-nav.w3menu .nav>li:hover>.mega-menu,
.header-nav.w3menu .nav>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 11;
  pointer-events: unset;
}

@media only screen and (max-width: 991px) {

  .header-nav.w3menu .nav>li.active>.mega-menu,
  .header-nav.w3menu .nav>li.active>.sub-menu,
  .header-nav.w3menu .nav>li:hover>.mega-menu,
  .header-nav.w3menu .nav>li:hover>.sub-menu {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
}

.header-nav.w3menu .nav>li.active>.mega-menu li.active>.sub-menu,
.header-nav.w3menu .nav>li.active>.mega-menu li:hover>.sub-menu,
.header-nav.w3menu .nav>li.active>.sub-menu li.active>.sub-menu,
.header-nav.w3menu .nav>li.active>.sub-menu li:hover>.sub-menu,
.header-nav.w3menu .nav>li:hover>.mega-menu li.active>.sub-menu,
.header-nav.w3menu .nav>li:hover>.mega-menu li:hover>.sub-menu,
.header-nav.w3menu .nav>li:hover>.sub-menu li.active>.sub-menu,
.header-nav.w3menu .nav>li:hover>.sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  top: -1px;
  pointer-events: unset;
}

.header-nav.w3menu .nav>li.open .mega-menu,
.header-nav.w3menu .nav>li.open .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

.header-nav.w3menu .nav>li.open .open>.mega-menu,
.header-nav.w3menu .nav>li.open .open>.sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

@media only screen and (max-width: 1480px) {

  .header-nav.w3menu .nav>li:nth-last-child(4) .sub-menu .sub-menu,
  .header-nav.w3menu .nav>li:nth-last-child(3) .sub-menu .sub-menu,
  .header-nav.w3menu .nav>li:nth-last-child(2) .sub-menu .sub-menu,
  .header-nav.w3menu .nav>li:last-child .sub-menu .sub-menu {
    left: -220px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav {
    float: none;
    padding: 0 20px;
  }
}

.w3menu .mega-menu {
  max-width: 1200px;
  width: 1200px;
  left: 80px !important;
  height: auto;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}

@media only screen and (max-width: 1300px) {
  .w3menu .mega-menu {
    left: 0 !important;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .w3menu .mega-menu {
    max-height: unset;
    overflow-y: unset;
  }
}

.w3menu .mega-menu ul {
  margin-bottom: 15px;
}

.w3menu .mega-menu>ul {
  display: flex;
  margin: 0 -15px;
}

@media only screen and (max-width: 991px) {
  .w3menu .mega-menu>ul {
    flex-wrap: wrap;
  }
}

.w3menu .mega-menu>ul>li {
  padding: 0 15px;
  flex: 1 0 0%;
}

@media only screen and (max-width: 991px) {
  .w3menu .mega-menu>ul>li {
    flex: 33.33% 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .w3menu .mega-menu>ul>li {
    width: 50%;
    flex: 0 0 50%;
  }
}

.w3menu .mega-menu .line-left {
  position: relative;
}

.w3menu .mega-menu .line-left:after {
  content: "";
  position: absolute;
  height: calc(100% + 70px);
  left: 0;
  top: -50px;
  background: #eee;
  width: 1px;
}

@media only screen and (max-width: 991px) {
  .w3menu .mega-menu .line-left:after {
    content: none;
  }
}

.w3menu .mega-menu.shop-menu {
  max-width: 1140px;
}

@media only screen and (max-width: 1199px) {
  .w3menu .mega-menu.shop-menu {
    max-width: 100%;
  }
}

.w3menu .mega-menu .portfolio-nav-link {
  display: flex;
  flex-wrap: wrap;
}

.w3menu .mega-menu .portfolio-nav-link>li {
  width: 20%;
  padding: 0 15px;
}

@media only screen and (max-width: 991px) {
  .w3menu .mega-menu .portfolio-nav-link>li {
    width: 25%;
    flex: 0 0 25%;
  }
}

@media only screen and (max-width: 767px) {
  .w3menu .mega-menu .portfolio-nav-link>li {
    width: 33.33%;
    flex: 0 0 33.33%;
  }
}

@media only screen and (max-width: 575px) {
  .w3menu .mega-menu .portfolio-nav-link>li {
    width: 50%;
    flex: 0 0 50%;
  }
}

.w3menu .mega-menu .portfolio-nav-link a {
  padding: 0;
  padding: 0 !important;
  text-align: center;
  margin-bottom: 20px;
}

.w3menu .mega-menu .portfolio-nav-link a img {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 100%;
  display: block;
}

.justify-content-end.header-nav .nav>li>.mega-menu {
  right: 80px;
  left: auto !important;
}

@media only screen and (max-width: 1199px) {
  .justify-content-end.header-nav .nav>li>.mega-menu {
    right: 0;
  }
}

.header-nav.w3menu .nav>li.menu-left {
  position: relative;
}

.header-nav.w3menu .nav>li.menu-left>.sub-menu {
  left: 0 !important;
}

.header-nav.w3menu .nav>li.menu-right {
  position: relative;
}

.header-nav.w3menu .nav>li.menu-right>.sub-menu {
  right: 0;
  left: auto !important;
}

.header-nav.w3menu .nav>li.menu-right>.sub-menu .sub-menu {
  left: -220px;
}

.header-nav.w3menu .nav>li.menu-center {
  position: relative;
}

.header-nav.w3menu .nav>li.menu-center>.sub-menu {
  left: 50% !important;
  transform: translateX(-50%);
}

.header-nav.w3menu .nav>li.has-mega-menu.full-width .mega-menu {
  width: calc(100% - 160px);
  max-width: calc(100% - 160px);
}

@media only screen and (min-width: 991px) {
  .header-nav.w3menu .nav>li.has-mega-menu.wide-width .mega-menu {
    width: 100%;
    max-width: 100%;
    left: 0 !important;
    padding-left: 80px;
    padding-right: 80px;
    left: 50% !important;
    transform: translate(-50%);
    width: 100vw;
    max-width: 100vw;
  }
}

@media only screen and (min-width: 1300px) {
  .container .header-nav.w3menu .nav>li.has-mega-menu.wide-width .mega-menu {
    padding-left: calc(calc(100vw - 1320px) / 2 + 15px);
    padding-right: calc(calc(100vw - 1320px) / 2 + 15px);
  }
}

@media only screen and (max-width: 1280px) {
  .header-nav.w3menu .nav>li.has-mega-menu.wide-width .mega-menu {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav>li.has-mega-menu.wide-width .mega-menu {
    padding-left: 0;
    padding-right: 0;
  }
}

.header-nav.w3menu .nav>li.has-mega-menu.auto-width .mega-menu {
  width: fit-content;
  max-width: fit-content;
}

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav>li.has-mega-menu.auto-width .mega-menu {
    width: 100%;
    max-width: 100%;
  }
}

.header-nav.w3menu .nav>li.has-mega-menu.auto-width .mega-menu>ul>li {
  width: 250px;
}

.header-nav.w3menu .nav>li.has-mega-menu.menu-left {
  position: relative;
}

.header-nav.w3menu .nav>li.has-mega-menu.menu-left .mega-menu {
  left: 0 !important;
}

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav>li.has-mega-menu .post-menu {
    width: 100%;
    flex: 0 0 100%;
  }
}

.header-nav.w3menu .nav>li.has-mega-menu.menu-right {
  position: relative;
}

.header-nav.w3menu .nav>li.has-mega-menu.menu-right .mega-menu {
  right: 0;
  left: auto !important;
}

.header-nav.w3menu .nav>li.has-mega-menu.menu-center {
  position: relative;
}

.header-nav.w3menu .nav>li.has-mega-menu.menu-center .mega-menu {
  left: 50% !important;
  transform: translateX(-50%);
}

.header-nav.w3menu .nav>li.has-mega-menu .menu-title {
  color: var(--title);
  display: block;
  padding: 0;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: var(--font-family-title);
}

.header-nav.w3menu .nav>li.has-mega-menu .demo-menu a img {
  width: 100%;
  transition: all 0.4s;
}

.header-nav.w3menu .nav>li.has-mega-menu .demo-menu a span {
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}

.header-nav.w3menu .nav>li.has-mega-menu .demo-menu a:hover img {
  transform: translateY(-5px);
}

.header-nav.w3menu .nav>li.has-mega-menu .shop-menu>ul {
  flex-wrap: wrap;
}

.header-nav.w3menu .nav>li.has-mega-menu .shop-menu .side-left {
  width: 66%;
  flex: 0 0 66%;
}

@media only screen and (max-width: 767px) {
  .header-nav.w3menu .nav>li.has-mega-menu .shop-menu .side-left {
    width: 100%;
    flex: 0 0 100%;
  }
}

.header-nav.w3menu .nav>li.has-mega-menu .shop-menu .side-left>ul {
  display: flex;
  flex-wrap: wrap;
}

.header-nav.w3menu .nav>li.has-mega-menu .shop-menu .side-left>ul>li {
  width: 33.33%;
}

@media only screen and (max-width: 575px) {
  .header-nav.w3menu .nav>li.has-mega-menu .shop-menu .side-left>ul>li {
    width: 50%;
    flex: 0 0 50%;
  }
}

.header-nav.w3menu .nav>li.has-mega-menu .shop-menu .side-left>ul .month-deal {
  width: 100%;
  flex: 0 0 100%;
}

.header-nav.w3menu .nav>li.has-mega-menu .shop-menu .side-right {
  width: 34%;
  flex: 0 0 34%;
}

@media only screen and (max-width: 767px) {
  .header-nav.w3menu .nav>li.has-mega-menu .shop-menu .side-right {
    display: none;
  }
}

.header-nav.w3menu .nav>li.has-mega-menu .portfolio-menu>ul {
  flex-wrap: wrap;
  margin: 0 -15px;
}

.header-nav.w3menu .nav>li.has-mega-menu .portfolio-menu .side-left {
  width: 80%;
  flex: 0 0 80%;
  padding-right: 50px;
}

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav>li.has-mega-menu .portfolio-menu .side-left {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-nav.w3menu .nav>li.has-mega-menu .portfolio-menu .side-left {
    width: 100%;
    flex: 0 0 100%;
  }
}

.header-nav.w3menu .nav>li.has-mega-menu .portfolio-menu .side-left>ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.header-nav.w3menu .nav>li.has-mega-menu .portfolio-menu .side-left>ul>li {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .header-nav.w3menu .nav>li.has-mega-menu .portfolio-menu .side-left>ul>li {
    width: 25%;
    flex: 0 0 25%;
  }
}

@media only screen and (max-width: 575px) {
  .header-nav.w3menu .nav>li.has-mega-menu .portfolio-menu .side-left>ul>li {
    width: 50%;
    flex: 0 0 50%;
  }
}

.header-nav.w3menu .nav>li.has-mega-menu .portfolio-menu .side-left>ul .month-deal {
  width: 100%;
}

.header-nav.w3menu .nav>li.has-mega-menu .portfolio-menu .side-right {
  width: 20%;
  flex: 0 0 20%;
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav>li.has-mega-menu .portfolio-menu .side-right {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-nav.w3menu .nav>li.has-mega-menu .portfolio-menu .side-right {
    width: 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (min-width: 1199px) {
  .w3menulink a {
    --borderWidth: 2px;
    position: relative !important;
    border-radius: 50px;
    text-align: left;
    background: #fff;
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 10px 25px !important;
    margin-top: 10px;
  }

  .w3menulink a:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2) !important;
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: 50px;
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
  }

  .w3menulink a:before {
    content: "\f054";
    display: inline-block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    float: right;
  }

  .w3menulink a:hover {
    color: var(--primary) !important;
  }

  .w3menulink a:hover:before {
    -webkit-animation: toTopFromBottom 0.8s infinite;
    -moz-animation: toTopFromBottom 0.8s infinite;
    animation: toTopFromBottom 0.8s infinite;
  }
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    transform: translateX(-100%);
  }

  51% {
    opacity: 1;
  }
}

.site-header.style-1 .header-nav .search-input {
  display: none;
}

.site-header.style-1 .main-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.site-header.style-1 .header-info-bar+.main-bar-wraper .main-bar .logo-header {
  display: none;
}

@media only screen and (max-width: 991px) {
  .site-header.style-1 .header-nav .search-input {
    display: flex;
    margin: 0 20px;
    margin-bottom: 15px;
    position: relative;
  }

  .site-header.style-1 .header-info-bar+.main-bar-wraper .main-bar .logo-header {
    display: flex;
  }
}

.site-header.style-1 .is-fixed .extra-nav .extra-cell>* {
  --title: var(--secondary);
  --white: var(--secondary);
}

.site-header.style-2 .header-info-bar {
  background-color: var(--light-dark);
}

.site-header.style-2 .header-info-bar .logo-header,
.site-header.style-2 .header-info-bar .extra-nav,
.site-header.style-2 .header-info-bar .header-item-search {
  height: 90px;
}

.site-header.style-2 .header-info-bar .logo-header img {
  height: 90px;
  max-width: 270px;
}

.site-header.style-2 .dz-search-area .search-input {
  border-bottom: 2px solid var(--secondary);
  border-radius: 0;
  background: var(--light);
}

.site-header.style-2 .dz-search-area .search-input .btn,
.site-header.style-2 .dz-search-area .search-input .wp-block-button__link,
.site-header.style-2 .dz-search-area .search-input .woocommerce .widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons .site-header.style-2 .dz-search-area .search-input a,
.site-header.style-2 .dz-search-area .search-input .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .site-header.style-2 .dz-search-area .search-input a,
.site-header.style-2 .dz-search-area .search-input .woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit .site-header.style-2 .dz-search-area .search-input input,
.site-header.style-2 .dz-search-area .search-input .woocommerce-cart-form .table tr .button,
.woocommerce-cart-form .table tr .site-header.style-2 .dz-search-area .search-input .button,
.site-header.style-2 .dz-search-area .search-input .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .site-header.style-2 .dz-search-area .search-input a.checkout-button,
.site-header.style-2 .dz-search-area .search-input .woocommerce #respond input#submit,
.woocommerce #respond .site-header.style-2 .dz-search-area .search-input input#submit,
.site-header.style-2 .dz-search-area .search-input .woocommerce a.button,
.woocommerce .site-header.style-2 .dz-search-area .search-input a.button,
.site-header.style-2 .dz-search-area .search-input .woocommerce button.button,
.woocommerce .site-header.style-2 .dz-search-area .search-input button.button,
.site-header.style-2 .dz-search-area .search-input .woocommerce input.button,
.woocommerce .site-header.style-2 .dz-search-area .search-input input.button,
.site-header.style-2 .dz-search-area .search-input .woocommerce #place_order,
.woocommerce .site-header.style-2 .dz-search-area .search-input #place_order {
  right: 0px;
}

.site-header.style-2 .search-input {
  background: #fff;
  border-radius: 10px;
  padding: 5px 0px;
  border: 0;
}

.site-header.style-2 .is-fixed .extra-nav .extra-cell>* {
  --title: var(--secondary);
  --white: var(--secondary);
}

.site-header.style-2 .mega-menu {
  left: 0 !important;
}

.site-header.style-2 .main-bar {
  box-shadow: none;
  padding: 5px 0;
  border: 0;
}

@media only screen and (min-width: 991px) {
  .site-header.style-2 .main-bar .logo-header {
    display: none;
  }
}

.site-header.style-2 .main-bar .browse-category-menu {
  margin-right: 10px;
}

.site-header.style-2 .main-bar .browse-category-menu .category-btn {
  height: 50px;
  background-color: var(--light-dark);
  border-radius: 10px;
}

.site-header.style-2 .main-bar .browse-category-menu .category-btn .category-menu span {
  background: var(--secondary);
}

.site-header.style-2 .main-bar .browse-category-menu .category-btn .category-btn-title {
  color: var(--title);
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .site-header.style-2 .main-bar .browse-category-menu {
    display: none;
  }
}

@media only screen and (min-width: 991px) {
  .site-header.style-2 .main-bar .header-nav .nav>li>a {
    padding: 18px 8px;
  }
}

@media only screen and (min-width: 1200px) {
  .site-header.style-2 .main-bar .header-nav .nav>li>a {
    padding: 18px 12px;
  }
}

@media only screen and (min-width: 991px) {
  .site-header.style-2 .main-bar .extra-nav {
    height: 60px;
  }
}

.site-header.style-2 .extra-nav .info-box .nav-link {
  display: flex;
  gap: 10px;
  align-items: center;
}

.site-header.style-2 .extra-nav .info-box .dz-icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header.style-2 .extra-nav .info-box .dz-icon i {
  font-size: 42px;
  color: #ABABAB;
}

.site-header.style-2 .extra-nav .info-box span {
  font-size: 13px;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .site-header .main-bar .browse-category-menu .category-btn {
    min-width: 280px;
  }

  .site-header .main-bar .extra-nav .extra-cell .header-right {
    margin-left: 10px;
  }
}

.header-info-bar {
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  z-index: 99;
}

@media only screen and (max-width: 991px) {
  .header-info-bar {
    display: none;
  }
}

.header-info-bar .header-search-nav {
  flex-basis: auto;
  display: flex !important;
}

.header-item-search {
  width: 100%;
  margin-left: 120px;
  height: 80px;
  align-items: center;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .header-item-search {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .header-item-search {
    display: block;
    margin-left: 0;
    padding: 0px 20px;
    height: auto;
  }

  .header-item-search .navbar-nav {
    padding: 0px;
  }
}

.header-item-search .main-menu {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
}

@media only screen and (max-width: 991px) {
  .header-item-search .main-menu {
    width: 100%;
  }
}

.header-item-search .main-menu .menu-item {
  border: 0;
  padding: 15px 20px;
  background-color: #FFFAF3;
  color: var(--title);
  min-width: 135px;
  font-size: 14px;
  height: 48px;
  font-weight: 600;
  position: relative;
  font-family: var(--font-family-title);
  display: flex;
  align-items: center;
}

.header-item-search .main-menu .menu-item i {
  font-size: 12px;
  position: absolute;
  right: 20px;
  color: var(--title);
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
  .header-item-search .main-menu .menu-item {
    padding: 15px 20px;
    min-width: 135px;
  }

  .header-item-search .main-menu .menu-item i {
    right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header-item-search .main-menu .menu-item {
    display: none;
  }
}

.search-input {
  margin-bottom: 0;
  align-items: center;
}

.search-input .form-control,
.search-input .woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond .search-input input[type="text"],
.search-input .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .search-input textarea,
.search-input .woocommerce #review_form #respond input[type="email"],
.woocommerce #review_form #respond .search-input input[type="email"],
.search-input .woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr td.actions .coupon .search-input .input-text,
.search-input .woocommerce-cart-form .table tr .quantity input,
.woocommerce-cart-form .table tr .quantity .search-input input,
.search-input .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .search-input textarea,
.search-input .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .search-input select,
.search-input .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .search-input input,
.search-input .woocommerce-EditAccountForm.edit-account input[type="text"],
.woocommerce-EditAccountForm.edit-account .search-input input[type="text"],
.search-input .woocommerce-EditAccountForm.edit-account input[type="email"],
.woocommerce-EditAccountForm.edit-account .search-input input[type="email"],
.search-input .woocommerce-EditAccountForm.edit-account input[type="password"],
.woocommerce-EditAccountForm.edit-account .search-input input[type="password"],
.search-input .login input[type="text"],
.login .search-input input[type="text"],
.search-input .login input[type="password"],
.login .search-input input[type="password"],
.search-input .woocommerce-ResetPassword.lost_reset_password input[type="text"],
.woocommerce-ResetPassword.lost_reset_password .search-input input[type="text"],
.search-input .checkout.woocommerce-checkout input[type="text"],
.checkout.woocommerce-checkout .search-input input[type="text"],
.search-input .checkout.woocommerce-checkout input[type="email"],
.checkout.woocommerce-checkout .search-input input[type="email"],
.search-input .checkout.woocommerce-checkout input[type="tel"],
.checkout.woocommerce-checkout .search-input input[type="tel"],
.search-input .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .search-input .select2-choice,
.search-input .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .search-input textarea,
.search-input .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .search-input input.input-text,
.search-input .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .search-input .select2-selection,
.search-input .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .search-input .select2-choice {
  border: 0;
  margin-left: 0px !important;
  border-radius: 0 !important;
  height: 45px;
}

.search-input .bootstrap-select.default-select {
  width: auto !important;
}

.search-input .bootstrap-select.default-select:after {
  position: absolute;
  content: "";
  background-color: rgba(187, 187, 187, 0.68);
  width: 1px;
  height: 22px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.search-input .bootstrap-select.default-select .default-select {
  display: none !important;
}

.search-input .bootstrap-select.default-select .dropdown-toggle {
  height: 45px;
  min-width: 185px;
  position: static;
  background-color: transparent;
  padding: 0px 20px;
  border-radius: 0;
  line-height: 48px;
  border: 0;
  outline: 0 !important;
  border-radius: 0;
}

.search-input .bootstrap-select.default-select .dropdown-toggle:after {
  border: 0;
  content: "\f078";
  font-size: 10px;
  margin-left: 5px;
  margin-top: 0;
  opacity: 0.5;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.search-input .bootstrap-select.default-select .dropdown-menu {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  min-width: 185px !important;
  max-height: 350px !important;
}

.search-input .btn,
.search-input .wp-block-button__link,
.search-input .woocommerce .widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons .search-input a,
.search-input .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .search-input a,
.search-input .woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit .search-input input,
.search-input .woocommerce-cart-form .table tr .button,
.woocommerce-cart-form .table tr .search-input .button,
.search-input .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .search-input a.checkout-button,
.search-input .woocommerce #respond input#submit,
.woocommerce #respond .search-input input#submit,
.search-input .woocommerce a.button,
.woocommerce .search-input a.button,
.search-input .woocommerce button.button,
.woocommerce .search-input button.button,
.search-input .woocommerce input.button,
.woocommerce .search-input input.button,
.search-input .woocommerce #place_order,
.woocommerce .search-input #place_order {
  background-color: transparent;
  position: absolute;
  right: 0;
  z-index: 9;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--font-family-base);
  height: 48px;
  width: 48px;
  padding: 0;
  border: 0;
  text-align: center;
  line-height: 48px;
  justify-content: center;
}

.search-input .btn i,
.search-input .wp-block-button__link i,
.search-input .woocommerce .widget_shopping_cart .buttons a i,
.woocommerce .widget_shopping_cart .buttons .search-input a i,
.search-input .woocommerce.widget_shopping_cart .buttons a i,
.woocommerce.widget_shopping_cart .buttons .search-input a i,
.search-input .woocommerce #review_form #respond .form-submit input i,
.woocommerce #review_form #respond .form-submit .search-input input i,
.search-input .woocommerce-cart-form .table tr .button i,
.woocommerce-cart-form .table tr .search-input .button i,
.search-input .woocommerce-cart .wc-proceed-to-checkout a.checkout-button i,
.woocommerce-cart .wc-proceed-to-checkout .search-input a.checkout-button i,
.search-input .woocommerce #respond input#submit i,
.woocommerce #respond .search-input input#submit i,
.search-input .woocommerce a.button i,
.woocommerce .search-input a.button i,
.search-input .woocommerce button.button i,
.woocommerce .search-input button.button i,
.search-input .woocommerce input.button i,
.woocommerce .search-input input.button i,
.search-input .woocommerce #place_order i,
.woocommerce .search-input #place_order i {
  font-size: 22px;
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {

  .search-input .form-control,
  .search-input .woocommerce #review_form #respond input[type="text"],
  .woocommerce #review_form #respond .search-input input[type="text"],
  .search-input .woocommerce #review_form #respond textarea,
  .woocommerce #review_form #respond .search-input textarea,
  .search-input .woocommerce #review_form #respond input[type="email"],
  .woocommerce #review_form #respond .search-input input[type="email"],
  .search-input .woocommerce-cart-form .table tr td.actions .coupon .input-text,
  .woocommerce-cart-form .table tr td.actions .coupon .search-input .input-text,
  .search-input .woocommerce-cart-form .table tr .quantity input,
  .woocommerce-cart-form .table tr .quantity .search-input input,
  .search-input .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
  .woocommerce .woocommerce-checkout.checkout form .form-row .search-input textarea,
  .search-input .woocommerce .woocommerce-checkout.checkout form .form-row select,
  .woocommerce .woocommerce-checkout.checkout form .form-row .search-input select,
  .search-input .woocommerce .woocommerce-checkout.checkout form .form-row input,
  .woocommerce .woocommerce-checkout.checkout form .form-row .search-input input,
  .search-input .woocommerce-EditAccountForm.edit-account input[type="text"],
  .woocommerce-EditAccountForm.edit-account .search-input input[type="text"],
  .search-input .woocommerce-EditAccountForm.edit-account input[type="email"],
  .woocommerce-EditAccountForm.edit-account .search-input input[type="email"],
  .search-input .woocommerce-EditAccountForm.edit-account input[type="password"],
  .woocommerce-EditAccountForm.edit-account .search-input input[type="password"],
  .search-input .login input[type="text"],
  .login .search-input input[type="text"],
  .search-input .login input[type="password"],
  .login .search-input input[type="password"],
  .search-input .woocommerce-ResetPassword.lost_reset_password input[type="text"],
  .woocommerce-ResetPassword.lost_reset_password .search-input input[type="text"],
  .search-input .checkout.woocommerce-checkout input[type="text"],
  .checkout.woocommerce-checkout .search-input input[type="text"],
  .search-input .checkout.woocommerce-checkout input[type="email"],
  .checkout.woocommerce-checkout .search-input input[type="email"],
  .search-input .checkout.woocommerce-checkout input[type="tel"],
  .checkout.woocommerce-checkout .search-input input[type="tel"],
  .search-input .checkout.woocommerce-checkout .select2-choice,
  .checkout.woocommerce-checkout .search-input .select2-choice,
  .search-input .checkout.woocommerce-checkout textarea,
  .checkout.woocommerce-checkout .search-input textarea,
  .search-input .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row .search-input input.input-text,
  .search-input .woocommerce form .form-row .select2-selection,
  .woocommerce form .form-row .search-input .select2-selection,
  .search-input .woocommerce form .form-row .select2-choice,
  .woocommerce form .form-row .search-input .select2-choice {
    padding: 15px 20px;
  }

  .search-input .btn i,
  .search-input .wp-block-button__link i,
  .search-input .woocommerce .widget_shopping_cart .buttons a i,
  .woocommerce .widget_shopping_cart .buttons .search-input a i,
  .search-input .woocommerce.widget_shopping_cart .buttons a i,
  .woocommerce.widget_shopping_cart .buttons .search-input a i,
  .search-input .woocommerce #review_form #respond .form-submit input i,
  .woocommerce #review_form #respond .form-submit .search-input input i,
  .search-input .woocommerce-cart-form .table tr .button i,
  .woocommerce-cart-form .table tr .search-input .button i,
  .search-input .woocommerce-cart .wc-proceed-to-checkout a.checkout-button i,
  .woocommerce-cart .wc-proceed-to-checkout .search-input a.checkout-button i,
  .search-input .woocommerce #respond input#submit i,
  .woocommerce #respond .search-input input#submit i,
  .search-input .woocommerce a.button i,
  .woocommerce .search-input a.button i,
  .search-input .woocommerce button.button i,
  .woocommerce .search-input button.button i,
  .search-input .woocommerce input.button i,
  .woocommerce .search-input input.button i,
  .search-input .woocommerce #place_order i,
  .woocommerce .search-input #place_order i {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {

  .search-input .form-control,
  .search-input .woocommerce #review_form #respond input[type="text"],
  .woocommerce #review_form #respond .search-input input[type="text"],
  .search-input .woocommerce #review_form #respond textarea,
  .woocommerce #review_form #respond .search-input textarea,
  .search-input .woocommerce #review_form #respond input[type="email"],
  .woocommerce #review_form #respond .search-input input[type="email"],
  .search-input .woocommerce-cart-form .table tr td.actions .coupon .input-text,
  .woocommerce-cart-form .table tr td.actions .coupon .search-input .input-text,
  .search-input .woocommerce-cart-form .table tr .quantity input,
  .woocommerce-cart-form .table tr .quantity .search-input input,
  .search-input .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
  .woocommerce .woocommerce-checkout.checkout form .form-row .search-input textarea,
  .search-input .woocommerce .woocommerce-checkout.checkout form .form-row select,
  .woocommerce .woocommerce-checkout.checkout form .form-row .search-input select,
  .search-input .woocommerce .woocommerce-checkout.checkout form .form-row input,
  .woocommerce .woocommerce-checkout.checkout form .form-row .search-input input,
  .search-input .woocommerce-EditAccountForm.edit-account input[type="text"],
  .woocommerce-EditAccountForm.edit-account .search-input input[type="text"],
  .search-input .woocommerce-EditAccountForm.edit-account input[type="email"],
  .woocommerce-EditAccountForm.edit-account .search-input input[type="email"],
  .search-input .woocommerce-EditAccountForm.edit-account input[type="password"],
  .woocommerce-EditAccountForm.edit-account .search-input input[type="password"],
  .search-input .login input[type="text"],
  .login .search-input input[type="text"],
  .search-input .login input[type="password"],
  .login .search-input input[type="password"],
  .search-input .woocommerce-ResetPassword.lost_reset_password input[type="text"],
  .woocommerce-ResetPassword.lost_reset_password .search-input input[type="text"],
  .search-input .checkout.woocommerce-checkout input[type="text"],
  .checkout.woocommerce-checkout .search-input input[type="text"],
  .search-input .checkout.woocommerce-checkout input[type="email"],
  .checkout.woocommerce-checkout .search-input input[type="email"],
  .search-input .checkout.woocommerce-checkout input[type="tel"],
  .checkout.woocommerce-checkout .search-input input[type="tel"],
  .search-input .checkout.woocommerce-checkout .select2-choice,
  .checkout.woocommerce-checkout .search-input .select2-choice,
  .search-input .checkout.woocommerce-checkout textarea,
  .checkout.woocommerce-checkout .search-input textarea,
  .search-input .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row .search-input input.input-text,
  .search-input .woocommerce form .form-row .select2-selection,
  .woocommerce form .form-row .search-input .select2-selection,
  .search-input .woocommerce form .form-row .select2-choice,
  .woocommerce form .form-row .search-input .select2-choice {
    height: 50px;
  }

  .search-input .btn,
  .search-input .wp-block-button__link,
  .search-input .woocommerce .widget_shopping_cart .buttons a,
  .woocommerce .widget_shopping_cart .buttons .search-input a,
  .search-input .woocommerce.widget_shopping_cart .buttons a,
  .woocommerce.widget_shopping_cart .buttons .search-input a,
  .search-input .woocommerce #review_form #respond .form-submit input,
  .woocommerce #review_form #respond .form-submit .search-input input,
  .search-input .woocommerce-cart-form .table tr .button,
  .woocommerce-cart-form .table tr .search-input .button,
  .search-input .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout .search-input a.checkout-button,
  .search-input .woocommerce #respond input#submit,
  .woocommerce #respond .search-input input#submit,
  .search-input .woocommerce a.button,
  .woocommerce .search-input a.button,
  .search-input .woocommerce button.button,
  .woocommerce .search-input button.button,
  .search-input .woocommerce input.button,
  .woocommerce .search-input input.button,
  .search-input .woocommerce #place_order,
  .woocommerce .search-input #place_order {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}

.dzdrop-menu .nav>li.has-mega-menu {
  position: relative;
}

@media only screen and (min-width: 991px) {
  .dzdrop-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  .dzdrop-menu .navbar-nav {
    display: block;
    width: 230px;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 0 0 0 var(--border-radius-base);
  }

  .dzdrop-menu .navbar-nav>li>a {
    padding: 15px 25px;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
  }

  .dzdrop-menu .navbar-nav>li:hover>a {
    background-color: #F8F8F8;
  }

  .dzdrop-menu .navbar-nav>li.sub-menu-down>a:after {
    content: "\f054";
    float: right;
    font-size: 12px;
    margin-top: 2px;
    color: var(--primary);
  }

  .dzdrop-menu .navbar-nav>li .mega-menu,
  .dzdrop-menu .navbar-nav>li .sub-menu {
    left: auto;
    right: -220px;
    top: 0;
  }

  .dzdrop-menu .navbar-nav>li.has-mega-menu .mega-menu {
    left: 230px;
    right: auto;
    top: 0px;
    min-width: 600px;
    flex-wrap: wrap;
    padding: 15px 0px;
  }

  .dzdrop-menu .navbar-nav>li.has-mega-menu .mega-menu li {
    width: 33.33%;
    float: left;
    padding: 0;
    border: 0;
  }

  .dzdrop-menu .navbar-nav>li.has-mega-menu .mega-menu li:after {
    content: none;
  }

  .dzdrop-menu .navbar-nav>li.has-mega-menu .mega-menu li a {
    display: block;
    font-size: 15px;
    padding: 10px 20px;
    line-height: 1.3;
    text-transform: capitalize;
    position: relative;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    font-weight: 400;
    border: 0;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .dzdrop-menu .navbar-nav>li.has-mega-menu .mega-menu {
    min-width: 500px;
  }

  .dzdrop-menu .navbar-nav>li.has-mega-menu .mega-menu li {
    width: 50%;
  }
}

@media only screen and (min-width: 991px) {
  .dzdrop-menu.show {
    opacity: 1;
    visibility: visible;
    margin-top: -15px;
  }
}

@media only screen and (max-width: 1199px) {
  .dzdrop-menu .navbar-nav>li .mega-menu {
    min-width: 450px;
  }

  .dzdrop-menu .navbar-nav>li .mega-menu ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .dzdrop-menu .navbar-nav>li .mega-menu {
    min-width: 100%;
  }

  .dzdrop-menu .navbar-nav>li .mega-menu ul li {
    width: 100%;
  }
}

.cart-list {
  border: 0;
  right: 0;
  left: auto;
  width: 300px;
  top: 100%;
  transition: none;
  margin-top: 0;
}

.cart-list li {
  padding: 10px 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  width: 100%;
}

.cart-list li .media {
  display: flex;
  align-items: center;
}

.cart-list li .media .media-left {
  width: 60px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
}

.cart-list li .media .media-left img {
  width: 100%;
  height: 100%;
}

.cart-list li .media .media-body {
  position: relative;
  padding-left: 10px;
  padding-right: 30px;
  flex: 1;
}

.cart-list li .media .media-body .dz-title {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 600;
}

.cart-list li .media .media-body .dz-title a {
  color: inherit;
}

.cart-list li .media .media-body .dz-price {
  font-size: 16px;
  color: var(--primary);
}

.cart-list li .media .media-body .item-close {
  background-color: var(--bs-danger);
  color: white;
  display: block;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 50%;
  width: 24px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  transform: translateY(-50%);
}

.cart-list.dropdown-menu {
  width: 300px !important;
}

.extra-nav .extra-cell .header-right .cart-list.dropdown-menu {
  inset: 100% 0px auto auto !important;
  margin-top: 14px;
  position: absolute;
}

.dz-search-area {
  padding: 50px 0;
}

.dz-search-area.offcanvas {
  overflow: auto;
  height: 580px;
}

.dz-search-area .header-item-search {
  display: block;
  margin-left: 0;
  height: unset;
  padding: 0;
  margin-bottom: 50px;
}

.dz-search-area .header-item-search .form-control,
.dz-search-area .header-item-search .woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond .dz-search-area .header-item-search input[type="text"],
.dz-search-area .header-item-search .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .dz-search-area .header-item-search textarea,
.dz-search-area .header-item-search .woocommerce #review_form #respond input[type="email"],
.woocommerce #review_form #respond .dz-search-area .header-item-search input[type="email"],
.dz-search-area .header-item-search .woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr td.actions .coupon .dz-search-area .header-item-search .input-text,
.dz-search-area .header-item-search .woocommerce-cart-form .table tr .quantity input,
.woocommerce-cart-form .table tr .quantity .dz-search-area .header-item-search input,
.dz-search-area .header-item-search .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-search-area .header-item-search textarea,
.dz-search-area .header-item-search .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-search-area .header-item-search select,
.dz-search-area .header-item-search .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-search-area .header-item-search input,
.dz-search-area .header-item-search .woocommerce-EditAccountForm.edit-account input[type="text"],
.woocommerce-EditAccountForm.edit-account .dz-search-area .header-item-search input[type="text"],
.dz-search-area .header-item-search .woocommerce-EditAccountForm.edit-account input[type="email"],
.woocommerce-EditAccountForm.edit-account .dz-search-area .header-item-search input[type="email"],
.dz-search-area .header-item-search .woocommerce-EditAccountForm.edit-account input[type="password"],
.woocommerce-EditAccountForm.edit-account .dz-search-area .header-item-search input[type="password"],
.dz-search-area .header-item-search .login input[type="text"],
.login .dz-search-area .header-item-search input[type="text"],
.dz-search-area .header-item-search .login input[type="password"],
.login .dz-search-area .header-item-search input[type="password"],
.dz-search-area .header-item-search .woocommerce-ResetPassword.lost_reset_password input[type="text"],
.woocommerce-ResetPassword.lost_reset_password .dz-search-area .header-item-search input[type="text"],
.dz-search-area .header-item-search .checkout.woocommerce-checkout input[type="text"],
.checkout.woocommerce-checkout .dz-search-area .header-item-search input[type="text"],
.dz-search-area .header-item-search .checkout.woocommerce-checkout input[type="email"],
.checkout.woocommerce-checkout .dz-search-area .header-item-search input[type="email"],
.dz-search-area .header-item-search .checkout.woocommerce-checkout input[type="tel"],
.checkout.woocommerce-checkout .dz-search-area .header-item-search input[type="tel"],
.dz-search-area .header-item-search .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .dz-search-area .header-item-search .select2-choice,
.dz-search-area .header-item-search .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .dz-search-area .header-item-search textarea,
.dz-search-area .header-item-search .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .dz-search-area .header-item-search input.input-text,
.dz-search-area .header-item-search .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .dz-search-area .header-item-search .select2-selection,
.dz-search-area .header-item-search .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .dz-search-area .header-item-search .select2-choice {
  background-color: transparent;
  font-family: var(--font-family-title);
}

.dz-search-area .search-input {
  border-bottom: 2px solid var(--secondary);
  padding-bottom: 8px;
}

.dz-search-area .search-input .form-control,
.dz-search-area .search-input .woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond .dz-search-area .search-input input[type="text"],
.dz-search-area .search-input .woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond .dz-search-area .search-input textarea,
.dz-search-area .search-input .woocommerce #review_form #respond input[type="email"],
.woocommerce #review_form #respond .dz-search-area .search-input input[type="email"],
.dz-search-area .search-input .woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr td.actions .coupon .dz-search-area .search-input .input-text,
.dz-search-area .search-input .woocommerce-cart-form .table tr .quantity input,
.woocommerce-cart-form .table tr .quantity .dz-search-area .search-input input,
.dz-search-area .search-input .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-search-area .search-input textarea,
.dz-search-area .search-input .woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-search-area .search-input select,
.dz-search-area .search-input .woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-search-area .search-input input,
.dz-search-area .search-input .woocommerce-EditAccountForm.edit-account input[type="text"],
.woocommerce-EditAccountForm.edit-account .dz-search-area .search-input input[type="text"],
.dz-search-area .search-input .woocommerce-EditAccountForm.edit-account input[type="email"],
.woocommerce-EditAccountForm.edit-account .dz-search-area .search-input input[type="email"],
.dz-search-area .search-input .woocommerce-EditAccountForm.edit-account input[type="password"],
.woocommerce-EditAccountForm.edit-account .dz-search-area .search-input input[type="password"],
.dz-search-area .search-input .login input[type="text"],
.login .dz-search-area .search-input input[type="text"],
.dz-search-area .search-input .login input[type="password"],
.login .dz-search-area .search-input input[type="password"],
.dz-search-area .search-input .woocommerce-ResetPassword.lost_reset_password input[type="text"],
.woocommerce-ResetPassword.lost_reset_password .dz-search-area .search-input input[type="text"],
.dz-search-area .search-input .checkout.woocommerce-checkout input[type="text"],
.checkout.woocommerce-checkout .dz-search-area .search-input input[type="text"],
.dz-search-area .search-input .checkout.woocommerce-checkout input[type="email"],
.checkout.woocommerce-checkout .dz-search-area .search-input input[type="email"],
.dz-search-area .search-input .checkout.woocommerce-checkout input[type="tel"],
.checkout.woocommerce-checkout .dz-search-area .search-input input[type="tel"],
.dz-search-area .search-input .checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout .dz-search-area .search-input .select2-choice,
.dz-search-area .search-input .checkout.woocommerce-checkout textarea,
.checkout.woocommerce-checkout .dz-search-area .search-input textarea,
.dz-search-area .search-input .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .dz-search-area .search-input input.input-text,
.dz-search-area .search-input .woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .dz-search-area .search-input .select2-selection,
.dz-search-area .search-input .woocommerce form .form-row .select2-choice,
.woocommerce form .form-row .dz-search-area .search-input .select2-choice {
  border: 0;
  margin-left: 0px !important;
  border-radius: 0 !important;
  height: 45px;
  font-size: 20px;
  font-family: var(--font-family-title);
}

.dz-search-area .search-input .form-control:focus,
.dz-search-area .search-input .woocommerce #review_form #respond input:focus[type="text"],
.woocommerce #review_form #respond .dz-search-area .search-input input:focus[type="text"],
.dz-search-area .search-input .woocommerce #review_form #respond textarea:focus,
.woocommerce #review_form #respond .dz-search-area .search-input textarea:focus,
.dz-search-area .search-input .woocommerce #review_form #respond input:focus[type="email"],
.woocommerce #review_form #respond .dz-search-area .search-input input:focus[type="email"],
.dz-search-area .search-input .woocommerce-cart-form .table tr td.actions .coupon .input-text:focus,
.woocommerce-cart-form .table tr td.actions .coupon .dz-search-area .search-input .input-text:focus,
.dz-search-area .search-input .woocommerce-cart-form .table tr .quantity input:focus,
.woocommerce-cart-form .table tr .quantity .dz-search-area .search-input input:focus,
.dz-search-area .search-input .woocommerce .woocommerce-checkout.checkout form .form-row select:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-search-area .search-input select:focus,
.dz-search-area .search-input .woocommerce .woocommerce-checkout.checkout form .form-row input:focus,
.woocommerce .woocommerce-checkout.checkout form .form-row .dz-search-area .search-input input:focus,
.dz-search-area .search-input .woocommerce-EditAccountForm.edit-account input:focus[type="text"],
.woocommerce-EditAccountForm.edit-account .dz-search-area .search-input input:focus[type="text"],
.dz-search-area .search-input .woocommerce-EditAccountForm.edit-account input:focus[type="email"],
.woocommerce-EditAccountForm.edit-account .dz-search-area .search-input input:focus[type="email"],
.dz-search-area .search-input .woocommerce-EditAccountForm.edit-account input:focus[type="password"],
.woocommerce-EditAccountForm.edit-account .dz-search-area .search-input input:focus[type="password"],
.dz-search-area .search-input .login input:focus[type="text"],
.login .dz-search-area .search-input input:focus[type="text"],
.dz-search-area .search-input .login input:focus[type="password"],
.login .dz-search-area .search-input input:focus[type="password"],
.dz-search-area .search-input .woocommerce-ResetPassword.lost_reset_password input:focus[type="text"],
.woocommerce-ResetPassword.lost_reset_password .dz-search-area .search-input input:focus[type="text"],
.dz-search-area .search-input .checkout.woocommerce-checkout input:focus[type="text"],
.checkout.woocommerce-checkout .dz-search-area .search-input input:focus[type="text"],
.dz-search-area .search-input .checkout.woocommerce-checkout input:focus[type="email"],
.checkout.woocommerce-checkout .dz-search-area .search-input input:focus[type="email"],
.dz-search-area .search-input .checkout.woocommerce-checkout input:focus[type="tel"],
.checkout.woocommerce-checkout .dz-search-area .search-input input:focus[type="tel"],
.dz-search-area .search-input .checkout.woocommerce-checkout .select2-choice:focus,
.checkout.woocommerce-checkout .dz-search-area .search-input .select2-choice:focus,
.dz-search-area .search-input .checkout.woocommerce-checkout textarea:focus,
.checkout.woocommerce-checkout .dz-search-area .search-input textarea:focus,
.dz-search-area .search-input .woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row .dz-search-area .search-input input.input-text:focus,
.dz-search-area .search-input .woocommerce form .form-row .select2-selection:focus,
.woocommerce form .form-row .dz-search-area .search-input .select2-selection:focus,
.dz-search-area .search-input .woocommerce form .form-row .select2-choice:focus,
.woocommerce form .form-row .dz-search-area .search-input .select2-choice:focus {
  box-shadow: unset;
}

.dz-search-area .search-input .bootstrap-select.default-select:after {
  height: 35px;
}

.dz-search-area .search-input .bootstrap-select.default-select .dropdown-toggle {
  background-color: transparent;
  padding: 0px 25px 0px 0px;
  font-size: 20px;
  min-width: 270px;
  font-family: var(--font-family-title);
}

.dz-search-area .search-input .bootstrap-select.default-select .dropdown-toggle:after {
  content: "\f078";
  width: 28px;
  height: 28px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.dz-search-area .search-input .bootstrap-select.default-select .dropdown-menu {
  min-width: 100% !important;
}

.dz-search-area .search-input .bootstrap-select.default-select .dropdown-menu .dropdown-item.active,
.dz-search-area .search-input .bootstrap-select.default-select .dropdown-menu .dropdown-item:active,
.dz-search-area .search-input .bootstrap-select.default-select .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: var(--secondary);
}

.dz-search-area .search-input .btn,
.dz-search-area .search-input .wp-block-button__link,
.dz-search-area .search-input .woocommerce .widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons .dz-search-area .search-input a,
.dz-search-area .search-input .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .dz-search-area .search-input a,
.dz-search-area .search-input .woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit .dz-search-area .search-input input,
.dz-search-area .search-input .woocommerce-cart-form .table tr .button,
.woocommerce-cart-form .table tr .dz-search-area .search-input .button,
.dz-search-area .search-input .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .dz-search-area .search-input a.checkout-button,
.dz-search-area .search-input .woocommerce #respond input#submit,
.woocommerce #respond .dz-search-area .search-input input#submit,
.dz-search-area .search-input .woocommerce a.button,
.woocommerce .dz-search-area .search-input a.button,
.dz-search-area .search-input .woocommerce button.button,
.woocommerce .dz-search-area .search-input button.button,
.dz-search-area .search-input .woocommerce input.button,
.woocommerce .dz-search-area .search-input input.button,
.dz-search-area .search-input .woocommerce #place_order,
.woocommerce .dz-search-area .search-input #place_order {
  height: unset;
  width: unset;
}

.dz-search-area .search-input .btn i,
.dz-search-area .search-input .wp-block-button__link i,
.dz-search-area .search-input .woocommerce .widget_shopping_cart .buttons a i,
.woocommerce .widget_shopping_cart .buttons .dz-search-area .search-input a i,
.dz-search-area .search-input .woocommerce.widget_shopping_cart .buttons a i,
.woocommerce.widget_shopping_cart .buttons .dz-search-area .search-input a i,
.dz-search-area .search-input .woocommerce #review_form #respond .form-submit input i,
.woocommerce #review_form #respond .form-submit .dz-search-area .search-input input i,
.dz-search-area .search-input .woocommerce-cart-form .table tr .button i,
.woocommerce-cart-form .table tr .dz-search-area .search-input .button i,
.dz-search-area .search-input .woocommerce-cart .wc-proceed-to-checkout a.checkout-button i,
.woocommerce-cart .wc-proceed-to-checkout .dz-search-area .search-input a.checkout-button i,
.dz-search-area .search-input .woocommerce #respond input#submit i,
.woocommerce #respond .dz-search-area .search-input input#submit i,
.dz-search-area .search-input .woocommerce a.button i,
.woocommerce .dz-search-area .search-input a.button i,
.dz-search-area .search-input .woocommerce button.button i,
.woocommerce .dz-search-area .search-input button.button i,
.dz-search-area .search-input .woocommerce input.button i,
.woocommerce .dz-search-area .search-input input.button i,
.dz-search-area .search-input .woocommerce #place_order i,
.woocommerce .dz-search-area .search-input #place_order i {
  color: var(--title);
}

.dz-search-area .recent-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 0 -15px;
}

.dz-search-area .recent-tag li {
  font-size: 15px;
  padding: 5px 15px;
  color: var(--title);
}

.dz-search-area .recent-tag li span {
  font-family: var(--font-family-title);
  color: var(--title);
}

@media only screen and (max-width: 991px) {
  .dz-search-area .search-input {
    padding-bottom: 5px;
    border-bottom-width: 1px;
  }

  .dz-search-area .search-input .bootstrap-select.default-select .dropdown-toggle {
    padding: 0px 15px 0px 0px;
    font-size: 16px;
    min-width: 180px;
  }

  .dz-search-area .search-input .form-control,
  .dz-search-area .search-input .woocommerce #review_form #respond input[type="text"],
  .woocommerce #review_form #respond .dz-search-area .search-input input[type="text"],
  .dz-search-area .search-input .woocommerce #review_form #respond textarea,
  .woocommerce #review_form #respond .dz-search-area .search-input textarea,
  .dz-search-area .search-input .woocommerce #review_form #respond input[type="email"],
  .woocommerce #review_form #respond .dz-search-area .search-input input[type="email"],
  .dz-search-area .search-input .woocommerce-cart-form .table tr td.actions .coupon .input-text,
  .woocommerce-cart-form .table tr td.actions .coupon .dz-search-area .search-input .input-text,
  .dz-search-area .search-input .woocommerce-cart-form .table tr .quantity input,
  .woocommerce-cart-form .table tr .quantity .dz-search-area .search-input input,
  .dz-search-area .search-input .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
  .woocommerce .woocommerce-checkout.checkout form .form-row .dz-search-area .search-input textarea,
  .dz-search-area .search-input .woocommerce .woocommerce-checkout.checkout form .form-row select,
  .woocommerce .woocommerce-checkout.checkout form .form-row .dz-search-area .search-input select,
  .dz-search-area .search-input .woocommerce .woocommerce-checkout.checkout form .form-row input,
  .woocommerce .woocommerce-checkout.checkout form .form-row .dz-search-area .search-input input,
  .dz-search-area .search-input .woocommerce-EditAccountForm.edit-account input[type="text"],
  .woocommerce-EditAccountForm.edit-account .dz-search-area .search-input input[type="text"],
  .dz-search-area .search-input .woocommerce-EditAccountForm.edit-account input[type="email"],
  .woocommerce-EditAccountForm.edit-account .dz-search-area .search-input input[type="email"],
  .dz-search-area .search-input .woocommerce-EditAccountForm.edit-account input[type="password"],
  .woocommerce-EditAccountForm.edit-account .dz-search-area .search-input input[type="password"],
  .dz-search-area .search-input .login input[type="text"],
  .login .dz-search-area .search-input input[type="text"],
  .dz-search-area .search-input .login input[type="password"],
  .login .dz-search-area .search-input input[type="password"],
  .dz-search-area .search-input .woocommerce-ResetPassword.lost_reset_password input[type="text"],
  .woocommerce-ResetPassword.lost_reset_password .dz-search-area .search-input input[type="text"],
  .dz-search-area .search-input .checkout.woocommerce-checkout input[type="text"],
  .checkout.woocommerce-checkout .dz-search-area .search-input input[type="text"],
  .dz-search-area .search-input .checkout.woocommerce-checkout input[type="email"],
  .checkout.woocommerce-checkout .dz-search-area .search-input input[type="email"],
  .dz-search-area .search-input .checkout.woocommerce-checkout input[type="tel"],
  .checkout.woocommerce-checkout .dz-search-area .search-input input[type="tel"],
  .dz-search-area .search-input .checkout.woocommerce-checkout .select2-choice,
  .checkout.woocommerce-checkout .dz-search-area .search-input .select2-choice,
  .dz-search-area .search-input .checkout.woocommerce-checkout textarea,
  .checkout.woocommerce-checkout .dz-search-area .search-input textarea,
  .dz-search-area .search-input .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row .dz-search-area .search-input input.input-text,
  .dz-search-area .search-input .woocommerce form .form-row .select2-selection,
  .woocommerce form .form-row .dz-search-area .search-input .select2-selection,
  .dz-search-area .search-input .woocommerce form .form-row .select2-choice,
  .woocommerce form .form-row .dz-search-area .search-input .select2-choice {
    font-size: 16px;
  }

  .dz-search-area .recent-tag {
    margin: 0px -10px;
  }

  .dz-search-area .recent-tag li {
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .dz-search-area {
    padding: 30px 0 0;
  }

  .dz-search-area.offcanvas {
    height: 470px;
  }

  .dz-search-area .header-item-search {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-search-area.offcanvas {
    height: 440px;
  }

  .dz-search-area .search-input {
    padding-bottom: 0px;
  }

  .dz-search-area .search-input .bootstrap-select.default-select:after {
    height: 25px;
  }

  .dz-search-area .search-input .bootstrap-select.default-select .dropdown-toggle {
    padding: 0 15px 0 0;
    font-size: 14px;
    min-width: 100%;
  }

  .dz-search-area .search-input .bootstrap-select.default-select .dropdown-toggle:after {
    width: 20px;
    height: 20px;
  }

  .dz-search-area .search-input .form-control,
  .dz-search-area .search-input .woocommerce #review_form #respond input[type="text"],
  .woocommerce #review_form #respond .dz-search-area .search-input input[type="text"],
  .dz-search-area .search-input .woocommerce #review_form #respond textarea,
  .woocommerce #review_form #respond .dz-search-area .search-input textarea,
  .dz-search-area .search-input .woocommerce #review_form #respond input[type="email"],
  .woocommerce #review_form #respond .dz-search-area .search-input input[type="email"],
  .dz-search-area .search-input .woocommerce-cart-form .table tr td.actions .coupon .input-text,
  .woocommerce-cart-form .table tr td.actions .coupon .dz-search-area .search-input .input-text,
  .dz-search-area .search-input .woocommerce-cart-form .table tr .quantity input,
  .woocommerce-cart-form .table tr .quantity .dz-search-area .search-input input,
  .dz-search-area .search-input .woocommerce .woocommerce-checkout.checkout form .form-row textarea,
  .woocommerce .woocommerce-checkout.checkout form .form-row .dz-search-area .search-input textarea,
  .dz-search-area .search-input .woocommerce .woocommerce-checkout.checkout form .form-row select,
  .woocommerce .woocommerce-checkout.checkout form .form-row .dz-search-area .search-input select,
  .dz-search-area .search-input .woocommerce .woocommerce-checkout.checkout form .form-row input,
  .woocommerce .woocommerce-checkout.checkout form .form-row .dz-search-area .search-input input,
  .dz-search-area .search-input .woocommerce-EditAccountForm.edit-account input[type="text"],
  .woocommerce-EditAccountForm.edit-account .dz-search-area .search-input input[type="text"],
  .dz-search-area .search-input .woocommerce-EditAccountForm.edit-account input[type="email"],
  .woocommerce-EditAccountForm.edit-account .dz-search-area .search-input input[type="email"],
  .dz-search-area .search-input .woocommerce-EditAccountForm.edit-account input[type="password"],
  .woocommerce-EditAccountForm.edit-account .dz-search-area .search-input input[type="password"],
  .dz-search-area .search-input .login input[type="text"],
  .login .dz-search-area .search-input input[type="text"],
  .dz-search-area .search-input .login input[type="password"],
  .login .dz-search-area .search-input input[type="password"],
  .dz-search-area .search-input .woocommerce-ResetPassword.lost_reset_password input[type="text"],
  .woocommerce-ResetPassword.lost_reset_password .dz-search-area .search-input input[type="text"],
  .dz-search-area .search-input .checkout.woocommerce-checkout input[type="text"],
  .checkout.woocommerce-checkout .dz-search-area .search-input input[type="text"],
  .dz-search-area .search-input .checkout.woocommerce-checkout input[type="email"],
  .checkout.woocommerce-checkout .dz-search-area .search-input input[type="email"],
  .dz-search-area .search-input .checkout.woocommerce-checkout input[type="tel"],
  .checkout.woocommerce-checkout .dz-search-area .search-input input[type="tel"],
  .dz-search-area .search-input .checkout.woocommerce-checkout .select2-choice,
  .checkout.woocommerce-checkout .dz-search-area .search-input .select2-choice,
  .dz-search-area .search-input .checkout.woocommerce-checkout textarea,
  .checkout.woocommerce-checkout .dz-search-area .search-input textarea,
  .dz-search-area .search-input .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row .dz-search-area .search-input input.input-text,
  .dz-search-area .search-input .woocommerce form .form-row .select2-selection,
  .woocommerce form .form-row .dz-search-area .search-input .select2-selection,
  .dz-search-area .search-input .woocommerce form .form-row .select2-choice,
  .woocommerce form .form-row .dz-search-area .search-input .select2-choice {
    font-size: 14px;
    padding: 10px 15px;
  }

  .dz-search-area .search-input .btn svg,
  .dz-search-area .search-input .wp-block-button__link svg,
  .dz-search-area .search-input .woocommerce .widget_shopping_cart .buttons a svg,
  .woocommerce .widget_shopping_cart .buttons .dz-search-area .search-input a svg,
  .dz-search-area .search-input .woocommerce.widget_shopping_cart .buttons a svg,
  .woocommerce.widget_shopping_cart .buttons .dz-search-area .search-input a svg,
  .dz-search-area .search-input .woocommerce #review_form #respond .form-submit input svg,
  .woocommerce #review_form #respond .form-submit .dz-search-area .search-input input svg,
  .dz-search-area .search-input .woocommerce-cart-form .table tr .button svg,
  .woocommerce-cart-form .table tr .dz-search-area .search-input .button svg,
  .dz-search-area .search-input .woocommerce-cart .wc-proceed-to-checkout a.checkout-button svg,
  .woocommerce-cart .wc-proceed-to-checkout .dz-search-area .search-input a.checkout-button svg,
  .dz-search-area .search-input .woocommerce #respond input#submit svg,
  .woocommerce #respond .dz-search-area .search-input input#submit svg,
  .dz-search-area .search-input .woocommerce a.button svg,
  .woocommerce .dz-search-area .search-input a.button svg,
  .dz-search-area .search-input .woocommerce button.button svg,
  .woocommerce .dz-search-area .search-input button.button svg,
  .dz-search-area .search-input .woocommerce input.button svg,
  .woocommerce .dz-search-area .search-input input.button svg,
  .dz-search-area .search-input .woocommerce #place_order svg,
  .woocommerce .dz-search-area .search-input #place_order svg {
    width: 16px;
    height: 16px;
  }

  .dz-search-area .recent-tag {
    padding: 5px 0;
  }

  .dz-search-area .recent-tag li {
    padding: 2px 10px;
    font-size: 14px;
  }
}

.dz-search-area .shop-card .dz-media {
  border-radius: 20px;
}

.dz-search-area .shop-card .dz-content {
  background-color: var(--light);
}

.dz-search-area .shop-card:hover .dz-media img {
  transform: translateY(0px);
}

.dz-offcanvas.offcanvas .btn-close {
  --bs-btn-close-bg: none;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  position: absolute;
  top: 5px;
  font-weight: 200;
  right: 5px;
  font-size: 40px;
  opacity: 0.5;
}

.dz-offcanvas.offcanvas .btn-close:focus {
  box-shadow: unset;
}

@media only screen and (max-width: 575px) {
  .dz-offcanvas.offcanvas .btn-close {
    font-size: 32px;
    top: 0;
    right: 0;
  }
}

.dz-offcanvas.offcanvas.offcanvas-end,
.dz-offcanvas.offcanvas.offcanvas-top {
  border: 0;
  border: 0;
  background-color: var(--light);
}

.dz-offcanvas.offcanvas.offcanvas-end {
  width: 485px;
}

.dz-offcanvas.offcanvas.offcanvas-end .offcanvas-body {
  padding: 60px 75px;
}

@media only screen and (max-width: 575px) {
  .dz-offcanvas.offcanvas.offcanvas-end .offcanvas-body {
    padding: 50px 15px;
  }
}

.cart-widget {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-widget .dz-media {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 20px;
}

.cart-widget .cart-content {
  margin-right: 20px;
  flex: 1;
}

.cart-widget .cart-content .title,
.cart-widget .cart-content .dz-price {
  font-weight: 500;
}

.cart-widget .dz-close {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-cart-list li {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  margin-bottom: 10px;
}

.cart-total h5,
.cart-total .h5 {
  font-weight: 700;
}

.shipping-time {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.shipping-time .dz-icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.shipping-time .dz-icon i {
  font-size: 55px;
}

.shipping-time img {
  margin-right: 20px;
}

.shipping-time .title {
  font-weight: 500;
}

.shipping-time .progress {
  border-radius: 0;
  height: 5px;
}

.shipping-time .progress .progress-bar {
  background-color: var(--secondary);
}

.shop-sidebar-cart {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 190px);
}

.dz-bnr-inr {
  --dz-banner-height: 250px;
  min-height: var(--dz-banner-height);
  background-size: cover;
  background-position: top;
  background-color: var(--light);
  position: relative;
  z-index: 2;
  width: 100%;
  background-position: center;
}

.dz-bnr-inr.dz-banner-dark {
  background: var(--secondary);
  --title: #fff;
}

@media only screen and (max-width: 575px) {
  .dz-bnr-inr {
    --dz-banner-height: 230px;
  }
}

.dz-bnr-inr.bg-secondary h1,
.dz-bnr-inr.bg-secondary .h1 {
  color: #fff;
}

.dz-bnr-inr.bg-secondary .breadcrumb-row ul li {
  color: #fff;
}

.dz-bnr-inr.bg-secondary .breadcrumb-row ul li:before {
  color: #fff;
}

.dz-bnr-inr.bg-secondary .breadcrumb-row ul li a {
  color: #ffffff;
}

.dz-bnr-inr .banner-media {
  position: absolute;
  right: 19%;
  bottom: 0;
  left: auto;
  transform: translate(-19%, 0);
}

@media only screen and (max-width: 1680px) {
  .dz-bnr-inr .banner-media {
    right: 10%;
    transform: translate(-10%, 0);
  }
}

@media only screen and (max-width: 1199px) {
  .dz-bnr-inr .banner-media {
    right: 5%;
    transform: translate(-5%, 0);
  }
}

@media only screen and (max-width: 991px) {
  .dz-bnr-inr .banner-media {
    right: 2%;
    transform: translate(-2%, 0);
  }
}

@media only screen and (max-width: 575px) {
  .dz-bnr-inr .banner-media {
    display: none;
  }
}

.dz-bnr-inr .container {
  display: table;
  height: 100%;
}

.dz-bnr-inr .dz-bnr-inr-entry {
  height: var(--dz-banner-height);
  vertical-align: middle;
  display: table-cell;
  padding: 90px 0 90px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .dz-bnr-inr .dz-bnr-inr-entry {
    text-align: center;
  }

  .dz-bnr-inr .dz-bnr-inr-entry .breadcrumb-row {
    display: inline-block;
  }
}

@media only screen and (max-width: 575px) {
  .dz-bnr-inr .dz-bnr-inr-entry {
    padding: 40px 0 40px 0;
    text-align: center;
    display: table-cell;
  }
}

.dz-bnr-inr h1,
.dz-bnr-inr .h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  line-height: 1.3;
  color: var(--title);
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {

  .dz-bnr-inr h1,
  .dz-bnr-inr .h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {

  .dz-bnr-inr h1,
  .dz-bnr-inr .h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575px) {

  .dz-bnr-inr h1,
  .dz-bnr-inr .h1 {
    font-size: 24px;
  }
}

.dz-bnr-inr p {
  color: #fff;
  font-size: 18px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 575px) {
  .dz-bnr-inr p {
    font-size: 14px;
  }
}

.dz-bnr-inr.dz-bnr-inr-lg {
  --dz-banner-height: 600px;
}

@media only screen and (max-width: 991px) {
  .dz-bnr-inr.dz-bnr-inr-lg {
    --dz-banner-height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .dz-bnr-inr.dz-bnr-inr-lg {
    --dz-banner-height: 380px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-bnr-inr.dz-bnr-inr-lg {
    --dz-banner-height: 350px;
  }
}

.dz-bnr-inr.dz-bnr-inr-md {
  --dz-banner-height: 450px;
}

@media only screen and (max-width: 991px) {
  .dz-bnr-inr.dz-bnr-inr-md {
    --dz-banner-height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-bnr-inr.dz-bnr-inr-md {
    --dz-banner-height: 300px;
  }
}

.dz-bnr-inr.dz-bnr-inr-sm {
  --dz-banner-height: 300px;
}

@media only screen and (max-width: 767px) {
  .dz-bnr-inr.dz-bnr-inr-sm {
    --dz-banner-height: 200px;
  }
}

.dz-bnr-inr.bnr-no-img:before {
  content: none;
}

.dz-bnr-inr .breadcrumb-row ul {
  margin-bottom: 0;
}

.dz-bnr-inr .kanbern-bnr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dz-bnr-inr .kanbern-bnr .swiper-slide>div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 20s !important;
  background-position: center;
  background-size: 100%;
}

.dz-bnr-inr .kanbern-bnr .swiper-slide.swiper-slide-active>div {
  background-size: 150%;
}

.breadcrumb-row ul {
  padding: 0;
  display: inline-block;
}

.breadcrumb-row ul li {
  padding: 0;
  margin-right: 3px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--title);
}

.breadcrumb-row ul li.active {
  color: var(--title);
}

.breadcrumb-row ul li a {
  color: var(--title);
}

.breadcrumb-row ul .breadcrumb-item+.breadcrumb-item::before {
  content: "\f105";
  float: left;
  color: var(--title);
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  padding-right: 12px;
  top: 0px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-row ul .breadcrumb-item+.breadcrumb-item::before {
    top: 2px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-row ul li {
    font-size: 14px;
  }
}

.header-transparent+.page-content .dz-bnr-inr .dz-bnr-inr-entry {
  padding: 90px 0 20px 0;
}

.dz-bnr-inr video#video-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.dz-bnr-inr.style-1 h3,
.dz-bnr-inr.style-1 .h3 {
  font-weight: 700;
  font-size: 40px;
}

.dz-bnr-inr.style-1 .dz-bnr-inr-entry {
  text-align: center;
}

.dz-bnr-inr.style-2 .dz-bnr-inr-entry {
  text-align: left;
  padding: 60px;
  background: var(--light);
  margin-top: 100px;
  margin-bottom: -100px;
  display: block;
  border-radius: 30px;
}

@media only screen and (max-width: 1199px) {
  .dz-bnr-inr.style-2 .dz-bnr-inr-entry {
    padding: 40px;
  }

  .dz-bnr-inr.style-2 .dz-bnr-inr-entry .breadcrumb-row {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .dz-bnr-inr.style-2 .dz-bnr-inr-entry {
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .dz-bnr-inr.style-2 .dz-bnr-inr-entry {
    margin-bottom: -30px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-bnr-inr.style-2 .dz-bnr-inr-entry {
    margin-top: 60px;
    margin-bottom: -60px;
    padding: 20px;
  }
}

.dz-bnr-inr.style-2 .breadcrumb-row {
  margin-bottom: 30px;
}

.page-title {
  padding: 30px 0;
}

.page-title.dashboard {
  background: transparent;
  margin-left: 75px;
  padding: 20px 0 0px;
}

.page-title .page-title-content p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

.page-title .page-title-content p span {
  font-weight: 500;
  color: var(--primary);
}

.breadcrumbs {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 575px) {
  .breadcrumbs {
    justify-content: flex-start;
  }
}

.breadcrumbs li a {
  color: rgba(151, 151, 159, 0.39);
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}

.breadcrumbs li:first-child a {
  margin-left: 0px;
}

.breadcrumbs li.active a {
  color: var(--primary);
}

footer {
  background-image: url();
}

@media only screen and (max-width: 767px) {
  footer .row {
    --bs-gutter-x: 10px;
  }
}

footer .widget_about p {
  margin-bottom: 20px;
}

footer .footer-logo {
  margin-bottom: 24px;
}

footer .footer-logo img {
  max-width: 300px;
}

footer .footer-title {
  margin: 0;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.2;
  font-size: 20px;
}

footer .footer-top {
  padding: 70px 0px 30px;
}

footer .footer-top .widget {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  footer .footer-top {
    padding: 50px 0 0;
  }
}

footer .footer-bottom span,
footer .footer-bottom p {
  margin-bottom: 0;
  font-weight: 600;
}

footer .footer-bottom .text-start,
footer .footer-bottom .text-end {
  padding: 0;
}

footer .footer-bottom .heart {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url(../images/like.png);
  cursor: pointer;
  margin: -25px -15px;
}

footer .footer-bottom .heart.heart-blast {
  background-position: -1680px 0 !important;
  transition: background 1s steps(28);
}

footer .fb-inner {
  padding: 28px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--title);
  font-weight: 500;
  font-size: 15px;
}

footer .fb-inner .copyright-text a {
  color: inherit;
  color: var(--primary);
}

@media only screen and (max-width: 575px) {
  footer .fb-inner {
    padding: 20px 0;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  footer .footer-bottom p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  footer .footer-top {
    padding: 50px 0px 20px;
  }

  footer .footer-bottom .text-start,
  footer .footer-bottom .text-end {
    text-align: center !important;
  }

  footer .footer-bottom .text-end {
    margin-top: 15px;
  }

  footer .footer-bottom p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 575px) {
  footer .footer-top {
    padding: 45px 0px 0px;
  }
}

footer .widget_services ul li a {
  display: block;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

footer .widget-address {
  margin-bottom: 24px;
}

footer .widget-address li {
  padding: 4px 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--title);
}

footer .widget-address li p {
  margin-bottom: 0;
  font-weight: 500;
}

footer .widget-address li span {
  color: var(--title);
  font-weight: 500;
}

footer.footer-dark {
  background: var(--secondary);
  --title: #fff;
}

footer.footer-dark .footer-bottom .fb-inner {
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
}

footer.footer-dark .footer-top {
  color: rgba(255, 255, 255, 0.6);
}

footer.footer-dark .icon-bx-wraper {
  --title: #24262B;
}

.widget_getintuch ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 45px;
  min-height: 35px;
  display: flex;
  align-items: center;
}

.widget_getintuch ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .widget_getintuch ul li {
    margin-bottom: 20px;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .widget_getintuch ul li {
    padding-left: 40px;
  }
}

.widget_getintuch ul li h5,
.widget_getintuch ul li .h5 {
  font-size: 20px;
  line-height: 1.33;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {

  .widget_getintuch ul li h5,
  .widget_getintuch ul li .h5 {
    font-size: 18px;
    line-height: 1.2;
  }
}

.widget_getintuch ul li i {
  position: absolute;
  font-size: 28px;
  line-height: 1;
  left: 0;
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .widget_getintuch ul li i {
    font-size: 35px;
    top: 6px;
  }
}

@media only screen and (max-width: 575px) {
  .widget_getintuch ul li i {
    font-size: 24px;
  }
}

.contact-ft-1 {
  text-align: center;
  margin-bottom: 40px;
}

.contact-ft-1 i {
  color: var(--primary);
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}

.contact-ft-1 h4,
.contact-ft-1 .h4 {
  color: #ffffff;
  text-decoration: underline;
}

.contact-ft-1 h5,
.contact-ft-1 .h5 {
  color: #ffffff;
  font-weight: 400;
}

.list-column ul {
  display: flex;
  flex-wrap: wrap;
}

.list-column ul li {
  flex: 0 0 50%;
  max-width: 50%;
}

.fb-link {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fb-link li {
  display: inline-block;
}

.fb-link li a {
  color: #fff;
  position: relative;
}

.fb-link li a:after {
  content: "";
  background: var(--primary);
  width: 5px;
  height: 5px;
}

.footer-link li {
  display: inline-block;
  font-family: "Lufga", sans-serif;
  position: relative;
  padding: 0 25px 0 20px;
}

.footer-link li a {
  color: inherit;
}

.footer-link li:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 8px;
  transform: translateY(-50%);
}

.widget_time ul li {
  display: block;
  margin-bottom: 5px;
}

.widget_time ul li label {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  margin-right: 3px;
}

.footer-category {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f9f9f9;
}

@media only screen and (max-width: 991px) {
  .footer-category {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer-category .toggle-btn {
  position: relative;
  font-family: var(--font-family-title);
  color: var(--title);
  font-size: 18px;
  font-weight: 500;
}

.footer-category .toggle-btn:before {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer-category .toggle-btn.active:before {
  content: "\f068";
}

.footer-category .toggle-items {
  margin-top: 22px;
  display: none;
}

.footer-category .toggle-items:after {
  display: block;
  clear: both;
  content: "";
}

.footer-category .toggle-items ul li {
  width: 25%;
  float: left;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .footer-category .toggle-items ul li {
    padding: 5px 0;
  }
}

.footer-category .toggle-items ul li a {
  color: #363848;
  display: block;
}

.footer-category .toggle-items ul li a:hover {
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .footer-category .toggle-items ul li {
    width: 33%;
  }
}

@media only screen and (max-width: 575px) {
  .footer-category .toggle-items ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-category .toggle-items {
    margin-top: 10px;
  }
}

.footer-map .map-iframe {
  width: 50vw;
  float: right;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .footer-map .map-iframe {
    width: 100%;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-map .map-iframe {
    width: 100%;
    height: 100%;
  }
}

.footer-map .footer-top,
.footer-map .footer-bottom {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {

  .footer-map .footer-top,
  .footer-map .footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-footer.style-1 {
  position: relative;
  z-index: 1;
  border-top: 1px solid #000;
  overflow: hidden;
  background-color: var(--light);
}

.site-footer.style-1 .footer-top {
  padding: 90px 0px 60px;
}

@media only screen and (max-width: 991px) {
  .site-footer.style-1 .footer-top {
    padding: 50px 0px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer.style-1 .footer-top {
    padding: 50px 0 0;
  }
}

.site-footer.style-3 {
  overflow: hidden;
}

.site-footer.style-3 .container.dz-custom-container {
  max-width: 740px;
}

.site-footer.style-3 .dz-social-icon {
  justify-content: flex-end;
}

@media only screen and (max-width: 575px) {
  .site-footer.style-3 .dz-social-icon {
    justify-content: start;
    margin-top: 25px;
  }
}

.site-footer.style-3 .dz-post {
  height: 100%;
  position: relative;
  overflow: hidden;
  width: calc(50vw - 200px);
  float: right;
}

@media only screen and (max-width: 1199px) {
  .site-footer.style-3 .dz-post {
    width: calc(50vw - 160px);
  }
}

@media only screen and (max-width: 991px) {
  .site-footer.style-3 .dz-post {
    width: 100vw;
    margin-left: calc(calc(-100vw + 720px) / 2);
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer.style-3 .dz-post {
    width: 100vw;
    margin-left: calc(calc(-100vw + 520px) / 2);
  }
}

@media only screen and (max-width: 575px) {
  .site-footer.style-3 .dz-post {
    width: 100vw;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.site-footer.style-3 .dz-post-media {
  height: 100%;
}

.site-footer.style-3 .dz-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-footer.style-3 .footer-bottom,
.site-footer.style-3 .footer-top {
  padding-left: 130px;
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {

  .site-footer.style-3 .footer-bottom,
  .site-footer.style-3 .footer-top {
    padding-left: 30px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 991px) {

  .site-footer.style-3 .footer-bottom,
  .site-footer.style-3 .footer-top {
    padding-left: 0;
    padding-top: 30px;
  }
}

.site-footer.style-3 .logo-topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 575px) {
  .site-footer.style-3 .logo-topbar {
    margin-bottom: 50px;
  }
}

.site-footer.style-3 .instagram-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-footer.style-3 .instagram-link .follow-link {
  text-align: center;
  width: 240px;
  height: 240px;
  margin: auto;
  padding: 43px 20px 31px;
  display: flex;
  flex-direction: column;
}

.site-footer.style-3 .instagram-link .follow-link .follow-link-content {
  margin-top: auto;
}

.site-footer.style-3 .instagram-link .follow-link .follow-link-content h4,
.site-footer.style-3 .instagram-link .follow-link .follow-link-content .h4 {
  font-size: 16px;
  font-weight: 700;
  color: #24262B;
}

.site-footer.style-3 .instagram-link .follow-link .follow-link-content p {
  font-size: 15px;
  font-weight: 400;
  color: #6f5e5e;
  margin-bottom: 0;
}

.site-footer.style-3.right .footer-bottom,
.site-footer.style-3.right .footer-top {
  padding-left: 0;
  padding-right: 130px;
}

@media only screen and (max-width: 1199px) {

  .site-footer.style-3.right .footer-bottom,
  .site-footer.style-3.right .footer-top {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 991px) {

  .site-footer.style-3.right .footer-bottom,
  .site-footer.style-3.right .footer-top {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-footer.style-3.right .dz-post {
  float: left;
}

.site-footer.style-4 {
  background: #fdfdfd;
}

.site-footer.style-4 .footer-top {
  border-top: 2px solid #f1f0f0;
}

#bg {
  background-attachment: fixed;
  background-size: cover;
}

.main-bar-wraper.sticky-no .main-bar {
  position: unset;
}

.boxed .page-wraper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.boxed .footer-fixed .site-footer {
  left: 50%;
  width: 1200px;
  margin: 0 -600px;
}

.boxed .is-fixed .main-bar {
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  position: unset;
}

.boxed .site-header.style-1 .extra-cell>a,
.boxed .site-header.style-1 .extra-cell>div {
  margin-left: 15px;
}

@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-1 .extra-icon-box {
    display: none;
  }
}

@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-2 .extra-cell .login-btn i {
    margin: 0;
  }
}

@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-2 .extra-cell .login-btn {
    margin-left: 20px;
    width: 45px;
    height: 45px;
    padding: 12px;
  }

  .boxed .site-header.style-2 .extra-cell .login-btn span {
    display: none;
  }
}

@media only screen and (min-width: 1680px) {
  .boxed .site-header.style-2 .social-list.style-2 {
    display: none;
  }
}

.boxed .site-header.style-2.center .header-nav .nav.navbar-left {
  margin-right: 120px;
}

.boxed .site-header.style-2.center .header-nav .nav.navbar-right {
  margin-left: 120px;
}

.boxed .site-header.style-2.center .extra-icon-box {
  padding-left: 0;
  width: 50px;
}

.boxed .site-header.style-2.center .extra-icon-box .title,
.boxed .site-header.style-2.center .extra-icon-box span {
  display: none;
}

.boxed .site-header.style-2.center .extra-nav-left,
.boxed .site-header.style-2.center .extra-nav {
  width: 120px;
  padding: 0;
}

.boxed .site-header.style-2.center .extra-cell .login-btn {
  display: none;
}

.boxed .site-header.style-2.center .extra-cell>a,
.boxed .site-header.style-2.center .extra-cell>div {
  margin-left: 15px;
}

@media only screen and (min-width: 1680px) {
  .boxed .header-nav .nav>li>a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1680px) {
  .boxed .silder-one .silder-content {
    padding: 40px;
  }
}

@media only screen and (min-width: 1680px) {
  .boxed .silder-one .silder-content .title {
    margin-bottom: 20px;
    font-size: 60px;
  }
}

@media only screen and (min-width: 1680px) {
  .boxed .silder-one .silder-content .sub-title {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1680px) {

  .boxed .container-fluid,
  .boxed .container-sm,
  .boxed .container-md,
  .boxed .container-lg,
  .boxed .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1680px) {
  .boxed .under-construct {
    padding: 50px;
  }
}

.boxed .under-construct .dz-content .dz-title {
  font-size: 60px;
}

@media only screen and (min-width: 1680px) {
  .boxed .under-construct .dz-content .dz-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 1680px) {
  .boxed .under-construct .dz-content p {
    font-size: 28px;
  }
}

.boxed .download-area .download-media.right {
  right: 78%;
}

.boxed .newsletter-bx {
  padding: 40px;
}

.boxed .portfolio-area2 .setResizeMargin {
  padding-right: 15px;
  margin-left: 0 !important;
  padding-left: 15px;
}

.boxed .sidenav-menu {
  position: absolute;
}

.boxed .dz-coming-soon .dz-title {
  font-size: 42px;
}

@media only screen and (max-width: 575px) {
  .boxed .dz-coming-soon .dz-title {
    font-size: 28px;
  }
}

.boxed .dz-coming-soon .countdown .date span {
  font-size: 14px;
}

.boxed .dz-coming-soon .countdown .date .time {
  font-size: 60px;
  line-height: 60px;
}

@media only screen and (max-width: 575px) {
  .boxed .dz-coming-soon .countdown .date .time {
    font-size: 35px;
  }
}

.boxed .dz-coming-soon .dz-coming-bx {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 575px) {
  .boxed .dz-coming-soon .dz-coming-bx {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.boxed .swiper-btn-center-lr {
  position: relative;
}

.boxed .swiper-btn-center-lr .btn-next,
.boxed .swiper-btn-center-lr .btn-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.boxed .swiper-btn-center-lr .btn-prev {
  left: 0px;
}

.boxed .swiper-btn-center-lr .btn-next {
  right: 0px;
}

.boxed .swiper-btn-center-lr:hover .btn-prev {
  left: 0px;
}

.boxed .swiper-btn-center-lr:hover .btn-next {
  right: 0px;
}

/* Frame */
.frame {
  padding: 30px;
}

.frame .page-wraper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  height: auto !important;
}

@media only screen and (max-width: 1680px) {
  .frame .site-header.style-1 .extra-icon-box {
    display: none;
  }
}

.frame .is-fixed .main-bar {
  left: 0;
  width: 100%;
  margin: 0;
  position: unset;
}

.frame button.scroltop {
  right: 50px;
  bottom: 50px;
}

.frame .sidenav-menu {
  position: absolute;
}

@media only screen and (max-width: 1680px) {
  .frame .dz-coming-bx {
    padding-left: 30px;
    padding-right: 30px;
  }

  .frame .countdown .date .time {
    font-size: 70px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .frame {
    padding: 0;
  }

  .frame button.scroltop {
    right: 15px;
    bottom: 15px;
  }
}

.theme-sharped {
  --border-radius-base: 0;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

.theme-sharped .banner-one .banner-media .shape-1,
.theme-sharped .banner-one .banner-media .shape-2,
.theme-sharped .dz-card .dz-meta li.post-date,
.theme-sharped .progress-bx.style-2 .progress,
.theme-sharped .progress-bx.style-2 .progress .progress-bar {
  border-radius: 0;
}

.theme-rounded {
  --border-radius-base: 6px;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

.codearea {
  background: #fff;
}

.codezone hr {
  margin: 60px 0;
}

.dz-codebox {
  border: 1px solid #F3F3F3;
  border-radius: 6px;
}

.dz-codebox .container {
  padding-left: 30px;
  padding-right: 30px;
}

.dz-codebox .site-header .main-bar {
  border-radius: 8px;
}

.dz-codebox .dz-code-header {
  padding: 15px 30px;
  border-bottom: 1px solid #F3F3F3;
}

.dz-codebox .dz-code-header h4,
.dz-codebox .dz-code-header .h4 {
  margin-bottom: 0;
}

.dz-codebox .dz-code-header p {
  font-size: 13px;
  margin-bottom: 0;
}

.dz-codebox .dz-element {
  padding: 30px;
  background: #dfdede;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
}

.dz-codebox .dz-code {
  border-top: 1px solid #F3F3F3;
}

.dz-codebox .code-box {
  font-size: 13px;
  height: 200px;
  margin: 0;
  resize: both;
}

.dz-codebox .header-nav .nav>li.has-mega-menu.auto-width .mega-menu>ul>li {
  width: 150px;
}
