:root {
  --font-jost: "Jost";
  --font-great: "GreatVibes-Regular";
  --font-play: "PlayfairDisplay";
  --color-secondary-white: #f0f0f0;
  --color-golden-gray: #d7d7d1;
  --color-main-orange: #f26b46;
  --color-white: #ffffff;
  --color-light-gray: #e2e2e2;
  --color-dark-gray: #777;
}
@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost/Jost.eot);
  src: url(../fonts/Jost/Jost.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Jost/Jost.otf) format("otf"),
    url(../fonts/Jost/Jost.svg#Jost) format("svg"),
    url(../fonts/Jost/Jost.ttf) format("truetype"),
    url(../fonts/Jost/Jost.woff) format("woff"),
    url(../fonts/Jost/Jost.woff2) format("woff2");
}
@font-face {
  font-family: "GreatVibes-Regular";
  src: url(../fonts/GreatVibes/GreatVibes-Regular.eot);
  src: url(../fonts/GreatVibes/GreatVibes-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/GreatVibes/GreatVibes-Regular.otf) format("otf"),
    url(../fonts/GreatVibes/GreatVibes-Regular.svg#GreatVibes-Regular) format("svg"),
    url(../fonts/GreatVibes/GreatVibes-Regular.ttf) format("truetype"),
    url(../fonts/GreatVibes/GreatVibes-Regular.woff) format("woff"),
    url(../fonts/GreatVibes/GreatVibes-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url(../fonts/PlayfairDisplay/PlayfairDisplay.eot);
  src: url(../fonts/PlayfairDisplay/PlayfairDisplay.eot?#iefix) format("embedded-opentype"),
    url(../fonts/PlayfairDisplay/PlayfairDisplay.otf) format("otf"),
    url(../fonts/PlayfairDisplay/PlayfairDisplay.svg#PlayfairDisplay) format("svg"),
    url(../fonts/PlayfairDisplay/PlayfairDisplay.ttf) format("truetype"),
    url(../fonts/PlayfairDisplay/PlayfairDisplay.woff) format("woff"),
    url(../fonts/PlayfairDisplay/PlayfairDisplay.woff2) format("woff2");
}

body h4 {
  color: #242424;
  font-family: "Playfair Display";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
body p,
body a {
  font-family: var(--font-jost);
  font-size: 18px;
  color: var(--color-secondary-white);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* Menu */
header li.products-menu-section-one div.wd-dropdown {
  /* top: 150%; */
  /* margin-top: 30px; */
  background-color: unset;
  padding-top: 70px !important;
  /* position: relative; */
}
header li.products-menu-section-one div.wd-dropdown::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 0;
  background-color: #0f0f0f;
}
header div.container .wd-header-text a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
header div.container .wd-header-text.top-bar-contact {
  margin-right: 24px;
}
header div.container .wd-header-text .delivering-best {
  color: #a8a8a8;
  font-family: var(--font-jost);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-right: 25px;
}
header div.container .whb-top-bar-inner {
  border: unset;
}
header div.whb-row.whb-top-bar {
  border-bottom: 0.5px solid #828282;
  padding: 15px 0px;
}
header .whb-main-header .whb-row div.container {
  /* padding: 12px 0px; */
}
header .wd-header-nav {
  margin-left: 20px;
}
header .whb-main-header .whb-row.whb-general-header {
  padding: 12px 0px;
  /* border-bottom: 1px solid #D7D7D1; */
}
/* body.error404 header .whb-main-header .whb-row.whb-general-header {
  background: url("../images/haupttonart-error-header-bg.png") no-repeat center;
  background-size: cover;
} */
body.error404 .whb-main-header {
  background: url("../images/haupttonart-error-header-bg.png") no-repeat center;
  background-size: cover;
  background-color: #000;
}
body.error404 section.banner,
body.error404 div#primary {
  margin: 120px 0;
}
header .wd-header-nav ul#menu-main-navigation {
  column-gap: 30px;
}
header .wd-header-nav ul#menu-main-navigation li a {
  font-size: 16px;
}
.elementor-section-boxed.home-banner-section .elementor-container rs-module .rs-parallax-wrap .rs-layer {
  /* font-size: 28px !important; */
}
/* Footer */
footer.footer-container {
  /*background: linear-gradient(90deg, #242424 55.73%, rgba(0, 0, 0, 0.00) 100%), url(../images/HA-footer-bg-resize.png);
	 background-blend-mode: multiply; */
  background: url("../images/HA-footer-gp-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-position: center right 10px; */
}
footer .container {
  max-width: 64.8%;
  padding: 0;
}
footer .container .footer-sidebar {
  display: grid;
  grid-template-columns: 31% 26% 16% 16%;
  column-gap: 60px;
  padding-top: 70px;
  padding-bottom: 24px;
  border: unset;
  padding-left: 40px;
}
footer .container .footer-sidebar .footer-column {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
footer .container .footer-sidebar .footer-column table.first-table {
  margin-bottom: 17px;
}
footer .container .footer-sidebar .footer-column table td {
  border: unset;
  padding: 0;
  padding-bottom: 10px;
}
footer .container .footer-sidebar .footer-column table.first-table td:last-child {
  padding-left: 8px;
}
footer .container .footer-sidebar .footer-column table.last-table {
  max-width: 100px;
}
footer .container .footer-sidebar .footer-column .widget-title {
  color: #fff;
  font-family: var(--font-jost);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.copyrights-wrapper .footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.container {
  max-width: 65%;
}
/* Home Page Start */
.title-wrapper .title {
  font-size: 30px !important;
}
.wd-promo-popup-wrapper div.wd-popup.wd-promo-popup {
  position: relative;
}
.wd-promo-popup-wrapper button.mfp-close {
  position: absolute;
  top: -10px;
}
rs-bg-elem {
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}
.home-counting-down-section {
  margin-bottom: 100px;
}
.home-counting-down-section .timer-size-medium .wd-timer>span {
  width: 176px;
  height: 176px;
  background: url("../images/HA-counter-bg.png") no-repeat center;
  background-size: cover;
  border-radius: 15px;
  color: var(--color-white);
  font-family: var(--font-jost);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  border: 1px solid #e6e6e6;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
}
.home-counting-down-section .timer-size-medium .wd-timer>span span {
  background: #fff;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  position: relative;
  bottom: -50px;
  color: var(--color-dark-gray);
  font-family: var(--font-jost);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 0px 0px 15px 15px;
}
.home-counting-down-section .wd-timer>span:not(:last-child) {
  margin-right: 60px;
}
.home-counting-down-section .title-subtitle,
.home-products-section .title-subtitle {
  color: var(--color-main-orange) !important;
  font-size: 28px !important;
}
.home-counting-down-section .reset-last-child>p {
  color: #888;
  font-size: 18px;
  margin-bottom: 35px;
}
.home-products-section .products .product-grid-item {
  max-width: 100%;
}

.home-guitar-brand-row-one,
.home-guitar-brand-row-two {
  margin-top: 100px;
}
.home-guitar-brand-row-one .elementor-column .title-subtitle,
.home-guitar-brand-row-two .elementor-column .title-subtitle,
.home-categories-section .elementor-column .title-subtitle,
.our-new-section .elementor-column .title-subtitle {
  color: #f26a45;
  font-size: 28px;
}
.home-guitar-brand-row-one .elementor-column .woodmart-title-container,
.home-guitar-brand-row-two .elementor-column .woodmart-title-container {
  font-size: 38px;
  text-transform: capitalize;
}
.home-contact-us-section .elementor-column h4.woodmart-title-container.title.wd-fontsize-l {
  font-size: 38px !important;
}
.home-guitar-brand-row-one .elementor-column .reset-last-child>p,
.home-guitar-brand-row-two .elementor-column .reset-last-child>p {
  color: #888;
}
.home-guitar-brand-row-one .elementor-column .btn.btn-color-primary,
.home-guitar-brand-row-two .elementor-column .btn.btn-color-primary {
  border-radius: 1px;
  border: 1px solid #f26a45;
  background: #f26a45;
  height: 55px;
  transition: all 0.3s ease-in-out;
}
.home-guitar-brand-row-one .elementor-column .btn.btn-color-primary:hover,
.home-guitar-brand-row-two .elementor-column .btn.btn-color-primary:hover {
  border-radius: 1px;
  background: #fff;
  color: #f26a45;
  box-shadow: unset;
}
.home-guitar-brand-row-one .elementor-column .btn.btn-color-primary span,
.home-guitar-brand-row-two .elementor-column .btn.btn-color-primary span {
  color: #fff;
  font-family: var(--font-jost);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.home-guitar-brand-row-one .elementor-column .btn.btn-color-primary:hover span,
.home-guitar-brand-row-two .elementor-column .btn.btn-color-primary:hover span {
  color: #f26a45;
}
.home-products-section .products button.prev-arrow,
.home-products-section .products button.next-arrow {
  position: absolute;
  top: 40%;
  left: -80px;
  border: unset;
  background: unset;
  width: 51px;
  height: 51px;
  padding: 0;
}
.home-products-section .products button.next-arrow {
  right: -80px;
  left: unset;
}
.home-products-section .products .wd-product-header {
  display: block !important;
}
.home-products-section .products .wd-product-header h3.wd-entities-title,
.home-products-section .products .wd-product-header h3.wd-entities-title a {
  color: #000;
  text-align: center;
  font-family: var(--font-jost);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.home-products-section .products .wd-product-cats {
  text-align: center;
}
.home-products-section .products .wd-product-cats a {
  color: var(--color-main-orange);
  text-align: center;
  font-family: var(--font-jost);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.home-categories-section {
  margin-top: 30px;
}
.home-categories-section .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.home-categories-section .products .product .wrapp-category,
.home-categories-section .products .product .wrapp-category .category-image-wrapp,
.home-categories-section .products .product .wrapp-category .category-image-wrapp .category-image,
.home-categories-section .products .product .wrapp-category .category-image-wrapp .category-image img {
  height: 100%;
}
.home-categories-section .products .product:first-child {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
}

.home-categories-section .products .product .wrapp-category .category-image-wrapp .category-image img {
  width: 100%;
  transform: scale3d(1.1, 1.1, 1);
}

.home-guitar-brand-row-two.best-seller-section .elementor-container {
  display: flex;
  column-gap: 21px;
}
.home-guitar-brand-row-two.best-seller-section .elementor-container .elementor-column {
  background: #3d3d3d;
  padding: 20px;
}
.home-guitar-brand-row-two.best-seller-section .elementor-container .elementor-column h5 {
  color: #f26a45;
  font-family: var(--font-jost);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}
.home-guitar-brand-row-two.best-seller-section .elementor-container .elementor-column h5,
.home-guitar-brand-row-two.best-seller-section .elementor-container .elementor-column h6 {
  text-align: center;
}
.home-guitar-brand-row-two.best-seller-section .elementor-container .elementor-column h6,
.home-guitar-brand-row-two.best-seller-section .elementor-container .elementor-column p,
.home-guitar-brand-row-two.best-seller-section .elementor-container .elementor-column a {
  /* color: #242424; */
  color: #fff;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}
.home-guitar-brand-row-two.best-seller-section .elementor-container .elementor-column p {
  color: #a6a6a6;
  text-align: justify;
  font-weight: 400;
}
.home-gurtar-brand-row-two .wd-nav li a {
  color: #b0b0b0;
  font-family: var(--font-play);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
}
.home-guitar-brand-row-two .wd-nav li.wd-active a {
  color: var(--color-white) !important;
}
/* .home-guitar-brand-row-two .elementor-container {
	max-width: 1244px !important;
	margin: 0 auto !important;
}
.home-guitar-brand-row-two .elementor-container .elementor-widget-wrap.elementor-element-populated {
	margin: 0 !important;
} */
.home-guitar-brand-row-two .brand-introduction-para .wd-text-block {
  max-width: 100% !important;
  margin: 100px 0 !important;
}
.home-guitar-brand-row-two .wd-text-block h4 {
  text-align: center;
  color: #242424;
  font-family: var(--font-play);
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 38px;
}
.home-guitar-brand-row-two .wd-text-block p {
  color: var(--color-dark-gray);
  font-family: var(--font-jost);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.home-guitar-brand-row-one .text-right img {
  float: right;
  margin-right: 90px;
}
.home-guitar-brand-row-two .text-left img {
  margin-left: 90px;
}
.home-guitar-brand-row-one .elementor-container .elementor-column:last-child .elementor-element-populated {
  margin-left: 100px;
}
.home-guitar-brand-row-two.home-guitar-grand-second .elementor-container .elementor-column:first-child .elementor-element-populated {
  margin-left: 380px;
  /* margin-left: 50px; */
}
.home-guitar-brand-row-one .elementor-container .elementor-column:last-child .elementor-element-populated .woodmart-title-container,
.home-guitar-brand-row-two .elementor-container .elementor-column:first-child .elementor-element-populated .woodmart-title-container {
  position: relative;
  font-size: 38px !important;
}
.home-guitar-brand-row-two .elementor-container .elementor-column:first-child .kamaka-our-video-section .elementor-element-populated .woodmart-title-container {
  font-size: 22px !important;
}
.home-guitar-brand-row-one .elementor-container .elementor-column:last-child .elementor-element-populated .woodmart-title-container::before,
.home-guitar-brand-row-two.home-guitar-grand-second .elementor-container .elementor-column:first-child .elementor-element-populated .woodmart-title-container::before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  background: url("https://devwp.visibleone.io/p217/wp-content/uploads/2023/12/HA-home-kamakalogo.png") no-repeat center;
  background-size: contain !important;
  width: 73px;
  height: 58px;
}
.home-guitar-brand-row-two.home-guitar-grand-second .elementor-container .elementor-column:first-child .elementor-element-populated .woodmart-title-container::before {
  background: url("https://devwp.visibleone.io/p217/wp-content/uploads/2024/01/HA-Kanilea-one.png") no-repeat center;
}
.home-guitar-brand-row-one.home-guitar-grand-third .elementor-container .elementor-column:last-child .elementor-element-populated .woodmart-title-container::before {
  background: url("https://devwp.visibleone.io/p217/wp-content/uploads/2024/01/HA-marcas-one.png") no-repeat center;
}
.home-products-section .title-after_title p,
.home-categories-section .title-after_title p,
.our-new-section .title-after_title p {
  max-width: 93%;
  margin: 0 auto;
  color: #909090;
  text-align: center;
  font-family: var(--font-jost);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}
.home-products-section ul.wd-nav {
  margin-bottom: 45px;
}
.home-products-section ul.wd-nav>li {
  border-right: 2px solid #c5c5c5;
  padding-right: 25px;
}
.home-products-section ul.wd-nav>li a {
  color: #686868;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.home-products-section ul.wd-nav>li.wd-active a {
  color: var(--color-main-orange);
}
.home-products-section ul.wd-nav>li.wd-active a .nav-link-text:after {
  background-color: var(--color-main-orange);
  height: 3px;
  bottom: -10px;
  top: unset;
}
.home-products-section ul.wd-nav>li a {
  padding: 0;
}
.home-categories-section .category-grid-item .wd-entities-title {
  color: #434343;
  font-family: var(--font-jost);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.home-categories-section .category-grid-item .more-products a {
  color: #848484;
  font-family: var(--font-jost);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.our-new-section .wd-owl.owl-drag .owl-item {
  height: 407px;
}
.our-new-section .wd-owl.owl-drag .owl-item .slide-post,
.our-new-section .wd-owl.owl-drag .owl-item .slide-post article,
.our-new-section .wd-owl.owl-drag .owl-item .slide-post article .article-inner,
.our-new-section .wd-owl.owl-drag .owl-item .slide-post article .article-inner .entry-header,
.our-new-section .wd-owl.owl-drag .owl-item .slide-post article .article-inner .entry-header .entry-thumbnail,
.our-new-section .wd-owl.owl-drag .owl-item .slide-post article .article-inner .entry-header .entry-thumbnail .post-img-wrapp,
.our-new-section .wd-owl.owl-drag .owl-item .slide-post article .article-inner .entry-header .entry-thumbnail .post-img-wrapp a,
.our-new-section .wd-owl.owl-drag .owl-item .slide-post article .article-inner .entry-header .entry-thumbnail .post-img-wrapp a img {
  height: 100%;
}
.our-new-section .article-body-container .wd-entities-title a {
  color: var(--color-white);
}
.company-info-section .wd-image {
  display: flex;
  justify-content: space-around;
}
.our-new-section .wd-owl.owl-drag .owl-item img {
  /* object-fit: contain; */
}
/* Product Detail */
.woocommerce-tabs .wd-nav>li.wd_additional_tab_tab,
.woocommerce-tabs .wd-nav>li.wd_custom_tab_tab,
.woocommerce-tabs .wd-nav>li.wd_custom_tab_2_tab {
  display: none;
}

/* Brand Page */
.home-guitar-brand-row-two .wd-nav {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.home-guitar-brand-row-two .wd-nav li.wd-active {
  padding: 9px 13px;
  background-color: var(--color-main-orange);
  color: #fff;
}
.home-guitar-brand-row-two.mb-0,
.home-guitar-video-section.mb-0 {
  margin-bottom: 0px !important;
}
.product-first-section.product-list .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}
.product-first-section.product-list .elementor-container {
  max-width: 600px !important;
}
.product-first-section.product-list .elementor-container .elementor-column:first-child {
  max-width: 10%;
  background-color: #f0f0f0;
  height: 50px;
  position: relative;
  bottom: 7px;
  right: -5px;
}
.product-first-section.product-list .elementor-container .elementor-column:first-child a {
  /* padding: 9px 13px; */
}
.product-first-section.product-list .elementor-widget-wrap.elementor-element-populated a {
  color: #b0b0b0;
}
.product-first-section.product-list .elementor-column:nth-child(2) .elementor-widget-wrap.elementor-element-populated a {
  background: #f26a45;
  color: var(--color-white);
  padding: 9px 13px;
}
.kamaka-overview-section .elementor-container .elementor-widget-wd_video {
  height: 666px;
}
.kamaka-overview-section .elementor-container .elementor-widget-wd_video .elementor-widget-container,
.kamaka-overview-section .elementor-container .elementor-widget-wd_video .elementor-widget-container .wd-el-video {
  height: 100%;
}

/* Brand Detail */
.product-first-section .owl-dots {
  position: relative;
  /* top: -270px; */
}
.product-first-section .promo-banner .banner-image img {
  max-height: 540px;
  object-fit: contain;
}
.product-first-section .owl-dots .owl-dot {
  width: 100px;
  height: 100px;
}
.product-first-section.product-list-section {
  max-height: 770px;
  margin-bottom: 130px;
  position: relative;
}
.product-first-section.product-list-section::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 1px;
  background-color: #d0d0d0;
  bottom: -180px;
  left: 15%;
}
.product-first-section.product-list-section#product-third-section::after {
  content: unset;
}
.product-first-section.product-list-section .elementor-container .elementor-column:first-child {
  width: 45%;
}
.product-first-section.product-list-section .elementor-container .elementor-column:last-child {
  width: 55%;
}
.product-first-section.product-list-section .elementor-container .elementor-column:last-child h5 {
  color: #787a91;
  font-family: var(--font-play);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.product-first-section.product-list-section .elementor-container .elementor-column:last-child h4,
.kamaka-our-gallary-section .elementor-container h4 {
  color: #242424;
  font-family: var(--font-play);
  text-align: left;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.product-first-section.product-list-section .elementor-container .elementor-column:last-child p,
.product-first-section.product-list-section .elementor-container .elementor-column:last-child li,
.product-first-section.product-list-section .elementor-container .elementor-column:last-child a,
.kamaka-our-gallary-section .elementor-container p {
  color: #909090;
  font-family: var(--font-jost);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.product-first-section.product-list-section .elementor-container .elementor-column:last-child a {
  background-color: #f26a45;
  color: #ffffff;
  border: 1px solid #f26a45;
  height: 55px;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 1px;
  width: 200px;
  /* margin-top: 50px; */
  margin-top: 10px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.product-first-section.product-list-section .elementor-container .elementor-column:last-child a:hover {
  background-color: transparent;
  color: #f26a45;
}
.kamaka-our-gallary-section .gallery-images {
  gap: 25px;
}
.kamaka-our-gallary-section .gallery-images .wd-gallery-item {
  flex-basis: calc(100% / 3 - 25px);
  max-width: calc(100% / 3 - 25px);
}
.kamaka-our-gallary-section .elementor-container h5 {
  color: #f26a45;
  text-align: center;
  font-family: var(--font-jost);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.kamaka-our-gallary-section .elementor-container h4 {
  text-align: center;
  text-transform: unset;
  margin-bottom: 35px;
}
.kamaka-our-gallary-section .elementor-container p {
  color: #777;
  margin-bottom: 37px;
  text-align: center;
}
.home-guitar-brand-row-two .kamaka-our-video-section .elementor-column .liner-continer {
  text-align: left;
}
.home-guitar-brand-row-two .kamaka-our-video-section .elementor-column .woodmart-title-container {
  color: #242424;
  font-family: var(--font-play);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 10px;
}
.home-guitar-brand-row-two .kamaka-our-video-section .elementor-column p {
  color: #777;
  font-family: var(--font-jost);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  text-align: left;
}
.product-inner-section-first {
  margin-top: 260px !important;
}
.product-inner-section-first .thumbs-position-left .thumbnails .product-image-thumbnail {
  opacity: 0.5;
}
.product-inner-section-first .thumbs-position-left .thumbnails .product-image-thumbnail.slick-active {
  opacity: 1;
}
.product-inner-section-first .thumbs-position-left .thumbnails .slick-prev,
.product-inner-section-first .thumbs-position-left .thumbnails .slick-next {
  background-color: unset;
  display: unset;
}

.product-inner-section-first .thumbs-position-left .thumbnails .slick-prev:before,
.product-inner-section-first .thumbs-position-left .thumbnails .slick-next:before {
  content: "";
  position: absolute;
  background: url("https://devwp.visibleone.io/p217/wp-content/uploads/2024/01/HA-kamaka-inner-down.png") no-repeat center;
  background-size: cover;
  width: 60px;
  height: 30px;
  font-size: unset;
  opacity: 1;
}
.product-inner-section-first .thumbs-position-left .thumbnails .slick-prev:before {
  left: 25px;
}
.product-inner-section-first .thumbs-position-left .thumbnails .slick-next:before {
  background: url("https://devwp.visibleone.io/p217/wp-content/uploads/2024/01/HA-kamaka-inner-up.png") no-repeat center;
  right: 25px;
}
.product-inner-section-first .woocommerce-breadcrumb a,
.product-inner-section-first .woocommerce-breadcrumb span {
  color: #bcbcbc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.product-inner-section-first .woocommerce-breadcrumb span.breadcrumb-last {
  color: #333233;
  font-weight: 500;
}
.product-inner-section-first .product_meta .meta-label {
  display: none;
}
.product-inner-section-first .product_meta a {
  color: #787a91;
  font-family: var(--font-jost);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}
.product-inner-section-first h1.entry-title {
  color: #242424;
  font-family: var(--font-play);
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.product-inner-section-first p {
  color: #909090;
  margin-bottom: 0;
  font-size: 16px;
}
.product-inner-section-first .wd-single-action-btn .wd-action-btn.wd-style-text>a>span,
.product-inner-section-first span.label,
.product-inner-section-first .wd-social-icons.wd-layout-inline .wd-label {
  color: #242424;
  font-family: var(--font-play);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.product-inner-section-first span.label,
.product-inner-section-first .wd-social-icons.wd-layout-inline .wd-label {
  font-size: 16px;
  font-weight: 600;
}
.product-inner-section-first .products-wrapper {
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
.product-inner-section-first .products-wrapper a {
  color: var(--color-main-orange);
  font-family: var(--font-jost);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  position: relative;
  display: inline-block;
  /* margin-top: 10px; */
}
.product-inner-section-first .products-wrapper .product-row:first-child a {
  margin-top: 10px;
}
.product-inner-section-first .elementor-container .elementor-widget-wd_text_block {
  margin-bottom: 0;
}
.product-inner-section-first .products-wrapper a::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/HA-related-inner-product-icon.png") no-repeat center;
  background-size: contain;
  top: 0;
  right: -25px;
}
.product-inner-section-first .social-form-circle .wd-social-icon,
.product-inner-section-first .elementor-element-e805d5c {
  display: none;
}
.product-inner-section-first .social-form-circle .wd-social-icon.social-facebook {
  display: inline;
}
.product-inner-section-first span.label {
  display: inline-block;
  margin-right: 15px;
}
.product-inner-section-first .elementor-element-b37572c {
  margin-bottom: 0;
}
.product-inner-section-second .wd-nav.wd-style-underline-reverse>li>a>.nav-link-text:after {
  background-color: var(--color-main-orange);
}
.product-inner-section-second .wd-nav.wd-style-underline-reverse>li>a>.nav-link-text {
  color: #C6C6C6;
  font-family: var(--font-play);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.product-inner-section-second .wd-nav.wd-style-underline-reverse>li.active>a>.nav-link-text {
  color: #242424;
}
.product-inner-section-second .wc-tabs-wrapper .woocommerce-Tabs-panel p {
  color: #777;
  margin-bottom: 10px;
}
.product-inner-section-second .wc-tabs-wrapper .woocommerce-Tabs-panel p>a {
  display: block;
  margin-top: 50px;
}
section.product-inner-section-last div.owl-dots {
  display: none;
}
.product-inner-section-second .wc-tabs-wrapper .woocommerce-Tabs-panel h4 {
  font-size: 32px;
  margin-top: 50px;
}
.product-inner-section-second .wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--wb_cptb_4 .wb_cptb_content {
  max-width: 600px;
  margin: 0 auto;
}
.product-inner-section-second div.wpforms-container-full button[type="submit"] {
  width: 263px;
  height: 55px;
  border-radius: 1px;
  background-color: var(--color-main-orange) !important;
  color: var(--color-white) !important;
  text-align: center;
  font-family: var(--font-jost);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.product-inner-section-second div.wpforms-container-full button[type="submit"]:hover {
  background: transparent !important;
  color: var(--color-main-orange) !important;
}
.product-inner-section-last .product.wd-hover-alt .wrap-price,
.product-inner-section-last .product-labels,
.product-inner-section-last .star-rating.wd-style-simple,
div.product-labels,
.product.wd-hover-alt div.wrap-price {
  display: none;
}
.product-inner-section-last .title-wrapper h4.title {
  color: #242424;
  font-family: var(--font-play);
  font-size: 38px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.product-inner-section-last .title-wrapper h4.title::after {
  background-color: var(--color-main-orange);
}
.product-inner-section-last .wd-product-header {
  display: block;
}
.product-inner-section-last .wd-entities-title,
.product-inner-section-last .wd-product-cats {
  text-align: center;
}
.product-inner-section-last .wd-product-header {
  display: block !important;
}
.product-inner-section-last .wd-entities-title a {
  color: #242424;
  text-align: center;
  font-family: var(--font-jost);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product-inner-section-last .wd-product-cats a {
  color: var(--color-main-orange);
  text-align: center;
  font-family: var(--font-jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

/* Product Page */
.products-page-category-section {
  padding: 80px;
  margin: 0;
}
.products-page-category-section .wd-nav[class*="wd-style-underline"] {
  gap: 20px;
}
.products-page-category-section .wd-nav[class*="wd-style-underline"] .nav-link-text {
  color: #676767;
  font-family: var(--font-jost);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.products-page-category-section .wd-nav-product-cat .nav-link-count {
  color: #a3a3a3;
  font-family: var(--font-jost);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.products-page-category-section .wd-nav-product-cat.has-product-count .wd-nav-img {
  margin-right: 15px;
}
.products-page-product-section .elementor-container {
  gap: 70px;
}
.products-page-product-section .woodmart-woocommerce-layered-nav .wd-scroll-content {
  max-height: 100%;
}
.products-page-product-section .elementor-container h5.widget-title {
  color: #333;
  font-family: var(--font-play);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.products-page-product-section [class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text .wd-swatch-text,
.sidebar-widget .wd-filter-list li span {
  color: #242424;
  font-family: var(--font-jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.sidebar-widget .wd-filter-list li span.count {
  display: inline-block;
  font-size: 12px !important;
  height: 25px;
}
section.products-page-product-section div.elementor-widget-wd_shop_archive_view {
  display: none;
}
.products-page-product-section .wd-filter-list .wc-layered-nav-term.wd-active .count,
.products-page-product-section .wd-filter-list .wc-layered-nav-term a:hover+.count,
.sidebar-widget .wd-filter-list .wc-layered-nav-term a:hover+.count,
.sidebar-widget .wd-filter-list .wc-layered-nav-term .count:hover {
  background-color: var(--color-main-orange);
  color: #fff;
}
.products-page-product-section .woocommerce-breadcrumb a {
  color: #bcbcbc;
}
div.product-grid-item .star-rating {
  display: none;
}
.products-page-product-section .wd-product-header,
.products-page-product-section .wd-product-cats,
div.products .wd-product-header,
div.products .wd-product-cats {
  display: block !important;
  text-align: center;
}
.products-page-product-section .wd-product-header h3 a,
div.products .wd-product-header h3 a {
  color: var(--Black, #242424);
  text-align: center;
  font-family: var(--font-jost);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.products-page-product-section .wd-product-cats a,
div.products .wd-product-cats a {
  color: var(--color-main-orange);
  text-align: center;
  font-family: var(--font-jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.products-page-product-section .star-rating.wd-style-simple,
.product-header-section .title-design-centered .wd-nav-product-cat {
  display: none;
}
.ajax-loaded .products-page-product-section .products[data-source="main_loop"] {
  row-gap: 80px;
}

.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .thumbsHolderWrapper,
div.wd-wishlist-btn.wd-action-btn {
  display: none;
}
.woocommerce-product-details__short-description p,
table.shop_attributes p {
  color: #333;
}
.woocommerce-Tabs-panel--wb_cptb_3 .the_wrapper {
  width: 580px !important;
  height: 120px !important;
  /* margin-bottom: 34px; */
  margin-bottom: 100px;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers,
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioControls,
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioBuffer,
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .songAuthorTitle {
  width: 100% !important;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .songAuthorTitle {
  margin-top: 20px !important;
  height: 40px;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers {
  padding: 20px !important;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .VolumeSlider {
  width: 100px;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .VolumeButton {
  margin-left: 150px;
  background-size: 17px;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .VolumeButton,
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioTimer {
  margin-left: 70px;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioTimer {
  margin-top: 15px;
  margin-left: 50px;
  color: #e4e4e4;
  font-family: var(--font-jost);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .songAuthorTitleInside {
  font-family: var(--font-jost);
  color: #e4e4e4;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioRewind,
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioPlay,
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioPrev,
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioNext,
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioShowHidePlaylist {
  /* width: 20px;
	height: 20px; */
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioShowHidePlaylist,
.wd-nav-mobile>li.menu-item-15530 {
  display: none;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioRewind {
  margin-bottom: 0;
  margin-right: 25px;
  margin-top: 10px;
  /* background: url("../images/HA-AudioRewind.png") no-repeat; */
  width: 30px;
  height: 30px;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioPlay {
  /* background: url("../images/HA-AudioPlay.png") no-repeat; */
  background-size: 10px;
  margin-top: 10px;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioPrev,
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioNext {
  background-size: 15px;
  margin-top: 10px;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .VolumeSlider,
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioBuffer {
  height: 8px;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .VolumeSlider {
  margin-top: 15px;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .AudioSeek .ui-slider-range {
  height: 8px;
  margin-bottom: 0px;
  background: var(--color-main-orange) !important;
  border-radius: 3px 0px 0px 3px;
}
.woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers .VolumeSlider .ui-slider-range {
  background: var(--color-main-orange) !important;
  height: 8px;
  border-radius: 3px 0px 0px 3px;
}
.woocommerce-Tabs-panel--wb_cptb_3 .the_wrapper:last-child {
  margin-left: 8px;
}
.woocommerce-Tabs-panel--wb_cptb_3 .wb_cptb_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .wd-nav>li#menu-item-15530 {
  display: none;
}
.products-menu-section-one div.container {
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
  max-width: 61%;
}
.products-menu-section-one div.container .elementor {
  width: 100%;
}
.our-new-section.home-company-info-section .title-after_title p {
  max-width: 60%;
  margin-bottom: 0;
}
.company-info-section .wd-info-box .info-box-content h4.info-box-title {
  color: #686868;
  font-family: var(--font-play);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 8px;
}
.company-info-section .wd-info-box .info-box-content .info-box-inner p {
  color: #888;
  text-align: center;
  font-family: var(--font-jost);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.company-info-section .wd-info-box .info-box-icon rect {
  /* fill: rgba(242, 107, 70, 0.15); */
}
.company-info-section .wd-info-box .info-box-icon path {
  display: none;
}
section.our-new-section.home-company-info-section.home-contact-us-section {
  margin: 100px 0px;
}
section.home-contact-us-section div.wpforms-container-full .wpforms-field-label {
  color: #242424;
  font-family: var(--font-jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
section.home-contact-us-section div.wpforms-container-full input[type="text"],
section.home-contact-us-section div.wpforms-container-full input[type="email"],
section.home-contact-us-section div.wpforms-container-full input[type="number"],
section.home-contact-us-section div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  background: #fff;
  height: 54px;
  text-align: left;
}
section.home-contact-us-section div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 153px;
}
section.home-contact-us-section div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: center;
}
.return-to-shop a.button,
section.home-contact-us-section div.wpforms-container-full button[type="submit"] {
  border-radius: 1px;
  background-color: #f26a45 !important;
  padding: 15px 55px;
  height: 55px;
  width: 160px;
  border: 1px solid #f26a45;
  transition: all 0.3s ease-in-out;
}
section.home-contact-us-section div.wpforms-container-full button[type="submit"] {
  text-transform: uppercase;
}
.return-to-shop a.button:hover,
section.home-contact-us-section div.wpforms-container-full button[type="submit"]:hover {
  background: transparent !important;
  color: var(--color-main-orange) !important;
}
.return-to-shop a.button {
  width: 303px;
}
section.home-categories-section .elementor-element.elementor-element {
  max-width: 100%;
}
section.company-info-section.offer-section .elementor-container {
  max-width: 52%;
  margin: 0 auto;
}
div.wd-btn-arrow:after {
  font-size: 34px;
  color: #000;
}
div.wd-owl .owl-nav>div {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: visible;
}
section.home-guitar-brand-row-two .elementor-container,
section.kamaka-overview-section .elementor-container,
section.home-guitar-brand-row-two .elementor-container {
  max-width: 65% !important;
  /* max-width: 100% !important; */
  margin: 0 auto !important;
}
section.kamaka-overview-section .elementor-container {
  /* max-width: 100% !important; */
}
section.kamaka-our-gallary-section .elementor-container {
  max-width: 100% !important;
}
section.kamaka-our-gallary-section.kamaka-our-video-section .elementor-container {
  max-width: 80% !important;
  margin: 0 auto !important;
}
section.kamaka-overview-section .elementor-container .elementor-column>.elementor-widget-wrap,
section.home-guitar-brand-row-two .elementor-container .elementor-column>.elementor-widget-wrap {
  margin-left: 0;
}
section.home-guitar-brand-row-two.best-seller-section .text-left img,
.product-first-section.product-list .text-left img {
  margin-left: 0;
  width: 100%;
}
.product-first-section.product-list.elementor-element.elementor-element-15b7395a {
  padding: 0;
}
section.product-first-section.product-list .elementor-container {
  margin-left: 18% !important;
}
.home-guitar-brand-row-two.best-seller-section .elementor-container .elementor-column a {
  position: relative;
}
.home-guitar-brand-row-two.best-seller-section .elementor-container .elementor-column a::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url("../images/HA-view-more-right-arrow.png") no-repeat center;
  background-size: cover;
}
.home-guitar-video-section .elementor-container {
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.home-guitar-video-section .elementor-container .elementor-column {
  width: calc(100% / 3 - 15px);
}
.woocommerce-shop.wd-header-overlap .title-size-default {
  height: 417px;
  padding-top: 220px;
}
.woocommerce-shop.wd-header-overlap .title-size-default .title {
  font-size: 50px;
}
.woocommerce-shop.wd-header-overlap .shop-page-title-first {
  position: absolute;
  top: 70%;
}
.woocommerce-shop.wd-header-overlap .shop-page-title-first a,
.woocommerce-shop.wd-header-overlap .shop-page-title-first span {
  color: #fff;
  text-align: center;
  font-family: var(--font-jost);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.product-inner-section-last .wd-owl.owl-drag .owl-item,
.products-page-product-section .products .product-grid-item .product-wrapper {
  transition: all 0.3s ease-in-out;
}
.product-inner-section-last .wd-owl.owl-drag .owl-item:hover,
.products-page-product-section .products .product-grid-item .product-wrapper:hover {
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(187, 187, 187, 0.2);
  padding: 13px;
}
p.wd-empty-page:before {
  content: "";
  position: relative;
  left: 34%;
  background: url(../images/HA-CompareList.png) no-repeat center;
  background-size: contain;
  width: 330px;
  height: 335px;
}
div.star-rating,
div.price,
a.add_to_cart_button,
table.wd-compare-table :is(.button, .added_to_cart) {
  display: none;
}
/* div.container.artist-container, */
body.single-artist .main-page-wrapper>div.container {
  max-width: 100%;
}
body.single-artist .main-page-wrapper>div.container.artist-single-container {
  max-width: 65%;
  margin: 0 auto;
}
.artist-row .title-wrapper h4.title {
  margin-top: 100px;
  color: #f26a45;
  font-family: var(--font-jost);
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.artist-row .title-wrapper h2 {
  color: #242424;
  text-align: center;
  font-family: var(--font-play);
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.about-artist-section {
  margin-bottom: 100px;
}
.about-artist-section .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  width: 90%;
  margin: 0 auto;
}
.about-artist-section .row .column .about-text-wrapper--content h1 {
  color: #242424;
  font-family: var(--font-play);
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.about-artist-section .row .column .about-text-wrapper--content p {
  color: #777;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.about-artist-section .row .column .about-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-contact-section {
  margin-bottom: 100px;
  width: 100%;
}
.about-contact-section .row {
  width: 90%;
  margin: 0 auto;
}
.about-contact-section .row .column:first-child {
  margin-right: 100px;
}
.about-contact-section .row .column h4 {
  color: #242424;
  font-family: var(--font-play);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 26.4px */
}
.about-contact-section .row .column a {
  color: #333;
  font-family: var(--font-jost);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 16px;
}
body.single-artist .main-page-wrapper>div.container .breadcrumbs {
  margin-top: 50px;
}
.featured_slider .elementor-widget-container .slick-slide {
  margin-right: 44px;
}
.featured_slider .elementor-widget-container .slide-arrow {
  background-color: unset;
}

.featured_slider .elementor-widget-container .slick-slide:nth-child(11) {
  display: none;
}
div.wd-popup.wd-promo-popup p,
div.wd-popup.wd-promo-popup div.title-after_title,
div.wd-popup.wd-promo-popup input::placeholder {
  color: #bebebe;
}
body .mc4wp-form input[type="submit"] {
  background: #f26a45;
  border: 1px solid #f26a45;
}
body .mc4wp-form input[type="submit"]:hover {
  background: transparent;
  color: #f26a45;
}
.home-contact-us-section div.wpforms-container-full .wpforms-confirmation-container-full p {
  color: #000;
}
.compare-value a.wd-entities-title {
  font-size: 24px;
}
a.scrollToTop:after {
  color: #f26a45;
}
header div.container .whb-top-bar-inner .whb-col-right .wd-header-text:not(:first-child) {
  padding: 0;
}
div.elementor-widget-wd_single_product_rating {
  display: none;
}
body p.wd-empty-page:before {
  width: 30%;
  height: 150px;
}
body p.wd-empty-page,
.post-single-page .post-title.wd-entities-title {
  font-size: 38px;
}
body div.wd-empty-page-text,
section.products-page-product-section nav[class*="-pagination"] li,
section.products-page-product-section nav[class*="-pagination"] li span {
  font-size: 18px;
}
.article-inner .meta-post-categories.wd-post-cat.wd-style-with-bg a {
  font-size: 14px;
}
.widget-area .widget_product_categories .widget-title,
.wd-widget .widget-title {
  font-size: 22px;
}
.wd-products-per-page a.per-page-variation {
  font-size: 16px;
}
section.product-inner-section-second .wpforms-container input[type="number"] {
  text-align: left;
}
table.wd-compare-table p.stock.wd-style-default.in-stock:before {
  color: green;
}
table.wd-compare-table .wd-cross-icon>a:before {
  color: red;
}
table.wd-compare-table {
  margin-top: 50px;
  margin-bottom: 50px;
}
div.popup-quick-view .woocommerce-variation-add-to-cart,
div.wd-search-form .searchform .searchsubmit,
body.page-id-18670 aside.sidebar-container {
  display: none;
}
section.our-new-section.home-company-info-section,
section.elementor-section.elementor-element.our-new-section {
  margin-bottom: 20px !important;
}
div.wd-tools-element:is(.wd-design-2, .wd-design-5) .wd-tools-count {
  background-color: #f26a45;
}
section.wd-negative-gap.elementor-section.elementor-top-section.product-inner-section-second {
  border: unset;
}
section.wd-negative-gap.elementor-section.elementor-top-section.product-inner-section-second .wd-nav-wrapper.wd-nav-tabs-wrapper {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #1010101A;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
rs-slides rs-layer-wrap.rs-parallax-wrap {
  /* margin-top: 100px; */
}
rs-slides rs-layer-wrap.rs-parallax-wrap rs-layer img {
  /* margin-top: 100px;
  height: 600px;
  object-fit: contain; */
}
/* Responsive Start */
@media only screen and (min-width: 1921px) {
  section.home-guitar-brand-row-one .elementor-container {
    max-width: 65% !important;
    margin: 0 auto !important;
  }
  section.home-guitar-brand-row-two .elementor-container,
  section.kamaka-overview-section .elementor-container,
  section.home-guitar-brand-row-two .elementor-container {
    max-width: 65% !important;
    margin: 0 auto !important;
  }
  .blog-post-loop .entry-header figure {
    height: 300px;
  }
  .blog-post-loop .entry-header figure .post-img-wrapp,
  .blog-post-loop .entry-header figure .post-img-wrapp a,
  .blog-post-loop .entry-header figure .post-img-wrapp img {
    height: 100%;
  }
  p.wd-empty-page:before {
    left: 35%;
  }
  .kamaka-our-gallary-section .gallery-images .wd-gallery-item a,
  .kamaka-our-gallary-section .gallery-images .wd-gallery-item img {
    width: 100%;
  }
  .kamaka-overview-section .elementor-container div.elementor-widget-wd_video {
    height: 1100px;
  }
}
/* 29.7.2024 */
@media only screen and (max-width: 1800px) {
  header div.container,
  footer div.container,
  body.single-artist .main-page-wrapper>div.container.artist-single-container {
    max-width: 67%;
  }
}
/* -------------------29.7.2024 */
@media only screen and (max-width: 1680px) {
  header div.container,
  footer div.container,
  body.single-artist .main-page-wrapper>div.container.artist-single-container {
    max-width: 80%;
  }
  section.home-guitar-brand-row-two.home-guitar-grand-second .elementor-container .elementor-column:first-child .elementor-element-populated {
    margin-left: 28%;
  }
  div.elementor-6509 .elementor-element.elementor-element-76d5ac80 {
    margin-bottom: 0px;
  }
  header .whb-main-header .whb-row div.container .whb-column.whb-col-left {
    margin-left: -35px;
  }
  section.home-guitar-brand-row-two div.elementor-container,
  section.kamaka-overview-section div.elementor-container,
  section.home-guitar-brand-row-two div.elementor-container {
    max-width: 75% !important;
  }
  section.kamaka-our-gallary-section div.elementor-container {
    max-width: 100% !important;
  }
  section.kamaka-our-gallary-section.kamaka-our-video-section div.elementor-container {
    max-width: 90% !important;
  }
  body.woocommerce-shop div.container,
  body.single-product div.container {
    max-width: 85%;
  }
}
@media only screen and (max-width: 1536px) {
  footer div.container .footer-sidebar {
    /* grid-template-columns: 26% 26% 16% 16%; */
    grid-template-columns: 23% 30% 16% 16%;
    column-gap: 40px;
  }
  section.home-categories-section .category-grid-item .wd-entities-title {
    font-size: 18px;
  }
  section.company-info-section.offer-section .elementor-container {
    max-width: 75%;
  }
  section.home-guitar-brand-row-two div.elementor-container,
  section.kamaka-overview-section div.elementor-container,
  section.home-guitar-brand-row-two div.elementor-container {
    max-width: 80% !important;
  }
  section.home-guitar-brand-row-two .kamaka-our-gallary-section div.elementor-container {
    max-width: 100% !important;
  }
  section.home-guitar-brand-row-two .kamaka-our-gallary-section.kamaka-our-video-section div.elementor-container {
    max-width: 90% !important;
  }
  section.product-first-section.product-list .elementor-container {
    margin-left: 10% !important;
  }
}
@media only screen and (max-width: 1441px) {
  section.home-guitar-brand-row-two.home-guitar-grand-second .elementor-container .elementor-column:first-child .elementor-element-populated {
    margin-left: 25%;
  }
  header div.container,
  footer div.container {
    max-width: 86%;
  }
  section.company-info-section .wd-info-box .info-box-content h4.info-box-title {
    font-size: 20px;
  }
  section.company-info-section .wd-info-box .info-box-content .info-box-inner p {
    font-size: 16px;
  }
  section.home-guitar-brand-row-two div.elementor-container,
  section.kamaka-overview-section div.elementor-container,
  section.home-guitar-brand-row-two div.elementor-container {
    max-width: 85% !important;
  }
  section.kamaka-our-gallary-section .elementor-container h4.title {
    font-size: 25px !important;
  }
  section.product-first-section.product-list-section::after {
    bottom: -230px;
  }
  section.products-page-category-section {
    padding: 50px 30px;
  }
  section.products-page-product-section .elementor-container {
    gap: 40px;
  }
  .woocommerce-Tabs-panel--wb_cptb_3 div.the_wrapper {
    width: 560px !important;
    margin-right: 10px;
  }
  .woocommerce-Tabs-panel--wb_cptb_3 div.wb_cptb_content {
    justify-content: flex-start;
  }
  table.wd-compare-table td {
    flex: 1 0 33.33333%;
  }
}
@media only screen and (max-width: 1281px) {
  header div.container,
  footer div.container {
    max-width: 90%;
  }
  header div.container .whb-flex-row.whb-general-header-inner {
    align-items: center;
  }
  header div.whb-row.whb-top-bar,
  header .whb-general-header-inner .whb-visible-lg,
  header .whb-general-header-inner .whb-visible-lg.whb-col-right .wd-header-nav.wd-header-secondary-nav {
    display: none;
  }
  header .whb-general-header-inner .whb-visible-lg.whb-col-right {
    display: block !important;
    position: absolute;
    /* right: 60px; */
    right: 15%;
  }
  header .whb-general-header .whb-mobile-left.whb-hidden-lg,
  header .whb-general-header .whb-mobile-center.whb-hidden-lg,
  header .whb-general-header .whb-mobile-right.whb-hidden-lg {
    display: block;
  }
  header .whb-main-header .whb-row.whb-general-header {
    background-color: #000 !important;
  }
  header .whb-general-header .whb-mobile-right.whb-hidden-lg {
    display: flex;
    justify-content: flex-end;
  }
  header .whb-general-header .whb-mobile-right.whb-hidden-lg .wd-header-nav {
    text-align: right;
  }
  header .whb-general-header .whb-mobile-left.whb-hidden-lg .wd-tools-element>a {
    justify-content: flex-start;
  }
  rs-slide rs-layer-wrap {
    padding-left: 60px;
  }
  rs-slide rs-layer-wrap:last-child {
    padding-left: 0px;
  }
  section.home-products-section .elementor-element .elementor-widget-container div.wd-tabs {
    max-width: 80%;
    margin: 0 auto;
  }
  section.home-guitar-brand-row-one .elementor-container .elementor-column:last-child .elementor-element-populated {
    margin-left: 60px;
  }
  section.home-guitar-brand-row-two.home-guitar-grand-second .elementor-container .elementor-column:first-child .elementor-element-populated {
    margin-left: 20%;
  }
  section.home-products-section ul.wd-nav {
    row-gap: 30px;
    flex-wrap: wrap;
  }
  section.home-categories-section.elementor-section.wd-section-stretch>.elementor-container,
  section.our-new-section.elementor-section.wd-section-stretch>.elementor-container,
  section.home-contact-us-section.elementor-section.wd-section-stretch>.elementor-container {
    max-width: 80%;
    margin: 0 auto;
  }
  footer div.container aside.footer-sidebar {
    grid-template-columns: 30% 30% 16% 16%;
    column-gap: 0px;
  }
  html body p,
  html body a {
    font-size: 16px;
  }
  footer div.container aside.footer-sidebar {
    column-gap: 25px;
  }
  footer .container .footer-sidebar .footer-column .widget-title {
    font-size: 18px;
  }
  .wd-nav-mobile.wd-html-block-on .menu-item-has-block .wd-negative-gap>.elementor-container {
    flex-wrap: wrap;
    padding-left: 30px;
  }
  .wd-nav-mobile.wd-html-block-on .menu-item-has-block .wd-negative-gap>.elementor-container .elementor-column {
    width: 100% !important;
  }
  .wd-nav-mobile.wd-html-block-on .menu-item-has-block .wd-negative-gap>.elementor-container .elementor-column:first-child>.elementor-element-populated {
    margin-top: 30px;
  }
  section.product-inner-section-second .elementor-container,
  section.product-inner-section-last .elementor-container {
    max-width: 86% !important;
    margin: 0 auto !important;
  }
  section.product-inner-section-second .wd-nav.wd-style-underline-reverse,
  section.home-guitar-brand-row-two.best-seller-section .elementor-container,
  section.home-guitar-video-section .elementor-container {
    flex-wrap: wrap;
  }
  section.home-guitar-brand-row-two.best-seller-section .elementor-container,
  section.home-guitar-video-section .elementor-container {
    row-gap: 30px;
    column-gap: 20px;
  }
  section.home-guitar-brand-row-two.best-seller-section .elementor-container .elementor-column,
  section.home-guitar-video-section .elementor-container .elementor-column {
    width: 48%;
  }
  section.kamaka-overview-section div.elementor-container .elementor-widget-wrap {
    padding-bottom: 0px;
  }
  section.kamaka-our-gallary-section.kamaka-our-video-section {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  section.home-guitar-brand-row-two .kamaka-our-gallary-section.kamaka-our-video-section div.elementor-container {
    column-gap: 30px;
  }
  section.home-guitar-brand-row-two .kamaka-our-gallary-section.kamaka-our-video-section div.elementor-container>.elementor-column.elementor-col-50 {
    width: 47%;
  }

  /* div.featured_slider .elementor-widget-container .slick-slide section.artist-slider {
    width: 100% !important;
  } */
  div.featured_slider .artist-img img {
    /* width: 100%; */
    object-fit: cover;
    /* height: 422px !important; */
  }
  section.home-guitar-brand-row-two .text-left img {
    margin-left: -30px;
  }
  body.categories-accordion-on .widget_product_categories .product-categories {
    padding: 0;
  }
  body.categories-accordion-on .widget-area {
    padding-left: 20px;
  }
  section.home-products-section button.slide-arrow.next-arrow.slick-arrow svg path {
    fill: #000;
  }
  body section.products-page-category-section {
    padding-left: 0;
    padding-right: 0;
  }
  ul.products-page-category-section .wd-nav[class*="wd-style-underline"] {
    gap: 5px;
  }
}
@media only screen and (max-width: 1100px) {
  footer div.container aside.footer-sidebar {
    padding-left: 10px;
  }
  footer div.container .min-footer {
    flex-wrap: nowrap;
    display: flex;
  }
  footer div.container .min-footer>div.col-left {
    flex-basis: 50%;
    margin: 0;
  }
  .copyrights-wrapper .footer-bottom-wrapper p {
    margin: 0;
  }
  section.home-guitar-brand-row-two.home-guitar-grand-second .elementor-container .elementor-column:first-child .elementor-element-populated {
    margin-left: 10%;
  }
  section.home-counting-down-section .wd-timer>span:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 50px;
  }
  section.product-inner-section-first .elementor-container {
    flex-wrap: wrap;
  }
  section.product-inner-section-first .elementor-container .elementor-column {
    width: 100%;
  }
  section.home-guitar-video-section .elementor-container .elementor-column>.elementor-widget-wrap {
    padding: 0;
  }
  section.product-first-section.product-list-section .elementor-container .elementor-column:first-child .elementor-widget-wrap {
    padding: 0;
  }
  section.product-first-section.product-list-section {
    max-height: 900px;
  }
  section.product-first-section.product-list-section {
    max-height: unset;
    margin-bottom: 0px;
  }
  section.home-guitar-brand-row-two .brand-introduction-para .wd-text-block {
    margin: 10px 0 !important;
  }
  section.product-first-section.product-list-section::after {
    bottom: -40px;
  }
}
@media only screen and (max-width: 1025px) {
  section.product-first-section.product-list-section {
    max-height: 1000px;
  }
  section.product-first-section.product-list-section .elementor-container .elementor-column:last-child p,
  section.product-first-section.product-list-section .elementor-container .elementor-column:last-child li,
  section.product-first-section.product-list-section .elementor-container .elementor-column:last-child a,
  section.kamaka-our-gallary-section .elementor-container p {
    font-size: 16px;
  }
  .wd-header-overlap div.page-title {
    height: 400px;
    padding-top: 230px;
  }
  .page-title.wd-nav-accordion-mb-on .wd-btn-show-cat {
    display: none;
  }
  section.products-page-category-section {
    padding-left: 0 !important;
  }
  body.single-artist .main-page-wrapper>div.container.artist-single-container {
    max-width: 95%;
  }
  body p.wd-empty-page {
    font-size: 25px;
  }
}
@media only screen and (max-width: 999px) {
  header .whb-main-header .whb-row.whb-general-header {
    background-color: #000 !important;
  }
  footer div.container aside.footer-sidebar {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
  section.home-categories-section .products {
    grid-template-columns: 1fr;
  }
  section.home-categories-section .products .product:first-child {
    grid-column: 1;
    grid-row: 1;
  }
  section.home-categories-section .category-grid-item .hover-mask {
    position: relative;
    bottom: 80px;
  }
  section.product-first-section .owl-dots .owl-dot {
    width: 90px;
    height: 90px;
  }
  section.product-first-section.product-list-section {
    /* max-height: 1100px;
		margin-bottom: 100px; */
    max-height: unset;
    margin-bottom: 0px;
  }
  section.home-guitar-brand-row-two .brand-introduction-para .wd-text-block {
    margin: 10px 0 !important;
  }
  section.kamaka-overview-section .elementor-container .elementor-column>.elementor-widget-wrap,
  section.home-guitar-brand-row-two .elementor-container .elementor-column>.elementor-widget-wrap {
    padding: 0;
  }
  section.product-first-section.product-list-section .elementor-container .elementor-column:last-child {
    padding-left: 30px;
  }

  section.product-first-section.product-list-section::after {
    width: 85%;
    bottom: 0px;
    left: 8%;
  }
  section.kamaka-our-gallary-section,
  section.kamaka-our-gallary-section.kamaka-our-video-section {
    margin-bottom: 0;
  }
  section.kamaka-our-gallary-section .gallery-images .wd-gallery-item {
    flex-basis: calc(100% / 2 - 25px);
    max-width: calc(100% / 2 - 25px);
  }
  .wd-shop-result-count p.woocommerce-result-count {
    color: #000;
  }
  section.products-page-product-section .products .product-grid-item {
    margin-bottom: 50px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .woocommerce-ordering.wd-ordering-mb-icon select option {
    color: #333;
  }
  .home.offcanvas-sidebar-mobile:not(.wd-on-toolbar) .wd-sidebar-opener {
    display: none !important;
  }
  body.product-template-default.single.single-product section.elementor-section.elementor-top-section {
    margin-top: 50px !important;
  }
  /* 29.7.2024 */
  footer .container .footer-sidebar .footer-column
  {
    padding-left: 0;
    padding-right: 0;
  }
  footer div.container {
    /* padding: 0 30px; */
    padding: 0 20px;
  }
  /* ------- */
  .woocommerce-shop.wd-header-overlap .title-size-default h1.title {
    font-size: 25px;
  }
  section.home-guitar-brand-row-two .wd-text-block h4 {
    font-size: 25px;
  }
  section.product-first-section.product-list .elementor-container .elementor-column:first-child {
    margin-right: 50px;
  }
  section.product-first-section.product-list-section .elementor-container .elementor-column:first-child .elementor-widget-wrap div[class*="wd-carousel-spacing"] .owl-nav>div[class*="prev"] {
    margin-left: 60px !important;
  }
  section.product-first-section.product-list-section .elementor-container .elementor-column:first-child .elementor-widget-wrap div[class*="wd-carousel-spacing"] .owl-nav>div[class*="next"] {
    margin-right: 50px !important;
  }
  header .whb-main-header .whb-row div.container .whb-general-header-inner {
    align-items: center;
  }
  .products-page-product-section .products .product-grid-item .product-wrapper .wd-action-btn {
    display: block;
  }
  .products-page-product-section .products .product-grid-item .product-wrapper .wd-action-btn.wd-wishlist-btn,
  body.term-classical-guitars .product-header-section div.shop-page-title-first {
    display: none;
  }
  section.home-counting-down-section .timer-size-medium .wd-timer>span {
    width: calc(100% / 2 - 30px);
  }
}

@media only screen and (max-width: 767px) {
  rs-slide rs-layer-wrap {
    padding-left: 0px !important;
  }
  rs-slide rs-layer-wrap h4 {
    font-size: 20px !important;
  }
  header div.whb-general-header-inner .whb-visible-lg.whb-col-right {
    right: 20%;
  }
  section.product-inner-section-first h1.entry-title {
    font-size: 25px;
  }
  footer div.container aside.footer-sidebar {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }
  section.home-products-section .title-after_title p,
  section.home-categories-section .title-after_title p,
  section.our-new-section.home-company-info-section .title-after_title p {
    max-width: 100%;
  }
  section.home-counting-down-section .wd-timer {
    /* row-gap: 50px; */
    justify-content: center;
  }
  section.home-guitar-brand-row-one,
  section.home-guitar-brand-row-two {
    margin-top: 50px;
  }
  section.home-guitar-brand-row-one .wd-parallax-on-scroll,
  section.home-guitar-brand-row-two .wd-parallax-on-scroll {
    left: 60px !important;
  }
  section.home-guitar-brand-row-two .text-left img {
    margin-left: 0;
  }
  section.home-counting-down-section .wd-timer>span:not(:last-child) {
    margin-right: 10px;
  }
  section.home-guitar-brand-row-two.best-seller-section .elementor-container .elementor-column,
  section.home-guitar-video-section .elementor-container .elementor-column {
    width: 100%;
  }
  section.home-guitar-brand-row-two.best-seller-section .elementor-container .elementor-column {
    padding: 0;
  }
  section.home-guitar-brand-row-two div.elementor-container ul.wd-nav {
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 0;
  }
  section.home-guitar-brand-row-two .brand-introduction-para .wd-text-block {
    margin: 0 !important;
  }
  section.home-guitar-brand-row-two div.elementor-container,
  section.kamaka-overview-section div.elementor-container,
  section.home-guitar-brand-row-two div.elementor-container {
    max-width: 90% !important;
  }
  section.kamaka-overview-section .elementor-container .elementor-widget-wd_video {
    height: 400px;
  }
  section.product-first-section.product-list-section .elementor-container {
    flex-wrap: wrap;
  }
  section.product-first-section.product-list-section .elementor-container .elementor-column {
    width: 100% !important;
    max-width: 100%;
  }
  section.product-first-section.product-list-section {
    max-height: unset;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  section.product-first-section .owl-dots .owl-dot {
    width: 120px;
    height: 120px;
  }
  section.product-first-section.product-list-section::after {
    width: 85%;
    bottom: -25px;
    left: 8%;
  }
  section.product-first-section.product-list-section .elementor-container .elementor-column:last-child {
    margin-top: 50px;
  }
  section.product-first-section.product-list .elementor-container {
    max-width: 70% !important;
    flex-wrap: nowrap;
  }
  section.home-guitar-brand-row-two .elementor-container .elementor-column>.elementor-widget-wrap .wd-text-block {
    max-width: 100%;
  }
  section.product-first-section.product-list-section .elementor-container .elementor-column:last-child a {
    margin-top: 20px;
  }
  section.kamaka-our-gallary-section {
    margin-top: 60px !important;
  }
  section.home-guitar-brand-row-two .kamaka-our-gallary-section.kamaka-our-video-section div.elementor-container>.elementor-column.elementor-col-50 {
    width: 100%;
  }
  section.product-inner-section-first {
    margin-top: 200px !important;
  }
  footer .container .footer-sidebar .footer-column ul,
  footer .container .footer-sidebar .footer-column .wd-widget-collapse:not(.wd-opened-initially)>.widget-title~* {
    display: block !important;
  }
  footer .container .footer-sidebar .footer-column .wd-widget-collapse .widget-title:after {
    content: unset !important;
  }
  div.about-artist-section .row,
  div.about-contact-section {
    grid-template-columns: 1fr;
  }
  div.about-artist-section .row .column,
  div.about-contact-section .row .column {
    width: 100%;
  }
  div.about-artist-section .row .column:last-child,
  div.about-contact-section .row .column:last-child {
    margin-top: 50px;
  }
  div.artist-row .title-wrapper h2,
  div.about-artist-section .row .column .about-text-wrapper--content h1 {
    font-size: 30px;
  }
  div.about-artist-section .row .column .about-text-wrapper--content p {
    font-size: 16px;
  }
  /* div.featured_slider .elementor-widget-container .slick-slide section.artist-slider {
    width: 100% !important;
  } */
  div#featured_slider {
    margin-left: 0 !important;
  }
  body.page-id-17766 div.container {
    max-width: 100%;
  }
  div#featured_slider {
    width: 100%;
    max-width: 100%;
    min-width: unset;
  }
  div.featured_slider .elementor-widget-container .slide-arrow.prev-arrow {
    padding: 0;
  }
  div.mobile-nav .searchform input[type="text"] {
    display: none;
  }
  footer.footer-container {
    background-position: center right 0px;
  }
  .company-info-section div[class*="wd-carousel-spacing"] .owl-nav>div[class*="prev"] {
    margin-left: 50px !important;
  }
  .company-info-section div[class*="wd-carousel-spacing"] .owl-nav>div[class*="next"] {
    margin-right: 50px !important;
  }
  section.home-products-section .products button.prev-arrow {
    left: -35px;
  }
  section.home-products-section .products button.next-arrow {
    right: -40px;
  }
  /* 29.7.2024 */
  footer div.container {
    /* padding: 0 30px; */
    padding: 0 20px;
  }
  /* --------- */
  section.home-guitar-brand-row-two.best-seller-section .elementor-container .elementor-column p {
    padding: 0 20px;
  }
  .woocommerce-Tabs-panel--wb_cptb_3 .audio1_html5.whiteControllers div.songAuthorTitleInside {
    font-size: 16px;
  }
  .woocommerce-Tabs-panel--wb_cptb_3 div.the_wrapper {
    margin-bottom: 140px;
  }
  .product-inner-section-first .thumbs-position-left .thumbnails div.product-image-thumbnail {
    opacity: 1;
  }
  #Drinks_wrapper rs-arrow.uranus.tparrows {
    top: 44% !important;
  }
  section.home-counting-down-section .timer-size-medium .wd-timer>span {
    width: calc(100% / 2 - 20px);
  }
  section.home-guitar-brand-row-one .elementor-container .elementor-column:last-child div.elementor-element-populated {
    margin-left: 30px;
    padding-top: 0;
    margin-top: 0;
    padding: 0;
  }
  section.home-guitar-brand-row-one.home-guitar-brand-row-two.home-guitar-grand-third .elementor-column:last-child div.elementor-element-populated {
    margin-left: 0;
  }
  section.home-guitar-brand-row-two.home-guitar-grand-second div.elementor-container .elementor-column:first-child .elementor-element-populated {
    margin-left: 2%;
  }
  section.home-products-section button.slide-arrow.next-arrow.slick-arrow svg path {
    fill: #000;
  }
  section.home-counting-down-section .wd-timer>span:nth-child(2) {
    margin-right: 0;
  }
  section.home-categories-section.elementor-section.wd-section-stretch>.elementor-container
  /* section.our-new-section.elementor-section.wd-section-stretch>.elementor-container,
  section.home-contact-us-section.elementor-section.wd-section-stretch>.elementor-container  */
    {
    max-width: 95%;
    margin: 0 auto;
  }
  section.our-new-section.elementor-section.wd-section-stretch>.elementor-container,
  section.home-contact-us-section.elementor-section.wd-section-stretch>.elementor-container {
    max-width: 100%;
    margin: 0 auto;
  }
  .elementor-section-boxed.home-banner-section .elementor-container rs-module .rs-parallax-wrap {
    visibility: visible !important;
    display: block !important;
  }
}
@media only screen and (max-width: 490px) {
  section.home-categories-section.elementor-section.wd-section-stretch>.elementor-container,
  section.our-new-section.elementor-section.wd-section-stretch>.elementor-container,
  section.home-contact-us-section.elementor-section.wd-section-stretch>.elementor-container {
    max-width: 90%;
  }
  section.home-contact-us-section div.wpforms-container .wpforms-form .wpforms-field {
    float: unset;
    width: 100%;
    margin-left: 0;
  }
  section.our-new-section.home-company-info-section.home-contact-us-section {
    margin-bottom: 25px;
  }
  footer div.container div.min-footer {
    flex-wrap: wrap;
  }
  footer div.container div.min-footer>div.col-left {
    flex-basis: 100%;
  }
  div.copyrights-wrapper .footer-bottom-wrapper {
    flex-wrap: wrap;
  }
  div.copyrights-wrapper .footer-bottom-wrapper .footer-privacy-menu {
    display: block;
    width: 100%;
    margin: 20px 0px;
  }
  div.copyrights-wrapper .footer-bottom-wrapper p {
    text-align: center;
    display: block;
    width: 100%;
  }
  section.product-first-section.product-list .elementor-container {
    max-width: 100% !important;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  section.product-first-section.product-list .elementor-container .elementor-column {
    width: 30%;
  }
  section.product-first-section .owl-dots .owl-dot {
    width: 90px;
    height: 90px;
  }
  section.kamaka-our-gallary-section .gallery-images .wd-gallery-item {
    flex-basis: 100%;
    max-width: 100%;
  }
  .woocommerce-Tabs-panel--wb_cptb_3 div.the_wrapper {
    width: 100% !important;
  }
  .product-inner-section-second .wc-tabs-wrapper .woocommerce-Tabs-panel .wpforms-container .wpforms-field.wpforms-one-half {
    width: 100%;
    margin-left: 0;
  }
  section.product-first-section.product-list .elementor-container .elementor-column:first-child {
    margin-right: 75px;
  }
  section.products-page-product-section div.products .product-grid-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  section.product-first-section.product-list .elementor-container .elementor-column:first-child {
    max-width: 17%;
  }
  section.product-first-section.product-list .elementor-container .elementor-column {
    width: 40%;
  }
}