/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffffffff;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn {
    --bs-btn-border-radius: 50px;
}

.header-bottom .navbar-brand {
    max-height: 50px;
}

/* 
.header {
	position: sticky;
} 
*/

.buy-product {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-miniature__prices span {
    font-size: 1.6rem;
}

.email-subscription .email-subscription__content__inputs .btn-primary {
    color: var(--bs-black);
}

.product-miniature .product-miniature__quickview_touch {
	display: flex;
}

.product-miniature__description-short {
    min-height: 100px;
    font-size: 13px;
}

.product-miniature .product-list-reviews {
	display: none;
}
div[class*="idnkcpf-sticker-spot"] {
	padding: 10px;
	border: 1px solid var(--bs-primary);
    border-radius: 50px;
	background: var(--bs-gray-100);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	bottom: 5px;
	z-index: 100;
}
.product-miniature div[class*="idnkcpf-sticker-spot"] {
	bottom: -5px;
}

.product-miniature .card {
    border: 1px solid #0d6efd77;
}

.product-miniature .product-miniature__title {
   text-align: center;
}

.product-miniature .product-miniature__image-container {
    overflow: visible;
}

.product-miniature .product-miniature__link:hover .product-miniature__image {
    transform: scale(0.95);
}

.rich-text .h2, .rich-text h2 {
    font-size: 1.4rem;
	color: #0b5ed7;
}

.rich-text .h3, .rich-text h3 {
    font-size: 1.3rem;
	color: #0b5ed7;
}

.social-sharing {
	margin-bottom: 20px;
}

.page-product .product__name {
    text-align: center;
	margin-bottom: 0;
}

@media (min-width: 1200px) {
    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 2rem;
    }
}

.card-add-to-sticky {
	position: sticky;
	top: 120px;
	box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, .2);
	padding: 10px 15px;
    height: min-content;
}
.card-add-to-static {
	box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, .2);
	padding: 10px 15px;
	margin: 5px;
    height: min-content;
}

#product .product__col {
	padding: 0;
}
.product_features_top {
	margin-bottom: 20px;
	padding: 10px;
	justify-content: center;
}
.detail-top {
	margin: 2px;
    cursor: pointer;
    border-width: 1px;
    border-color: #232323;
    padding: 5px;
	border-style: solid;
	text-align: center;
	box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, .2);
}

.product__description >h2 {
    text-align: center;
}

.header {
	z-index: 1000;
}

@media (max-width: 768px) {
	.header {
		top: 10px;
	}
}