@charset "utf-8";
/**Header Argento Grid**/
.page-header {
  border-bottom: 3px solid #002F87;
}
.page-header .header.panel {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1260px;
  width: 100%;
}
.page-header .header.panel .switcher {
  float: left;
  margin: 0;
}
.page-header .switcher .options ul.dropdown::before, .minicart-wrapper .block-minicart::before, .page-header .block-swissup-ajaxsearch-results::before {
  background: #002F87;
}
.minicart-wrapper .action.showcart .counter.qty {
  font-size: 20px;
}
.page-header .switcher .options ul.dropdown {
  left: 0;
}
.page-header .wrapper {
  padding: 5px 15px;
}
.header.content {
  padding: 0;
}
.logo {
  margin: 10px 0 15px 0;
}
.logo img {
  height: auto !important;
  max-width: 300px;
  width: 100%;
}
/**Main Navigation/Logo/Search**/
.navpro.orientation-horizontal > ul {
  justify-content: flex-start;
  padding: 0;
}
.nav-sections .orientation-horizontal .level0 > a.level-top, .nav-sections .orientation-horizontal .level0.active > .level-top {
  border-bottom-width: 5px;
  margin-bottom: 0px;
  padding: 10px 15px;
}
.nav-sections .orientation-horizontal .level0:hover > a.level-top, .nav-sections .orientation-horizontal .level0.active > .level-top, .nav-sections .orientation-horizontal .level0.has-active > .level-top {
  border-bottom: 5px solid #002F87;
}
.page-header .block-search .input-text {
  background: rgba(0, 0, 0, .05) !important;
  border-color: #002F87;
}
@media (max-width:1185px) {
  .page-header .block-search {
    width: 235px;
  }
}
@media (max-width:1000px) {
  .page-header .block-search {
    width: 195px;
  }
  .page-header .block-search .input-text {
    font-size: 14px;
  }
}
/**Front Page**/
.home-slider {
  margin-bottom: 20px;
}
.cms-index-index .swiper-slide {
  max-width: 100%;
}
.columns .column.main {
  padding-bottom: 0;
  min-width: 100%;
}
.cms-index-index .column.main .block-title [aria-level="2"] {
  font-size: 3rem !important;
  line-height: 3rem;
  padding: 0 15px;
}
/**Product Page Customizations**/
/*Pop Up*/
.fancybox-opened {
  max-width: 750px !important;
  width: 90% !important;
}
.fancybox-inner {
  height: 100% !important;
  width: 100% !important;
}
.fancybox-inner > div:first-child {
  max-width: 100% !important;
  width: 100% !important;
}
.frame-wrap {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.frame-wrap iframe {
  border: none;
  left: 0;
  position: absolute;
  top: 0;
}
/*Page Title*/
.page-products .columns > .sidebar-main{
  display:none;
}
.page-products .page-title-wrapper {
  margin: 0;
}
.page-products .page-title-wrapper .page-title {
  margin: 0;
}
.page-title-wrapper .page-title {
  background-image: none;
}
.page-products .filter.block {
  display: none;
}
.page-layout-1column .toolbar-products {
  position: relative;
}
.page-layout-1column .columns .sidebar-additional {
  display: none;
}
.product-item .actions-secondary {
  display: none !important;
}
/*Product Info*/
.product-info-main .page-title {
  font-size: 3.5rem;
  line-height: 4rem;
}
.product-info-main .product-info-stock-sku .value {
  color: #002F87;
}
.page-products .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus), .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  background: transparent !important;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page-products .fotorama__stage:hover .fotorama__arr, .page-products .fotorama__arr:hover {
  background-color: rgba(255, 255, 255, 0);
}
.page-products .fotorama .fotorama__arr--prev .fotorama__arr__arr, .page-products .fotorama .fotorama__arr--next .fotorama__arr__arr {
  background-color: rgba(255, 255, 255, .5);
}
.page-products .fotorama__nav--thumbs {
  display: none;
}
/*Product Info Sticky*/
.product-info-sticky .name {
  font-size: 2rem;
  line-height: 2.6rem;
}
.category-cms, .category-image, .category-description {
  overflow: hidden;
}
/*Product Details*/
.product.data.items > .item.content .argento-float-photo {
  display: none;
}
.product.data.items > .item.content .desc-title {
  color: #1B4880;
  font-size: 3rem;
  /*font-style: italic;*/
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .75), 1px -1px 0 rgba(0, 0, 0, .75), -1px 1px 0 rgba(0, 0, 0, .75), 1px 1px 0 rgba(0, 0, 0, .75);
}
.product.data.items > .item.content .img-box {
  align-content: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
}
.product.data.items > .item.content .img-box a {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 0 5px;
}
.product.data.items > .item.content .img-box img {
  height: auto;
}
.product.data.items > .item.content {
  background: #fff;
}
.product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.add {
  display: inline-block;
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-actions {
  display: none !important;
}
#block-related-heading {
  display: none;
}
/*Prod Page Category Img*/
.category-image {
  margin-bottom: 0;
}
/*Prod Exploded View*/
.product-info-main .table.grouped th {
  color: #002F87;
}
.pe-qty-column .pe-qty-cell span.pe-qty-icon {
  display: none;
}
.qty-wrapper .qty-switcher-dec::before {
  background-image: url(/pub/static/version1586483635/frontend/Local/argento-force-yamaha/en_US/Pektsekye_ProductExploded/images/minus.png);
}
.qty-wrapper .qty-switcher-inc::after {
  background-image: url(/pub/static/version1586483635/frontend/Local/argento-force-yamaha/en_US/Pektsekye_ProductExploded/images/plus.png);
}
.pe-image-container span.pe-label-area {
  display: block;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  box-sizing: border-box;
}
/**Products Landing(products.html)**/
.cat-list-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, .10);
  margin: 0 auto;
  max-width: 100%;
  width: 1100px;
}
.cat-list-wrap:last-of-type {
  border-bottom: none;
}
.cat-list-wrap .easycatalogimg-grid {
  justify-content: center;
}
.cat-list-wrap .easycatalogimg-grid .item {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.cat-list-wrap .easycatalogimg .parent-category-top {
  margin: 0;
  order: 2;
}
.cat-list-wrap h3 {
  margin: 2.5rem 0 1rem;
}
#all-prod.cat-list-wrap .easycatalogimg .parent-category-top {
  display: none;
}
/*Weights(Heavy,Middle,Light)*/
.categorypath-products-heavyweight .columns, .categorypath-products-heavyweight #hvy h3, .categorypath-products-heavyweight #light.cat-list-wrap, .categorypath-products-heavyweight #mid.cat-list-wrap, .categorypath-products-middleweight .columns, .categorypath-products-middleweight #mid h3, .categorypath-products-middleweight #light.cat-list-wrap, .categorypath-products-middleweight #hvy.cat-list-wrap, .categorypath-products-lightweight .columns, .categorypath-products-lightweight #light h3, .categorypath-products-lightweight #mid.cat-list-wrap, .categorypath-products-lightweight #hvy.cat-list-wrap {
  display: none;
}
.category-products .columns, .categorypath-service .columns, .category-engine .columns {
  display: none;
}
.category-engine .category-image .image, .category-chassis .category-image .image, .category-dyno-tuning .category-image .image, .category-suspension .category-image .image {
  max-width: 25%;
}
.category-cms .col-md-6 {
  margin-top: 30px;
}
.category-engine .cust-gallery .gallery-placeholder, .category-chassis .cust-gallery .gallery-placeholder, .category-dyno-tuning .cust-gallery .gallery-placeholder, .category-suspension .cust-gallery .gallery-placeholder {
  margin: 0 auto;
}
/**Service Landing(services.html)**/
.service-list-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, .10);
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 100%;
  width: 1100px;
}
.service-list-wrap h3 {
  margin: 2.5rem 0 1rem;
}
.service-list-wrap figure {
  text-align: center;
}
.service-list-wrap figure img {
  max-width: 75%;
}
/**Contact Us**/
.contact-form-wrapper {
  width: 33.333%;
}
#contact-form {
  background: transparent;
  margin-bottom: 30px;
  min-width: auto;
  padding: 0;
}
#contact-form .legend {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
#contact-form .fieldset {
  margin: 0 0 20px;
}
#contact-form .field.name, #contact-form .field.email {
  float: none;
  width: 100%;
}
#contact-form input[type="text"], #contact-form input[type="email"] {
  height: auto;
  line-height: 1rem;
  padding: 5px;
}
/**Footer**/
.page-footer {
  background: #002F87;
  background-image: none;
  border-top: 3px solid #fff;
  color: #fff;
  font-weight: 700;
}
.page-footer .footer.content {
  padding: 15px;
}
.page-footer .secondary-logos {
  padding: 0;
}
.page-footer .secondary-logos > div {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0 0;
}
.page-footer .secondary-logos > div:first-child {
  margin-left: 0;
}
.page-footer .secondary-logos > div:last-child {
  margin-right: 0;
}
.page-footer .tertiary-logos {
  padding: 30px 0 0;
}
.page-footer .tertiary-logos > div {
  padding: 0;
}
.page-footer .footer.content a {
  border-bottom: 1px dotted #fff;
  color: #fff;
  transition: .5s ease;
}
.page-footer .footer.content a:hover {
  border-bottom: 1px dotted #ccc;
  color: #ccc;
  text-decoration: none;
}
.cust-footer {
  display: flex;
  justify-content: space-between;
}
.cf-left {
  text-align: left;
}
.cf-mid {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.footer-socials {
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer-socials a {
  margin: 5px;
}
.cf-right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
  text-align: right;
}
.cf-right small {
  font-size: 12px;
}
.footer-socials .fa-instagram::before, .footer-socials .fa-facebook-f::before {
  margin-left: 12px;
}
.grecaptcha-badge {
  display: none !important;
}
/*Prod Exploded View*/
.pe-image-container span.pe-label-area {
  display: block;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  box-sizing: border-box;
}