
/* Navigation */

.ccsn_swiper .swiper-button-next,
.ccsn_swiper .swiper-button-prev {
	background-color: #FFFFFF;
	color: #000000;
	display: none;
    height: 43px;
	top: 12%;
	width: 43px;
}

.ccsn_swiper.swiper-initialized:not(.swiper-navigation-disabled) .swiper-button-next,
.ccsn_swiper.swiper-initialized:not(.swiper-navigation-disabled)  .swiper-button-prev {
	display: flex;
}

.ccsn_swiper.swiper-initialized.swiper-navigation-disabled .swiper-button-next,
.ccsn_swiper.swiper-initialized.swiper-navigation-disabled .swiper-button-prev {
	display: none;
}

.ccsn_swiper .swiper-button-next {
	right: 2%;
}

.ccsn_swiper .swiper-button-prev {
	left: 2%;
}

.ccsn_swiper .swiper-button-next.swiper-button-disabled, 
.ccsn_swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.ccsn_swiper .swiper-button-next:after,
.ccsn_swiper .swiper-button-prev:after {
	font-family: 'fontello';
    font-size: 1.6rem;
}

.ccsn_swiper .swiper-button-next:after {
	content: '\e9b7';
}

.ccsn_swiper .swiper-button-prev:after {
	content: '\e9b6';
}

@media only screen and (max-width: 768px) {
	
	.ccsn_swiper .swiper-button-next,
	.ccsn_swiper .swiper-button-prev {
		height: 22px;
		width: 22px;
	}
	
	.ccsn_swiper .swiper-button-next {
		right: 3.5%;
	}

	.ccsn_swiper .swiper-button-prev {
		left: 3.5%;
	}

	.ccsn_swiper .swiper-button-next:after,
	.ccsn_swiper .swiper-button-prev:after {
		font-size: 0.9rem;
	}

}



/* Pagination Bullet */

.ccsn_swiper .swiper-pagination-horizontal {
	bottom: 5%;
}

.ccsn_swiper .swiper-pagination-horizontal .swiper-pagination-bullet {
	width: 15%;
	height: 2px;
	background-color: #a3a6a3;
	border-radius: 14px;
	margin: 0 1.25%;
	opacity: 1;
    position: relative;
	transition: all 0.6s ease-in-out;
}

.ccsn_swiper .swiper-pagination.ccsn_scrollPerPage .swiper-pagination-bullet {
	background-color: #AEAEAE;
	width: 10%;
}

.ccsn_swiper .swiper-pagination.ccsn_scrollPerPage {
	margin-top: 3rem;
	position: relative;
	text-align: left;
}

.ccsn_swiper .swiper-pagination.ccsn_scrollPerPage .swiper-pagination-bullet {
	margin: 0;
}

.ccsn_swiper .swiper-pagination-horizontal .swiper-pagination-bullet-active.ccsn_noautoplay .swiper-pagination-bullet-fill {
	transform: scale(1);
}

.ccsn_swiper .swiper-pagination-vertical .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background-color: #a3a6a3;
	border-radius: 50%;
	opacity: 1;
	transition: all 0.6s ease-in-out;
}

.ccsn_swiper .swiper-pagination-vertical .swiper-pagination-bullet-active {
	height: 32px;
	background-image: radial-gradient( circle 975px at 2.6% 48.3%,  rgba(0,8,120,1) 0%, rgba(95,184,224,1) 99.7% );
	border-radius: 14px;
}

.ccsn_swiper .swiper-pagination-bullet-active .swiper-pagination-bullet-fill {
	background-color: #FFF;
    height: 100%;
    left: 0;
	position: absolute;
    top: 0;
    transform: scale(0);
	transform-origin: left top;
	transition-duration: 0ms;
	width: 100%;
}

.ccsn_swiper .swiper-pagination.ccsn_scrollPerPage .swiper-pagination-bullet-active .swiper-pagination-bullet-fill {
	background-color: #323232;
}

@media only screen and (max-width: 600px) {
	.ccsn_swiper .swiper-pagination-horizontal {
		bottom: 18%;
	}
}


/* Pagination ProgressBar */

.ccsn_swiper .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
	bottom: 5%;
	height: 2px;
	left: 50%;
	top: unset;
    transform: translate(-50%, 0%);
	width: 80%;
}


/* Marquesina */

.ccsn_swiper.ccsn_marquee {
	mask-image: linear-gradient(
		to right,
		transparent 0%,
		white 2%,
		white 98%,
		transparent 100%
	);
}

.ccsn_swiper.ccsn_marquee .swiper-wrapper {
	transition-timing-function: linear;
}

.ccsn_swiper.ccsn_marquee .swiper-slide {
	padding: 0 15px;
	width: auto;
}



/* Filtros */

.sn_box_title_filters {
    display: grid;
	grid-gap: 0;
	grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 768px) {
	.sn_box_title_filters {
		display: block;
	}
}

.sn_box_title_filters .sn_filters {
    align-items: end;
    display: flex;
    justify-content: end;
    padding: 0 3.15rem;
}

@media only screen and (max-width: 768px) {
	.sn_box_title_filters .sn_filters {
		justify-content: center;
		padding: 0.5rem 0 1.5rem;
	}
}

.sn_box_title_filters .sn_filters .sn_filter,
.sn_box_title_filters .sn_filters .sn_filter_pipe {
    color: #555555;
    font-weight: 400;
}

.sn_box_title_filters .sn_filters .sn_filter {
	background-color: #E7F1F8;
    color: #000;
    font-size: 13px;
    padding: 8px 20px;
    min-width: 7.3rem;
    text-align: center;
}

.sn_box_title_filters .sn_filters .sn_filter_pipe {
	color: #FFF;
	font-size: 1.15rem;
    margin: 0 0.25rem;
}

.sn_box_title_filters .sn_filters .sn_filter.sn_active {
	border: 1px solid #000;
	border-radius: 2px;
    color: #000;
    font-weight: 600;
}

.sn_box_title_filters .sn_filters .sn_filter:not(.sn_active) {
    cursor: pointer;
}

.ccsn_swiper_filter {
	display: none;
}

.ccsn_swiper_filter.ccsn_active {
	display: block;
}


#ccsn_slide_1 .sn_box_image lite-vimeo {
    height: 110% !important;
}


/* Vertical */

.ccsn_swiper.swiper-vertical .swiper-slide {
	background: #ccc;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
}

.ccsn_swiper.swiper-vertical .sn_box_image {
    align-items: center;
	background-color: #FFFFFF;
	display: block;
    height: 100vh;
    left: 0;
	position: absolute;
    top: 0;
	width: 100%;
}

.ccsn_swiper.swiper-vertical .sn_box_image img {
    position: absolute;
    /*width: 100%;*/
    left: 0;
    top: 0;
    bottom: 0;
    /*height: 100%;*/
    object-fit: cover;
    margin: auto;
}

.ccsn_swiper.swiper-vertical .ccsn_title {
	background: linear-gradient(to right, #FFFFFF, #FFFFFF) 0 min(100%, 1.35em) / 100% 1px no-repeat;
	bottom: 9%;
    color: #FFFFFF;
    font-size: 2.4rem;
    font-weight: 500;
    left: 4%;
    line-height: 1.1;
    position: absolute;
	transition: background-size .3s ease-in-out;
}

.ccsn_swiper.swiper-vertical .ccsn_title:hover {
	background-size: 0 1px;
}

@media only screen and (max-width: 991px) {
	
	.ccsn_swiper.swiper-vertical .ccsn_title {
		bottom: 6%;
		font-size: 1.5rem;
		left: 10%;
	}
	
}



/* Color cabecera */

#index .header-container.ccsn_header_black .nav_full_container .swiper_wraper_out {
	border-color: #000000 !important;
}

#index .header-container.ccsn_header_white .nav_full_container .swiper_wraper_out {
	border-color: #FFFFFF !important;
}

#index .header-container.ccsn_header_black .blockcart .ajax_cart_quantity.amount_circle,
#index .header-container.ccsn_header_black .btn-search i,
#index .header-container.ccsn_header_black .header_item i,
#index .header-container.ccsn_header_black .search_widget_block .search_widget_text,
#index .header-container.ccsn_header_black .search_widget_block .search_widget_text::placeholder,
#index .header-container.ccsn_header_black .shop_logo i,
#index .header-container.ccsn_header_black .sn_content i,
/*#index .header-container.ccsn_header_black .sn_content span,*/
#index .header-container.ccsn_header_black .st_mega_menu .ma_level_0 {
	color: #000000 !important;
}

#index .header-container.ccsn_header_white .blockcart .ajax_cart_quantity.amount_circle,
#index .header-container.ccsn_header_white .btn-search i,
#index .header-container.ccsn_header_white .header_item i,
#index .header-container.ccsn_header_white .search_widget_block .search_widget_text,
#index .header-container.ccsn_header_white .search_widget_block .search_widget_text::placeholder,
#index .header-container.ccsn_header_white .shop_logo i,
#index .header-container.ccsn_header_white .sn_content i,
/*#index .header-container.ccsn_header_white .sn_content span,*/
#index .header-container.ccsn_header_white .st_mega_menu .ma_level_0 {
	color: #FFFFFF !important;
}
