
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

:root,
[data-bs-theme=light] {
	--ap-heading-font-family: 'Montserrat', sans-serif;
	--bs-body-font-family: 'Roboto', sans-serif;

	--bs-light: #ebf5ee;
	--bs-light-rgb: 235, 245, 238;

	--bs-primary: #00747f;
	--bs-primary-rgb: 0, 116, 127;
	--bs-secondary: #ed6a5a;
	--bs-secondary-rgb: 237, 106, 90;

	--bs-heading-color: #172B4D;
	--bs-body-color: #22284b;
	--bs-body-color-rgb: 34, 40, 75;

	--ap-btn-bg: var(--bs-primary);
	--ap-btn-color: #fff;
	--ap-btn-hover-bg: var(--bs-secondary);
	--ap-btn-hover-color: #fff;

	--bs-link-color: var(--bs-primary);
	--bs-link-hover-color: var(--bs-secondary);
	--bs-link-color-rgb: var(--bs-primary-rgb);
	--bs-link-hover-color-rgb: var(--bs-secondary-rgb);

	--bs-border-color: #f0f0f0;

	--ap-header-top-nav-bg: #f3fcfc;
	--ap-header-top-nav-border: #eee;
	--ap-header-bottom-nav-bg: #00a8b8;
	--ap-header-bottom-nav-link-color: #fff;
	--ap-header-bottom-nav-link-hover-color: #eee;
	--ap-header-bottom-nav-sales-btn-bg: #0096a3;

	--ap-product-card-border: #eee;
	--ap-product-card-hover-border: #00747f;
	--ap-product-card-label-bg: #ffe7e4;
	--ap-product-card-label-price-color: #e11313;
}

/* -------------------- 
--- Typography
-------------------- */

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	margin-bottom: 1rem;
	margin-top: 1rem;
	font-family: var(--ap-heading-font-family);
	font-weight: 700;
	letter-spacing: -0.025em;
}

h1,
.h1 {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	font-size: calc(1.75rem + 1.5vw);
}

@media (min-width: 1200px) {

	h1,
	.h1 {
		margin-bottom: 2rem;
		font-size: 2.5rem;
		line-height: 1.17;
	}
}

h2,
.h2 {
	margin-bottom: 1.25rem;
	font-size: calc(1.5rem + 1.25vw);
}

@media (min-width: 1200px) {

	h2,
	.h2 {
		margin-bottom: 1.5rem;
		font-size: 2.375rem;
		line-height: 1.18;
	}
}

h3,
.h3 {
	font-size: calc(1.25rem + 0.75vw);
}

@media (min-width: 1200px) {

	h3,
	.h3 {
		font-size: 2rem;
	}
}

h4,
.h4 {
	font-size: calc(1.2rem + 0.3vw);
}

@media (min-width: 1200px) {

	h4,
	.h4 {
		font-size: 1.2rem;
		line-height: 1.36;
	}
}

h5,
.h5 {
	font-size: 1.125rem;
}

h6,
.h6 {
	font-size: 1rem;
}

p {
	margin-bottom: 1.25rem;
}

p:last-child {
	margin-bottom: 0;
}

p.small {
	line-height: 1.45;
}

a {
	text-decoration: none;
}

/* -------------------- 
--- Buttons
-------------------- */

.ap-btn-primary {
	--bs-btn-color: var(--ap-btn-color);
	--bs-btn-bg: var(--ap-btn-bg);
	--bs-btn-hover-color: var(--ap-btn-hover-color);
	--bs-btn-hover-bg: var(--ap-btn-hover-bg);
	--bs-btn-focus-shadow-rgb: 66, 70, 73;
	--bs-btn-active-color: var(--ap-btn-hover-color);
	--bs-btn-active-bg: var(--ap-btn-hover-bg);
	--bs-btn-active-border-color: var(--ap-btn-hover-bg);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-line-height: 1.3;
}

.ap-btn-md {
	--bs-btn-padding-y: 0.325rem;
	--bs-btn-padding-x: 1.25rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: 0;
}

.ap-btn-lg {
	--bs-btn-padding-y: 0.75rem;
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-font-size: 1rem;
	--bs-btn-border-radius: 0;
}

/* -------------------- 
--- Header
-------------------- */

.navbar {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 9h24M4 15h24M4 21h24'/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: transparent;
	--bs-navbar-toggler-focus-width: 0;
}

@media (max-width: 991.98px) {
	.navbar {
		border-bottom: 1px solid var(--bs-border-color);
	}
}

@media (max-width: 420.98px) {
	.offcanvas {
		--bs-offcanvas-width: 370px;
	}
}

.ap-header-banner {}

.ap-nav-top {
	background-color: var(--ap-header-top-nav-bg);
	border-bottom: 1px solid var(--ap-header-top-nav-border);
}

.ap-nav-top .nav-link {
	padding: 7px 0;
	font-size: 0.875rem;
}

.ap-nav-top .nav-item:not(:last-child) .nav-link {
	margin-right: 30px;
}

.ap-nav-middle {
	padding: 25px 0;
}

@media (max-width: 991.98px) {
	.ap-nav-middle {
		padding: 0 0 20px;
	}
}

.navbar-brand img {
	width: 120px;
}

.ap-callback {
	text-align: center;
}

.ap-callback a > span {
	display: block;
}

.ap-header-phone a {
	font-size: 1.125rem;
	font-weight: 700;
}

.ap-header-phone {
    display: flex;
    flex-direction: column;
}

.ap-header-callback p {
	font-size: 0.800rem;
}

.ap-nav-bottom {
	background-color: var(--ap-header-bottom-nav-bg);
}

.ap-nav-bottom a {
	color: var(--ap-header-bottom-nav-link-color);
}

.ap-nav-bottom-catalog {
	padding: 12px 20px;
	background-color: var(--bs-primary);
}

.ap-nav-bottom-catalog:hover {
	background-color: var(--bs-link-hover-color);
}

.ap-nav-bottom-catalog i {
	margin-right: 0.75rem;
}

.ap-nav-bottom-link:hover {
	color: var(--ap-header-bottom-nav-link-hover-color);
}

@media (max-width: 991.98px) {
	.ap-nav-bottom-link {
		padding: 12px 20px;
	}
}

.ap-nav-bottom-sales {
	padding: 12px 20px;
	background-color: var(--ap-header-bottom-nav-sales-btn-bg);
}

.ap-nav-bottom-sales:hover {
	background-color: var(--bs-link-hover-color);
}

.ap-nav-order span {
	margin-left: 12px;
	font-size: 0.875rem;
	line-height: 1.3;
}

.ap-nav-order i,
.ap-nav-icon i {
	font-size: 1.75rem;
}

@media (max-width: 991.98px) {

	.ap-nav-order i,
	.ap-nav-icon i {
		font-size: 1.5rem;
	}
}

.ap-nav-icon {
	position: relative;
	display: block;
	min-width: 3.125rem;
}

.ap-icon-num-value {
	position: absolute;
	top: -9px;
	left: 22px;
	padding: 0 7px;
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: var(--bs-primary);
	outline: 4px solid var(--bs-body-bg);
	border-radius: 10rem;
}

@media (max-width: 991.98px) {
	.ap-icon-num-value {
		left: 20px;
		padding: 0 5px;
		min-width: 20px;
		height: 20px;
		line-height: 20px;
		font-weight: 400;
		outline: 2px solid var(--bs-body-bg);
	}
}

.ap-nav-mobile {
	margin-left: 12px;
	padding: 5px;
	text-align: center;
	color: var(--bs-primary);
	border-radius: 10rem;
}

.ap-nav-mobile i {
	font-size: 1.125rem;
}

.ap-navbar-inner {
	margin-right: 12px;
}

.ap-mobile-logo img {
	height: 30px;
}

/* CART */
#cart.show > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.show > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

#cart .img-thumbnail{
	max-width: inherit;
}

/* alert */
.alert {
	padding: 20px;
    margin: 10px 0;
}

/* -------------------- 
--- Footer
-------------------- */

.ap-footer-main {
	padding: 25px 0;
}

.ap-footer-phone {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767.98px) {
	.ap-footer-main {
		padding: 25px 0 10px;
	}
}

.ap-logo-bottom img {
	width: 120px;
	margin-top: 5px;
	margin-bottom: 12px;
}

.ap-footer-socials {
	font-size: 0.75rem;
	text-align: center;
}

@media (max-width: 767.98px) {
	.ap-footer-main-call-section {
		padding-top: 12px;
		border-top: 1px solid var(--bs-border-color);
		border-bottom: 1px solid var(--bs-border-color);
	}
}

.ap-footer-phone a {
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 700;
}

.ap-footer-callback {
	margin-bottom: 0.625rem;
}

.ap-footer-callback a {
	font-size: 0.875rem;
}

.ap-footer-worktime {
	font-size: 0.75rem;
}

@media (max-width: 767.98px) {
	.ap-footer-main-logo-section {
		padding-bottom: 12px;
		border-bottom: 1px solid var(--bs-border-color);
	}
}

.ap-footer-menu li {
	font-size: 0.813rem;
	margin: 0 0 0.75rem;
}

.ap-footer-menu {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	padding: 0;
}

@media (max-width: 1199.98px) {
	.ap-footer-menu {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 44px;
		-moz-column-gap: 44px;
		column-gap: 44px;
	}
}

.ap-footer-bottom {
	padding: 10px 0;
	border-top: 1px solid var(--bs-border-color);
}

@media (max-width: 767.98px) {
	.ap-footer-bottom {
		border-top: 0 none;
	}
}

.ap-payment {
	font-size: 0.75rem;
}

.ap-development {
	font-size: 0.75rem;
}

.ap-copyright {
	font-size: 0.75rem;
}

.ap-footer-bottom-menu li {
	margin: 0 15px 10px 0;
	font-size: 0.75rem;
}

.ap-payment-logo {
	margin-top: -5px;
}




/* -------------------- 
--- Product Card
-------------------- */

.ap-card-product {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	padding-top: 25px;
	height: 100%;
	border: 1px solid var(--ap-product-card-border);
	transition: border 0.25s;
}

.ap-card-product:hover {
	border: 1px solid var(--ap-product-card-hover-border);
}

.ap-card-product-img {
	height: 150px;
}

.ap-card-product-body {
	padding: 20px;
}

.ap-card-product-review {
	margin: 5px 0;
}

.ap-card-product-review a {
	font-size: 0.75rem;
}

.ap-card-product-title {
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
}

.ap-card-product-price {
	margin-bottom: 0.625rem;
}

.ap-price-current {
	margin-right: 0.625rem;
}

.ap-price-current span:first-child {
	font-size: 1.125rem;
	font-weight: 700;
}

.ap-price-current span:last-child {
	font-size: 0.75rem;
}

.ap-price-old {
	font-size: 0.75rem;
}

.ap-card-product-btn-fav {
	margin-left: 10px;
	padding: 8px;
}

.ap-card-product-btn-aval {
	text-decoration: none;
	font-size: 0.875rem;
}

.ap-card-product-label {
	position: absolute;
	top: 20px;
	left: 20px;
}

.ap-card-product-label > span {
	padding: 0.313rem 0.75rem;
	font-size: 0.688rem;
	background-color: var(--ap-product-card-label-bg);
}

.ap-card-product-label span > span {
	margin-left: 0.5rem;
	font-weight: 700;
	color: var(--ap-product-card-label-price-color);
}
.sort-block{
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

label.input-group-addon {
    padding: 4px;
}

/* -------------------- 
--- Product Page
-------------------- */

.ap-page-product-title {
	margin-top: 0.938rem;
	margin-bottom: 1.5rem;
}

.ap-page-product-data {
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
}

.ap-page-product-area {
	margin-top: 5px;
	padding: 20px 30px;
	background-color: var(--bs-light);
}

.ap-page-product-price {
	margin-bottom: 5px;
}

.ap-page-product-price .ap-price-current {
	margin-right: 10px;
}

.ap-page-product-price .ap-price-current span:first-child {
	font-size: 1.313rem;
	font-weight: 700;
}

.ap-page-product-price .ap-price-current span:last-child {
	font-size: 1rem;
}

.ap-page-product-price .ap-price-old {
	font-size: 1rem;
}

.ap-page-product-label > span {
	padding: 0.313rem 0.75rem;
	font-size: 0.75rem;
	background-color: var(--ap-product-card-label-bg);
}

.ap-page-product-label > span > span {
	margin-left: 0.5rem;
	font-weight: 700;
	color: var(--ap-product-card-label-price-color);
}

.tab-pane {
	padding-top: 20px;
}

.ap-char-list {}

.ap-char-list li {
	display: flex;
	font-size: 1rem;
	line-height: 1.5;
	padding: 0.938rem 0;
	border-bottom: 1px solid var(--bs-border-color);
	transition: border-bottom 0.25s;
}

.ap-char-list li:hover {
	border-bottom: 1px solid var(--bs-body-color);
}

.ap-char-title {
	min-width: 290px;
	width: 290px;
	margin-right: 30px;
	line-height: 1.4;
	color: rgba(var(--bs-body-color-rgb), 0.65);
}

.ap-card-product-btn-cart{
	font-size: 18px;
	padding: 10px 30px;
}

.ap-card-product-doz {
	display: flex;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
	.ap-card-product-doz {
		flex-direction: column;
	}
}

@media (max-width: 767.98px) {
	.ap-char-title {
		min-width: 130px;
		width: 130px;
	}
}

/* -------------------- 
--- ***
-------------------- */

.ap-card {
	position: relative;
	display: flex;
	height: 100%;
	background-color: var(--bs-light);
}

.ap-icon-md {
	font-size: 1.5rem;
	color: var(--bs-primary);
}

.ap-section-py {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.ap-subscribe {
	background-color: var(--bs-light);
}

div#banner0 {
    margin-top: 40px;
}

.breadcrumb a {
	text-wrap: wrap;
}

@media (max-width: 767.98px) {
	div#banner0 {
		display: none;
	}
}
.active>.page-link, .page-link.active {    z-index: 3;    color: var(--bs-pagination-active-color);    background-color: #00747f;    border-color: #00747f;}


.ap-header-phone-mob {
    font-size: 14px;
}
.ap-header-callback-mob {
    font-size: 10px;
}

@media (max-width: 767.98px) {
	.header-contact-block {
    flex-direction: column !important;
    text-align: center;
}
}

#collapse-shipping-method .panel-body {
    display: flex;
}
#collapse-payment-method .panel-body {
    display: flex;
}

@media (max-width: 767.98px) {
	.ap-footer-bottom-menu {
		text-align: center;
	}
	.ap-footer-bottom-menu > li {
		width:100%;
	}
}

#ap_nav_tab {
    margin-top: 20px;
}

li.image-additional {
    margin-top: 20px;
}



.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

.thumbnail > img {
	width: 100%;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}