.glide-slider-container {
	width: 100%;
	padding: 50px 0;
	background-color: #f5f5f5;
}
#frontSlideBanner {
	opacity: 0;
}
#frontSlideBanner.slider-mounted {
	opacity: 1;
}
.front-glide .glide__slide img {
	width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 16 / 7;
}
.front-glide .glide__bullets {
	top: calc(100% + 18px);
    bottom: auto;
}

.front-glide button.glide__arrow {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 38px 24px;
	border: 0;
	border-radius: 0;
    background-color: #fff;
}
.front-glide button.glide__arrow--left {
	left: 0;
	border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    padding-right: 32px;
}
.front-glide button.glide__arrow--right {
	right: 0;
	border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding-left: 32px;
}
.front-glide button.glide__arrow svg {
	width: 24px;
	height: 24px;
	fill: #eb3223;
}

.front-glide .glide__bullet {
	background-color: #bcbcbc;
    width: 11px;
    height: 11px;
}
.front-glide .glide__bullet.glide__bullet--active {
	background-color: #101010;
}

@media (max-width: 767.98px) {
	.front-glide .glide__arrows {
		display: none;
	}
	.glide-slider-container {
		padding: 25px 0;
	}
	.front-glide .glide__bullets {
    	top: calc(100% + 5px);
	    bottom: auto;
	}
}


.main.front-main {
	padding-top: 25px;
	padding-bottom: 25px;
}
.front.main-content{
	width: calc(100% - 280px);
}
@media (max-width: 991.98px) {
	.main.front-main {
		padding: 25px 20px;
	}
	.front.main-content{
		width: 100%;
	}
}
@media (max-width: 575.98px) {
	.main.front-main {
		padding: 15px 10px;
	}
}

.ranking-glide .glide__slide {
	width: 25%;
    /*margin-left: 15px;
    margin-right: 15px;*/
}

.ranking-glide .glide__arrows {
	position: absolute;
	top: 0;
	right: 0;
}
.ranking-glide .glide__arrows .glide__arrows-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.glide__arrows-wrap .glide__arrow {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	transform: none;
	text-shadow: none;
	box-shadow: none;
	border: 1px solid #dfdfdf;
	border-radius: 50%;
	padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 30px;
	height: 30px;
}
.glide__arrows-wrap .glide__arrow:hover {
    border-color: #3e7eb8;
}
.glide__arrows-wrap .glide__arrow.glide__arrow--left {
	margin-right: 5px;
}
.glide__arrows-wrap .glide__arrow svg {
	fill: #3e7eb8;
	height: 18px;
	width: 18px;
}

.star-rating {
    color: #65bec2;
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    display: block;
    margin: 0 0 .5em;
    float: none;
    font-size: 14px;
}
.star-rating::before {
    content: "sssss";
    color: #d3d3d3;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #FA5D01!important;
}
.star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
}

.section-block {
	padding-bottom: 40px;
}
.section-block:last-child {
	padding-bottom: 0;
}

.ranking-slider .glide__track {
	padding-right: 15px;
    padding-left: 15px;
}

.ranking-title {
	padding-bottom: 25px;
}
.ranking-title h4 {
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
    border-left: 5px solid #f7b62d;
}
@media (max-width: 991.98px) {
	.ranking-title {
		padding-bottom: 20px;
	}
	.section-block {
		padding-bottom: 30px;
	}
}
@media (max-width: 575.98px) {
	.ranking-title {
		padding-bottom: 15px;
	}
	.section-block {
		padding-bottom: 20px;
	}
}


.ranking-glide-slide-content {
	position: relative;
}
.ranking-glide-number {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.ranking-glide-number-wrap {
	position: relative;
	width: 40px;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.ranking-glide-number-wrap span {
	position: absolute;
    top: 8px;
    left: 8px;
    font-size: 16px;
    color: #ffffff;
    line-height: 14px;
    z-index: 2;
}
.ranking-glide-number-triangle {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 1;
	border-bottom: 40px solid transparent;
    display: none;
}
.ranking-glide-number-triangle.triangle-index-1 {
	display: block;
	border-left: 40px solid #cc9900;
}
.ranking-glide-number-triangle.triangle-index-2 {
	display: block;
	border-left: 40px solid #999999;
}
.ranking-glide-number-triangle.triangle-index-3 {
	display: block;
	border-left: 40px solid #ff6600;
}

.ranking-glide-number-wrap.basic-number span {
	position: relative;
    top: auto;
    left: auto;
    font-size: 16px;
    color: #3e7eb8;
    width: 35px;
    height: 35px;
    border: 1px solid #3e7eb8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ranking-glide-image {
	display: block;
	padding-bottom: 10px;
}
.ranking-glide-image img {
	display: block;
	width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}
.ranking-glide-image .empty-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: #eff8ff;
}
.ranking-glide-image .empty-image svg {
	display: block;
	width: 70px;
	height: 70px;
	fill: #3e7eb8;
}
.ranking-glide-price {
	text-align: center;
	padding-bottom: 10px;
}
.ranking-glide-price > * {
	color: #ff3333;
	font-weight: 400;
}
.ranking-glide-title {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ranking-glide-title a {
	display: block;
}
.ranking-glide-title h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.ranking-glide-title a:hover h5 {
	color: #004488;
}
.ranking-glide-rating .star-rating {
	margin: auto;
}
.ranking-glide-category {
	padding-top: 10px;
	padding-bottom: 0;
}
.ranking-glide-category p {
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
.ranking-glide-category p a {
	color: #3e7eb8;
}
.ranking-glide-category p a:hover {
	color: #004488;
}

.ranking-glide .glide__bullet {
	display: none;
}
.ranking-glide .glide__bullet {
	background-color: #bcbcbc;
    width: 11px;
    height: 11px;
}
.ranking-glide .glide__bullet.glide__bullet--active {
	background-color: #101010;
}
.ranking-glide .glide__bullets {
	bottom: 5px;
}


@media (max-width: 991.98px) {
	.ranking-glide .glide__slide {
		width: 33.33333%;
	}
	.ranking-glide {
		padding-bottom: 20px;
	}
	.ranking-glide .glide__bullet {
		display: block;
	}
}
@media (max-width: 767.98px) {
	.ranking-glide .glide__slide {
		width: 50%;
	}
	
}

.advertisement-contain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background: #eff8ff;
}
.advertis-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    aspect-ratio: 2556 / 820;
}
.advertis-block a {
    display: block;
}
.advertis-block img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 1199.98px) {
    .advertisement-contain {
        gap: 20px;
    }
    .advertis-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}
@media (max-width: 767.99px) {
    .advertisement-contain {
        gap: 10px;
    }
    .advertis-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.home-accordion-section {
	padding-right: 15px;
    padding-left: 15px;
}
.home-accordion-block {
    padding-bottom: 10px;
}
.home-accordion-btn {
    appearance: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eff8ff;
    color: #3e7eb8;
    cursor: pointer;
    padding: 10px 20px 10px 30px;
    width: 100%;
    border: 1px solid #cccccc;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s;
}
.home-accordion-btn svg {
	width: 16px;
	height: 16px;
	fill: #000000;
}
.home-accordion-btn:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #3e7eb8;
}

.home-accordion-btn-active, .home-accordion-btn:hover {
    background-color: #23c2db33;
}
.home-accordion-btn span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 16px);
    flex: 0 0 calc(100% - 16px);
    max-width: calc(100% - 16px);
}
.home-accordion-btn.home-accordion-btn-active svg {
	transform: rotate(180deg);
}
.home-accordion-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #cccccc11;
}
.home-accordion-panel ul {
	padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.home-accordion-panel ul li {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.home-accordion-panel a {
	display: block;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
}
.home-accordion-panel a:hover {
	color: #3e7eb8;
}
.manual-acc .home-accordion-btn {
	background-color: #ffffff;
	color: #000000;
}
.manual-acc .home-accordion-btn:after {
	background-color: #ff6b05;
}
.manual-acc .home-accordion-btn-active, .manual-acc .home-accordion-btn:hover {
    background-color: #fff0e6;
}
.manual-acc .home-accordion-panel {
	background-color: #00000011;
}
.manual-acc .home-accordion-panel p {
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}
@media (max-width: 599.98px) {
	.home-accordion-panel ul li {
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}

.about-us-body {
	padding-right: 15px;
	padding-left: 15px;
}
.about-us-block {
	padding-bottom: 20px;
}
.about-us-body .about-us-block:last-child {
	padding-bottom: 0;
}
.about-us-block img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}

.q-and-a-accordion-section {
	position: relative;
	padding-right: 15px;
    padding-left: 15px;
}
.q-and-a-accordion-block {
	border: 1px solid #999999;
	padding: 0px 10px;
	margin-bottom: 15px;
}

.q-and-a-accordion-btn {
    appearance: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: #3e7eb8;
    cursor: pointer;
    padding: 15px 20px 15px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s;
}
.q-and-a-accordion-btn b {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    color: #3e7eb8;
}
.q-and-a-accordion-btn svg {
	width: 16px;
	height: 16px;
	fill: #000000;
}

.q-and-a-accordion-btn span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 56px);
    flex: 0 0 calc(100% - 56px);
    max-width: calc(100% - 56px);
}
.q-and-a-accordion-btn.q-and-a-accordion-btn-active svg {
	transform: rotate(180deg);
}
.q-and-a-accordion-panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.q-and-a-accordion-panel-block {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 10px;
    border-top: 1px solid #999999;
}
.q-and-a-accordion-panel-block p {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);

    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
.q-and-a-accordion-panel-block b {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
}

.aq-page-link {
    position: absolute;
    bottom: calc(100% + 25px);
    right: 15px;
}
.aq-page-link a {
	display: block;
	color: #3e7eb8;
	font-size: 14px;
	text-decoration: underline;
}

@media (max-width: 767.98px) {
	.q-and-a-accordion-btn {
		font-size: 14px;
	}
	.q-and-a-accordion-panel-block p {
		font-size: 12px;
	}
	.home-accordion-btn {
		font-size: 14px;
	}
	.home-accordion-panel p {
		font-size: 12px;
	}
}

.customer-review-body {
	padding-left: 15px;
	padding-right: 15px;
}
.customer-review-grid {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 10px;
}
.customer-review-item {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 7px);
    flex: 0 0 calc(50% - 7px);
    max-width: calc(50% - 7px);

    border-radius: 10px;
    border: 1px solid #ced3df;
    aspect-ratio: 15 / 7;
}
.customer-review-item-body {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 25px;
}
.customer-review-person {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    padding-right: 20px;
}
.customer-review-comment {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
}

.customer-review-person img {
	display: block;
	width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    margin: auto;
    margin-bottom: 25px;
}
.empty-person-image {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 80px;
    height: 80px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    margin: auto;
    margin-bottom: 25px;
    background-color: #eff8ff;
}
.empty-person-image svg {
	width: 60px;
	height: 60px;
	fill: #3e7eb8;
}
.customer-review-person h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	line-height: normal;
	word-break: break-all;
}

.cr-rating {
	margin-bottom: 25px;
}
.cr-rating .star-rating {
	font-size: 24px;
}
.cr-rating .star-rating span {
	color: #ffb542 !important;
}
.cr-comment p {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}

.cr-page-link {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}
.cr-page-link button {
	appearance: none;
	display: block;
	background-color: #0081ff;
	border: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
}
.cr-page-link button:hover {
	background-color: #3e7eb8;
}

@media (max-width: 991.98px) {
	.customer-review-person img, .empty-person-image {
		margin-bottom: 15px;
	}
	.customer-review-person h6 {
		font-size: 14px;
	}
	.cr-rating .star-rating {
	    font-size: 21px;
	}
	.cr-rating {
	    margin-bottom: 15px;
	}
}
@media (max-width: 767.98px) {
	.customer-review-item {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    aspect-ratio: auto;
	}
}
@media (max-width: 439.98px) {
	.customer-review-item-body {
		padding: 15px;
	}
	.customer-review-person {
		padding-right: 15px;
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 80px;
	    flex: 0 0 80px;
	    max-width: 80px;
	}
	.empty-person-image {
	    width: 60px;
	    height: 60px;
    }
    .empty-person-image svg {
	    width: 40px;
	    height: 40px;
	}
	.customer-review-comment {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(100% - 95px);
	    flex: 0 0 calc(100% - 95px);
	    max-width: calc(100% - 95px);
	}
	.customer-review-person img {
		width: 60px;
		height: 60px;
	}
	.cr-comment p {
		font-size: 14px;
	}
}