/* 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;
}

/* Section */
#ap5-page-product-box.page-product-box a {
	text-decoration: none;
}

#ap5-page-product-box {
    border: 2px solid #3f93e9;
    border-radius: 15px;
    padding: 15px;
    margin-top: 25px;
}


/* /Section */

/* Pack Product List Container */
#ap5-product-footer-pack-list {
}
/* Pack Title */
.ap5-product-footer-pack-informations {
}
	.ap5-product-footer-pack-name {
		margin: 0;
		display: inline-block;
	}
	.ap5-product-footer-pack-name a {
		font-size: 18px;
		text-transform: uppercase;
		display: table-cell;
		vertical-align: middle;
	}
	.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 */

@media only screen and (max-width: 991px) {
.pm-ap-owl-carousel.pm-ap-owl-drag .pm-ap-owl-item, .pm-ap-owl-stage {
    width: 100% !important;
}
.ap5-product-footer-pack-name2 a > div {
    text-align: center;
}
}

@media only screen and (min-width: 991px) {
.ap5-product-footer-pack-name2 a > div  {
    width: 100%;
    text-align: right;
}
}

.szary_przycisk  {
    background: #ebebeb;
    border-radius: 5px;
    border-color: #ebebeb;
}


.ap5-view-pack-name {
    margin-right: auto;
}
.ap5-product-footer-pack-name2 a {
    display: flex;
    align-items: center;
}

.regular-price2 {text-decoration: line-through;}

/* Pack Prices */
.ap5-price-container {
	border: none;
    display: inline-block;
}
.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) {
.szary_przycisk {
    margin: 5px 0px;
}
}
.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 {

}

.card-header2 > div {
    color: #171e55;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px;
}


.ap5-pack-product-content {
    display: flex;
    background: #fafafa;
    padding: 10px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

/* /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-bottom: 8px;
}
.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: 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 */
