:root {
  --container: 1160px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111827;
}

.section-title {
    text-align: center;
    font-size: 2em !important;
    padding: 30px 0 0 0;
}

/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}

.container img {
  transition: transform 0.6s ease;
  border-radius: var(--radius-sm);
}

/*
.container img:hover {
  transform: scale(1.08);
}
*/

ul,
a,
a:hover,
a:focus {
  text-decoration: none;
  list-style: none;
  color: #111828;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}
.input-lg {
  height: 46px !important;
}
.fa {
  display: inline-block !important;
  font: normal normal normal 14px / 1 FontAwesome !important;
  font-size: inherit !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
}
p {
  font-size: 18px;
  line-height: 28px;
  color: #4B5563;
}

div#information-information .container, div#information-sitemap .container {
  max-width: 1000px;
}

li {
  list-style: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eeeeee00 !important;
}
.wishlist-item #cart .btn-inverse .fa-shopping-cart {
  font-size: 20px !important;
}
.wishlist-item #cart .btn-inverse {
  color: #fff;
  font-size: 15px;
  padding: 0px;
}
.social-icon-check {
  align-items: center;
}
div#logo img {
  width: 180px;
}
.wishlist-item #cart ul.dropdown-menu {
  width: 390px;
  padding: 15px;
  border: 0;
  margin-top: 32px;
}
.wishlist-item #cart ul.dropdown-menu li tr td a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: inline-block;
}
.wishlist-item #cart ul.dropdown-menu li tr td {
  font-size: 14px;
  border-color: #f1f1f1;
}
.product-tab-content td {
  font-size: 14px;
}
.wishlist-item #cart ul.dropdown-menu li tr td .btn.btn-danger {
  margin-top: 9px;
}
/*
.header-main #menu .navbar-collapse .nav.navbar-nav .open a {
  background-color: transparent;
}
*/
.avatar-image-img img {
  max-width: 204px;
}

.wishlist-item #cart ul.dropdown-menu li p a {
  background-color: var(--checkout);
  font-size: 16px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px 10px;
  font-weight: 400;
}
.wishlist-item #cart ul.dropdown-menu li p {
  display: flex;
}
.account-wishlist .dropdown-menu a {
  color: #000000;
  font-size: 17px;
  border-bottom: 1px #ebebeb solid;
  padding: 15px;
  font-weight: 500;
}
.account-wishlist .dropdown-menu {
  width: 210px;
  padding: 0 0;
}
.wishlist-item #cart ul.dropdown-menu li p a:nth-child(1) {
  background-color: #000;
}
.wishlist-item #cart ul.dropdown-menu li tr img {
  height: 50px;
  width: 110px;
}
.wishlist-item #cart ul p {
  font-size: 16px;
}
nav#menu {
  margin-bottom: 0;
}
.navbar-nav > li > .dropdown-menu {
  background: #000;
  padding: 16px;
}

/*
.header-main #menu .nav.navbar-nav li .dropdown-menu {
  width: 100%;
  right: auto;
  left: 20px;
  background-color: #fff;
  padding: 35px;
  border: 1px #c9c9c9 solid;
  box-shadow: 0px 4px 4px 0px #ffffffcc;
  margin: 0 !important;
  position: absolute;
}
.header-main #menu .nav.navbar-nav li .dropdown-menu .dropdown-inner ul li a {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
}
.header-main #menu .navbar-collapse .nav.navbar-nav a:focus,
.header-main #menu .navbar-collapse .nav.navbar-nav a:hover {
  background-color: transparent !important;
  border: 0 !important;
}
.header-main #menu .navbar-collapse .nav.navbar-nav a.see-all,
.header-main #menu .navbar-collapse .nav.navbar-nav a.see-all:hover,
.header-main #menu .navbar-collapse .nav.navbar-nav a.see-all:focus {
  background-color: var(--checkout) !important;
  display: inline-block;
  width: 270px;
  text-align: center;
  padding: 16px 0 !important;
  margin-top: 20px;
}
.header-main #menu .nav.navbar-nav li .dropdown-menu .dropdown-inner ul li {
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
}

.header-main #menu .nav.navbar-nav li {
  position: static;
}
*/
.cst-topsec .primary-btn {
  background-color: var(--checkout);
  border-radius: var(--radius-sm);
  padding: 17px 30px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
#account-login .well {
  background-color: #ffffff;
  border: 1px #e8e8e8 solid;
}
#account-login .well label {
  font-size: 15px;
  font-weight: 500;
}
#account-login .well a {
  margin-top: 12px;
  display: inline-block;
  font-size: 14px;
}
#account-login .well input {
  font-size: 15px;
}
#account-login .well p strong {
  color: #7e7e7e;
  font-weight: 500;
}
#top {
  background-color: var(--checkout);
}
.header-main {
  background-color: #000;
}
input::placeholder {
  color: #fff !important;
}
#top p {
  font-size: 16px;
}
#search input {
  background-color: #1b1b1b;
  border: 0;
  color: #fff;
}
#search .input-group-btn {
  background-color: #1b1b1b !important;
  border-radius: 4px;
  width: auto;
}
#search .input-group-btn .btn.btn-default {
  height: 100%;
}
#top-links ul li a {
  font-size: 16px;
}
.header-main #menu .navbar-header {
  display: none;
}

.header-main #menu .navbar-collapse .nav.navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.header-main #menu .navbar-collapse .nav.navbar-nav img {
  display: none;
}
.header-main #menu .navbar-collapse .nav.navbar-nav a {

  color: #fff;
  font-size: 15px;
  padding: 10px 9px;
}
#search .input-group-btn i {
  color: #ffff;
}
.social-icon-check li a {
  color: #fff;
  font-size: 20px;
}
.social-icon-check li .dropdown-toggle::after {
  display: none;
}
.hero-sec {
  background-image: url('/image/catalog/template-image/banner-bg.png');
  padding: 170px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-sec h1 {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px !important;
}
.hero-sec p {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  max-width: 650px;
  margin-bottom: 60px !important;
}
.hero-sec p strong {
  font-weight: normal;
}
.hero-sec button.btn.primary-btn {
  background: var(--checkout);
  border-radius: var(--radius-sm);
  color: #fff;
  font-size: 18px;
  padding: 18px 30px;
  border: 1px solid var(--checkout);
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.cst-btn {
    max-width: 100%;
    box-sizing: border-box;
    background: var(--checkout);
    border-radius: var(--radius-sm);
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border: 1px solid var(--checkout);
    transition: all 0.3s ease;
    display: inline-block;
}
.hero-sec button.btn.primary-btn:hover,
.cst-btn:hover {
  background: transparent;
  color: var(--barik-600);
}
.shop-category {
  padding-top: 70px !important;
  padding-bottom: 53px !important;
}
.shop-category h2 {
  font-weight: 700;
  font-size: 46px;
}
.bestsellers-latest-section {
  background-color: #f7f7f7;
  padding: 70px 0;
}
.shop-category img {
  width: 100% !important;
  height: 249px !important;
  object-fit: cover;
  margin: 0 !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.shop-category .list-group-item {
  padding: 0 12px;
  text-align: center;
}

.shop-category h5 {
  margin: 0;
  background-color: #000;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  line-height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.bestsellers-latest-section {
  padding: 100px 0 !important;
}
.bestseller-pro-wrapper img {
  width: 100%;
}
.bestseller-pro-wrapper .product-layout .product-thumb p {
  min-height: 106px;
  margin-top: 10px;
}
.bestseller-pro-wrapper .product-layout .product-thumb p.price {
  min-height: unset;
  margin-bottom: 15px;
}

.bestsellers-latest-section .tabs-heading {
  margin-bottom: 59px !important;
}
.bestseller-pro-wrapper .product-layout .product-thumb {
  background-color: #fff;
  padding: 30px 25px;
  position: relative;
  border: 1px #ededed solid;
}
.bestseller-pro-wrapper button.whitlist {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent !important;
  filter: invert(1);
}
.bestseller-pro-wrapper p.price {
  font-weight: 700;
  font-size: 20px;
}

.bestseller-pro-wrapper span.price-tax {
  font-weight: normal;
  font-size: 18px;
}
.tabs-heading .tab-btn {
  font-size: 28px;
  font-weight: 600;
  background-color: #ededed;
  color: #000;
  padding: 16px 40px;
  cursor: pointer;
}
.tabs-heading .tab-btn.active {
  color: #fff;
  background-color: var(--checkout);
}
.bestsellers-latest-section .tab-content h3 {
  display: none;
}
.bestseller-pro-wrapper .product-layout .product-thumb h4 a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}
.bestseller-pro-wrapper .product-layout .product-thumb button {
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 12px 17px;
  font-size: 18px;
}
.bestsellers-latest-section .caption {
  margin-top: 15px;
}

/*.expert-se*/
h2 {
  font-weight: 700;
  color: #000;
  line-height: 1.5em;
}
.expert-sec {
  padding: 100px 0;
}
.expert-sec img {
  width: 100%;
}

.expert-sec .col-left {
  width: 35%;
}

.expert-sec .col-right {
  width: 52%;
}

.expert-sec .row.home-expert-insights {
  align-items: center;
  column-gap: 71px;
}
.cst-pink {
  color: var(--checkout);
}
.tag-text {
  margin-bottom: 10px;
  font-weight: 600;
}

p.expert-des {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 45px;
  margin-top: 20px;
  max-width: 700px;
}
/*knife*/
.knife-category-grid {
  display: flex;
}
.right-grid {
  width: 65%;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 20px;
  margin-left: 26px;
}
.knife-category-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-grid {
  width: 35%;
}

.applications-sec h2.text-center {
  margin-bottom: 60px;
}
.applications-sec {
  background: #f7f7f7;
  padding: 60px 0;
}

.knife-overlay {
  background: #000000cc;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}

.knife-item {
  position: relative;
}

a.knife-arrow {
  background: var(--checkout);
  color: #fff;
  font-size: 35px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.knife-overlay h4 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
  color: #fff;
}
.knife-item.knife-big .knife-overlay {
  flex-direction: column;
  gap: 30px;
  padding-top: 43px;
  padding-bottom: 43px;
}

h3.applications-title {
  font-size: 25px;
  margin: 0;
  color: #fff;
}

.knife-item.knife-big .knife-overlay a.knife-btn.cst-btn {
  padding: 9px 32px;
}
.knife-arrow a {
  transform: rotate(-32deg);
  color: #fff;
  font-size: 36px;
  margin-top: -10px;
}
.knife-arrow {
  width: 51px;
  background: var(--checkout);
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
}
.knife-item.knife-big {
  height: 100%;
}
/*faq*/
#content .faq-wrapper {
  max-width: 970px;
  margin: 20px auto;
}

#content .faq-item {
  border-bottom: 1px solid #ddd;
}
.wishlist-item #cart .btn-inverse #cart-total {
  width: 20px;
  overflow: hidden;
  display: inline-block;
  background-color: var(--checkout);
  padding: 2px 0 0 0px;
  border-radius: 20px;
  position: relative;
  margin: 0px 0px 0px -12px;
  top: -8px;
  font-size: 12px;
}
#content .faq-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  cursor: pointer;
  padding: 20px 0;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  line-height: 118%;
}
.faq-item.active h2.faq-title {
  color: var(--checkout);
}
#content .faq-icon {
  font-size: 1.5em;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

/* Antwoord is standaard gesloten: hoogte 0 */
#content .faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
#content .faq-content p {
  padding: 0 0 15px 0;
  margin: 0;
  line-height: 1.6;
  color: #333;
}
#content .faq-item.active .faq-icon {
  transform: rotate(0deg);
}

#content .faq-footer {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #cfcfcf;
}
.choose-flex {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 27px;
  max-width: 1420px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: var(--container);
}
.choose-box {
  background: #fff;
  padding: 25px 30px;
  border-radius: var(--radius-sm);px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 15px;
}
.cst-choose-box .choose-box i {
  font-size: 3.5em !important;
  border-radius: var(--radius-sm);
  padding: 5px;
}
.cst-choose-box {
  border: 5px dashed #fff;
}
.choose-box h3 {
  font-size: 25px;
  font-weight: 700;
}
.choose-box p {
  color: #333 !important;
}
.choose-sec {
  padding: 100px 0;
}

/* ==================================
   Choose Box – Hover Animation Only
   (NO restyling)
   ================================== */

.choose-box{
  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

/* icon animation only */
.choose-box i{
  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

/* text micro-animation */
.choose-box h3,
.choose-box p{
  transition:
    transform .18s ease,
    opacity .18s ease;
}

/* =====================
   Hover State
   ===================== */

.choose-box:hover{
  transform:translateY(-2px);
}

.choose-box:hover i{
  transform:scale(1.06);
  box-shadow:0 6px 16px rgba(0,0,0,.25);
}

.choose-box:hover h3{
  transform:translateY(-1px);
}

.choose-box:hover p{
  opacity:.9;
}

/* =====================
   Reduced Motion
   ===================== */

@media (prefers-reduced-motion: reduce){
  .choose-box,
  .choose-box i,
  .choose-box h3,
  .choose-box p{
    transition:none;
  }

  .choose-box:hover{
    transform:none;
  }

  .choose-box:hover i{
    transform:none;
  }
}



.about-section {
  display: flex;
  align-items: center;
  gap: 110px;
  padding: 100px 0;
}
.about-images {
  display: flex;
  gap: 30px;
  width: 45%;
}
.cst_left_side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  padding: 50px 0;
}
.cst_right_side {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 50%;
}
.cst_left_side img,
.cst_right_side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content p {
  font-size: 16px;
  font-weight: 400;
  margin: 15px auto 0px;
}

p.last-para-cst {
  margin-top: 11px;
}
.about-content {
  width: 55%;
  max-width: 631px;
}
p.last-para-cst {
  margin-top: 11px;
  margin-bottom: 40px !important;
  font-weight: 700;
}
.cst_right_side img {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cst_left_side img {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 25px;
}
.tips-card {
  box-shadow: 0px 0px 8px 0px #00000026;
  border-radius: var(--radius-sm);
}
.tip-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tip-card-img {
  height: 320px;
}
.tips-content {
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.tips-section {
  padding: 100px 0;
}
.tips-section h2 {
  margin-bottom: 45px;
  text-align: center;
}
.tips-section h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.tips-section p {
  margin-bottom: 21px;
  color: #333;
}
.tips-section .cst-btn {
  display: inline-block;
}

section.faq-sec h2 {
  text-align: center;
  margin-bottom: 35px;
}

.expert-sec .container::after,
.expert-sec .container:before,
.expert-sec .row:after,
.expert-sec .row:before {
  display: none !important;
}

/*Reviews section css 14-nov-2025 Start*/
.product-share {
  margin-top: 15px;
}
.product-share a {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.product-share i {
  color: #333;
}
.product-share i:hover {
  color: #d60f0f; /* change color on hover */
}
.rating-stars .fa {
  color: #ffcc00;
  font-size: 20px;
  margin-right: 3px;
}
.custom-reviews-section {
  margin-top: 30px;
}

.custom-reviews-section .review-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.custom-reviews-section h3 {
  font-size: 26px;
  font-weight: 700;
}

.custom-reviews-section .add-review-btn {
  background: #f3f3f3;
  padding: 10px 18px;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}

.custom-reviews-section .review-card {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 16px;
  box-shadow: none;
  height: 100%;
  min-height: 245px;
}

.custom-reviews-section .review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.custom-reviews-section .review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.custom-reviews-section .review-author {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}

.custom-reviews-section .review-role {
  font-size: 13px;
  color: #777;
  margin: 0;
}

.custom-reviews-section .rating .fa.fa-star.checked {
  color: #ff9800;
  font-size: 16px;
}

.custom-reviews-section .review-text {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.custom-reviews-section .owl-carousel .owl-item img {
  width: unset !important;
}
.footer-bottom .container {
  padding: 0;
}
li.address-icon:after {
  background-image: url("/image/catalog/template-image/home.png");
  background-color: unset;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 17px;
}
li.phone-icon:after {
  background-image: url("/image/catalog/template-image/phone-icon.png");
  background-color: unset;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 17px;
}
li.email-icon:after {
  background-image: url("/image/catalog/template-image/mail-envelope.png");
  background-color: unset;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 17px;
}
ul.list-unstyled.cst-list-space {
  padding-left: 20px;
}
.ess-sec {
  padding-left: 40px;
}
li.address-icon,
li.phone-icon,
li.email-icon {
  padding-left: 10px;
}

.collaberate-main-wrapp-img {
    position: relative;
    background-image: url("/image/catalog/template-image/collaberate-banner.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    overflow: hidden;
}

.collaberate-main-wrapp-img span {
  color: var(--surface-2);
}

/* dark overlay */
.collaberate-main-wrapp-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45); /* elegant dark */
    z-index: 1;
}

/* make content stay above overlay */
.collaberate-main-wrapp-img > * {
    position: relative;
    z-index: 2;
}


#information-information .breadcrumb {
  display: none;
}
.collaberate-main-wrapp-img h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
}
.collaberate-main-wrapp-img p,
.collaberate-main-wrapp-img .description-top {
  color: #fff;
  max-width: 930px;
  margin: 19px auto;
  font-size: 18px;
  font-weight: 400;
}
.partner {
  padding: 60px 0;
}
.partner img {
  width: 100%;
}
.patner-inner {
  padding-left: 30px;
}
.patner-inner .tag,
.custom-reviews-section .tag,
.tag {
  font-size: 18px;
  font-weight: 600;
  color: var(--checkout);
}
.patner-inner h2 {
  font-size: 46px;
  font-weight: 700;
  color: #000;
  margin: 18px 0;
}
.patner-inner p {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-bottom: 18px;
}
.btn-read {
  background-color: var(--checkout);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 17px 35px;
  display: inline-block;
  margin-top: 15px;
}
.btn-read:hover {
  color: #fff;
  text-decoration: none;
}
.creator {
  background-color: #fbfbfb;
  text-align: center;
  padding: 60px 0;
}
.creator h2 {
  margin-bottom: 18px;
}
.creater-pra {
  margin-bottom: 50px;
}
.creater-box {
  background-color: #282727;
  border-radius: 10px;
  padding: 40px 20px;
}
.creater-box p {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 29px;
  margin-top: 19px;
  margin-bottom: 0;
}
.creator-note {
  margin-top: 55px;
}
.related-product.cart-bg-list.blog-details-product
  .product-layout
  .product-thumb {
  position: relative;
}
.related-product.cart-bg-list.blog-details-product
  .product-layout
  button:nth-child(2) {
  border: 0;
  right: 8px;
  top: 10px;
}
.blog-details-main .related-product h3 {
  margin: 24px 0 40px 0 !important;
}
.related-product.cart-bg-list.blog-details-product
  .product-layout
  .button-group
  button:nth-child(1) {
  width: 100%;
  border: 0;
  background-color: #000;
  width: 100%;
  padding: 16px 18px;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}
.blog-details-main .panel-group .panel-heading h3.panel-title a {
  color: #000;
  font-size: 16px;
}
.affiliate-section {
  padding: 60px 0;
  background-image: url("/image/catalog/template-image/affiliate-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.aff-box {
  box-shadow: -1px 4px 14px 0px #0000001a;
  padding: 40px 30px;
  border-radius: 10px;
  height: 100%;
  background-color: #fff;
}
.blog-parag {
  margin: 30px 0;
}
.aff-box p {
  font-weight: 500;
  margin: 15px 0 0 0;
}
.creator-team-section-form {
  padding: 60px 0;
  background-image: url("/image/catalog/template-image/join-form-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #201f1f;
  background-position: center;
}
.join-global p {
  margin: 34px 0;
  color: #e6e6e6;
  font-weight: 400;
  line-height: 34px;
}
.join-global {
  padding-right: 30px;
}
.creator-team-section-form .right-section {
  background-color: #fff;
  padding: 40px;
}
.creator-team-section-form .right-section input {
  height: 52px;
  border: 1px #d4d4d4 solid;
  width: 100%;
}
.creator-team-section-form .right-section textarea {
  border: 1px #d4d4d4 solid;
  width: 100%;
}

.creator-team-section-form .right-section label {
  font-size: 18px;
  width: 100%;
  color: #000;

  font-weight: 500 !important;
}
.creator-team-section-form .right-section p.xform-desc {
  background-color: #ffffff;
  text-align: center;
  border: 1px var(--checkout) solid;
  padding: 12px 3px;
  font-size: 16px;
  color: var(--checkout);
  border-radius: 4px;
}
.right-section .bootstrap-xform {
  width: 100% !important;
}
.creator-team-section-form .right-section .xform-submit .btn.btn-primary {
  width: 100%;
  background-color: var(--checkout);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 16px 35px;
  border: 0;
}
.creator-team-section-form .right-section .xform-submit .btn.btn-default {
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  border: 0;
}
.how-it-works {
  padding: 60px 0;
  background-image: url("/image/catalog/template-image/how-work-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.how-it-works h2 {
  margin-bottom: 50px;
}
.how-it-works .step {
  text-align: center;
  box-shadow: 2px 6px 7px 0px #0000001a;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: center;
}
.how-it-works .step h3 {
  margin-bottom: 0;
}
.how-it-works .step h3 {
  margin-bottom: 0;
  font-size: 24px;
  color: #111827;
  font-weight: 700;
}
.how-it-works .step p {
  color: #4b5563;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.custom-review-mian {
  padding: 60px 0;
}
.mb-custom {
  margin-bottom: 50px;
}
.custom-review-mian .owl-carousel .owl-stage {
  padding-bottom: 20px;
}
.cart-bg-list {
  padding: 60px 0;
  background-color: #fbfbfb;
}
.cart-bg-list .product-thumb {
  border: 1px #ededed solid;
  background-color: #fff;
  padding: 14px 20px;
  height: 100%;
}
.cart-bg-list .product-thumb .addto-cart {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: 18px;
}
.cart-bg-list .product-thumb h4 a {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin: 15px 0 0;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.cart-bg-list .product-thumb p {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  min-height: 110px;
}
.cart-bg-list .product-thumb p.price {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  min-height: auto;
}
button.add-tocart-btn {
  border: 0;
  background-color: #000;
  width: 100%;
  padding: 16px 18px;
  color: #fff;
  font-size: 18px;
}
.blog-list-ui .lev-box .wl-image {
  float: none;
  display: inline-block;
  width: 100%;
}
.blog-list-ui .lev-box .wl-image img {
  height: 269px;
  object-fit: cover;
}
.blog-list-ui .lev-box {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px #0000001a;
}
.blog-list-ui .lev-box .wl-text {
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: 12px;
}
.wl-list .wl-text .wl-metadata {
  margin: 0;
  border: 0;
}
.blog-list-ui .lev-box .wl-text .wl-title h2 a {
  font-size: 20px;
  color: #111827 !important;
  font-weight: 700;
}

.blog-list-ui .wl-footer {
  position: relative;
  left: 0;
  right: 0;
  padding: 15px 15px;
}
.blog-list-ui .wl-footer .wl-button,
.blog-list-ui .wl-footer .wl-button:hover {
  background-color: transparent !important;
  padding: 0;
  box-shadow: 0 0 0 transparent !important;
}
.blog-list-ui .wl-footer .wl-button b {
  background-color: transparent !important;
  color: var(--checkout) !important;
  font-size: 16px;
  font-weight: 600;
}
.blog-list-ui .wl-footer .wl-button::after {
  content: "→";
  display: inline-block;
  color: var(--checkout);
  font-size: 23px;
  position: relative;
  top: 2px;
  left: 6px;
}
.cart-bg-list .wl-pagination {
  border: 0 !important;
  text-align: center;
}

.single-product {
  padding: 70px 0;
}
.single-product .thumbnails img {
  height: 490px;
  object-fit: contain;
}
.single-product .thumbnails li.image-additional {
  display: inline-block;
}
.single-product .thumbnails li.image-additional .thumbnail {
  margin-bottom: 6px;
}
.single-product .thumbnails li.image-additional {
  display: inline-block;
  margin-right: 6px;
}
.single-product .thumbnails li.image-additional img {
  height: 74px;
  object-fit: cover;
}
.single-product h1 {
  font-size: 30px;
  font-weight: 500;
}
.list-unstyled h2 {
  font-size: 40px;
  font-weight: 600;
}
.list-unstyled li {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.list-unstyled .instock {
  color: #0a8914;
  font-size: 20px;
  font-weight: 600;
  list-style: disc;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.addto-cart-buy input {
  border: 1px #b7b7b7 solid;
  height: 52px;
  text-align: center;
  font-size: 16px;
  border-radius: var(--radius-sm);
}
.addto-cart-buy #button-cart {
  height: 52px;
  border-radius: var(--radius-sm);
  background-color: var(--checkout);
  border: 0;
  font-size: 17px;
  font-weight: 600;
}
.addto-cart-buy #button-buy-now {
  height: 52px;
  border-radius: var(--radius-sm);
  background-color: #000000;
  border: 0;
  font-size: 17px;
  font-weight: 600;
}
.add-compare .btn {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  color: #000;
  background: transparent;
}
.add-compare .btn i {
  margin-right: 7px;
}
.product-share span {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-right: 18px;
}
.product-share a i {
  color: #999999;
}
.desction-tab {
  border: 0;
}
.desction-tab li a,
.desction-tab li a:hover {
  background-color: #ededed !important;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border: 0;
  border-radius: var(--radius-sm);
  padding: 18px 76px;
  cursor: pointer;
}
.desction-tab li.active a,
.desction-tab li.active a:hover {
  background-color: var(--checkout) !important;
  color: #fff !important;
}
.product-tab-content {
  background-color: #f7f7f7;
  border: 1px #dbdbdb solid;
  padding: 40px;
  margin-bottom: 45px;
}
.product-tab-content h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-tab-content p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.product-tab-content ul li {
  font-size: 14px;
  line-height: 34px;
  list-style: disc;
}
.related-product h3 {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 37px !important;
  font-weight: 600 !important;
  margin-bottom: 60px !important;
}
.cart-bg-list .product-thumb img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.contact-main {
  padding: 60px 0;
}
.contact-main h3,
.contact-main legend {
  font-size: 20px;
  border-bottom: 1px #e3e3e3 solid;
  padding-bottom: 15px;
  margin-bottom: 27px;
  height: 50px;
}
.contact-main strong {
  font-size: 17px;
}
.contact-main address,
.contact-main span {
  font-size: 15px;
  color: #979797;
}
.form-inner-field label {
  font-size: 14px;
  font-weight: 500;
  color: #878787;
}
.form-inner-field input {
  height: 50px;
  padding: 3px 16px;
  font-size: 14px;
}
.form-inner-field textarea {
  padding: 3px 16px;
  font-size: 14px;
}
.submit-btn {
  background-color: #000;
  border: 0;
  padding: 0px 40px !important;
}
.refine-search {
  padding: 17px 20px;
  box-shadow: 0px 0px 4px 0px #0000000f;
  background-color: #fff;
}
.refine-search h3 {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
}
.refine-search ul {
  margin-top: 12px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.refine-search ul li a {
  color: #374151;
  font-size: 15px;
  font-weight: 400;
}
.pagination {
  justify-content: center;
  gap: 12px;
}

#product-category .collaberate-main-wrapp-img:nth-child(2) {
  background-image: none;
  padding: 90px 0 10px 0;
}
#product-category .collaberate-main-wrapp-img:nth-child(2) h1 {
  color: #000;
}
#product-category .faq-sec {
  padding: 0 0 50px 0 !important;
}
#product-category .faq-sec {
    padding: 0 0 50px 0 !important;
    max-width: 900px;
    margin: 0 auto;
}
.faq-accordion .faq-item {
  border: 0;
  border-bottom: 1px #cfcfcf solid;
}

.faq-accordion .faq-item * {
  font-family: "Poppins", sans-serif;
  line-height: 1.5em;
}

.faq-accordion .faq-item h3,
.faq-accordion .faq-item .faq-question {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.faq-accordion .faq-item .faq-question {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.faq-accordion .faq-item .faq-answer {
  padding: 0 0 20px 0;
  border: 0;
  background-color: transparent;
  font-size: 16px;
  color: #333333;
  line-height: 1.5em;
}
.faq-accordion .faq-item .active h3 {
  color: var(--checkout);
}

/* Navbar button */
.btn.btn-navbar.navbar-toggle {
  background: red;
  padding: 4px 8px;
  border-radius: var(--radius-sm);
}
.btn.btn-navbar.navbar-toggle i {
  font-size: 24px;
  color: #fff;
}

/* Product layout */
.product-layout {
  position: relative;
}
.product-layout .button-group button:nth-child(3) {
  display: none;
}
.product-layout .button-group button:nth-child(2) {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #000;
  background-color: transparent;
}
.product-layout .button-group button:nth-child(1) {
  width: 100%;
}
button.btn.btn-navbar.navbar-toggle {
  background: red;
  padding: 4px 8px;
  border-radius: var(--radius-sm);
}
.btn.btn-navbar.navbar-toggle i {
  font-size: 24px;
  color: #fff;
}
.blog-details-main {
  padding: 60px 0;
}
.blog-details-main .wl-description .wl-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.blog-details-main .wl-description .wl-image {
  width: 100%;
  margin-bottom: 30px;
}
.blog-details-main .wl-description .wl-title {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-top: 20px;
}
.blog-details-main h2,
.blog-details-main h1 {
  display: inline-block;
  text-align: left;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
  line-height: 100%;
  margin-top: 20px;
}
.blog-details-main p {
  color: #4b5563;
  font-size: 15px;
}
.blog-details-main h3 {
  margin: 24px 0 10px 0;
  font-weight: 500;
  font-size: 17px;
}
.blog-details-main .panel-group .panel-heading h3.panel-title {
  margin: 0;
}
.blog-details-main .wl-article .wl-description h1 {
  margin-top: 0;
}
.blog-details-main p img {
  margin: 10px 0 20px 0;
}
.blog-details-main h3 a {
  color: var(--checkout);
  text-decoration: none !important;
  margin: 15px 0;
  display: inline-block;
}
.blog-details-main img {
  width: 100% !important;
  height: 400px;
  object-fit: cover;
}
.blog-details-main ul li {
  list-style: disc;
  margin: 4px 0;
  font-size: 15px;
}
.blog-details-main ul {
  margin: 15px 0;
}
.wl-metadata .wl-author a {
  color: var(--checkout) !important;
}
.blog-sidebar .inner #sidebar_wl_search {
  border: 1px solid #0000001f;
  height: 60px;
}
.blog-sidebar .inner #sidebar_wl_button {
  height: 60px;
  top: 0;
  position: absolute;
  right: 0;
  padding: 18px 0;
  background-color: var(--checkout) !important;
  width: 63px;
}
#weblog-category-box h3,
.wl-footer .wl-tags h1 {
  font-size: 24px;
  color: #111827;
  font-weight: 700;
}
#weblog-category-box #weblog-category-list,
.tags-bg {
  border: 1px solid #0000001a;
  background-color: #fbfbfb;
  padding: 25px 25px;
  margin-top: 15px;
  margin-bottom: 30px;
}
#weblog-category-box #weblog-category-list p {
  color: #4b5563;
  font-size: 16px;
}
.support-hero .support-hero__content {
  background-image: url("/image/catalog/template-image/how-help.png");
  padding: 35px 35px;
  margin-top: 15px;
}
.support-hero .support-hero__content h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}
.support-hero .support-hero__content p {
  color: #cbcbcc;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
}
.support-hero .support-hero__content .support-hero__button {
  padding: 18px 30px;
  background-color: var(--checkout) !important;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
}
.tags-bg .wl-button {
  border: 1px solid #dfdfdf;
  background: #ffffff !important;
  color: #4b5563 !important;
  font-size: 15px;
  text-shadow: none !important;
  box-shadow: 0 0 0 !important;
  padding: 8px 22px;
}
.blog-details-main .wl-article .wl-description {
  padding-right: 40px;
}

/* checkout page layout */
.cart-innner h1 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}
.checkout-coupen p {
  font-size: 16px;
}
.cart-innner .table tr td {
  border-width: 0px;
  font-size: 15px;
  padding: 12px;
  background-color: #fbfbfb;
}
.right-cart-bar .table tr td {
  background-color: transparent;
}

.cart-innner .table thead tr td {
  font-weight: 500;
}
.cart-innner .table tbody tr td {
  color: #6d6d6d;
  align-items: center;
  vertical-align: middle;
}
.cart-innner .table tbody tr td a {
  color: #000000;
}
.cart-innner .table tbody tr td input {
  width: 100%;
  border: 1px #e4e4e4 solid;
  height: 48px;
  box-shadow: 0 0 0 transparent;
  width: 92px;
}
.cart-innner .table tr td .input-group .input-group-btn {
  position: absolute;
  right: 0;
  width: auto;
}
.cart-innner .table tr td .input-group .input-group-btn button {
  height: 47px;
  width: 35px;
}
.checkout-coupen {
  margin-top: 20px;
}
.checkout-coupen .panel.panel-default .panel-heading {
  background-color: transparent;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.checkout-coupen .panel.panel-default .panel-heading .panel-title a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px 15px;
  font-weight: 400;
  font-size: 15px;
}
.checkout-coupen #accordion .panel {
  margin-bottom: 8px;
  box-shadow: 0 0 0;
  display: inline-block;
  width: 100%;
}
.checkout-coupen .panel.panel-default .panel-body {
  padding: 25px;
}
.checkout-coupen .panel.panel-default .panel-body label {
  padding: 0;
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  color: #6c6c6c;
  text-align: left;
}
.checkout-coupen .panel.panel-default .panel-body input,
.checkout-coupen .panel.panel-default .panel-body select {
  border: 1px #e4e4e4 solid;
  height: 48px;
  box-shadow: 0 0 0 transparent;
  text-align: left;
}
.checkout-coupen .panel.panel-default .panel-body .input-group-btn {
  width: auto;
}
.checkout-coupen
  .panel.panel-default
  .panel-body
  .form-horizontal
  .form-group
  .col-sm-10 {
  padding: 0;
  width: 100%;
  margin-top: 6px;
}
.checkout-coupen .panel.panel-default .panel-body .input-group-btn input {
  background-color: #000;
  padding: 0 30px;
  font-size: 12px;
}
.checkout-coupen #accordion .panel .panel-collapse {
  height: auto !important;
}
.checkout-coupen .panel.panel-default .panel-body .form-horizontal .form-group {
  margin: 0 0 15px 0;
}
#button-quote {
  background-color: var(--checkout);
  border: 0;
  border-radius: var(--radius-sm);
  font-size: 16px;
  padding: 12px 35px;
  margin-top: 15px;
}
.right-cart-bar {
  margin-top: 10px;
}
.right-cart-bar tr td strong {
  color: #000;
  font-size: 15px;
}
.checkout-btn .btn {
  background-color: #000;
  border: 0;
  font-size: 15px;
  color: #fff;
  width: 100%;
  margin: 3px 0;
  padding: 15px 20px;
}
.checkout-btn .btn-primary {
  background-color: var(--checkout);
}
.search-form input,
.search-form select {
  height: 47px;
  border: 1px #e2e2e2 solid;
  box-shadow: 0 0 0 transparent;
  font-size: 12px;
  padding: 0 15px;
}
.search-form .checkbox-inline {
  font-size: 12px;
}
.search-form .checkbox-inline input {
  height: auto;
}
.search-form #button-search {
  width: 100%;
  font-size: 15px;
  background-color: var(--checkout);
}
.compare-search-product #compare-total {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.compare-search-product .form-group label {
  height: 47px;
  width: auto;
  line-height: 35px;
}
.compare-search-product .form-group select {
  height: 47px;
  font-size: 14px;
  padding: 0 15px;
  box-shadow: 0 0 0 transparent;
}
.btn-group .btn.active,
.btn-group .btn:focus,
.btn-group .btn:hover {
  border: 1px #ccc solid;
  outline: 0;
}
.btn-group .btn {
  height: 47px;
}
#d_quickcheckout .step.qc-account .ve-btn-group {
  border: 1px #ccc solid;
  border-radius: 7px;
  box-shadow: 0 0 0 transparent;
  padding: 0;
  border: 0;
  margin: 0;
}
#d_quickcheckout .step.qc-account .ve-btn-group .ve-btn--primary.active {
  background-color: var(--checkout) !important;
  color: #fff !important;
}
#d_quickcheckout .step.qc-account .ve-btn-group .ve-btn--primary {
  background-color: #f7f6f6 !important;
  height: 50px;
  line-height: 50px;
  box-shadow: 0 0 0;
  border-color: #ebebeb;
  color: #000 !important;
  font-weight: 400;
  border: 0;
}
#d_quickcheckout .step.qc-cart {
  background-color: #fff;
  border: 1px #f1f1f1 solid;
  padding: 30px;
  border-radius: 8px;
}
.step.qc-payment-address .ve-card {
  background-color: #fbfbfb !important;
  box-shadow: 0 0 0;
  border: 1px #eeeeee solid;
}
.step.qc-payment-address .ve-card .ve-card__section {
  padding: 20px;
}
.step.qc-payment-address .ve-card .ve-card__section label {
  font-size: 14px;
}
.step.qc-payment-address .ve-card .ve-card__section input,
.step.qc-payment-address .ve-card .ve-card__section select {
  height: 47px;
  box-shadow: 0 0 0;
  padding: 4px 13px;
  font-size: 15px;
}
.qc .ve-checkbox [type="checkbox"]:checked + i:before {
  border: var(--checkout) !important;
  background-color: var(--checkout) !important;
}
#payment_method_list label {
  font-size: 14px;
  font-weight: 500;
}
.qc .ve-radio--selected {
  color: var(--checkout) !important;
}
.qc .ve-radio [type="radio"]:checked + i:before {
  border-color: var(--checkout) !important;
  background-color: #fff;
}
.qc .ve-radio [type="radio"]:checked + i:after {
  background-color: var(--checkout) !important;
}
.qc .ve-btn--primary,
.qc a.ve-btn--primary,
.qc-btn.ve-btn--primary {
  background: var(--checkout) !important;
  color: #fff !important;
}
.step.qc-confirm .ve-btn--primary {
  font-size: 15px;
  border-radius: var(--radius-sm);
  border: 0;
  margin-bottom: 30px;
}
label.ve-checkbox {
  font-size: 14px;
  font-weight: 400;
}
.qc .qc-name a,
.qc label a {
  color: var(--checkout) !important;
}
.step.qc-cart {
  border: 1px #ebebeb solid;
  border-radius: 6px;
  padding: 20px;
}
.step.qc-cart h4 {
  font-size: 20px;
  font-weight: 500;
}
.step.qc-cart tr td {
  font-size: 14px;
}
.step.qc-cart tr td:nth-child(1) {
  width: 100px;
}
.qc-checkout-product label {
  text-align: left;
  font-size: 14px;
}
.qc-checkout-product div {
  font-size: 14px;
}
.fag-main-page h1 {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  color: #000;
  line-height: 100%;
}
#content .faq-item {
  border-bottom: 1px solid #ddd;
  border-width: 0 0 1px 0;
  border-radius: var(--radius-sm);
}
.fag-main-page .faq-footer {
  display: none;
}


#information-information .about-us-p h1 {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  padding: 50px 0 50px 0px;
}

.about_sec.forget-legancy {
  padding: 80px 0;
}
.forget-legancy p {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
}
.footer-quote span {
  color: var(--checkout);
}
.new-arrivals-sec.collection-feels {
  background: url("/image/catalog/template-image/colloection-bg.png")
    center/cover no-repeat;
}
.custom-review-mian.honest-review p.tag {
  font-family: "Lobster", cursive;
}
.custom-review-mian.honest-review .fa-chevron-left:before {
  content: "\f053";
  position: absolute;
  top: 100px;
  font-size: 13px;
  left: -20px;
  padding: 12px 14px;
  color: #616161;
  border: 0px solid;
  background: #e4e4e4;
  border-radius: 5px;
}
.custom-review-mian.honest-review .fa-chevron-right:before {
  padding: 12px 14px;
  color: #616161;
  border: 0px solid;
  background: #e4e4e4;
  border-radius: 5px;
  font-size: 13px;
}
.category-banner-ban {
  position: relative;
}
.faq-head-style .category-header-banner img {
  width: 100%;
  height: 410px !important;
  max-height: 100%;
  display: block;
  object-fit: cover;
}
.faq-head-style .banner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  color: #fff;
  padding: 20px;
  width: 60%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.faq-head-style .banner-content h1.banner-title {
  font-size: 45px;
}

.btn-group.gap-4.justify-content-start.add-compare {
  flex-direction: column;
  gap: 0 !important;
  align-items: baseline;
}

.custom-reviews-section .owl-stage-outer .review-card .review-header img {
  display: none;
}
.about_sec.forget-legancy .avatar-image-img img {
  display: none;
}
.header-main .responsive-cart-ico {
  display: none;
}
/*Reviews section css 14-nov-2025* End/
/*media cs*/

@media (max-width: 1440px) {
  .hero-sec p {
    font-size: 24px;
    margin-bottom: 40px !important;
  }
  .hero-sec button.btn.primary-btn {
    font-size: 16px;
    padding: 12px 30px;
  }
  .shop-category h2,
  h2 {
    font-size: 38px;
  }
  .tabs-heading .tab-btn {
    font-size: 22px;
    padding: 14px 35px;
  }
  p {
    font-size: 16px;
  }
  #content .faq-title {
    font-size: 22px;
  }
  .choose-box h3 {
    font-size: 22px;
    font-weight: 700;
  }
  .bestseller-pro-wrapper .product-layout .product-thumb button {
    font-size: 13px;
  }
  .shop-category h5 {
    font-size: 14px;
    padding: 7px;
  }
}
@media (max-width: 1199px) {
  .about-section,
  .applications-sec,
  .bestsellers-latest-section,
  .shop-category,
  .tips-section,
  section.faq-sec,
  .expert-sec {
    padding: 60px 0 !important ;
  }
  .hero-sec {
    padding: 120px 0;
  }
  .shop-category h2,
  h2 {
    font-size: 35px;
  }
  .shop-category h5 {
    font-size: 12px;
  }
  .tabs-heading .tab-btn {
    font-size: 18px;
  }
  p {
    font-size: 15px;
  }
  .knife-overlay {
    padding: 10px 30px;
  }
  .knife-overlay h4,
  h3.applications-title {
    font-size: 16px;
  }
  .knife-item.knife-big .knife-overlay {
    gap: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .choose-box h3 {
    font-size: 20px;
  }
  .choose-box {
    padding: 16px 20px;
    height: 100%;
  }
  .about-section,
  .expert-sec .row.home-expert-insights {
    gap: 40px;
  }

  .new-arrivals-left {
    width: 70%;
  }
  .new-arrivals-right {
    width: 30%;
  }
  .tips-section h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .cst-btn {
    font-size: 16px;
    padding: 8px 20px;
  }
  #content .faq-title {
    font-size: 18px;
  }
  footer {
    padding: 60px 20px;
    font-size: 16px;
  }
  footer h5 {
    margin-bottom: 20px;
  }
  p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1099px) {
  .cst-btn {
    display: inline-block;
  }
  .feature-grid {
    flex-direction: column;
  }
  .avatar-image-img {
    flex-direction: column;
  }
  .main-heading {
    font-size: 34px !important;
  }
  .description {
    font-size: 16px !important;
  }
  .single-product .thumbnails img {
    height: 490px;
    object-fit: contain;
  }
  .social-icon-check {
    width: 100%;
    padding-left: 15px;
  }
  .social-icon-check li {
    display: inline-block;
    margin-right: 22px;
  }
  footer {
    margin-top: 25px;
  }
  .btn.btn-navbar.navbar-toggle {
    display: block;
  }
  .header-main #menu .navbar-header {
    display: block;
  }
  .header-main #menu .navbar-collapse.navbar-ex1-collapse {
    position: absolute;
    background-color: #000;
    top: 137px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 18px;
    z-index: 99;
  }
  .navbar-collapse.navbar-ex1-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.navbar-ex1-collapse.collapse.in {
    display: block !important;
  }
  .header-main #menu .navbar-collapse .nav.navbar-nav {
    flex-direction: column;
  }
  .header-main nav#menu {
    justify-content: end;
    position: static;
  }
  .header-main #menu .navbar-collapse.navbar-ex1-collapse .nav.navbar-nav {
    width: 100%;
  }
  .header-main #menu .nav.navbar-nav li {
    position: relative;
  }
  .bootstrap-xform .xform-captcha .input-group input,
  .xform-captcha .input-group input {
    width: 120px;
  }
}

@media (max-width: 991px) {
  .about-content,
  .craft-content {
    max-width: 100%;
  }
  .feature-grid {
    gap: 0 !important;
  }
  .about_sec.forget-legancy {
    padding: 50px 0 !important;
  }
  .craft-hero {
    padding: 50px 20px !important;
    margin-bottom: 0 !important;
  }

  p {
    font-size: 16px;
  }
  .hero-sec h1 {
    font-size: 38px;
  }
  .hero-sec p {
    font-size: 16px;
    margin-bottom: 30px !important;
  }
  .shop-category h5 {
    font-size: 16px;
  }
  .row.bestseller-pro-wrapper {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    width: 50%;
  }
  .shop-category h2,
  h2 {
    font-size: 30px;
  }
  .bestseller-pro-wrapper p.price {
    font-size: 18px;
  }
  .about-section,
  .expert-sec .row.home-expert-insights {
    gap: 20px;
  }
  .knife-overlay {
    padding: 10px 10px;
  }
  .knife-item.knife-big .knife-overlay {
    gap: 15px;
    padding: 15px;
  }
  .choose-flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 450px;
  }
  .choose-sec {
    padding: 60px 0;
  }
  .knife-arrow {
    width: 50px;
    height: 45px;
  }
  .new-arrivals-sec .row {
    gap: 30px;
  }
  .tips-content {
    padding: 20px;
  }
  .tips-section h3 {
    font-size: 18px;
  }
  .tips-grid {
    gap: 15px;
  }
  .new-arrivals-sec {
    padding: 60px 0;
  }
  .new-arrivals-left {
    width: 100%;
  }
  footer .col-sm-3 {
    width: 50%;
    padding: 0;
  }
  .ess-sec {
    padding-left: 0;
    margin-bottom: 40px;
  }
  footer {
    padding: 60px 0px;
  }
  .footer-bottom {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hero-sec button.btn.primary-btn {
    margin: 30px auto 0;
  }
  .product-tab-content p {
    font-size: 12px !important;
  }
  header .visible-xs {
    display: none !important;
  }
  .desction-tab li a,
  .desction-tab li a:hover {
    font-size: 14px;
  }
  .product-tab-content {
    padding: 20px;
  }
  .btn-group.gap-4.justify-content-start.add-compare {
    flex-direction: column;
    gap: 0 !important;
  }
  .collaberate-main-wrapp-img h1 {
    font-size: 28px;
  }
  .feature-grid li {
    font-size: 16px !important;
  }
  .craft-quote {
    font-size: 20px !important;
  }
  .main-heading,
  .craft-title {
    font-size: 28px !important;
  }
  .craft-text {
    font-size: 15px !important;
    margin-bottom: 15px;
  }
  .craft-hero {
    padding: 70px 20px !important;
    margin-bottom: 0 !important;
  }
  .shop-category.py-5.my-4 .container {
    padding: 0 15px !important;
  }
  .four-knives-section {
    margin-bottom: 0 !important;
    margin-top: 60px !important;
  }
  #content .faq-title {
    font-size: 16px !important;
  }
  .feature-grid ul {
    padding-left: 0;
  }
  .desction-tab li a,
  .desction-tab li a:hover {
    padding: 18px 16px;
  }

  ul.nav.nav-tabs.desction-tab li.me-5 {
    margin-right: 0px !important;
  }
  .header-main #menu .navbar-collapse.navbar-ex1-collapse {
    top: 161px;
  }
  .account-register-main .btn.btn-primary {
    margin-left: 0;
    margin-top: 21px;
  }
  .desction-tab li a,
  .desction-tab li a:hover {
    font-size: 14px;
  }
  .single-product h1 {
    font-size: 25px !important;
    font-weight: 500;
  }
  .list-unstyled h2 {
    font-size: 28px !important;
    font-weight: 600;
  }
  .product-tab-content ul li {
    font-size: 14px !important;
    line-height: 29px !important;
  }
  .product-tab-content h2 {
    font-size: 21px;
  }
  .bootstrap-xform .xform-captcha .input-group input,
  .xform-captcha .input-group input {
    width: 100px !important;
  }
  .header-main #menu .navbar-collapse.navbar-ex1-collapse {
    top: 170px;
  }
  nav#top .col-md-6 {
    text-align: center;
    justify-content: center;
    display: flex;
  }
  #top-links ul li a {
    font-size: 14px;
  }
  .footer-bottom .container {
    padding: 0;
    flex-wrap: wrap;
    text-align: center;
  }

  .footer-bottom ul.footer-links {
    width: 100% !important;
    justify-content: center;
  }
  .footer-bottom ul li a {
    font-size: 14px;
  }
  .hero-sec h1 {
    font-size: 32px;
  }
  .row.home-expert-insights {
    flex-direction: column;
  }
  .expert-sec .col-left,
  .expert-sec .col-right,
  .new-arrivals-right {
    width: 100%;
  }
  .left-grid,
  .about-images {
    width: 100%;
  }
  .right-grid {
    width: 100%;
    margin-left: 0;
  }
  .about-content {
    width: 100%;
    max-width: 100%;
  }
  .knife-category-grid {
    flex-wrap: wrap;
    gap: 30px;
  }
  .about-section {
    flex-wrap: wrap;
  }
  #top p {
    font-size: 16px;
    text-align: center;
  }
  footer .col-sm-3 {
    width: 100%;
  }
  .ess-sec {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .applications-sec h2.text-center {
    margin-bottom: 34px;
  }
}

@media (max-width: 680px) {
  .cst-btn {
    padding: 8px 10px;
  }
  .shop-category.py-5.my-4 .row.row-cols-2.row-cols-lg-5.g-3.g-lg-4 {
    gap: 20px;
  }
  .bestsellers-latest-section .tabs-heading {
    margin-bottom: 35px !important;
  }
  .tips-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    width: 100%;
  }
  .hero-sec {
    padding: 60px 0;
    text-align: center;
  }
  .hero-sec h1 {
    font-size: 26px;
  }
  .hero-sec p {
    font-size: 16px;
    margin-bottom: 20px !important;
    margin-bottom: 10px !important;
  }
  .about-section,
  .applications-sec,
  .bestsellers-latest-section,
  .shop-category,
  .tips-section,
  section.faq-sec,
  .expert-sec {
    padding: 40px 0 !important;
  }
  .shop-category h2,
  h2 {
    font-size: 28px;
  }

  a.list-group-item {
    width: 100%;
  }
  .shop-category. .row.row-cols-2.row-cols-lg-5.g-3.g-lg-4 {
    gap: 25px;
  }
  .tabs-heading .tab-btn {
    font-size: 16px;
    padding: 9px 14px;
    text-align: center;
  }
  .bestseller-pro-wrapper .product-layout .product-thumb {
    padding: 23px 24px 40px;
  }
  .bestseller-pro-wrapper .product-layout .product-thumb h4 a {
    font-size: 18px;
    line-height: 20px;
  }
  .knife-overlay h4,
  h3.applications-title {
    font-size: 20px;
  }
  .right-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .bestseller-pro-wrapper .product-layout .product-thumb p {
    min-height: unset;
  }
  div#content {
    padding: 0;
  }
  section.faq-sec h2 {
    margin-bottom: 16px;
  }
  .header-main .responsive-cart-ico {
    display: block;
  }
  .section-menu-kazo .desktop-view {
    display: flex;
    justify-content: flex-end;
  }
  .section-menu-kazo .wishlist-item.third {
    padding-top: 15px;
  }
  .section-menu-kazo .wishlist-item.third .dropdown-toggle::after {
    display: none;
  }
  .wishlist-item #cart .btn-inverse .fa-shopping-cart {
    font-size: 30px !important;
  }
  .social-icon-check .wishlist-item.thirds {
    display: none;
  }
  #menu .navbar-header button.btn.btn-navbar.navbar-toggle {
    background: none !important;
  }
  #menu .navbar-header .btn.btn-navbar.navbar-toggle i {
    font-size: 26px !important;
  }
  .bestseller-pro-wrapper img {
    max-width: 100%;
    display: inline-block;
  }
}

/* Media Queries */
@media screen and (max-width: 766px) {
  .collaberate-main-wrapp-img {
    padding: 40px 20px;
  }
  .cart-bg-list {
    padding: 20px 0;
    background-color: #fbfbfb;
  }
  .partner {
    padding: 20px 0;
  }
  .creator {
    padding: 20px 0;
  }
  .affiliate-section {
    padding: 20px 0;
  }
  .creator-team-section-form {
    padding: 20px 0;
  }
  .custom-review-mian {
    padding: 20px 0;
  }
  .shop-category h2 {
    font-size: 30px !important;
  }
  .patner-inner {
    padding-left: 0px;
  }
  .creator-team-section-form .right-section {
    padding: 20px;
  }
}

/* Max width 1024px */
@media screen and (max-width: 1024px) {
  .collaberate-main-wrapp-img {
    padding: 80px 20px;
  }
  .cart-bg-list {
    padding: 40px 0;
    background-color: #fbfbfb;
  }
  .partner {
    padding: 40px 0;
  }
  .creator {
    padding: 40px 0;
  }
  .custom-review-mian {
    padding: 40px 0;
  }
  .affiliate-section {
    padding: 40px 0;
  }
  .creator-team-section-form {
    padding: 40px 0;
  }
  .shop-category h2 {
    font-size: 35px !important;
  }
  .patner-inner {
    padding-left: 0px;
  }
}

/* Max width 1200px (empty block removed) */
@media screen and (max-width: 1200px) {
  .collaberate-main-wrapp-img {
    padding: 100px 20px;
  }
  .cart-bg-list {
    padding: 60px 0;
    background-color: #fbfbfb;
  }
  .partner {
    padding: 60px 0;
  }
  .creator {
    padding: 60px 0;
  }
  .custom-review-mian {
    padding: 60px 0;
  }
  .affiliate-section {
    padding: 60px 0;
  }
  .creator-team-section-form {
    padding: 60px 0;
  }
  .shop-category h2 {
    font-size: 38px !important;
  }
  .creator-team-section-form .right-section {
    padding: 30px;
  }
}

.container h2, .container h2 {
  font-weight: 600;
}

/*Footer*/
footer h5 {
    color: #fff;
}

/*Sitemap*/
.row.sitemap-list {
/*  background: #f9fafb;*/
  border-radius: 12px;
  padding: 24px 20px;
/*  border: 1px solid #e5e7eb;*/
}

/* Reset list */
.row.sitemap-list ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.row.sitemap-list > .col-sm-6 {
  padding-left: 20px;
  padding-right: 20px;
}

/* Top level item */
.row.sitemap-list > .col-sm-6 > ul > li {
  margin-bottom: 18px;
}

/* Top level link */
.row.sitemap-list > .col-sm-6 > ul > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  letter-spacing: 0.02em;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.row.sitemap-list > .col-sm-6 > ul > li > a:hover {
  color: #b91c1c;
  border-color: #fecaca;
}

/* Sub list (level 2) */
.row.sitemap-list ul ul {
  margin-top: 8px;
  padding-left: 14px;
  border-left: 1px solid #e5e7eb;
}

/* Sub item */
.row.sitemap-list ul ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 10px;
}

/* Bullet custom kecil */
.row.sitemap-list ul ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #9ca3af;
}

/* Sub link */
.row.sitemap-list ul ul a {
  font-size: 14px;
  font-weight: 400;
  color: #4b5563;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.2s ease, transform 0.15s ease;
}

.row.sitemap-list ul ul a:hover {
  color: #b91c1c;
  transform: translateX(2px);
}

.row.sitemap-list li {
  line-height: 1.5;
}

/* Responsive tweak */
@media (max-width: 767.98px) {
  .row.sitemap-list {
    padding: 18px 14px;
  }

  .row.sitemap-list > .col-sm-6 {
    margin-bottom: 16px;
  }
}

.banner-content h1 {
    color: #fff;
}

/*Pages Patch*/
.section-sec section.text-center {
    margin-top: 60px;
}

.section-sec section.text-center h3 {
    font-size: 28px;
    font-weight: 700;
}

.craft-text {
    color: #ffffffd1;
}


.product-card-section .product-info h3 {
  color: #fff;
}


/*Menu*/
/* anchor */
.header-main #menu .nav.navbar-nav > li.dropdown{
  position: relative;
}

/* dropdown box */
.header-main #menu .nav.navbar-nav > li.dropdown > .dropdown-menu{
  margin-left: 0 !important;       /* override inline */
  left: 0;
  top: 100%;

  width: auto;
  min-width: 260px;
  max-width: 900px;

  padding: 16px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: var(--radius-sm);
  box-shadow: 0 16px 40px rgba(0,0,0,.14);

  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .2s ease;
}

/* show state (bootstrap / hover) */
.header-main #menu .nav.navbar-nav > li.dropdown:hover > .dropdown-menu,
.header-main #menu .nav.navbar-nav > li.dropdown.open > .dropdown-menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* grid content */
.header-main #menu .dropdown-menu .dropdown-inner{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 10px;
}

/* item */
.header-main #menu .dropdown-menu ul{
  margin: 0;
}

.header-main #menu .dropdown-menu li a{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: #111;
  transition: background .15s ease;
}

.header-main #menu .dropdown-menu li a:hover{
  background: rgba(0,0,0,.04);
}

/* image */
.header-main #menu .dropdown-menu img{
  width: 32px;
  height: 32px;
  border-radius: var(--radius-sm);
  object-fit: cover;
}

/* title */
.header-main #menu .dropdown-menu .img-tittle{
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  color: #000;
}

/* see all */
.header-main #menu .dropdown-menu .see-all{
  display: block;
  margin-top: 12px;
  padding: 10px;
  text-align: center;
  border-radius: var(--radius-sm);
  background: #d9000f;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.header-main #menu .dropdown-menu .see-all:hover{
  opacity: .8;
}

/* mobile fallback */
@media (max-width: 767px){
  .header-main #menu .nav.navbar-nav > li.dropdown > .dropdown-menu{
    left: 12px;
    right: 12px;
    max-width: calc(100vw - 24px);
  }
}
