/* Section */
#ap5-page-product-box.page-product-box a {
	text-decoration: none;
}
#ap5-page-product-box .card-header {
	color: #ffffff;
	border-bottom: 5px solid #03adb0;
	border-right: 1px solid #003252;
	border-top: 1px solid #003252;
	background-color: #003252;
	font-weight: 400;
	margin: 0px;
}
#ap5-page-product-box .card-block img {
	margin-bottom: 0;
}
#ap5-page-product-box .card-header h3 {
	margin:0;
	font-weight: 400;
}
#ap5-page-product-box .products-grid .product-miniature-default {
  max-width: 198px;
	margin: 0 auto;
}
.linktoproductpack {
	font-weight: bold;
}
.productpack {
    background: #E9ECEF;
    padding: .75rem;
}
.pm-ap-owl-nav [class*='owl-'] {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 22;
    display: block;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    transition: all .2s cubic-bezier(.7,0,.3,1);
    color: #fff;
    padding: 1.4rem .7rem;
    opacity: 1;
    background: #003252;
		border-radius: 0;
		margin: 0;
}
.pm-ap-owl-nav [class*='owl-'].disabled {
		opacity: .7;
}
.pm-ap-owl-nav [class*='owl-']:hover {
    background: #003252;
}
.pm-ap-owl-nav [class*='owl-']:hover:not(.disabled) {
		background: #003252;
}
.pm-ap-owl-prev {left: 0;}
.pm-ap-owl-next {right: 0;}
.pm-ap-owl-prev:before {
    font-size: 20px;
    content: "\F104";
    right: 1px;
    position: relative;
    font-family: FontAwesome;
    line-height: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pm-ap-owl-next:before {
    font-size: 20px;
    content: "\F105";
    left: 1px;
    position: relative;
    font-family: FontAwesome;
    line-height: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* /Section */

/* Pack Product List Container */
#ap5-product-footer-pack-list {
	padding: 0 1rem;
}
/* Pack Title */
.ap5-product-footer-pack-informations {
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
@media (max-width: 767px) {
	.ap5-product-footer-pack-informations {
			flex-wrap: wrap;
			justify-content: center;
			padding: 10px 0;
	}
	.ap5-product-footer-pack-informations > * {
		width: 100% !important;
	}
	.ap5-product-footer-pack-informations > *:not(:last-child) {
		margin-bottom: 5px;
		text-align: center;
	}
}
.ap5-product-footer-pack-container hr {
	margin-top: 0;
}
.ap5-price-container {
	flex: 1 1 auto;
}
.ap5-price-container .h5 {
	margin-bottom: 0;
}
	.ap5-product-footer-pack-name {
		margin: 0;
	}
	.ap5-product-footer-pack-name a {
		font-size: 18px;
		text-transform: uppercase;
	}
	.ap5-product-footer-pack-name a span {
	}
	.ap5-product-footer-pack-name a span.ap5-view-pack-name {}
	.ap5-product-footer-pack-name a span.ap5-view-pack-category {
		margin-left: 5px;
		font-style: italic;
		text-transform: none;
		font-size: 15px;
	}
	.ap5-product-footer-pack-name a span.ap5-view-pack-button, .ap5-product-footer-pack-name a span.ap5-buy-pack-button {
		font-size: 11px;
		padding: 0px 10px;
		margin-left: 20px;
	}
	/* /Pack Title */
.ap5-product-footer-pack {
	margin: 10px 0;
}
/* /Pack Product List Container */

/* Pack Prices */
/*.ap5-price-container {
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
	border: none;
}*/
.ap5-price-container p {
	display: inline;
	padding: 0 2px !important;
	margin: 0 !important;
	line-height: inherit !important;
}
.ap5-price-container p span {
	font-size: 0.7em;
}
@media (max-width: 991px) {
	.ap5-price-container {
		float: left;
	}
}
.ap5-price-container .ap5-old-price-display {
	text-decoration: line-through !important;
	display: inline-block !important;
}
/* /Pack Prices */

/* Product Title */
.ap5-pack-product-name {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.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 a {
	color: #3a3939;
	font-size: 15px;
	display: table-cell;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* /Product Title */

/* Product Quantity Ribbon */
.ap5-pack-product-content .ribbon-wrapper {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	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 Image */
.ap5-pack-product-image {}
.ap5-pack-product-image a {}
.ap5-pack-product-image a img {
	margin-left: auto;
	margin-right: auto;
}
/* /Product Image */

/* Plus Icon */
.ap5-pack-product .ap5-pack-product-icon-plus {
	margin: 0;
	border: none;
}
.ap5-pack-product .ap5-pack-product-icon-plus:before {
	color: black;
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 18px;
	position: absolute;
	top: 37%;
	left: -11px;
}
.ap5-product-footer-pack .pm-ap-owl-item:first-child .ap5-pack-product-icon-plus:before {
	content: '';
}
/* Plus Icon */

/* 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 .our_price_display {
	font-size: 18px;
}
.ap5-pack-product-price-table-container .ap5-pack-product-price-table-cell #reduction_percent,
.ap5-pack-product-price-table-container .ap5-pack-product-price-table-cell #reduction_amount,
.ap5-pack-product-price-table-container .ap5-pack-product-price-table-cell #old_price {
	font-size: 14px;
	line-height: inherit;
}
.ap5-price-container #old_price, .ap5-price-container .ap5-old-price-display {
	display: inline !important;
}

.ap5-pack-product-price-table-container .ap5-pack-product-price {
	line-height: 20px;
}
.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 */
