/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.bg-white {
  background-color: white;
}
.p-0 {
  padding: 0;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mt-4 {
  margin-top: 12px;
}
.d-flex {
  display: flex;
}
.text-center {
  text-align: center;
}
.fusion-content-tb a {
  color: var(--awb-color5);
}
.text-red {
  color: var(--awb-color3) !important;
}
#menu-yamaha-primary-menu > li:nth-child(3),
#menu-yamaha-primary-menu > li:nth-child(2) {
  position: static;
}
#menu-yamaha-primary-menu li:nth-child(3) > ul,
#menu-yamaha-primary-menu li:nth-child(2) > ul {
  width: 100%;
  left: 0 !important;
  background-color: #cfd8ef;
}
.fusion-header-v1 .fusion-menu li:nth-child(3) > ul.sub-menu:after,
.fusion-header-v1 .fusion-menu li:nth-child(2) > ul.sub-menu:after {
  content: "";
  clear: both;
  display: table;
}
.fusion-header-v1 .fusion-menu li:nth-child(3) > ul > li,
.fusion-header-v1 .fusion-menu li:nth-child(2) > ul > li {
  width: calc(100% / 7);
  float: left;
  min-height: 150px;
}
#menu-yamaha-primary-menu li:nth-child(3) > ul > li a,
#menu-yamaha-primary-menu li:nth-child(2) > ul > li a {
  border: 0;
  text-align: center;
}
#menu-yamaha-primary-menu li:nth-child(3) > ul > li a img,
#menu-yamaha-primary-menu li:nth-child(2) > ul > li a img {
  max-height: 75px;
  max-width: auto;
  padding: 0;
}
#menu-yamaha-primary-menu li:nth-child(3) > ul > li a .menu-image-title,
#menu-yamaha-primary-menu li:nth-child(2) > ul > li a .menu-image-title {
  padding: 0;
  width: 100%;
  display: block;
}
nav.fusion-main-menu {
  position: unset;
}
#menu-yamaha-primary-menu li a span {
  position: relative;
}
#menu-yamaha-primary-menu > li > a span:before {
  background-color: #0000ab;
  content: "";
  height: 4px;
  position: absolute;
  left: -calc(100% + 10px);
  bottom: -9px;
  width: 0;
  display: block;
  transition: 1s;
}
#menu-yamaha-primary-menu > li:hover > a span:before,
#menu-yamaha-primary-menu > li.current-menu-item > a span:before {
  width: calc(100% + 10px);
  transition: 1s;
  left: -5px;
}
#menu-yamaha-primary-menu
  li:nth-last-child(2):not(.sub-menu li).current-menu-item
  > a
  span:before {
  background-color: #fff;
}
@media (max-width: 992px) {
  .fusion-header-v1 .fusion-menu li:nth-child(3) > ul > li,
  .fusion-header-v1 .fusion-menu li:nth-child(2) > ul > li {
    width: calc(100% / 6);
  }
}
@media (max-width: 768px) {
  .fusion-header-v1 .fusion-menu li:nth-child(3) > ul > li,
  .fusion-header-v1 .fusion-menu li:nth-child(2) > ul > li {
    width: calc(100% / 4);
  }
}
@media (max-width: 576px) {
  .fusion-header-v1 .fusion-menu li:nth-child(3) > ul > li,
  .fusion-header-v1 .fusion-menu li:nth-child(2) > ul > li {
    width: calc(100% / 2);
  }
}
.avada-page-titlebar-wrapper {
  background: #21409a;
}
.fusion-page-title-bar {
  height: auto !important;
}
.fusion-page-title-bar h1.entry-title {
  line-height: 1.3 !important;
}
.fusion-footer h4 {
  color: var(--color1) !important;
}
.fusion-footer a:hover,
.home.page-template .panel-body.toggle-content a:hover,
.home.page-template .panel-body.toggle-content a {
  color: #fff !important;
}
/* page header css start */
.fusion-page-title-wrapper {
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center !important;
  padding: 10px 0;
}
.fusion-page-title-bar-left .fusion-page-title-secondary {
  margin-left: 0px !important;
  text-align: left;
}
/* page header css end */

/* contact page css start */
.map-iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
}
/* contact page css end */
/* about page css start */
.bordered-img {
  border-radius: 4px;
  border: 6px solid #b6cbee;
}
/* about page css end */
.nf-response-msg {
  background-color: #33995c;
  color: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
}
#nf-form-2-cont .nf-response-msg {
  display: none !important;
}
.nf-response-msg p {
  margin: 0;
}
.nf-form-content label:not(.nf-form-content .checkbox-container label) {
  display: none !important;
  margin: 0 !important;
}
.nf-form-content .checkbox-container label {
  font-weight: 400;
  font-size: 16px;
}
nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
nf-fields-wrap nf-field {
  width: 100%;
}
.nf-before-form-content {
  display: none;
}
@media (min-width: 1024px) {
  .two-col-form nf-fields-wrap nf-field,
  #nf-form-5-cont nf-fields-wrap nf-field {
    width: 48%;
  }
}
.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
  background-color: #21409a !important;
}
.nf-form-content button:hover,
.nf-form-content input[type="button"]:hover,
.nf-form-content input[type="submit"]:hover {
  background-color: #cfd8ef !important;
  color: #21409a !important;
}
.blue-streak .nf-form-content button .nf-form-content input[type="button"] {
  background-color: #000000 !important;
}

/* network page style start */
/* sunder css  */
/* cpm css  */

:root {
  --primary-blue: #21409a;
}
.list-network-item.hide {
  display: none;
}

.branches-section .yamaha_tab_content select,
.branches-section .yamaha_tab_content input {
  width: 100%;
  border-color: #d2d2d2;
  padding: 10px;
}
.branches-section .yamaha_tab_content h4 {
  font-size: 14px;
  color: #21409a;
  margin-bottom: 10px;
}
.branches-section .yamaha_tab_content {
  padding-top: 50px;
}
.branches-section .yamaha_tab_content .branch_atm_wrap {
  padding-top: 0px;
  display: flex;
  flex-wrap: wrap;
}
.branches-section .yamaha_tab_content .bran_atm_box {
  padding: 15px 20px;
  background-color: var(--awb-color2);
  height: 100%;
  word-wrap: break-word;
  border-radius: 4px;
}
.branches-section .yamaha_tab_content .list-network-item {
  margin-top: 30px;
}
.branches-section .yamaha_tab_content i {
  color: #21409a;
  margin-right: 8px;
  font-size: 20px;
}
.branches-section .container,
.branches-section {
  width: 100%;
}
.branches-section .yamaha_tab_content .form-group {
  margin-top: 20px;
}
.branch_atm_wrap i.fa-brands {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .branches-section .yamaha_tab_content .list-network-item,
  .branches-section .yamaha_tab_content .form-group {
    padding: 0px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .col-sm-6.list-network-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .branches-section .yamaha_tab_content .list-network-item,
  .branches-section .yamaha_tab_content .form-group {
    padding: 0px;
  }
}

/* network page style end */
/* home page style start */
.home-post-wrap:before {
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 394px;
  position: absolute;
  background: var(--awb-color6);
}
h4.fusion-carousel-title.product-title {
  font-size: 20px;
}
.fusion-accordian .panel-body {
  padding: 15px !important;
  background-color: rgb(0 0 0 / 8%);
  border-radius: 10px;
}
.ym_home_banner .video-wrapper {
  padding-bottom: 45%;
}
.ym_home_banner video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: contain !important;
}
.nav-tabs a {
  padding: 10px 30px !important;
  border-radius: 30px !important;
  margin: 0 5px !important;
}
.nav-tabs a h5 {
  font-size: 18px !important;
}
.nav-tabs li.active a {
  border-color: var(--awb-color6) !important;
  background-color: var(--awb-color6) !important;
}
.nav-tabs li.active a h5 {
  color: #fff !important;
}
.ym_home_blogs {
  height: 100% !important;
}
#ym-home-blogs img {
  height: 225px;
}
.ym-home_featured_products img {
  max-height: 110px;
  width: auto;
}
#ym_home_events .swiper-slide .fusion-carousel-item-wrapper {
  background-color: #fff;
}
#ym_home_events .fusion-portfolio-carousel {
  margin-bottom: 0;
}
#ym_home_events .swiper-slide .fusion-carousel-item-wrapper h4,
#ym_home_events
  .swiper-slide
  .fusion-carousel-item-wrapper
  .fusion-carousel-meta {
  /* padding: 0px 20px; */
  margin: 0;
}
#ym_home_events .swiper-slide .fusion-carousel-item-wrapper h4 {
  padding: 20px 20px 10px 20px;
}
#ym_home_events
  .swiper-slide
  .fusion-carousel-item-wrapper
  .fusion-carousel-meta {
  padding: 0 20px 20px 20px;
}
#ym_home_events .fusion-image-wrapper img {
  height: 244px;
}

#ym_home_events .swiper-wrapper {
  height: 100% !important;
}
#ym_home_events .swiper-wrapper .swiper-slide {
  height: 100%;
}
#ym_home_events .swiper-wrapper .swiper-slide img {
  height: 244px;
  object-fit: cover;
}
.fusion-post-cards .post-card p a,
.fusion-portfolio-wrapper .fusion-post-content p a,
.fusion-blog-shortcode .fusion-post-content-container p a {
  display: block;
  font-weight: 700;
  margin-top: 5px;
  width: 100px;
  color: var(--awb-color5);
}
.complete-view-heading {
  color: var(--primary-blue) !important;
  text-align: center;
}
.complete-view-section {
  margin-top: 30px;
}
/* home page style end */
/* single post style start */
.single-related-posts h4.fusion-carousel-title {
  font-size: 18px;
}
.single-related-posts .fusion-carousel-meta > span:not(:first-child) {
  display: none;
}
a.fusion-read-more {
  font-weight: 700;
  color: var(--awb-color5);
}
.fusion-post-content.post-content .fusion-content-sep.sep-none {
  display: none;
}

/* single post style end */
/* product category style start */
.fusion-woo-product-design-clean .products .product .product-title,
.fusion-woo-product-design-clean .slides .product .product-title {
  font-style: normal !important;
  font-size: 20px !important;
}
.cart-loading {
  display: none !important;
}
.fusion-clean-product-image-wrapper {
  position: relative;
  padding: 15px 15px 0 15px;
}
/* product category style end */
/* archive products page */
.products-ym .catalog-ordering {
  margin-top: 20px;
}
.products-ym ul.products .fusion-product-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.products-ym ul.products .fusion-product-wrapper img {
  width: 400px;
  object-fit: cover;
}

/* Product page woocommerce style */
.ym-single-product#ym_single_product_page h2.product_title {
  font-size: 42px !important;
}
.d-none {
  display: none;
}
.one-page-nav {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.single-product #main {
  background-color: #e7ecfc !important;
}
.ym-single-features .feature-slider-wrap h2 {
  text-align: center;
  color: var(--primary-blue);
}
.product-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-slider-wrap .feature-content .feature-contents-desc h4 {
  padding: 0;
  border-bottom: 1px solid #d2c8c8;
  padding-bottom: 20px;
}
.feature-slider-wrap .feature-content h4 {
  padding: 40px 20px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
#ym_product_feature_list ul.slick-dots {
  list-style-type: none;
  display: flex;
  gap: 4px;
  padding: 0;
  margin: auto;
  margin-top: 20px;
}
#ym_product_feature_list {
  margin-top: 40px;
}
#ym_product_feature_list ul.slick-dots li button {
  background-color: transparent;
  border: 2px solid var(--primary-blue);
  color: transparent;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#ym_product_feature_list ul.slick-dots li.slick-active button {
  background-color: var(--primary-blue);
}
/* product features */
#ym_product_feature_list li .fusion-column-wrapper {
  background-color: #fff;
}
#ym_product_feature_list li .fusion-title,
#ym_product_feature_list li .fusion-text {
  padding: 20px;
  height: auto;
}
#ym_product_feature_list li .fusion-text {
  border-top: 1px solid #d9d9d9;
}
#ym_product_feature_list .slick-slider .slick-arrow {
  background-color: transparent;
  border: transparent;
  color: transparent;
}
#ym_product_feature_list .slick-slider .slick-arrow::before {
  content: "\f054";
  font-family: "FontAwesome";
  color: var(--primary-blue);
  font-size: 20px;
  position: absolute;
  top: 22%;
  z-index: 999;
  background: #fff;
  padding: 5px 5px 1px 8px;
  border-radius: 50%;
}
#ym_product_feature_list .slick-slider .slick-next::before {
  right: 5px;
}
#ym_product_feature_list .slick-slider .slick-prev::before {
  transform: rotate(180deg);
}
/*  overview section */
.ym-single-overview {
  background-color: #fff;
  padding: 40px;
  border-top: 8px solid var(--primary-blue);
}
.ym-single-overview .product-detail-title h1 {
  font-size: 42px;
}
.ym-single-overview .product-detail-title p {
  color: #818181;
}
.ym_variation_products_contents .product-slide-nav {    
position: relative;
}
.ym_variation_products_contents .product-slide-nav>div {
    padding-bottom: 40px;
}
.color-selector~span {
    display: none;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 250px;
    font-weight: bold;
}
.color-selector.active~span {
    display: block;
}
/* spec tabs */
#spec-tabs .card {
  display: none;
}
#spec-tabs .card.show-content {
  display: block;
}
.spec-tabs-header {
  display: flex;
  gap: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0dede;
}

#spec-tabs .spec-tabs-header h5 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
}
#spec-tabs .spec-tabs-header h5.active-tab {
  color: var(--primary-blue);
  border-bottom: 2px solid;
  padding-bottom: 30px;
}
.spec-wrapper h2 {
  text-align: center;
  color: var(--primary-blue) !important;
  font-size: 30px;
}
#spec-tabs {
  margin-top: 40px;
}
#spec-tabs tr {
  text-align: justify;
}
#spec-tabs th,
#spec-tabs td {
  border-top: transparent;
  vertical-align: middle;
}
#spec-tabs th {
  width: 22%;
}
#spec-tabs tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
div.ym-compare-btn {
  background-color: var(--primary-blue);
  padding: 12px 20px;
  width: fit-content;
}
.ym-compare-btn a,
.ym-compare-btn a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  #wr360_view01 {
    height: 350px !important;
  }
}
/* enquiry form, */

#ym-product-enquiry-form nf-field:nth-last-child(-n + 3) {
  width: 100%;
}
#ym-product-enquiry-form nf-fields-wrap {
  gap: 10px 20px;
}
#ym-product-enquiry-form .nf-form-content .list-select-wrap > div div:after {
  color: var(--primary-blue);
}
.ym_product_page_nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.ym_product_page_nav li a {
  color: #fff;
}
/* #faq {
  z-index: 9999;
} */
@media screen and (max-width: 767px) {
  #ym-home-blogs .post-card.swiper-slide {
    width: 100% !important;
  }
}

#menu-yamaha-primary-menu li:nth-last-child(2):not(.sub-menu li) {
  transform: skewX(-30deg);
  background-color: #0000ab;
}

#menu-yamaha-primary-menu {
  padding-left: 30px;
}
#menu-yamaha-primary-menu li:nth-last-child(1):not(.sub-menu li),
#menu-yamaha-primary-menu li.current-menu-item a,
#menu-yamaha-primary-menu li.current-menu-parent a {
  background-color: #0000ab;
}
#menu-yamaha-primary-menu li.current-menu-item a:hover {
  color: inherit;
}
#menu-yamaha-primary-menu li:nth-last-child(1) span:not(.sub-menu li span) {
  color: #fff;
}
#menu-yamaha-primary-menu li:nth-last-child(1):not(.sub-menu li) {
  padding-right: 10px;
  padding-left: 20px;
}
#menu-yamaha-primary-menu li:nth-last-child(2):not(.sub-menu li) {
  margin-right: -1.6rem;
  z-index: 999;
}
#menu-yamaha-primary-menu
  li.current-menu-parent
  a:not(#menu-yamaha-primary-menu li:nth-last-child(1)):not(
    #menu-yamaha-primary-menu li:nth-last-child(2) .sub-menu li span
  ),
#menu-yamaha-primary-menu
  li.current-menu-item
  a:not(#menu-yamaha-primary-menu li:nth-last-child(1)):not(
    #menu-yamaha-primary-menu li:nth-last-child(2) .sub-menu li span
  ) {
  background-color: #fff;
  color: var(--primary-blue);
}
#menu-yamaha-primary-menu li:nth-last-child(1) a:not(.sub-menu li a),
#menu-yamaha-primary-menu li:nth-last-child(2) a:not(.sub-menu li a) {
  background-color: #0000ab !important;
}

#menu-yamaha-primary-menu li:nth-last-child(2) span:not(.sub-menu li span) {
  color: #fff;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}
#menu-yamaha-primary-menu li:nth-last-child(2) ul.sub-menu {
  transform: skewX(30deg);
}
#menu-yamaha-primary-menu li:nth-last-child(2):not(.sub-menu li) {
  border-right: 2px solid #fff;
}

#menu-yamaha-primary-menu li:hover a {
  background-color: transparent !important;
  color: var(--primary-blue);
}
body:not(.avada-has-mainmenu-dropdown-divider)
  .fusion-main-menu
  .fusion-dropdown-menu
  .sub-menu
  li
  a:hover {
  font-weight: 600;
}
/* breadcrumb */
/* .ym-product-breadcrumb {
  position: absolute;
  z-index: 9099;
  top: 20px;
  font-size: 18px !important;
  font-weight: 500;
} */

a.ym-desktop-youtube-video {
  width: 100%;
  margin: auto;
}
i.fa-youtube {
  font-family: "Font Awesome 5 Brands";
}
.product-reviews-videos .slick-slide a,
a.ym-desktop-youtube-video {
  position: relative;
}
.product-reviews-videos .slick-slide img.youtube-icon,
a.ym-desktop-youtube-video img.youtube-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.ym-desktop-youtube-video img {
  width: 100%;
  height: 800px;
  object-fit: contain;
}
.product-reviews-videos .slick-slide img {
  height: 350px;
  width: 100%;
}

.product-reviews-videos .slick-current img {
  height: 500px;
  object-fit: cover;
}
.product-reviews-videos .slick-track {
  display: flex;
  gap: 10px;
  align-items: center;
  height: auto;
}
.product-reviews-videos .slick-slide {
  height: 350px;
}
.product-reviews-videos .slick-current {
  height: 500px;
}
.product-reviews-videos button.slick-arrow {
  background-color: transparent;
  color: transparent;
  border: transparent;
  position: absolute;
  top: 50%;
}
.product-reviews-videos button.slick-arrow::before {
  content: "\f053";
  font-family: "FontAwesome";
  color: var(--primary-blue);
  font-size: 18px;
  background-color: #fff;
  padding: 7px 10px 5px 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 99;
  cursor: pointer;
}
.product-reviews-videos button.slick-next::before {
  right: 140px;
  transform: rotate(180deg);
}
.product-reviews-videos button.slick-next {
  right: 0;
}
.product-reviews-videos button.slick-prev::before {
  left: 140px;
}
.product-reviews-videos button.slick-prev {
  left: 0;
}
#ym-product-mob-gallery .awb-swiper-button {
  background-color: transparent;
}
#ym-product-mob-gallery .awb-swiper-button i::before {
  color: #fff;
  font-size: 36px;
}
@media screen and (min-width: 767px) {
  header .fusion-header {
    padding: 0;
    border-bottom: 8px solid #0000ab !important;
  }
  #ym-product-enquiry-form nf-field {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .product-reviews-videos button.slick-next::before {
    right: 15px;
  }
  .product-reviews-videos button.slick-prev::before {
    left: 15px;
  }
  .product-reviews-videos .slick-track {
    display: block;
  }
  .product-reviews-videos .ytp-cued-thumbnail-overlay-image {
    background-size: contain;
  }

  .ym_product_page_nav {
    position: fixed !important;
    top: 35% !important;
    right: 50px;
    right: 30px;
    z-index: 9999 !important;
    width: 20px;
    background-color: transparent;
    padding: 0 !important;
  }

  .ym_product_page_nav ul {
    flex-direction: column;
    gap: 5px;
    padding: 0;
  }
  .ym_product_page_nav .fusion-layout-column:hover,
  .ym_product_page_nav .fusion-column-wrapper:hover,
  .ym_product_page_nav .fusion-layout-column {
    background-color: transparent;
    --awb-bg-color-hover: transparent !important;
    --awb-bg-color: transparent !important;
  }
  .ym_product_page_nav ul li a {
    color: transparent;
  }
  .ym_product_page_nav ul li a span {
    display: none;
  }
  .ym_product_page_nav ul li:hover a span:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ed1c24;
    border-width: 8px;
    margin-top: -8px;
  }
  .ym_product_page_nav ul li:hover a span {
    display: block;
    position: absolute;
    white-space: nowrap;
    right: 28px;
    background-color: #ed1c24;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    top: 3px;
  }
  .ym_product_page_nav ul li {
    height: 20px;
  }
  .ym_product_page_nav ul li a::before {
    content: "\f111";
    font-family: "FontAwesome";
    color: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    color: var(--primary-blue);
    padding: 0px 1px;
    background-color: #fff;
    font-size: 12px;
  }
  .ym_product_page_nav.fusion-sticky-container {
    background-color: transparent !important;
  }
  .ym_product_page_nav ul li.active a::before {
    color: red;
  }
  .product-specs-bigger {
    display: none;
  }
  #ym_product_feature_list li .fusion-text {
    border-top: 1px solid #d9d9d9;
  }
  #ym_product_feature_list ul.one-page-nav li:hover span {
    display: block;
    position: absolute;
    white-space: nowrap;
    right: 28px;
    background-color: #ed1c24;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  .product-specs-mob {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  /* .ym-home_featured_products .swiper-wrapper .swiper-slide {
    width: 100% !important;
  } */
  .ym-home_featured_products img {
    max-height: 90px;
    width: auto;
  }
  #ym_home_events .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  #ym_home_events .swiper-wrapper .swiper-slide img {
    height: 268px;
  }
}
/* mobile specs design */
.product-specs-mob a.card-link::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  color: inherit;
  font-size: 24px;
}
.product-specs-mob a.card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-specs-mob .collapse {
  display: none;
}
.product-specs-mob .show-data .collapse.in {
  display: block;
}
.product-specs-mob .collapse.in {
  display: none;
}
.product-specs-mob .spec-wrapper a.btn {
  background-color: var(--primary-blue);
  color: #fff;
  padding: 10px 20px;
}
.product-specs-mob table th {
  padding-left: 10px !important;
  text-align: left;
}
.product-specs-mob#specification-mob table tr > td {
  vertical-align: middle;
}
.product-specs-mob#specification-mob tr th {
  width: 40%;
}

@media screen and (min-width: 767px) {
  #ym_product_feature_list .slick-slide {
    background-color: #fff;
    height: auto;
    border-bottom: 4px solid var(--primary-blue);
    position: relative;
    margin-right: 30px;
  }
  #ym_product_feature_list .slick-track {
    display: flex;
  }
  #ym_product_feature_list .slick-slide img,
  #ym_product_feature_list .fusion-image-element span {
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding: 10px;
  }
  #ym_product_feature_list .fusion-text,
  #ym_product_feature_list .ym_features_title_second {
    display: none;
    top: 0;
    left: 0;
    background: lch(100 0 0 / 0.95);
    height: 100%;
    width: 100%;
    padding: 20px;
    z-index: 99;
    margin: 0;
  }
  #ym_product_feature_list .fusion-text {
    /* top: 80px; */
    border-top: 1px solid #d9d9d9;
    padding: 20px;
  }
  #ym_product_feature_list .ym_features_title_second {
    padding: 20px;
  }
}

/* Home page sticky content popup banner */
.ym_home_banner {
  z-index: 9999 !important;
}
.ym_home_banner a.fusion-button {
  position: fixed;
  right: 0;
  top: 38.5%;
  border-radius: 30px 0 0 30px;
  padding: 10px 10px 10px 20px;
  background-color: #2f62f8;
  z-index: 9999;
}

.ym_home_banner ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  position: fixed;
  top: 35%;
  right: -250px;
  background: #2f62f8;
  padding: 30px;
  transition: all 0.5s ease;
  border-radius: 10px;
}

.ym_home_banner ul.open {
  right: 10px;
}
.ym_home_banner ul li:first-child,
.ym_home_banner ul li:nth-child(2) {
  background-color: #fff;
  color: var(--primary-blue);
  padding: 10px 20px;
  width: fit-content;
}
i.rotated {
  transform: rotate(180deg);
}

/* product page stikcy */
.product-download-brochure {
  position: fixed !important;
  right: 75px;
  bottom: 20px;
  z-index: 9999 !important;
}
.product-download-brochure a.fusion-button .fusion-button-text {
  display: none;
}
.product-download-brochure a.fusion-button:hover .fusion-button-text {
  display: block;
  margin-left: 5px;
  transition: 0.3s ease;
}
.product-download-brochure a.fusion-button {
  padding: 15px;
  border-radius: 0;
}

.product-download-brochure a.fusion-button i {
  margin-right: 0;
}
/* compare page */
.ym_compare_container {
  width: 100%;
}
.ym_compare_row .top-info {
  height: 280px;
  line-height: 16px;
  padding: 15px 20px;
  font-weight: 600;
}
.ym_compare_row .top-info select {
  font-size: 14px;
}
.ym_compare_row .compare-carousel h5 {
  color: var(--primary-blue);
}
.ym_compare_row .features-list {
  margin-bottom: 0;
}
.ym_compare_row .features-list li {
  overflow: hidden;
  line-height: 1.5;
  padding: 15px 20px;
  min-height: 85px;
  display: flex;
  align-items: center;
}

.ym_compare_row .top-info img {
  max-height: 140px;
  margin: 10px auto;
  width: 150px;
}
.ym_compare_row .compare-carousel .slick-slide {
  border-top: 1px solid #e6e6e6;
}
.compare-carousel .slick-slide:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.ym_compare_row .compare-carousel .slick-prev,
.ym_compare_row .compare-carousel .slick-next {
  top: 15px;
  z-index: 10;
  opacity: 1;
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: none;
  background-color: #e7e7e7;
  color: var(--awb-color6);
  position: absolute;
  padding: 0;
  border: 1px solid var(--awb-color6);
}
.ym_compare_row .compare-carousel .slick-prev:before,
.ym_compare_row .compare-carousel .slick-next:before {
  color: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 30px !important;
  font-size: 22px;
  text-align: center;
}
.ym_compare_row .compare-carousel .slick-prev {
  left: 20px;
  right: auto;
}
.ym_compare_row .compare-carousel .slick-prev:before {
  content: "\f104";
}
.ym_compare_row .compare-carousel .slick-next {
  right: 20px;
  left: auto;
}
.ym_compare_row .compare-carousel .slick-next:before {
  content: "\f105";
}
.ym_compare_row ul.features-list {
  margin-top: 30px;
  padding-left: 0;
}
.ym_compare_row .features-title li {
  font-weight: 600;
}
.ym_compare_row .compare-carousel .compare-first,
.ym_compare_row .compare-carousel .compare-main {
  /*   flex-basis: 33%; */
  border: 1px solid #eceef0;
}
.ym_compare_row .compare-carousel select {
  width: 100%;
  border: 2px solid var(--primary-blue);
}
.ym_compare_row .features-title {
  border: 1px solid #eceef0;
}
.ym_compare_row .features-title ul li:nth-child(even),
.ym_compare_row .compare-carousel ul li:nth-child(even) {
  background-color: #f7f7f7;
}
.ym_compare_row .ajax-top {
  text-align: center;
}
.ym_compare_row {
  margin: 40px 0;
}
.ym_compare_row {
  display: flex;
  flex-wrap: wrap;
}
.ym_compare_row .col-left {
  width: 150px;
}
.ym_compare_row .col-right {
  width: calc(100% - 150px);
}
@media (min-width: 768px) {
  .ym_compare_row .col-left {
    width: 250px;
  }
  .ym_compare_row .col-right {
    width: calc(100% - 250px);
  }
}
/* variation product style */
.ym_variation_products .ym_variation_products_contents .d-flex {
  flex-direction: column;
}
.ym_variation_products .ym_variation_products_contents .amount span {
  margin-right: 4px;
  font-size: 0;
}
.ym_variation_products .ym_variation_products_contents .amount span::before {
  content: "Rs.";
  font-size: 24px;
}
.ym_variation_products_contents .product-slide-nav {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ym_variation_products_contents .amount bdi {
  color: var(--primary-blue);
}
.ym_variation_products_contents .subtitle {
  color: #818181;
}
#overview .ym_variation_products_contents p {
  margin-top: 15px;
}
.ym_variation_products {
  background-color: #fff;
  padding: 40px;
  margin-top: -80px;
  border-top: 8px solid var(--primary-blue);
}
.ym_variation_product_image>div {
  border: 1px solid #dbdbdb;
  padding: 30px;
}
.ym_variation_product_image img:not(.color-image.active) {
  position: absolute;
  max-width: 400px;
  width: 0;
}
.ym_variation_products .row {
  display: flex;
  gap: 40px;
  padding: 30px;
}
.color-selector {
  width: 24px;
  height: 24px;
  outline: 1px solid #dedede;
  border-radius: 50%;
  cursor: pointer;
}
.color-selector.active {
  width: 34px;
  height: 34px;
  border: 5px solid #fff;
}
.product-slide-nav .slick-slide.slick-current.slick-center .color-selector {
  border-color: #ff7e83;
}
.product-detail-title {
display: none;
}
.ym_variation_product_image {
    flex-direction: column;
}
@media (min-width: 992px) {
#overview-product>div .mobile-title {
display: none;
}
.product-detail-title {
display: block;
}

}

/* filter style */
.fusion-filters {
  margin-bottom: 30px !important;
}
.fusion-filters,
.fusion-filters li a {
  border: 0 !important;
}
.fusion-filters li {
  margin: 0 8px 8px 0;
}
.fusion-filters li a {
  color: var(--primary_color);
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #ededed;
}
.fusion-filters li.fusion-active a {
  background-color: var(--primary_color);
  color: var(--awb-color1) !important;
}

@media screen and (max-width: 1024px) {
  /* nav menu mobile */
  #mobile-menu-yamaha-primary-menu .motorcycle ul.sub-menu,
  #mobile-menu-yamaha-primary-menu .scooter ul.sub-menu {
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 20px 0;
  }

  #mobile-menu-yamaha-primary-menu li a {
    border: transparent;
  }
  #mobile-menu-yamaha-primary-menu .motorcycle ul.sub-menu li,
  #mobile-menu-yamaha-primary-menu .scooter ul.sub-menu li {
    width: 50%;
  }
  #mobile-menu-yamaha-primary-menu .motorcycle ul.sub-menu li img,
  #mobile-menu-yamaha-primary-menu .scooter ul.sub-menu li img {
    height: 90px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }
  #mobile-menu-yamaha-primary-menu ul.sub-menu li a {
    height: auto;
    border: transparent;
  }
  #mobile-menu-yamaha-primary-menu ul.sub-menu li a:hover {
    color: inherit;
  }
  #mobile-menu-yamaha-primary-menu ul.sub-menu li a span {
    text-align: center;
  }
  #mobile-menu-yamaha-primary-menu ul.sub-menu li a::before {
    display: none;
  }
  #mobile-menu-yamaha-primary-menu > li > a > span {
    color: var(--primary-blue);
  }
}
@media screen and (max-width: 991px) {
  .ym_variation_products .row {
    flex-direction: column;
  }
  .ym_variation_products.container {
    width: 100%;
    max-width: 750px;
  }
}
@media (max-width: 768px) {
  #features .fusion-post-cards .fusion-grid-column {
    width: calc(100vw - 19px) !important;
    height: auto;
    border-bottom: 5px solid var(--primary-blue);
  }
  #features .slick-track {
    display: flex;
  }
  #features .fusion-post-cards .fusion-grid-column .fusion-imageframe {
    width: 100%;
  }
  #features .fusion-post-cards .fusion-grid-column img {
    height: 300px;
    object-fit: cover;
    width: 100%;
  }
  #features .ym_features_title_second {
    display: none !important;
  }
  .ym_compare_row .top-info {
    padding: 5px;
  }
  .ym_compare_row .features-list li {
    padding: 10px 5px;
    font-size: 12px;
  }
  .ym_compare_row .top-info {
    height: 250px;
    padding: 60px 10px 10px;
  }
  .ym_compare_row .top-info h6,
  .ym_compare_row .top-info h3 {
    font-size: 12px;
  }
  .ym_compare_row .top-info select.form-control {
    font-size: 12px;
  }
  .ym_compare_row .top-info .form-group {
    font-size: 12px;
    padding: 0 5px;
  }
  /* .ym_variation_product_image {
    height: 400px;
  } */
  .ym_variation_products .row {
    padding: 10px;
    gap: 10px;
  }
  .ym_variation_products {
    padding: 20px;
  }
  .product-download-brochure {
    right: 5px;
    bottom: 0;
  }
  /* products archive page */
  ul.products li.product {
    width: 50% !important;
    padding: 0;
  }
  #mobile-menu-yamaha-primary-menu .fusion-mobile-current-nav-item > a {
    color: #21409a;
  }
}
@media screen and (max-width: 640px) {
  a.ym-desktop-youtube-video {
    display: none !important;
  }
}
table {
  width: 100%;
  margin-bottom: 15px;
}
table > thead {
  background-color: var(--awb-color6);
  color: var(--awb-color1);
  text-align: left;
}
table > tbody > tr > td,
table > tfoot > tr > td,
table > thead > tr > th {
  padding: 10px 20px;
}
tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
html {
  scroll-behavior: smooth;
}

html.slow-scroll body {
  animation: scroll 3s ease-out forwards;
}
/* products archive page */
ul.products li.product .fusion-product-wrapper {
  border: transparent;
}
.fusion-clean-product-image-wrapper {
  position: relative;
}

.second-product-image {
  position: absolute;
  top: 0px;
  left: 10px;
  opacity: 0;
  transition: opacity 0.2s linear;
  pointer-events: none;
}
@media (min-width: 992px) {
ul.products .fusion-clean-product-image-wrapper:hover .wp-post-image {
  opacity: 0;
}

ul.products .fusion-clean-product-image-wrapper:hover ~ .second-product-image {
  opacity: 1;
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

ul.products .fusion-clean-product-image-wrapper:hover .wp-post-image {
  opacity: 0;
  animation: slideOutRight 0.4s forwards;
}

ul.products .fusion-clean-product-image-wrapper:hover .second-product-image {
  opacity: 1;
  animation: slideInLeft 0.4s forwards;
}

ul.products .fusion-clean-product-image-wrapper:not(:hover) .wp-post-image {
  opacity: 1;
  animation: slideInRight 0.4s forwards;
}

ul.products
  .fusion-clean-product-image-wrapper:not(:hover)
  .second-product-image {
  opacity: 0;
  animation: slideOutLeft 0.4s forwards;
}
}
/* event detail css start */
.event-list .content-wrapper-background {
  padding: 0 !important;
  text-align: left !important;
  margin-bottom: 15px;
}
.event-list h5.content-box-heading {
  text-align: left;
  padding: 0 20px !important;
}
.event-list .content-wrapper-background {
  padding: 0 !important;
  text-align: left !important;
}
.event-detail .heading.heading-with-icon.icon-left {
  margin-bottom: 5px;
}
.event-list .content-wrapper-background a.fusion-read-more {
  margin: 0 20px 20px 20px !important;
  display: inline-block;
}
/* event detail css end */

/* one page nav */
@media (min-width: 1024px) {
  ul.one-page-nav li span {
    display: none;
  }
}
ul.one-page-nav li span {
  color: transparent;
  position: absolute;
  width: max-content;
}
ul.one-page-nav li {
  position: relative;
}
ul.one-page-nav li.active span {
  color: red;
  position: absolute;
  right: 50px;
  top: 0;
  background-color: #fff;
  padding: 2px 8px;
}
ul.one-page-nav li::before {
  content: "\f111";
  color: var(--primary-blue);
  font-family: "FontAwesome";
  display: none;
}
ul.one-page-nav li.active::before {
  color: red;
}
ul.one-page-nav li.active span::before {
  display: none;
}
.fusion-woo-product-grid .products li.product .fusion-product-wrapper {
  background-color: rgb(255 255 255) !important;
}
.fusion-product-wrapper {
  background-color: #fff !important;
}
.ym_home_banner .html5-video-player .ytp-cued-thumbnail-overlay {
  display: none !important;
  opacity: 0;
}
.ym_home_banner .banner_video video {
  display: none;
}
