/* Custom Font */
@font-face {
	font-family: 'ap5-mu';
	src:  url('../fonts/ap5-mu.eot?seokvj');
	src:  url('../fonts/ap5-mu.eot?seokvj#iefix') format('embedded-opentype'),
		url('../fonts/ap5-mu.ttf?seokvj') format('truetype'),
		url('../fonts/ap5-mu.woff?seokvj') format('woff'),
		url('../fonts/ap5-mu.svg?seokvj#ap5-mu') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

/* Top of page */
.top-hr {
	margin-bottom: 15px;
}
.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important;
}
/* /Top of page */

/* Pack content */
#ap5-product-list.ap5-on-product-page {
	margin-top: 25px;
	margin-bottom: 25px;
}
#ap5-product-list.card { flex-flow: row wrap; }

.ap5-on-product-page .ap5-pack-product-title {
}
.ap5-on-product-page .ap5-pack-product-title a {
	color: #414141;
}

.ap5-on-product-page .ap5-pack-product-title .ap5-pack-product-remove-label,
.ap5-on-product-page .ap5-pack-product-title .ap5-pack-product-add-label {
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
}

.ap5-on-product-page .ap5-pack-product-content {
	position: inherit;
}

.ap5-on-product-page .ap5-pack-product-content .ap5-pack-product-infos {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

.ap5-on-product-page .ap5-pack-product-content .ap5-attributes {
	padding: 0;
}

.ap5-on-product-page .ap5-pack-product-content .label,
.ap5-on-product-page .ap5-pack-product-content .ap5-attributes label {
	font-weight: bold;
	color: inherit;
	padding: 0;
}

.ap5-on-product-page .ap5-pack-product-content .pull-left {
	float: left;
}

.ap5-on-product-page .ap5-pack-product-content .pull-right {
	float: right;
}

.ap5-on-product-page .ap5-pack-product-content .attribute_label {
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.ap5-on-product-page .ap5-pack-product-content .ap5-attribute-list {
	display: block !important;
	padding-right: 0 !important;
}

.ap5-on-product-page .ap5-pack-product-content .ap5-attribute-list li {
	float: left;
	clear: none !important;
	margin-right: 10px;
}

	/* Product block */
	.ap5-pack-product {
		padding: 15px;
	}
	.ap5-on-product-page .ap5-pack-product {
		padding: 0px;
	}

	.ap5-pack-product-content {
		position: relative;
	}

	.ap5-pack-product.ap5-no-attributes hr:last-child {
		margin-bottom: 0px;
		border: none;
	}

		/* Product Quantity Ribbon */
		.ap5-pack-product-content .ribbon-wrapper {
		  width: 85px;
		  height: 88px;
		  overflow: hidden;
		  position: absolute;
		  top: -3px;
		  right: -3px;
		  z-index: 50;
		}
		.ap5-pack-product-content .ribbon{
		  font-weight: bold;
		  text-align: center;
		  -webkit-transform: rotate(45deg);
		  -moz-transform:    rotate(45deg);
		  -ms-transform:     rotate(45deg);
		  -o-transform:      rotate(45deg);
		  position: relative;
		  padding: 7px 0;
		  left: -5px;
		  top: 15px;
		  width: 120px;
		  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
		  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
		}
		.ap5-pack-product-content .ribbon:before,
		.ap5-pack-product-content .ribbon:after {
		  content: "";
		  border-top:   3px solid transparent;
		  border-left:  3px solid transparent;
		  border-right: 3px solid transparent;
		  position:absolute;
		  bottom: -3px;
		}
		.ap5-pack-product-content .ribbon:before { left: 0; }
		.ap5-pack-product-content .ribbon:after { right: 0; }
		/* /Product Quantity Ribbon */

		/* Product Title */
		.ap5-pack-product-name {}
		.ap5-pack-product-name.title-left {
			padding: 10px 80px 10px 10px;
		}
		.ap5-pack-product-name.title-center {
			padding: 10px 10px 10px 10px;
			text-align: center;
		}
		.ap5-pack-product-name {
			font-size: inherit;
			margin: initial;
			padding: initial;
			font-weight: initial;
			line-height: initial;
		}
		.ap5-pack-product-name a {
			color: #414141;
		}
		/* /Product Title */

		/* Product Image */
		.ap5-pack-product-image {}
		.ap5-pack-product-image a {}
		.ap5-pack-product-image a img {}
		/* /Product Image */

		/* Product Thumbnails */
		.ap5-pack-product-slideshow {
			margin: 0 auto;
			overflow: hidden;
		}
		.ap5-pack-product-slideshow.pm-ap-owl-carousel div.ap5-pack-product-thumbnail {
			float: none;
		}
		.ap5-pack-product-slideshow.pm-ap-owl-carousel .pm-ap-owl-stage {
			margin: 0 auto;
		}
		.ap5-pack-product-slideshow.pm-ap-owl-carousel div.ap5-pack-product-thumbnail img.img-fluid,
		.ap5-pack-product-mobile-slideshow.pm-ap-owl-carousel div.ap5-pack-product-thumbnail img.img-fluid {}
		/* /Product Thumbnails */

		/* Plus Icon */
		.ap5-pack-product .ap5-pack-product-icon-plus:before {
		    color: black;
		    content: "\e147";
		    font-family: "Material Icons", "ap5-mu";
		    font-size: 25px;
		    position: absolute;
		    top: 150px;
		    left: -26px;
		}
		.ap5-pack-product:first-child .ap5-pack-product-icon-plus:before {
			content: '';
		}
		.ap5-pack-product.ap5-no-plus-icon .ap5-pack-product-icon-plus:before {
			content: '' !important;
		}
		@media (max-width: 1200px) {
			.ap5-pack-product .ap5-pack-product-icon-plus:before {
			    top: 150px !important;
			}
		}
		@media (max-width: 767px) {
			.ap5-pack-product .ap5-pack-product-icon-plus:before {
			    top: 120px !important;
			}
			.ap5-pack-product {
			    margin-top: 30px !important;
			}
		}
		@media (max-width: 575px) {
			.ap5-pack-product .ap5-pack-product-icon-plus:before {
				top: -40px !important;
				left: 46% !important;
			}
		}
		/* Plus Icon */

		/* Remove Icon */
		.ap5-pack-product .ap5-pack-product-icon-remove:after, .ap5-is-mobile .ap5-pack-product .ap5-pack-product-icon-remove:after {
			color: black;
			content: "\e928";
			font-family: "Material Icons", "ap5-mu";
			font-size: 18px;
			position: absolute;
			top: 7px;
			right: 7px;
			cursor: pointer;
			z-index: 60;
		}
		.ap5-pack-product .ap5-pack-product-icon-remove:after {
			opacity: 0.2;
		}
		.ap5-pack-product:hover .ap5-pack-product-icon-remove:after, .ap5-is-mobile .ap5-pack-product .ap5-pack-product-icon-remove:after {
			opacity: 1;
		}
		.ap5-is-mobile .ap5-pack-product .ap5-pack-product-icon-remove:after {
			top: -13px;
			right: -13px;
			padding: 20px;
		}
		.ap5-on-product-page .ap5-pack-product .ap5-pack-product-icon-remove:after {
			color: black;
			content: "\e928";
			font-family: "Material Icons", "ap5-mu";
			font-size: 18px;
			cursor: pointer;
			position: inherit;
			top: inherit;
			right: inherit;
			font-size: inherit;
		}
		/* Remove Icon */

		/* Check Icon */
		.ap5-is-excluded-product .ap5-pack-product-icon-check:after {
			color: black;
			content: "\e854";
			font-family: "Material Icons", "ap5-mu";
			font-size: 18px;
			position: absolute;
			top: 7px;
			right: 7px;
			cursor: pointer;
			z-index: 60;
		}
		.ap5-on-product-page .ap5-is-excluded-product .ap5-pack-product-icon-check:after {
			color: black;
			content: "\e854";
			font-family: "Material Icons", "ap5-mu";
			position: inherit;
			top: inherit;
			right: inherit;
			font-size: inherit;
			cursor: pointer;
		}
		/* Check Icon */

		/* Icons */
		.ap5-pack-product-icon-remove, .ap5-pack-product-icon-check {
			cursor: pointer;
		}
		/* Icons */

		/* Product Prices */
		.ap5-pack-product-price-table-container {
			display: table;
			width: 100%;
		}
		.ap5-pack-product-price-table-container.ap5-no-reduction p {
			margin-bottom: 0;
		}
		.ap5-pack-product-price-table-container .ap5-pack-product-price-table-cell {
			display: table-cell;
			vertical-align: middle;
		}
		.ap5-pack-product-price-table-container .ap5-pack-product-price-table-cell div {
			margin-bottom: 0;
		}
		.ap5-old-price-container .ap5-pack-product-original-price {
			padding-bottom: 0 !important;
			margin-bottom: 0 !important;
		}
		.ap5-old-price-container .ap5-pack-product-reduction-container {
			margin-bottom: 0 !important;
		}
		p#reduction_amount.ap5-pack-product-amount-container {
			margin-bottom: 0 !important
		}
		/* /Product Prices */

		/* Product Availability */
		.ap5-availability-statut {
			text-align: center;
			display: block;
		}
		.ap5-availability-statut #product-availability {
			margin-left: 0;
		}
		/* /Product Availability */

		/* Product Quantity */
		fieldset.ap5-quantity-fieldset {
			padding: 5px;
		}
		div.ap5-quantity-input-container {
			width: 80px;
		}
		div.ap5-quantity-input-container input.ap5-quantity-wanted {
			background: #ffffff;
			color: #414141;
			height: 2.5rem;
			padding: .175rem .5rem;
			width: 3.30rem;
		}

		/* Product Attributes */
		.ap5-attributes {
		}
		.ap5-attributes fieldset label {
			margin-top: 4px;
		}
		.ap5-attributes fieldset.ap5-attribute-fieldset {
			padding: 5px 0;
		}
		.ap5-attributes fieldset.ap5-attribute-fieldset .ap5-attribute-list {
			padding-right: 5px;
		}
		.ap5-attributes ul.ap5-color-to-pick-list {
		}
		.ap5-attributes ul.ap5-color-to-pick-list li.selected a {
			border: 2px solid #414141;
		}
		.ap5-attributes ul.ap5-color-to-pick-list a.ap5-color.disabled, .ap5-attributes .ap5-attribute-select[disabled] {
			cursor: not-allowed;
		}
		.ap5-attributes ul.ap5-color-to-pick-list a.ap5-color img {
			vertical-align: top;
			width: 100%;
			max-width: 100%;
		}

		.ap5-attribute-fieldset {
		}
		.ap5-attribute-fieldset .attribute_label {
		}
		.ap5-attribute-fieldset .ap5-attribute-list {
		}
		/* /Product Attributes */

	/* /Product block */

/* /Pack content */

/* Buy Block */
	.ap5-buy-block {
	}
		.ap5-buy-block #ap5-buy-block-container {
		}

			/* Pack Price Block */
			.ap5-buy-block .ap5-price-container {}
			/* /Pack Price Block */

			/* Buy Button Block */
			.ap5-buy-block .ap5-buy-container {}
			/* /Buy Button Block */
	.ap5-pack-page .ap5-add-to-cart-container .product-add-to-cart .product-quantity {
		display: block;
	}
	.ap5-pack-page .ap5-add-to-cart-container .add {
		margin: 0;
	}
	.ap5-pack-page .ap5-buy-block-with-errors.ap5-is-mobile {
		padding: 20px;
	}

@media (min-width: 768px) {
	.ap5-buy-block {
	}
	.ap5-buy-block.ap5-fixed {
		position: fixed;
		top: 10px;
	}
}

/* /Buy Block */

/* Pack Description Block */
#ap5-pack-description-block {}
/* /Pack Description Block */

/* Pack Content Block */
#ap5-pack-content-block .tabs {
	margin-top: unset;
	padding: unset;
}

/* Pack Download Block */
#ap5-pack-download-block .attachment {
	margin-top: 15px;
}

	/* Tabs */
	#ap5-pack-product-tab-list {
		border: 0;
		margin: 0 20px;
	}
	#ap5-pack-product-tab-list > li {
		margin: 0;
		padding: 0;
		text-align: center;
		min-height: 100%;
	}
	#ap5-pack-product-tab-list > li > a {
		margin-right: 0;
		text-decoration: none;
		border-color: #d6d4d4;
		outline: none;
		min-height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	#ap5-pack-product-tab-list > li > a > span { }
	#ap5-pack-product-tab-list > li.active > a { }
	/* /Tabs */

	/* Tab Contents */
	#ap5-pack-product-tabs-content {
		margin: 0 20px;
		padding-top: 20px;
		border: 1px #d6d4d4 solid;
		border-top: 0;
	}
	#ap5-pack-product-tabs-content > .tab-pane > div {
		margin-bottom: 20px;
	}
	#ap5-pack-product-tabs-content > .tab-pane > div > .rte {
		padding: 0;
	}

		/* Features table */
		#ap5-pack-product-tabs-content > .tab-pane > div > section.page-product-box {
			padding-bottom: 0;
			border-bottom: 0;
		}
		#ap5-pack-product-tabs-content > .tab-pane > div > section.page-product-box > h3.page-product-heading {
			margin-bottom: 0;
		}
		#ap5-pack-product-tabs-content > .tab-pane > div > section.page-product-box > .table-data-sheet {
			margin-bottom: 0;
		}
		/* /Features table */

		/* Google Rich Snippets & Reviews */
		#ap5-pack-product-tabs-content div.ap5-gsnippetsreviews-reviews-container {
			clear: both;
		}
		#ap5-pack-product-tabs-content #gsr .pagination, #ap5-pack-product-tabs-content #gsr div.gsr_social_buttons, #ap5-pack-product-tabs-content #gsr .gsr_report_button,
		#ap5-pack-product-tabs-content a[id^='reportReview'] {
			display: none !important;
		}
		#ap5-pack-product-tab-list #gsr-review-list, #ap5-pack-product-tab-list #gsr-review-list > div {
			float: none !important;
		}
		/* /Google Rich Snippets & Reviews */

		/* Product customization */
		#ap5-pack-product-tabs-content .ap5-product-customization-container {
			clear: both;
		}
		#ap5-pack-product-tabs-content .customizationUploadLine textarea {
			width: 100%;
		}
		/* /Product customization */

	@media (max-width: 767px) {
		#ap5-pack-product-tab-list,
		#ap5-pack-product-tabs-content {
			margin: 0 10px;
		}
	}
	/* /Tab Contents */
/* /Pack Content Block */

/* Alert and error cases */
.ap5-product-pack-row-has-errors > .ap5-pack-product-content > *:not(.ap5-pack-product-icon-check):not(.ap5-pack-product-icon-plus),
.ap5-product-pack-row-has-fatal-errors > .ap5-pack-product-content > *:not(.ap5-pack-product-icon-check):not(.ap5-pack-product-icon-plus) {
	filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');
}
.ap5-on-product-page .ap5-product-pack-row-has-errors > .ap5-pack-product-content > *:not(.ap5-pack-product-icon-check):not(.ap5-pack-product-icon-plus) {
	filter: inherit;
    -webkit-filter: inherit;
    -moz-filter: inherit;
    -o-filter: inherit;
    -ms-filter: inherit;
	filter: inherit;
}
.ap5-is-excluded-product .ap5-pack-product-content > *:not(.ap5-pack-product-icon-check):not(.ap5-pack-product-title) {
	opacity: 0.2;
}
.ap5-product-pack-row-has-errors div.alert,
.ap5-product-pack-row-has-errors div.ap5-attributes,
.ap5-product-pack-row-has-errors div.product-actions,
.ap5-product-pack-row-has-errors fieldset.ap5-quantity-fieldset,
.ap5-product-pack-row-has-fatal-errors div.alert,
.ap5-product-pack-row-has-errors hr,
.ap5-product-pack-row-has-fatal-errors hr {
	filter: none !important;
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -o-filter: none !important;
    -ms-filter: none !important;
}
.ap5-product-pack-row-has-errors div.alert,
.ap5-product-pack-row-has-fatal-errors div.alert {
	text-align: center;
	margin-bottom:0;
	/*box-shadow*/
	-webkit-box-shadow:0px 0px 3px 0px #656565;
	   -moz-box-shadow:0px 0px 3px 0px #656565;
	        box-shadow:0px 0px 3px 0px #656565;
	/*border-radius*/
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}
@-webkit-keyframes pulse {
	0% { background: rgba(255,109,36,0.0); }
	100% { background: rgba(255,109,36,0.3); }
}
@-moz-keyframes pulse {
	0% { background: rgba(255,109,36,0.0); }
	100% { background: rgba(255,109,36,0.3); }
}
@-o-keyframes pulse {
	0% { background: rgba(255,109,36,0.0); }
	100% { background: rgba(255,109,36,0.3); }
}
@keyframes pulse {
	0% { background: rgba(255,109,36,0.0); }
	100% { background: rgba(255,109,36,0.3); }
}

@-webkit-keyframes oosmsg {
	0% { opacity: 0; bottom: 55%; }
	100% { opacity: 1; bottom: 20%; }
}
@-moz-keyframes oosmsg {
	0% { opacity: 0; bottom: 55%; }
	100% { opacity: 1; bottom: 20%; }
}
@-o-keyframes oosmsg {
	0% { opacity: 0; bottom: 55%; }
	100% { opacity: 1; bottom: 20%; }
}
@keyframes oosmsg {
	0% { opacity: 0; bottom: 55%; }
	100% { opacity: 1; bottom: 20%; }
}
.ap5-product-pack-row-has-errors div.ap5-attributes, .ap5-product-pack-row-has-errors fieldset.ap5-quantity-fieldset {
	/*border-radius*/
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	/*animation-name*/
	-webkit-animation-name:pulse;
	   -moz-animation-name:pulse;
	    -ms-animation-name:pulse;
	     -o-animation-name:pulse;
	        animation-name:pulse;
	/*animation-duration*/
	-webkit-animation-duration:0.8s;
	   -moz-animation-duration:0.8s;
	    -ms-animation-duration:0.8s;
	     -o-animation-duration:0.8s;
	        animation-duration:0.8s;
	/*animation-iteration-count*/
	-webkit-animation-iteration-count:8;
	   -moz-animation-iteration-count:8;
	    -ms-animation-iteration-count:8;
	     -o-animation-iteration-count:8;
	        animation-iteration-count:8;
	/*animation-direction*/
	-webkit-animation-direction:alternate;
	   -moz-animation-direction:alternate;
	    -ms-animation-direction:alternate;
	     -o-animation-direction:alternate;
	        animation-direction:alternate;
	/*animation-timing-function*/
	-webkit-animation-timing-function:ease-in-out;
	   -moz-animation-timing-function:ease-in-out;
	    -ms-animation-timing-function:ease-in-out;
	     -o-animation-timing-function:ease-in-out;
	        animation-timing-function:ease-in-out;
}
.ap5-product-pack-row-has-errors div.alert ol,
.ap5-product-pack-row-has-fatal-errors div.alert ol {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.ap5-product-pack-row-has-errors div.alert ol li,
.ap5-product-pack-row-has-fatal-errors div.alert ol li {
	list-style-type: none;
}
.ap5-pack-product .ap5-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#ap5-buy-container p.ap5-pack-unavailable,
#ap5-buy-container p.ap5-combination-unavailable {
	padding: 10px;
	margin: 0;
	font-weight: bold;
}
#ap5-buy-container p.ap5-combination-unavailable span a {
	color: inherit;
	outline: none;
}
/* /Container special styles */

/* Spinner */
.ap5-loader-blur {
	filter: blur(1px);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');
}
.ap5-loader:before,
.ap5-loader:after,
.ap5-loader {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: ap5loader 1.8s infinite ease-in-out;
	animation: ap5loader 1.8s infinite ease-in-out;
}
.ap5-loader {
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	-webkit-animation-delay: 0.16s;
	animation-delay: 0.16s;
	opacity: 1;
}
.ap5-loader:before {
	left: -3.5em;
}
.ap5-loader:after {
	left: 3.5em;
	-webkit-animation-delay: 0.32s;
	animation-delay: 0.32s;
}
.ap5-loader:before,
.ap5-loader:after {
	content: '';
	position: absolute;
	top: 0;
}
/* /Spinner */
/*************** CSS para PACKS **/
#product-page #ap5-price-container .product-prices {
    width: inherit;
    margin-right: 30px;
}
div#ap5-price-container {
    display: flex;
}
#product-page .ap5_pack_title .description-short p {
    margin-top: 15px;
    margin: 15px 0 1.5em;
}
#product-page .content-row-product.ap5_pack_title .product-detail-name::before {
    content: '';
}
#ap5-product-list.card {
    flex-flow: row wrap;
    border: none;
}
.ap5-pack-product .ap5-pack-product-icon-plus:before{content: '';}
.ap5-pack-product-name a {
    line-height: 1.4;
    font-weight: 700;
    color: #002d72;
    font-family: "Red Hat Display";
    font-size: 24px;
}
.ap5-pack-product-name.title-center,.ap5-pack-product-name.title-left {
    padding: inherit;
    text-align: inherit;
}
.ap5-pack-product .ap5-pack-product-icon-remove:after {
    opacity: 1;
}
.ap5-pack-product .ap5-pack-product-icon-remove:after, .ap5-is-mobile .ap5-pack-product .ap5-pack-product-icon-remove:after {
    content: "";
}
.ap5-pack-product .ap5-pack-product-icon-check:after {
    opacity: 1;
}
.ap5-pack-product .ap5-pack-product-icon-check:after, .ap5-is-mobile .ap5-pack-product .ap5-pack-product-icon-check:after {
    content: "";
}
.ap5-pack-product .ap5-pack-product-icon-remove:before, .ap5-is-mobile .ap5-pack-product .ap5-pack-product-icon-remove:before {
    color: black;
    content: "x";
    background-image: url("data:image/svg+xml,%3csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.4 62.2'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%2309d0ff;fill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M47.21,57.3a28.31,28.31,0,0,0,9.19-8.8c6-9.25,6.32-21.41,2.54-31.48C55.44,7.68,45.69,2.38,35.93.69,26.68-.91,15.49-.1,8.84,7,3.17,13.11.14,22.19,0,30.26-.12,37.92,2,46,7,52.16,16.57,64,34.72,64.89,47.21,57.3Z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    font-family: "Material Icons", "ap5-mu";
    font-size: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 60;
}
.ap5-pack-product .ap5-pack-product-icon-check:before, .ap5-is-mobile .ap5-pack-product .ap5-pack-product-icon-check:before {
    color: black;
    content: "x";
    background-image: url("data:image/svg+xml,%3csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.4 62.2'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%2309d0ff;fill-rule:evenodd;%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M47.21,57.3a28.31,28.31,0,0,0,9.19-8.8c6-9.25,6.32-21.41,2.54-31.48C55.44,7.68,45.69,2.38,35.93.69,26.68-.91,15.49-.1,8.84,7,3.17,13.11.14,22.19,0,30.26-.12,37.92,2,46,7,52.16,16.57,64,34.72,64.89,47.21,57.3Z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    font-family: "Material Icons", "ap5-mu";
    font-size: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 60;
}
img.icon-delete-pack {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 60;
    width: 10px;
}
img.icon-add-pack {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 60;
    width: 10px;
	-webkit-transform: rotate(45deg);
 	-moz-transform: rotate(45deg);
 	-ms-transform: rotate(45deg);
 	transform: rotate(45deg);
}
.ap5-pack-product-price-table-cell span {
    line-height: 1.2;
    font-weight: 500;
    color: #f96262;
    font-size: 30px;
    font-family: "Red Hat Display";
}
.ap5-pack-product-content .attribute_list input.ap5-quantity-wanted{
    line-height: 1.6;
    font-weight: 700;
    color: #002d72!important;
    text-align: center;
    display: block!important;
    padding: 0!important;
    margin: 0;
    background-color: transparent!important;
    background-image: url("data:image/svg+xml,%3csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.4 62.2'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23002d72;%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M28.08,1.5a45.34,45.34,0,0,1,7.6.67C46.45,4,54.62,9.78,57.54,17.55c3.86,10.3,2.94,21.85-2.4,30.14A26.76,26.76,0,0,1,46.43,56a33.09,33.09,0,0,1-17,4.68c-8.67,0-16.44-3.46-21.33-9.49-4.4-5.43-6.75-12.86-6.61-20.93C1.65,22,4.88,13.49,9.94,8.06S22.59,1.5,28.08,1.5m0-1.5C20.93,0,13.68,1.84,8.84,7,3.17,13.11.14,22.19,0,30.26-.12,37.92,2,46,7,52.16c5.56,6.86,14,10,22.49,10a34.53,34.53,0,0,0,17.76-4.9,28.31,28.31,0,0,0,9.19-8.8c6-9.25,6.32-21.41,2.54-31.48C55.44,7.68,45.69,2.38,35.93.69A46.87,46.87,0,0,0,28.08,0Z'/%3e%3c/svg%3e")!important;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 0;
    outline: 0;
	font-size: 20px;
	width: 55px;
    height: 56px;
	margin-right: 10px;
}
.ap5-quantity-input-container .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    background: #002d72 url("../../../../themes/at_nova-child/assets/img/arrow-qty.png") center center no-repeat;
    width: 27px;
    height: 27px;
    border-radius: 100px;
    transition-duration: 0s;
    border-radius: 100px;
}
.ap5-quantity-input-container .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    background: #002d72 url("../../../../themes/at_nova-child/assets/img/arrow-qty.png") center center no-repeat;
    width: 27px;
    height: 27px;
    border-radius: 100px;
    transition-duration: 0s;
	transform: rotate(180deg);
    border-radius: 100px;
}
.ap5-quantity-input-container .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover{
	background: #f1df3b url("../../../../themes/at_nova-child/assets/img/arrow-qty.png") center center no-repeat;
}
.ap5-quantity-input-container .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover{
	background: #f1df3b url("../../../../themes/at_nova-child/assets/img/arrow-qty.png") center center no-repeat;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after,.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after{content: '';}
div.ap5-quantity-input-container {
	width: inherit;
}
.ap5-attribute-fieldset span.input-group-btn-vertical {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    width: 40px;
}
fieldset.ap5-quantity-fieldset{padding: 0;}
.product-actions .ap5-attribute-fieldset .control-label {
    color: #002d72;
    font-size: 20px;
}
.product-variants.ap5-attributes>.product-variants-item select {
    width: inherit;
    color: black;
    border-radius: inherit;
    padding: 0 20px 0px 0px;
	background-color: #e2e0dc;
}
#ap5-pack-content-block h3.page-product-heading {
	font-weight: 700;
    color: #002d72;
    font-family: "Red Hat Display";
    font-size: 26px;
    margin-top: 50px;
}
#ap5-pack-content-block .card-header{
	padding: inherit;
    margin-bottom: 0;
    background-color: inherit;
    border-bottom: inherit;
	
}
#ap5-pack-content-block.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0.25rem;
    border: inherit;
}
#ap5-pack-product-tab-list > li > a:hover::after {
    content: '';
    display: none;
    background-color: #002d72;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
#ap5-pack-product-tabs-content {
    margin: 0 20px;
    padding-top: 0px;
    border: 0;
}
#ap5-pack-product-tab-list {
	border: 0;
    margin: 0 20px;
    /*display: flex;*/
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 3em;
    text-align: right;
    border-bottom: solid 1px #e3e1dc;
    max-width: 100%;
    overflow: auto;
    padding: 0;
}
#ap5-pack-product-tab-list > li > a{
	white-space: nowrap;
    color: #002d72;
    text-align: center;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px;
    padding: 0 0 8px 0;
	margin-left: 18px;
    margin-right: 18px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
	text-decoration: none;
	border: 0;
    outline: none;
	font-weight: 400;
	text-transform: none;
}
#ap5-pack-product-tab-list > li > a.active{
	font-weight: 700;
}
#ap5-pack-product-tab-list > li > a.nav-link::after {
    content: '';
    display: none;
    background-color: #002d72;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
#ap5-pack-product-tab-list > li > a.active.nav-link::after,#ap5-pack-product-tab-list > li > a.active.nav-link:hover::after{
	display: block;
}
div#ap5-pack-product-tabs-content p {
    font-size: 20px;
    color: #002d72;
    font-family: "Red Hat Display";
}
div#ap5-pack-product-tabs-content .product-features {
    margin-top: 0px;
}
div#ap5-pack-product-tabs-content h3.h6{
	color: #002d72;
    font-size: 20px;
    font-family: 'Red Hat Display';
}
div#ap5-pack-product-tabs-content .product-features>dl.data-sheet dd.value:nth-of-type(even), .product-features>dl.data-sheet dt.name:nth-of-type(even) {
    background: #002d72;
    color: white;
}
div#ap5-pack-product-tabs-content .product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    width: 49%;
    float: left;
    font-weight: normal;
    background: transparent;
    color: #002d72;
    border: 1px solid;
    padding: 10px;
    margin-right: 1%;
    line-height: 25px;
    word-break: break-word;
}
#product-page #ap5-buy-block-container>div:first-child {
    width: auto;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-right: 0;
	margin-top: 20px;
    margin-bottom: 48px;
}
.ap5-pack-product-content #loyalty {
    display: none;
}
span.regular-price.ap5-pack-product-original-price-value {
    color: #888;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
}
span.discount.discount-percentage,span.discount.discount-amount {
    display: none;
}
span.discount-amount.discount-product,span.discount-percentage.discount-product {
	display: none;
}
#ap5-price-container .product-discount {
    display: flex;
    align-items: flex-end;
    margin: 0 10px;
}
#ap5-price-container p#loyalty {
    position: absolute;
    top: 75px;
}
#ap5-price-container b {
    width: 100%;
}
.ap5-pack-product-content .ribbon-wrapper .ribbon {
    background: linear-gradient(#002d72, #214a88)!important;
    color: #ffffff!important;
}
#ap5-buy-container .alert:before {
    font-family: "FontAwesome";
    font-size: 20px;
    vertical-align: -2px;
    float: left;
    left: -4px;
    top: -5px;
    position: relative;
}
#ap5-pack-description-block {
    display: none;
}
@media (max-width: 480px) {
	div#ap5-pack-product-tabs-content .product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name{
		min-height: 80px;
	}
	#ap5-pack-product-tab-list{
		overflow: auto;
		justify-content: normal;
	}
	div#ap5-price-container{
		flex-wrap: wrap;
	}
	#product-page .content-row-product .product-actions #ap5-price-container .product-add-to-cart .product-quantity{
		flex-wrap: wrap;
		width: 100%;
	}
	#product-page .content-row-product .product-actions #ap5-price-container .product-add-to-cart{
		width: 100%;
	}
	#ap5-price-container p#loyalty {
		top: 140px;
	}
	#ap5-pack-content-block h3.page-product-heading {
		margin-left: 10px;
	}
}