/*@font-face {
    font-family: 'Horizon';
    font-weight: normal;
    font-style: normal;
}

body * {
    font-family: 'Horizon', sans-serif;
}*/

.site-main {
	margin: 0 !important;
}

.site-title {
	min-width: 260px;
}

.site-header .site-branding {
		padding: 0;
}

.mega-menu.max-mega-menu.mega-menu-horizontal {
		display: flex;
    float: right;
    width: 100%;
    justify-content: flex-end;
}

.mega-menu-item {
		position: relative;
}

.cart-count {
		position: absolute;
    right: 3px;
    top: 3px;
    height: 14px;
    background: red;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    border-radius: 1000px;
    padding: 3px;
}

.featured-products-home .widget-title {
		font-size: 30px;
		margin: 30px 0px;
		text-align: center;
}

.characteristics-section .title {
		font-size: 30px !important;
		margin: 30px 0px !important;
		text-align: center !important;
}

#wapo-total-price-table, .yith-wapo-addon, .yith-wcan-filters {
	background-color: inherit !important;
}

#wapo-total-order-price .woocommerce-Price-amount.amount {
	display: flex;
}

.ywcas-popover-results {
		min-width: inherit !important;
    left: 10px !important;
    right: 10px !important;
}

.search-result-item .search-result-item__content {
	margin: 10px;
		justify-content: center;
}

.wp-block-button {
	display: none;
}

.search-result-item {
	box-shadow: 0px 0px 10px #cecece;
  border-radius: 6px;
 	margin: 5px 0;
}

.ywcas-badge.ywcas-featured-badge {
		position: absolute;
    opacity: 0.7;
    left: 5px;
    top: 5px;
    font-size: 14px;
    padding: 2px 6px;
		background-color: rgb(69, 201, 0);
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.search-result-item__thumbnail {
	overflow: hidden;
}

.search-result-item__inline_group {
	display: none;
}

.product-template-default .corp-container>#primary {
		max-width: 100% !important;
}

.cols-2 .so-widget-sow-features .sow-features-list .sow-features-feature {
		width: calc(50% - 5px) !important;
		max-width: calc(50% - 5px);
}

.cols-2 .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget {
		font-size: 12px;
}

.cols-2 .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h1 {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 10px;
}

.cols-2 .sow-features-list {
		gap: 10px !important;
}

/* Tablet */
@media screen and (min-width: 769px) {
		.md-cols-3 .sow-features-list {
				gap: 25px !important;
		}
		
		.md-cols-3 .so-widget-sow-features .sow-features-list .sow-features-feature {
				width: calc(33% - 25px) !important;
				max-width: calc(33% - 25px);
		}
		
		.md-cols-3 .so-widget-sow-features > .sow-features-list .sow-features-feature .textwidget {
				font-size: 16px;
		}
		
		.md-cols-3 .so-widget-sow-features > .sow-features-list .sow-features-feature .textwidget > h1 {
				font-size: 22px;
				margin-top: 16px;
				margin-bottom: 16px;
		}

		.woocommerce .corp-container>#primary {
				max-width: 75%;
		} 
		
		.woocommerce .corp-container>#secondary {
				width: 100%;
				max-width: 25%;
		} 
		
		.featured-products-home .widget-title {
				font-size: 45px;
				margin: 45px 0px;
		}
		
		
		.characteristics-section .title {
				font-size: 45px !important;
				margin: 45px 0px !important;
		}
}

/* Desktop */
@media screen and (min-width: 1170px) {
		.corp-container {
				max-width: 95%;
		}
		
		.woocommerce-shop .corp-container>#primary {
				max-width: 75%;
		} 
		
		.corp-container>#secondary {
				width: 100%;
				max-width: 25%;
		} 
		
		.featured-products-home .widget-title {
				font-size: 60px;
				margin: 60px 0px;
		}
		
		.characteristics-section .title {
				font-size: 60px;
				margin: 60px 0px;
		}
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile-only {
        display: block;
    }
		#mega-menu-menu-1 {
				top: 60px !important;
		}
    .mega-menu-menu-1 .site-header .site-header-inner {
        display: flex;
    }
		
		.woocommerce-page .corp-container {
				display: flex;
				flex-direction: column-reverse;
		}
		.woocommerce-page .corp-container .content-area, .woocommerce-page .corp-container .widget-area {
				margin: 0;
				padding: 0;
		}
		.woocommerce-page .corp-container #sow-editor-4, .woocommerce-page .corp-container #woocommerce_price_filter-3 {
				display: none;
		}
		.site-content .widget-area {
				border: none;
		}
		#home-banner {
				background-image: url('https://sportskompany.com/wp-content/uploads/2025/02/banner_sk_movil-1.png') !important;
		}
}

button#openModal {
    background-color: #0073aa;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.open-modal{
		cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
}

.modal-content {
    background: white;
    padding: 20px;
    max-width: 90%;
		height: 100vh;
		overflow: auto;
}

.modal-centered {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
		right: 0;
		bottom: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
		justify-content: center;
		align-items: center;
}

.modal-content-centered {
    background: white;
    padding: 20px;
    max-width: 90%;
    max-height: 90vh;
    overflow: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.close {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

.carousel-container {
		pointer-events: none;
		position: relative;
  	max-width: 100%;
  	text-align: center;
}

.carousel-images {
  	position: relative;
  	width: 100%;
  	overflow: hidden;
}

.carousel-image {
  	display: none;
  	width: 100%;
  	max-height: 400px;
  	object-fit: contain;
}

.carousel-image.active {
  	display: block;
}

.carousel-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
  pointer-events: none;
}

.carousel-controls button {
  pointer-events: all;
  border: none;
  font-size: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Banner principal */
#pgc-13-0-0 {
		margin-top: auto;
		margin-bottom: 20px
}

#pgc-13-0-1 {
	margin: auto;
}

/* Slider productos */
.woocommerce .products .product .loop-product-thumbnail {
		background-color: inherit;
}

#scroll-to-top {
		bottom: 90px;
    right: 27px;
}

.wpcsc-size-charts-list {
		display: flex;
		align-items: center;
}

.wpcsc-size-charts-list-label {
		color: transparent;
		width: 40px;
}

.wpcsc-size-chart-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-family: Arial, sans-serif;
}

.wpcsc-size-chart-content thead {
  background-color: #f5f5f5;
}

.wpcsc-size-chart-content th,
.wpcsc-size-chart-content td {
  padding: 12px 16px !important;
  text-align: left;
}

.wpcsc-size-chart-content tr:nth-child(even) {
  background-color: #fafafa;
}

.wpcsc-size-chart-content th {
  font-weight: bold;
  color: #333;
}

.wpcsc-size-chart-content td {
  color: #555;
}

.wpcsc-size-chart-content {
		overflow: auto;
}

body .mfp-close {
	display: none;
}

.product-categories > .cat-item::before {
  content: '+';
  margin-right: 0.5em;
}

.product-categories > .cat-item.current-cat.cat-parent::before {
  content: '-';
}

.product-categories > li > .children > li {
  margin-left: 12px;
}

.product-categories > li > a {
  font-weight: bold;
}

.show-password-input {
		display: none;
}

.entry-thumbnail {
	display: none;
}