body,html,div,p,ul,ul li,a,h1,h2,h3,h4,h5,h6 {
padding: 0px;
margin: 0px;
list-style-type: none;
text-decoration: none;
}

body, html {
height: 100%;
font-family: "Inter", sans-serif;
}

.noselect {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

*:focus {
outline: 0;
}

a:active, a:visited {
background-color: transparent;
}

.bg-1 {
background-color: rgb(245,245,245);
}

.bg-2 {
background-color: rgb(250,250,250);
}

.content {
padding: 0px 50px 0px 50px;
overflow: hidden;
position: relative;
}

.content.content-auto-overflow {
overflow: visible;
}

@media (max-width: 780.5px) {
	
	.content.content-bg-1 {
	background-color: rgb(240,240,240);
	}
	
}

@media (max-width: 899.5px) {
	
	.content {
	padding: 0px 25px 0px 25px;	
	}
	
}

@media (max-width: 419.5px) {

	.content {
	padding: 0px 20px 0px 20px;	
	}
	
}

.global-fixed {
position: static;
left: 0px;
top: 0px;
width: 100%;
z-index: 1000;
background-color: rgb(255,255,255);
}

.global-fixed.ntx-header {
position: fixed;
border-bottom: 0.5px solid rgb(220,220,220);
border-top: 1px solid rgb(220,220,220);
display: none;
}

.global-fixed.ntx-menu {
border-bottom:0px;
}

@media (max-width: 850px) {
	
	.global-fixed {
	position: fixed;	
	}
	
}

/*
.main-container {
margin-top: 193px;
}

@media (max-width: 1299.5px) {
	
	.main-container {
	margin-top: 247px;
	}
	
}

*/

@media (max-width: 850px) {

	.main-container {
	margin-top: 140px;
	}
	
}

@media (max-width: 419.5px) {

	.main-container {
	margin-top: 104px;
	}
	
}

.filters-overlay {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.6);
z-index: 100001;
}

.filters-modal {
width: 60%;
height: 90%;
position: fixed;
left: 0;
top: 0;
z-index: 100002;
border-radius: 4px;
}

.filters-modal .filter-cat-gl {
display: none;
}

@media (max-width: 799.5px) {
	
	.filters-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	}
	
}

.filters-modal .filters-modal-title {
height: 50px;
font-size: 14px;
line-height: 17px;
color: rgb(255,255,255);
font-weight: 600;
padding: 0px 20px 0px 20px;
background-color: #fc0744;
position: sticky;
left: 0px;
top: 0px;
width: 100%;
overflow: hidden;
box-sizing: border-box;
z-index: 100001;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.filters-modal .filters-modal-title span {
display: inline-block;
padding-top: 17px;
}

.filters-modal .filters-modal-title i {
float: right;
height: 50px;
width: 40px;
font-size: 18px;
line-height: 50px;
text-align: center;
margin-right: -15px;
cursor: pointer;
}

.filters-modal .filters-modal-footer {
height: 65px;
position: sticky;
left: 0px;
bottom: 0px;
width: 100%;
overflow: hidden;
box-sizing: border-box;
z-index: 100001;
background-color: rgb(245,245,245);
border-top: 1px solid rgb(220,220,220);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
text-align: right;
}

.filters-modal .filters {
padding-bottom: 0px !important;
}

.filters-modal .filters-modal-footer button {
padding: 8px 12px 8px 12px;
font-size: 13px;
line-height: 17px;
color: rgb(255,255,255);
font-weight: 500;
display: inline-block;
border-radius: 4px;
border: 0px;
background-color: #fc0744;
cursor: pointer;
margin: 15px 15px 0px 0px;
font-weight: 600;
}

.filters-modal .filters-modal-footer button i {
margin-left: 8px;
display: none;
}

.filters-modal .filters-modal-ins {
padding: 25px 20px 25px 20px;
height: calc(100% - 162px);
background-color: rgb(255,255,255);
overflow-y: scroll;
}

.filters-modal .filters-modal-ins .filters-open-tmp .left-panel .filter-title {
border-top: 0px;
}

.filters-modal .filters-modal-ins .filters-open-tmp .left-panel .filter-title ~ .filter-title {
border-top: 1px solid rgb(220,220,220);
}

.filters-modal .filters-modal-actives {
padding-top: 10px;
border-bottom: 1px solid rgb(220,220,220);
}

.filters-modal .filters-modal-actives-title {
font-size: 12px;
line-height: 14px;
color: rgb(30,30,30);
padding-bottom: 5px;
font-weight: 600;
display: none;
}


.mobile-menu {
width: 100%;
height: 100%;
position: fixed;
left: 0px;
top: 193px;
background-color: rgb(255,255,255);
overflow-y: scroll;
z-index: 100000;
}

@media (max-width: 850px) {
	
	.mobile-menu {
	height: calc(100% - 140px);
	top: 140px;
	}
	
}

@media (max-width: 419.5px) {
	
	.mobile-menu {
	height: calc(100% - 104px);
	top: 104px;
	}
	
}

.mobile-menu .mobile-menu-list {
padding: 25px 25px 20px 25px;
}

@media (max-width: 419.5px) {

	.mobile-menu .mobile-menu-list {
	padding: 25px 20px 20px 20px;
	}
	
}

.mobile-menu .mobile-menu-list a, .mobile-menu .mobile-menu-list span {
padding: 13px 0px 12px 0px;
font-size: 16px;
line-height: 19px;
color: rgb(30,30,30);
display: block;
border-bottom: 1px solid rgb(220,220,220);
cursor: pointer;
}

.mobile-menu .mobile-menu-list > li:last-of-type a, .mobile-menu .mobile-menu-list > li:last-of-type span {
border-bottom: 0px;
}

.mobile-menu .mobile-menu-list a i, .mobile-menu .mobile-menu-list span i {
padding-top: 3px;
float: right;
font-size: 13px;
}

.mobile-menu .mobile-menu-list .mobile-menu-list-left a i {
float: left;
font-size: 15px;
padding-right: 15px;
}

.mobile-menu .mobile-menu-list li > ul {
padding: 22px 0px 8px 0px;
display: none;
border-bottom: 1px solid rgb(220,220,220);
}

.mobile-menu .mobile-menu-list li > ul > li {
padding: 0px 0px 14px 15px;
}

.mobile-menu .mobile-menu-list li > ul > li > a {
border-bottom: 0px;
padding: 0px;
}

.mobile-menu .mobile-menu-bottom {
background-color: rgb(245,245,245);
border-top: 1px solid rgb(220,220,220);
padding: 35px 25px 0px 25px;
}

@media (max-width: 419.5px) {

	.mobile-menu .mobile-menu-bottom {
	padding: 35px 20px 0px 20px;
	}
	
}

.mobile-menu .mobile-menu-bottom .mobile-menu-bottom-title {
font-weight: 600;
padding: 0px 0px 16px 0px;
color: rgb(30,30,30);
}

.mobile-menu .mobile-menu-bottom .mobile-menu-bottom-list {
padding-bottom: 20px;
}

.mobile-menu .mobile-menu-bottom .mobile-menu-bottom-list li {
padding: 0px 0px 14px 0px;
}

.mobile-menu .mobile-menu-bottom .mobile-menu-bottom-list li a {
font-size: 16px;
line-height: 19px;
color: rgb(30,30,30);
cursor: pointer;
}

.global-top-line {
background-color: #fc0744;
}


.global-top-line .gtl-promo {
padding: 12px 0px 0px 0px;
float: left;
}

@media (max-width: 850px) {
	
	.global-top-line .gtl-promo {
	padding-bottom: 13px;	
	}
	
}

@media (max-width: 419.5px) {
	
	.global-top-line .gtl-promo {
	padding: 7px 0px 7px 0px;	
	}
	
}

.global-top-line .gtl-promo .fa-sun {
font-size: 24px;
line-height: 22px;
color: rgb(255,255,255);
float: left;
}

@media (max-width: 479.5px) {
	
	.global-top-line .gtl-promo .fa-sun {
	font-size: 18px;
	}
	
}

@media (max-width: 419.5px) {

	.global-top-line .gtl-promo .fa-sun {
	font-size: 16px;
	line-height: 19px;
	}
	
}

.global-top-line .gtl-promo .gtl-promo-text {
padding: 3px 0px 0px 15px;
float: left;
font-size: 15px;
line-height: 19px;
color: rgb(255,255,255);
}

.global-top-line .gtl-promo .gtl-promo-text span {
display: inline-block;
padding-left: 10px;
margin-left: 10px;
border-left: 2px solid rgb(255,255,255);
}

@media (max-width: 479.5px) {
	
	.global-top-line .gtl-promo .gtl-promo-text span {
	border-left: 1px solid rgb(255,255,255);	
	}
	
}

@media (max-width: 390.5px) {
	
	.global-top-line .gtl-promo .gtl-promo-text span {
	display: none;	
	}
	
}

.global-top-line .gtl-promo .gtl-promo-text i {
font-size: 13px;
padding-left: 8px;
}

@media (max-width: 479.5px) {
	
	.global-top-line .gtl-promo .gtl-promo-text i {
	font-size: 11px;	
	}
	
	.global-top-line .gtl-promo .gtl-promo-text {
	font-size: 13px;	
	}
	
}

@media (max-width: 419.5px) {

	.global-top-line .gtl-promo .gtl-promo-text i {
	font-size: 10px;	
	}
	
	.global-top-line .gtl-promo .gtl-promo-text {
	font-size: 12px;
	line-height: 19px;
	padding-top: 0px;
	}
	
}

.global-top-line .gtl-menu {
padding: 5px 0px 5px 0px;
float: right;
font-size: 0px;
}

@media (max-width: 1010.5px) {
	
	.global-top-line .gtl-menu {
	margin-right: -10px;	
	}
	
}

@media (max-width: 850px) {
	
	.global-top-line .gtl-menu {
	display: none;	
	}
	
}

.global-top-line .gtl-menu li {
display: inline-block;	
}

@media (max-width: 1405.5px) {
	
	.global-top-line .gtl-menu li:first-of-type {
	display: none;
	}
	
}

.global-top-line .gtl-menu li a {
color: rgb(255,255,255);
}

.global-top-line .gtl-menu .gtl-menu-anchor {
padding: 10px 15px 10px 15px;
display: inline-block;
font-size: 13px;
line-height: 17px;
color: rgb(255,255,255);
font-weight: 400;
border-radius: 3px;
}

@media (max-width: 1010.5px) {
	
	.global-top-line .gtl-menu .gtl-menu-anchor {
	padding: 10px;	
	}
	
}

.global-top-line .gtl-menu .gtl-menu-anchor:hover {
background-color: rgb(255,255,255);
color: rgb(30,30,30);
}

.global-top-line .gtl-menu .gtl-menu-anchor i {
font-size: 12px;
padding-right: 8px;
}

.global-top-line .gtl-menu li span {
padding-right: 45px;
font-size: 13px;
line-height: 17px;
color: rgb(255,255,255);
}

.global-top-line .gtl-menu li span i {
padding: 0px 8px 0px 12px;
font-size: 10px;
}

.global-top-line .gtl-social {
padding: 13px 0px 0px 30px;
float: right;
}

@media (max-width: 1010.5px) {
	
	.global-top-line .gtl-social {
	display: none;
	}
	
}

.global-top-line .gtl-social a {
display: inline-block;
margin-left: 12px;
font-size: 20px;
line-height: 22px;
color: rgb(255,255,255);
}

.global-top-line .gtl-social a .fa-facebook {
font-size: 18px;
}

.global-header {
padding-top: 20px;
}

@media (max-width: 850px) {

	.global-header {
	border-bottom: 1px solid rgb(220,220,220);
	}
	
}

@media (max-width: 419.5px) {

	.global-header {
	padding-top: 15px;
	}

}

.global-header .content {
height: 72px;
}	
	
@media (max-width: 539.5px) {
	
	.global-header .content {
	height: 72px;
	}
	
}

@media (max-width: 419.5px) {

	.global-header .content {
	height: 55px;
	}
	
}

.global-header .gh-logo {
display: inline-block;
margin-top: 6px;
}

.global-header .gh-logo img:nth-child(1) {
width: 170px;
float: left;
}

.global-header .gh-logo img:nth-child(2) {
width: 100px;
float: left;
margin-left: 25px;
}

@media (max-width: 576.5px) {
	
	.global-header .gh-logo {
	margin-top: 9px;	
	}
	
	.global-header .gh-logo img:nth-child(1) {
	width: 140px;
	}

	.global-header .gh-logo img:nth-child(2) {
	width: 80px;
	margin-left: 25px;
	}
	
}

@media (max-width: 520.5px) {
	
	.global-header .gh-logo {
	margin-top: 14px;	
	}
	
	.global-header .gh-logo img:nth-child(1) {
	width: 100px;
	}

	.global-header .gh-logo img:nth-child(2) {
	width: 60px;
	margin-left: 20px;
	}
	
}

@media (max-width: 419.5px) {

	.global-header .gh-logo {
	margin-top: 10px;	
	}
	
	.global-header .gh-logo img:nth-child(1) {
	width: 90px;
	}

	.global-header .gh-logo img:nth-child(2) {
	width: 50px;
	margin-left: 15px;
	}
	
}

@media (max-width: 390.5px) {
	
	.global-header .gh-logo img:nth-child(2) {
	display: none;	
	}
	
}

.global-header .gh-search {
position: absolute;
left: 500px;
top: 3px;
width: 550px;
height: 44px;
background-color: rgb(240,240,240);
border: 1px solid rgb(230,230,230);
border-radius: 4px;
overflow: hidden;
}

@media (max-width: 1299.5px) {
	
	.global-header .gh-search {
	left: 50%;
	margin-left: -215px;
	}
	
}

@media (max-width: 1199.5px) {
	
	.global-header .gh-search {
	width: 400px;
	margin-left: -100px;
	}
	
}

@media (max-width: 999.5px) {
	
	.global-header .gh-search {
	display: none;	
	}
	
}

.global-header .gh-search input {
width: calc(100% - 80px);
display: inline-block;
padding-left: 20px;
font-size: 14px;
color: rgb(100,100,100);
line-height: 44px;
border: 0px;
background-color: transparent;
}

.global-header .gh-search button {
float: right;
padding: 0px 15px 0px 15px;
font-size: 18px;
line-height: 44px;
color: rgb(100,100,100);
border: 0px;
cursor: pointer;
}

.global-header .gh-menu {
position: absolute;
right: 50px;
top: 12px;
}

@media (max-width: 899.5px) {
	
	.global-header .gh-menu {
	right: 25px;	
	}
	
}

@media (max-width: 850px) {

	.global-header .gh-menu {
	right: 95px;
	}
	
}

@media (max-width: 419.5px) {

	.global-header .gh-menu {
	right: 85px;
	top: 7px;
	}
	
}

.global-header .gh-menu a {
margin-left: 30px;
font-size: 28px;
line-height: 31px;
color: rgb(30,30,30);
display: inline-block;
position: relative;
}

.global-header .gh-menu a span {
font-size: 11px;
line-height: 12px;
position: absolute;
right: -8px;
top: -5px;
color: #fc0744;
font-weight: 500;
}

@media (max-width: 539.5px) {
	
	.global-header .gh-menu a {
	font-size: 22px;
	margin-left: 18px;
	}
	
	.global-header .gh-menu a span {
	right: -10px !important;
	top: -6px !important;
	font-size: 8px !important;
	width: 14px !important;
	line-height: 14px !important;
	}
	
}

.global-header .gh-menu .gh-menu-search {
display: none;
}

@media (max-width: 999.5px) {
	
	.global-header .gh-menu .gh-menu-search {
	display: inline-block;	
	}
	
}

.global-header .gh-menu-mobile {
cursor: pointer;
display: block;
height: 40px;
width: 40px;
position: absolute;
right: 25px;
top: 7px;
background-color: #fc0744;
border-radius: 4px;
display: none;
}

@media (max-width: 850px) {
	
	.global-header .gh-menu-mobile {
	display: block;	
	}
	
}

@media (max-width: 419.5px) {
	
	.global-header .gh-menu-mobile {
	right: 20px;
	top: 0px;
	}
	
}

.global-header .gh-menu-mobile .bar-icon-wrapper {
padding: 7px 0px 0px 10px;
}

.global-header .gh-menu-mobile.active .bar-icon-wrapper {
padding-top: 5px;	
}

.global-header .gh-menu-mobile .bar-icon-wrapper .bar-icon {
height: 4px;
width: 20px;
background: white;
display: block;
opacity: 1;
margin-top: 4px;
-webkit-transition: -webkit-transform 0.15s linear;
-o-transition: -o-transform 0.15s linear;
-ms-transition: -ms-transform 0.15s linear;
-moz-transition: -moz-transform 0.15s linear;
transition: transform 0.15s linear;
-webkit-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}

.global-header .gh-menu-mobile .bar-icon-wrapper .bar-icon:nth-child(2) {
-webkit-transition: opacity 0.1s linear;
-o-transition: opacity 0.1s linear;
-ms-transition: opacity 0.1s linear;
-moz-transition: opacity 0.1s linear;
transition: opacity 0.1s linear;
}

.global-header .gh-menu-mobile.active .bar-icon-wrapper .bar-icon:nth-child(1) {
-webkit-transform: rotate(45deg) translate3d(6.5px, 6.5px, 0);
-o-transform: rotate(45deg) translate3d(6.5px, 6.5px, 0);
-ms-transform: rotate(45deg) translate3d(6.5px, 6.5px, 0);
-moz-transform: rotate(45deg) translate3d(6.5px, 6.5px, 0);
transform: rotate(45deg) translate3d(6.5px, 6.5px, 0);
}

.global-header .gh-menu-mobile.active .bar-icon-wrapper .bar-icon:nth-child(2) {
opacity: 0;
}

.global-header .gh-menu-mobile.active .bar-icon-wrapper .bar-icon:nth-child(3) {
-webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
-o-transform: rotate(-45deg) translate3d(5px, -5px, 0);
-ms-transform: rotate(-45deg) translate3d(5px, -5px, 0);
-moz-transform: rotate(-45deg) translate3d(5px, -5px, 0);
transform: rotate(-45deg) translate3d(5px, -5px, 0);
}

.global-menu {
border-top: 1px solid rgb(230,230,230);
border-bottom: 1px solid rgb(230,230,230);
}

@media (max-width: 850px) {
	
	.global-menu {
	display: none;	
	}
	
}

.global-menu .gm-menu {
font-size: 0px;
padding: 8px 0px 8px 0px;
margin: 0px -15px 0px -15px;
}

.global-menu .gm-menu li {
display: inline-block;
}

.global-menu .gm-menu li a {
display: inline-block;
font-size: 13px;
line-height: 17px;
color: rgb(30,30,30);
font-weight: 600;
padding: 10px 15px 10px 15px;
border-radius: 3px;
}


@media (max-width: 1479.5px) {
	
	.global-menu .gm-menu li a {
	padding: 10px 12px 10px 12px;
	}
	
}

@media (max-width: 1379.5px) {
	
	.global-menu .gm-menu li a {
	font-size: 13px;
	}
	
}

@media (max-width: 1299.5px) {

	.global-menu .gm-menu li a {
	font-size: 14px;
	padding: 10px 15px 10px 15px;
	}
	
}

.global-menu .gm-menu li a i {
font-size: 13px;
padding-right: 8px;
}

.global-menu .gm-menu li a:hover {
background-color: rgb(240,240,240);
}

.global-menu .gm-menu li a.gm-menu-active {
background-color: #fc0744;
color: rgb(255,255,255) !important;
}

.global-menu .gm-menu-left {
float: left;
}

@media (max-width: 1299.5px) {
	
	.global-menu .gm-menu-left {
	margin-left: 0px;
	margin-right: 0px;	
	}
¨
}

.global-menu .gm-menu-right {
float: right;
}

@media (max-width: 1299.5px) {
	
	.global-menu .gm-menu-right {
	float: none;
	clear: both;
	border-top: 1px solid rgb(220,220,220);
	margin-left: 0px;
	margin-right: 0px;
	}
	
}

.mobile-search {
height: 57px;
padding: 40px 25px 0px 25px;
display: none;
border-bottom: 1px solid rgb(220,220,220);
overflow: hidden;
display: none;
}

@media (max-width: 419.5px) {
	
	.mobile-search {
	padding: 15px 20px 0px 20px;
	}
	
}

.mobile-search input {
width: calc(100% - 80px);
border: 1px solid rgb(220,220,220);
font-size: 14px;
color: rgb(30,30,30);
padding: 15px 17px 13px 17px;
border-radius: 4px;
float: left;
}

.mobile-search button {
float: right;
font-size: 20px;
line-height: 46px;
height: 46px;
border: 0px;
padding: 0px 10px 0px 10px;
background-color: transparent;
cursor: pointer;
}

.detail-avail {
padding: 20px 0px 30px 0px;
font-size: 16px;
line-height: 20px;
color: #0da876;
font-weight: 600;
}

@media (max-width: 1229.5px) {
	
	.detail-avail {
	margin-top: 40px;
	padding: 25px 0px 40px 0px;
	text-align: center;
	}

}

.tabs-menu {
padding-top: 45px;
font-size: 0px;
position: relative;
z-index: 999;
}

.tabs-menu a {
padding: 20px 40px 20px 40px;
display: inline-block;
border: 1px solid rgb(220,220,220);
font-size: 15px;
line-height: 20px;
color: rgb(100,100,100);
background-color: rgb(240,240,240);
position: relative;
}

@media (max-width: 529.5px) {
	
	.tabs-menu a {
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: calc(50% - 2px);
	text-align: center;
	}
	
}

.tabs-menu a span {
background-color: #fc0744;
font-size: 10px;
line-height: 19px;
height: 18px;
width: 18px;
border-radius: 50%;
position: absolute;
right: 36px;
top: 21px;
text-align: center;
color: rgb(255,255,255);
overflow: hidden;
}

@media (max-width: 529.5px) {
	
	.tabs-menu a span {
	display: none;
	}
	
}

.tabs-menu a:first-of-type {
border-top-left-radius: 4px;
}

.tabs-menu a:last-of-type {
border-top-right-radius: 4px;
}

.tabs-menu a.active {
background-color: rgb(255,255,255);
border-bottom: 1px solid rgb(255,255,255);
}

.tabs-content {
margin: -1px 0px 5px 0px;
border: 1px solid rgb(220,220,220);
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
overflow: hidden;
}

.tabs-content {
display: flex;
}

@media (max-width: 999.5px) {
	
	.tabs-content {
	display: block;	
	}
	
}

@media (max-width: 529.5px) {
	
	.tabs-content {
	border-top-right-radius: 0px;	
	}
	
}

.tabs-content h2 {
font-size: 16px;
line-height: 26px;
color: rgb(30,30,30) !important;
padding-top: 15px;
padding-bottom: 15px;
font-weight: 600;
}

@media (max-width: 419.5px) {

	.tabs-content h2 {
	font-size: 15px;
	line-height: 24px;
	padding-top: 13px;
	padding-bottom: 13px;
	}
	
}

.tabs-content p, .tabs-content div {
font-size: 16px;
line-height: 26px;
color: rgb(30,30,30) !important;
padding-bottom: 20px;
}

.tabs-content span, .tabs-content em, .tabs-content strong {
color: rgb(30,30,30) !important;
}

.tabs-content a strong, .tabs-content a strong span, .tabs-content a span, .tabs-content a em  {
color: #fc0744 !important;
} 

@media (max-width: 419.5px) {

	.tabs-content p {
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 18px;
	}
	
}

.tabs-content strong {
font-weight: 600;
}

.tabs-content ul, .tabs-content ol {
padding-bottom: 14px;
} 

.tabs-content li {
font-size: 16px;
line-height: 26px;
color: rgb(30,30,30) !important;
padding-bottom: 4px;
padding-left: 25px;
position: relative;
}

@media (max-width: 419.5px) {
	
	.tabs-content li {
	font-size: 15px;
	line-height: 24px;
	padding-left: 23px;
	}
	
}

.tabs-content li:before {
content: '';
position: absolute;
left: 0px;
top: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #000000;
}

@media (max-width: 419.5px) {
	
	.tabs-content li:before {
	top: 7px;	
	}
	
}

.tabs-content .params-show-more {
padding: 18px 0px 8px 0px;
text-align: right;
display: none;
margin-top: -40px;
}

@media (max-width: 999.5px) {
	
	.tabs-content .params-show-more {
	display: block;	
	}
	
}

.tabs-content .params-show-more span {
font-size: 16px;
line-height: 26px;
color: rgb(30,30,30);
text-decoration: underline;
cursor: pointer;
}

.tabs-content .params-show-more span:hover {
text-decoration: none;
}

.tabs-content .params-show-more span i {
padding-left: 8px;
font-size: 14px;
}

.tabs-content a {
color: #fc0744 !important;
text-decoration: underline;
}

.tabs-content a:hover {
text-decoration: none;
}

.tabs-content table {
width: 100%;
border-collapse: collapse;
margin-bottom: 40px;
}

@media (max-width: 999.5px) {
	
	.tabs-content table .tr-hide {
	display: none;	
	}
	
}

@media (min-width: 1000px) {
	
	.tabs-content table .tr-hide {
	display: table-row !important;	
	}
	
}

.tabs-content td {
font-size: 16px;
line-height: 26px;
color: rgb(30,30,30);
padding: 8px 0px 8px 0px;
border-bottom: 1px solid rgb(220,220,220);
}

@media (max-width: 419.5px) {
	
	.tabs-content td {
	font-size: 15px;
	line-height: 24px;
	color: rgb(30,30,30);
	padding: 6px 0px 6px 0px;
	}
	
}

.tabs-content td:last-of-type {
text-align: right;
font-weight: 500;
}

.tabs-content tr:last-of-type td {
border-bottom: 0px;	
}

.tabs-content .tabs-content-left-side {
width: calc(100% - 581px);
float: left;
padding: 45px 40px 30px 40px;
order: 1;
}

@media (max-width: 1299.5px) {
	
	.tabs-content .tabs-content-left-side {
	width: calc(100% - 481px);	
	}
	
}

@media (max-width: 999.5px) {
	
	.tabs-content .tabs-content-left-side {
	width: calc(100% - 80px);
	}
	
}

@media (max-width: 419.5px) {
	
	.tabs-content .tabs-content-left-side {
	width: calc(100% - 60px);
	padding: 35px 30px 20px 30px;
	}
	
}

.tabs-content .tabs-content-right-side {
width: 420px;
padding: 33px 40px 33px 40px;
float: right;
border-left: 1px solid rgb(220,220,220);
background-color: rgb(245,245,245);
order: 2;
}

@media (max-width: 1299.5px) {
	
	.tabs-content .tabs-content-right-side {
	width: 320px;	
	}
	
}

@media (max-width: 999.5px) {
	
	.tabs-content .tabs-content-right-side {
	width: calc(100% - 80px);
	border-left: 0px;
	border-bottom: 1px solid rgb(220,220,220);
	background-color: rgb(255,255,255);
	}
	
}

@media (max-width: 419.5px) {

	.tabs-content .tabs-content-right-side {
	padding: 23px 30px 23px 30px;
	width: calc(100% - 60px);
	}
	
}

.select-temp {
padding: 10px 15px 10px 15px;
border-radius: 4px;
font-size: 15px;
line-height: 20px;
color: rgb(30,30,30);
border: 2px solid rgb(220,220,220);
font-weight: 500;
position: relative;
cursor: pointer;
margin-bottom: 10px;
background-color: rgb(245,245,245);
}

.select-temp i {
width: 40px;
line-height: 40px;
position: absolute;
text-align: center;
right: 0px;
top: 0px;
font-size: 13px;
background-color: #fc0744;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
color: rgb(255,255,255);
}

.main-title {
font-size: 28px;
line-height: 32px;
color: rgb(30,30,30);
font-weight: 700;
}

.main-title.main-title-var-1 {
padding: 12px 0px 24px 0px;
}

.main-title.main-title-var-2 {
padding: 52px 0px 34px 0px;
}

.main-title.main-title-var-3 {
padding: 20px 0px 34px 0px;
}

@media (max-width: 419.5px) {
	
	.main-title.main-title-var-1, .main-title.main-title-var-2, .main-title.main-title-var-3 {
	text-align: center;
	}
	
	.main-title.main-title-var-2 {
	padding-top: 42px;
	}
	
	.main-title.main-title-var-3 {
	padding-top: 10px;	
	}
	
}

.main-title-2 {
font-size: 34px;
line-height: 41px;
color: rgb(30,30,30);
margin-top: -5px;
}

@media (max-width: 1229.5px) {
	
	.main-title-2 {
	margin-top: -8px;
	font-size: 28px;
    line-height: 34px;	
	}
	
}

.main-title-2 strong {
font-weight: 700;
}

.main-title-2 span {
display: block;
font-size: 16px;
line-height: 24px;
color: rgb(100,100,100);
padding-top: 15px;
}

.content .main-panels {
font-size: 0px;
margin: 0px -6px 0px -6px;
overflow: hidden;
}

@media (max-width: 479.5px) {
	
	.content .main-panels {
	margin: 0px -4px 2px -4px;	
	}
	
}

@media (max-width: 749.5px) {
	
	.content .main-panels-404 {
	margin: 20px -4px 2px -4px;	
	}
	
}

@media (max-width: 479.5px) {

	.content .main-panels-404 {
	margin: 40px -4px 2px -4px;	
	}
	
}

.content .main-panels .mp-item {
height: 68px;
width: calc((100% / 4) - 14px);
float: left;
margin: 6px;
border: 1px solid rgb(230,230,230);
border-radius: 4px;
position: relative;
background-color: rgb(255,255,255);
box-shadow: 4px 4px 16px 0 rgba(200,200,200,0.3);
}

@media (max-width: 1439.5px) {
	
	.content .main-panels .mp-item {
	width: calc((100% / 3) - 14px);	
	}
	
}

@media (max-width: 1170.5px) {
	
	.content .main-panels .mp-item {
	width: calc((100% / 2) - 14px);	
	}
	
}

@media (max-width: 845.5px) {
	
	.content .main-panels .mp-item {
	width: calc((100% / 1) - 10px);	
	margin: 4px;	
	}
}

@media (max-width: 799.5px) {
	
	.content .main-panels .mp-item {
	width: calc((100% / 2) - 14px);	
	}
	
}

@media (max-width: 568.5px) {
	
	.content .main-panels .mp-item {
	width: calc((100% / 1) - 10px);	
	margin: 4px;	
	}
}



.gl-content .right-panel.right-panel-all .main-panels .mp-item  {
width: calc((100% / 4) - 14px);
}

@media (max-width: 1148.5px) {
	
	.gl-content .right-panel.right-panel-all .main-panels .mp-item {
	width: calc((100% / 3) - 14px);	
	}

}

@media (max-width: 859.5px) {
	
	.gl-content .right-panel.right-panel-all .main-panels .mp-item {
	width: calc((100% / 2) - 14px);	
	}

}

@media (max-width: 568.5px) {

	.gl-content .right-panel.right-panel-all .main-panels .mp-item {
	width: calc((100% / 1) - 10px);	
	}
	
}


.main-panels.main-panels-big .mp-item {
height: auto;
width: calc((100% / 3) - 14px);	
box-shadow: none;
}

@media (max-width: 1199.5px) {
	
	.main-panels.main-panels-big .mp-item {
	width: calc((100% / 2) - 14px);	
	}
	
}

@media (max-width: 859.5px) {
	
	.main-panels.main-panels-big .mp-item {
	width: calc((100% / 2) - 14px);	
	}
	
}

@media (max-width: 479.5px) {
	
	.main-panels.main-panels-big .mp-item {
	width: calc((100%) - 10px);
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
}

.content .main-panels .mp-item .mp-img {
height: 200px;
background-position: center center;
background-size: cover;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.content .main-panels .mp-item .mp-icon {
position: absolute;
left: 20px;
top: 15px;
height: 40px;
width: 40px;
display: flex;
justify-content: center;
}

@media (max-width: 479.5px) {
	
	.content .main-panels .mp-item .mp-icon {
	left: 15px;
	top: 15px;
	}
	
}

.content .main-panels .mp-item .mp-icon img {
max-height: 100%;
max-width: 100%;
}

.content .main-panels .mp-item .mp-title {
font-size: 15px;
line-height: 17px;
color: rgb(30,30,30);
font-weight: 600;
position: absolute;
left: 85px;
top: 52%;
transform: translate(0%, -50%);
padding-right: 25px;
}

.content .main-panels .mp-item .mp-title span {
font-size: 12px;
color: rgb(100,100,100);
display: block;
font-weight: 400;
padding-top: 3px;
}

@media (max-width: 479.5px) {
	
	.content .main-panels .mp-item .mp-title {
	font-size: 14px;
	line-height: 16px;
	left: 72px;
	}
	
}

.main-panels.main-panels-big .mp-title {
padding: 20px !important;
position: static !important;
text-align: center !important;
transform: none !important;
}

.content .noitems {
padding: 35px 20px 35px 20px;
text-align: center;
border: 1px solid rgb(220,220,220);
font-size: 14px;
line-height: 21px;
color: rgb(30,30,30);
border-radius: 4px;
}

.content .noitems a {
color: inherit;
text-decoration: underline;
}

.content .noitems a:hover {
text-decoration: none;
}

.content .noitems span {
padding-bottom: 6px;
font-weight: 600;
display: block;
}

.content .itemlist {
font-size: 0px;
margin: 8px -6px 0px -6px;
display: flex;
flex-flow: row wrap;
}

@media (max-width: 479.5px) {
	
	.content .itemlist {
	margin: 0px -4px 4px -4px;	
	}
	
}


.content .itemlist .itemlist-item {
width: calc((100% / 5) - 12px);
display: inline-block;
margin: 0px 6px 0px 6px;
position: relative;
padding: 20px 20px 17px 20px;
border: 1px solid rgb(220,220,220);
border-radius: 4px;
margin-bottom: 12px;
box-sizing: border-box;
}

.content .itemlist .itemlist-item.itemlist-item-next-page {
display: none;
background-color: rgb(245,245,245);
position: relative;
}

.content .itemlist .itemlist-item.itemlist-item-next-page div {
width: 100%;
font-size: 15px;
line-height: 20px;
color: rgb(30,30,30);
font-weight: 500;
text-align: center;
position: absolute;
left: 0px;
top: 50%;
transform: translate(0%, -50%);
}

.content .itemlist .itemlist-item.itemlist-item-next-page div i {
font-size: 50px;
padding-bottom: 20px;
display: block;
}

@media (max-width: 1010.5px) {
	
	.content .itemlist .itemlist-item.itemlist-item-next-page {
	display: inline-block;
	}
	
	.content .itemlist.itemlist-four-items .itemlist-item.itemlist-item-next-page {
	display: none;	
	}
	
}

@media (min-width: 1010.5px) and (max-width: 1299.5px) {

	.content .itemlist.itemlist-four-items .itemlist-item.itemlist-item-next-page {
	display: inline-block;	
	}
	
}

@media (max-width: 479.5px) {

	.content .itemlist .itemlist-item {
	margin: 0px 4px 8px 4px;	
	padding: 15px 15px 12px 15px;
	}
	
}

.content .itemlist.itemlist-four-items .itemlist-item {
width: calc((100% / 4) - 12px);
}

@media (max-width: 1299.5px) {
	
	.content .itemlist .itemlist-item {
	width: calc((100% / 3) - 12px);		
	}
	
}

@media (max-width: 1010.5px) {
	
	.content .itemlist .itemlist-item {
	width: calc((100% / 2) - 12px);		
	}
	
}

@media (max-width: 479.5px) {

	.content .itemlist .itemlist-item {
	width: calc((100% / 2) - 8px);
	}
	
}

@media (min-width: 1299.5px) {

	.content .itemlist.itemlist-five-item .itemlist-item:nth-child(6) {
	display: none;
	}
	
}


@media (max-width: 1299.5px) {
	
	.content .itemlist.itemlist-four-items .itemlist-item {
	width: calc((100% / 3) - 12px);		
	}
	
}

@media (max-width: 1010.5px) {
	
	.content .itemlist.itemlist-four-items .itemlist-item {
	width: calc((100% / 2) - 12px);
	}
	
}

@media (max-width: 479.5px) {

	.content .itemlist.itemlist-four-items .itemlist-item {
	width: calc((100% / 2) - 8px);
	}
	
}

@media (min-width: 1010.5px) and (max-width: 1299.5px) {
	
	.content .itemlist.itemlist-cat .itemlist-item:nth-last-child(2) {
	display: none !important;
	}
	
	.content .itemlist.itemlist-cat.itemlist-four-items .itemlist-item:nth-last-child(2) {
	display: inline-block;	
	}
	
}

.content .itemlist .itemlist-item .itemlist-heart {
position: absolute;
right: 12px;
bottom: 12px;
font-size: 17px;
line-height: 19px;
color: rgb(30,30,30);
background-color: rgb(255,255,255);
padding: 6px 8px 6px 8px;
}

@media (max-width: 479.5px) {
	
	.content .itemlist .itemlist-item .itemlist-heart {
	right: 7px;
	bottom: 6px;
	}
	
}

.content .itemlist .itemlist-item .itemlist-img {
height: 220px;
margin-bottom: 35px;
text-align: center;
overflow: hidden;
position: relative;
}

@media (min-width: 1299.5px) and (max-width: 1399.5px) {
	
	.content .itemlist .itemlist-item .itemlist-img {
	height: 170px;
	}
	
}

@media (min-width: 1009.5px) and (max-width: 1199.5px) {
	
	.content .itemlist .itemlist-item .itemlist-img {
	height: 160px;
	}
	
}

@media (max-width: 569.5px) {
	
	.content .itemlist .itemlist-item .itemlist-img {
	height: 150px;
	}
	
}

@media (max-width: 479.5px) {
	
	.content .itemlist .itemlist-item .itemlist-img {
	height: 120px;
	margin-bottom: 25px;
	}
	
}

.content .itemlist .itemlist-item .itemlist-img img {
max-height: 100%;
max-width: 100%;
border-radius: 4px;
width: auto;
height: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}

.content .itemlist .itemlist-item .itemlist-avail {
width: 80%;
font-size: 12px;
line-height: 17px;
font-weight: 600;
color: #0da876;
}

.content .itemlist .itemlist-item .itemlist-labels {
padding: 19px 0px 21px 0px;
}

.content .itemlist .itemlist-item .itemlist-labels span {
display: inline-block;
font-size: 12px;
line-height: 14px;
padding: 4px 7px 4px 7px;
border-radius: 3px;
margin-right: 5px;
margin-bottom: 5px;
}

.content .itemlist .itemlist-item .itemlist-labels .itemlist-labels-bg-1 {
background-color: #0da876;
color: rgb(255,255,255);
}

.content .itemlist .itemlist-item .itemlist-labels .itemlist-labels-bg-1 i {
font-size: 11px;
padding-right: 5px;
}

.content .itemlist .itemlist-item .itemlist-labels .itemlist-labels-bg-2 {
background-color: #fc0744;
color: rgb(255,255,255);
}

.content .itemlist .itemlist-item .itemlist-labels .itemlist-labels-bg-3 {
background-color: orange;
color: rgb(255,255,255);
}

.content .itemlist .itemlist-item .itemlist-title {
font-size: 14px;
line-height: 20px;
color: rgb(30,30,30);
}

.content .itemlist .itemlist-item .itemlist-title .itemlist-title-ins {
overflow: hidden;
}

.content .itemlist .itemlist-item .itemlist-title .itemlist-title-ins strong {
font-weight: 500;
font-size: 15px;
}

.content .itemlist .itemlist-item .itemlist-title .itemlist-title-ins span {
padding-top: 5px;
display: block;
font-size: 12px;
line-height: 16px;
color: rgb(100,100,100);
}

.content .itemlist .itemlist-item .itemlist-price {
padding-bottom: 15px;
font-size: 15px;
line-height: 17px;
color: rgb(30,30,30);
font-weight: 700;
}

.content .itemlist .itemlist-item .itemlist-price.itemlist-price-red {
color: #fc0744;
}

.content .itemlist .itemlist-item .itemlist-price span {
font-size: 12px;
padding-left: 10px;
color: rgb(100,100,100);
font-weight: 400;
text-decoration: line-through;
}

.content .itemlist-more {
padding-top: 15px;
text-align: right;
position: relative;
}

.content .itemlist-more a {
font-size: 14px;
line-height: 17px;
color: rgb(30,30,30);
font-weight: 500;
text-decoration: underline;
}

.content .itemlist-more a i {
font-size: 12px;
padding-left: 8px;
}

.content .itemlist-more a:hover {
text-decoration: none;
}

.content .itemlist-more span {
width: 36px;
height: 36px;
border-radius: 50%;
font-size: 16px;
line-height: 36px;
color: rgb(30,30,30);
border: 1px solid rgb(230,230,230);
position: absolute;
right: -18px;
bottom: 215px;
background-color: rgb(255,255,255);
text-align: center;
overflow: hidden;
}

.detail-content {
padding: 45px 0px 0px 0px;
overflow: hidden;
}

.detail-content .detail-content-left, .detail-content .detail-content-center, .detail-content .detail-content-right {
float: left;
}

.detail-content .detail-content-left {
width: 80px;
}

@media (max-width: 1229.5px) {
	
	.detail-content .detail-content-left {
	display: none;	
	}
	
}

.detail-content .detail-content-left .dcl-gal-item {
padding: 5px;
margin-bottom: 10px;
border: 1px solid rgb(230,230,230);
display: block;
text-align: center;
border-radius: 4px;
height: 68px;
overflow: hidden;
}

.detail-content .detail-content-left .dcl-gal-item-act-hide {
display: none;
}

.detail-content .detail-content-left .dcl-gal-item:hover {
border-color: rgb(30,30,30);
}

.detail-content .detail-content-left .dcl-gal-item.active {
border-color: rgb(30,30,30);
}

.detail-content .detail-content-left .dcl-gal-item div {
position: relative;
height: 68px;
}

.detail-content .detail-content-left .dcl-gal-item img {
max-width: 100%;
max-height: 100%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.detail-content .detail-content-left .dcl-gal-item span {
font-size: 14px;
line-height: 19px;
color: rgb(30,30,30);
font-weight: 500;
}

.detail-content .detail-content-left .dcl-gal-item span i {
padding: 13px 0px 4px 0px;
display: block;
font-size: 24px;
}

.detail-content .detail-content-center {
width: calc(100% - 580px);
min-height: 617px;
aspect-ratio: 1 / 0.7;
padding: 40px;
margin-left: 10px;
box-sizing: border-box;
position: relative;
text-align: center;
overflow: hidden;
}

@media (max-width: 1229.5px) {
	
	.detail-content .detail-content-center {
	display: none;	
	}
	
}

.detail-content .detail-content-center .detail-content-center-main-image img {
max-width: 95%;
max-height: 85%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
cursor: zoom-in;
}

.detail-content .detail-content-center .detail-content-center-like {
position: absolute;
right: 20px;
top: 0px;
font-size: 25px;
line-height: 27px;
color: rgb(30,30,30);
cursor: pointer;
z-index: 999;
}

@media (max-width: 1329.5px) {
	
	.detail-content .detail-content-center .detail-content-center-like {
	right: 0px;	
	}
	
}

.detail-content .detail-content-center .detail-content-center-label {
padding: 0px 6px 0px 6px;
position: absolute;
left: 20px;
top: 0px;
font-size: 11px;
line-height: 18px;
color: #fc0744;
border: 1px solid #fc0744;
font-weight: 500;
border-radius: 3px;
z-index: 999;
background: white;
}

@media (max-width: 1329.5px) {
	
	.detail-content .detail-content-center .detail-content-center-label {
	left: 0px;	
	}
	
}

.detail-content .detail-nosale {
font-size: 15px;
line-height: 21px;
background-color: #fc0744;
color: rgb(255,255,255);
font-weight: 600;
text-align: center;
padding: 10px 20px 10px 20px;
margin: 30px 0px 0px 0px;
border-radius: 4px;
}

.detail-content .detail-content-right {
width: 450px;
padding-left: 40px;
}

@media (max-width: 1229.5px) {
	
	.detail-content .detail-content-right {
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
	}
	
}

.detail-content .detail-content-right .f-carousel {
width: calc(100% - 2px);
height: 360px;
text-align: center;
display: none;
border-left: 1px solid rgb(220,220,220);
border-right: 1px solid rgb(220,220,220);
}

@media (max-width: 1229.5px) {
	
	.detail-content .detail-content-right .f-carousel {
	margin: 40px 0px 40px 0px;
	padding: 0px !important;
	display: block;
	}

	.f-button.is-prev {
	left: 0px !important;
	background-color: rgba(255,255,255,0.8);
	padding: 0px;
	margin: 0px;
	width: 30px;
	height: 40px;
	overflow: hidden;
	border: 0px;
	}
	
	.f-button.is-next {
	right: 0px !important;
	background-color: rgba(255,255,255,0.8);
	padding: 0px;
	margin: 0px;
	width: 30px;
	height: 40px;
	overflow: hidden;
	border: 0px;
	}
	
	.f-button.is-prev svg {
	width: 15px;
	}
	
	.f-button.is-next svg {
	width: 15px;	
	}
	
	.f-carousel__dots {
	bottom: -35px !important;
	}
	
	.has-dots .f-carousel__dot {
	background-color: rgb(150,150,150) !important;
	opacity: 1 !important;
	}
	
	.is-current .f-carousel__dot {
	background-color: red !important;
	}
	
	.detail-content .detail-content-right .f-carousel a {
	color: white !important;
	}
	
}

.detail-content .detail-content-right .f-carousel img {
max-width: 80%;
max-height: 80%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.f-carousel__slide {
border: 1px solid rgb(220,220,220);
border-left: 0px;
border-right: 0px;
}

.detail-btn {
padding: 35px 0px 35px 0px;
overflow: hidden;
border-top: 1px solid rgb(220,220,220);
}

@media (max-width: 1229.5px) {
	
	.detail-btn {
	border-top: 0px;
	padding-top: 0px;
	}
	
}

.detail-btn .detail-price {
padding: 0px 0px 0px 0px;
font-size: 24px;
line-height: 24px;
color: rgb(30,30,30);
font-weight: 700;
position: relative;
overflow: hidden;
}

.detail-btn .detail-price .detail-price-ins {
float: left;
}

.detail-btn .detail-price .detail-price-ins-plate {
float: left;
font-size: 16px;
line-height: 19px;
padding-top: 10px;
}

.detail-btn .detail-price .detail-amount {
float: right;
overflow: hidden;
}

.detail-btn .detail-price .detail-amount input {
width: 48px;
height: 46px;
border: 1px solid rgb(220,220,220);
background-color: rgb(245,245,245);
font-size: 14px;
color: rgb(100, 100, 100);
line-height: 44px;
text-align: center;
border-radius: 4px;
float: left;
padding: 0px;
}

.detail-btn .detail-price .detail-amount span {
width: 40px;
height: 48px;
line-height: 48px;
font-weight: 400 !important;
font-size: 20px;
color: rgb(100,100,100);
float: left;
cursor: pointer;
text-align: center;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}


.detail-btn .detail-price-red {
color: #fc0744;
}

.detail-btn .detail-price .baseprice {
display: block;
font-size: 13px;
color: rgb(100,100,100);
font-weight: 400;
text-decoration: line-through;
}

@media (max-width: 490.5px) {
	
	.detail-price-ins-plate {
	padding-top: 0px !important;
	}
	
	.detail-price-ins-plate span {
	display: block;
	}
	
}

.detail-btn button {
padding: 18px 20px 18px 20px;
font-size: 16px;
line-height: 17px;
color: rgb(255,255,255);
background-color: #0da876;
display: inline-block;
font-weight: 600;
border-radius: 4px;
border: 0px;
cursor: pointer;
width: 100%;
margin-top: 35px;
font-family: "Inter", sans-serif;
}

.detail-btn button i {
font-size: 16px;
margin-left: 15px;
}

.detail-info-box-1 {
padding: 25px 25px 8px 25px;
border: 1px solid rgb(230,230,230);
border-radius: 4px;
position: relative;
}

.detail-info-box-1 strong {
font-weight: 600;
}

.detail-info-box-1 .dib1-item {
padding-left: 40px;
position: relative;
font-size: 14px;
line-height: 19px;
color: rgb(30,30,30);
padding-bottom: 15px;
}

.detail-info-box-1 .dib1-item > i {
position: absolute;
left: 0px;
top: 0px;
font-size: 18px;
line-height: 21px;
color: rgb(30,30,30);
}

.detail-info-box-1 .dib1-item > i.fa-person-carry-box {
padding-left: 6px;
}

.detail-info-box-1 .dib1-item a {
font-size: 12px;
color: #fc0744;
text-decoration: underline;
display: inline-block;
}

.detail-info-box-1 .dib1-item a:hover {
text-decoration: none;
}

.detail-info-box-1 .dib1-item a i {
font-size: 11px;
padding-left: 3px;
}

.dr-nav {
padding: 25px 0px 0px 0px;
font-size: 0px;
overflow: hidden;
position: relative;
}

@media (max-width: 419.5px) {
	
	.dr-nav {
	overflow-x: scroll;
	white-space: nowrap;
	}
	
	.dr-nav::after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	
	}
	
}

.dr-nav a, .dr-nav strong, .dr-nav span {
color: rgb(100,100,100);
font-size: 13px;
line-height: 26px;
color: rgb(100,100,100);
display: inline-block;
}

.dr-nav a:hover {
color: rgb(30,30,30);
}

.dr-nav strong {
font-weight: 400;
}

.dr-nav span span {
display: none;
}

.dr-nav .excl:before {
content: "|";
padding-left: 15px;
padding-right: 15px;
}

.dr-nav i {
padding: 0px 10px 0px 10px;
color: rgb(100,100,100);
font-size: 11px;
line-height: 14px;
color: rgb(150,150,150);
display: inline-block;
}

.category-text {
padding: 55px 40px 30px 40px;
margin: 60px 0px 30px 0px;
border-top: 1px solid rgb(220,220,220);
border-bottom: 1px solid rgb(220,220,220);
}

@media (max-width: 1299.5px) {
	
	.category-text {
	padding-left: 0px;
	padding-right: 0px;
	}
	
}

@media (max-width: 419.5px) {
	
	.category-text {
	border-bottom: 0px;
	margin-bottom: -30px;
	}
	
}

.category-text p {
padding-bottom: 25px;
font-size: 14px;
line-height: 21px;
color: rgb(30,30,30);
}

.category-text h2, .category-text h3, .category-text h4 {
padding-bottom: 8px;
font-weight: 600;
font-size: 15px;
line-height: 22px;
color: rgb(30,30,30);
}

.category-text ul {
padding-top: 8px;
padding-bottom: 20px;
}

.category-text ul li {
padding: 0px 0px 0px 20px;
font-size: 14px;
line-height: 21px;
color: rgb(30,30,30);
position: relative;
}

.category-text ul li:before {
width: 6px;
height: 6px;
border-radius: 50%;
content: "";
position: absolute;
left: 0px;
top: 8px;
background-color: #000000;
}

.whybox {
padding: 40px 20px 40px 20px;
margin: -66px 50px 30px 50px;
background-color: #ece2d7;
border-radius: 6px;
overflow: hidden;
}

.whybox.whybox-itemlist {
margin: 35px 50px 70px 50px;
}

@media (max-width: 899.5px) {
	
	.whybox {
	margin-left: 25px;	
	margin-right: 25px;
	padding-bottom: 10px;
	}
	
	.whybox.whybox-itemlist {
	margin-left: 25px;	
	margin-right: 25px;
	}
	
}

@media (max-width: 419.5px) {
	
	.whybox {
	margin-left: 20px;	
	margin-right: 20px;	
	padding: 30px 10px 5px 10px;	
	}
	
	.whybox.whybox-itemlist {
	margin-left: 20px;	
	margin-right: 20px;
	}
	
}

.whybox .whybox-item {
padding: 0px 0px 0px 75px;
width: calc((100% / 3) - 115px);
float: left;
position: relative;
margin: 0px 20px 0px 20px;
}

@media (max-width: 1020.5px) {
	
	.whybox .whybox-item {
	width: calc((100% / 1) - 115px);
	min-height: 46px;
	padding-bottom: 30px;
	}
	
	.whybox .whybox-item br {
	display: none;
	}
	
}

@media (max-width: 419.5px) {
	
	.whybox .whybox-item {
	padding-bottom: 25px;	
	}
	
}

.whybox .whybox-item .whybox-item-ico {
position: absolute;
left: 0px;
top: 0px;
font-size: 44px;
line-height: 46px;
}

@media (max-width: 1020.5px) {
	
	.whybox .whybox-item .whybox-item-ico {
	width: 60px;
	text-align: center;
	}
	
}

.whybox .whybox-item .whybox-item-text {
font-size: 15px;
line-height: 23px;
color: rgb(30,30,30);
}

@media (max-width: 1020.5px) {
	
	.whybox .whybox-item .whybox-item-text {
	line-height: 46px;	
	}
	
	.whybox .whybox-item .whybox-item-text span {
	line-height: 23px;
	display: block;
	}
	
}

.banner {
min-height: 440px;
background-color: #b3a191;
overflow: hidden;
font-size: 0px;
display: flex;
}

@media (max-width: 679.5px) {
	
	.banner {
	min-height: 0;
	display: block;
	}
	
}

.banner-bg-2 {
background-color: #ece2d7;
}

.banner.banner-border-radius {
border-radius: 6px;
}

.banner .banner-img {
width: 50%;
background-position: center center;
background-size: cover;
display: inline-block;
}

@media (max-width: 899.5px) {
	
	.banner .banner-img {
	width: 40%;	
	}
	
}

@media (max-width: 679.5px) {
	
	.banner .banner-img {
	width: 100%;
	height: 350px;
	}
	
}

@media (max-width: 419.5px) {
	
	.banner .banner-img {
	height: 250px;	
	}
	
}

.banner .banner-ins {
width: 50%;
display: inline-block;
}

@media (max-width: 899.5px) {
	
	.banner .banner-ins {
	width: 60%;	
	}
	
}

@media (max-width: 679.5px) {

	.banner .banner-ins {
	width: 100%;	
	}
	
}

.banner .banner-title {
padding: 55px 60px 27px 60px;
font-size: 32px;
line-height: 40px;
color: rgb(255,255,255);
font-weight: 700;
}

@media (max-width: 679.5px) {

	.banner .banner-title {
	padding: 35px 25px 27px 25px;
	}
	
}

@media (max-width: 419.5px) {

	.banner .banner-title {
	padding: 35px 20px 27px 20px;
	font-size: 24px;
	line-height: 32px;
	}
	
}

.banner.banner-bg-2 .banner-title {
color: rgb(30,30,30);
}

.banner .banner-text {
padding: 0px 60px 50px 60px;
font-size: 16px;
line-height: 26px;
color: rgb(255,255,255);
font-weight: 400;
}

.banner .banner-text a {
color: rgb(255,255,255);
text-decoration: underline;
}

.banner .banner-text a:hover {
text-decoration: none;
}

.banner .banner-table {
margin: -20px 60px 50px 60px;
}

.banner .banner-table td {
padding-right: 20px;
font-size: 16px;
line-height: 26px;
color: rgb(255,255,255);
font-weight: 400;
}

.banner .banner-table td strong {
font-weight: 500;
}

@media (max-width: 679.5px) {
	
	.banner .banner-text {
	padding: 0px 25px 30px 25px;	
	}
	
	.banner .banner-table {
	margin: 0px 25px 50px 25px;	
	}
	
}

@media (max-width: 419.5px) {

	.banner .banner-text {
	padding: 0px 20px 30px 20px;
	}
	
	.banner .banner-table {
	margin: 0px 20px 50px 20px;	
	}
	
}

.banner.banner-bg-2 .banner-text {
color: rgb(30,30,30);
}

.banner .banner-btn {
padding: 0px 0px 60px 60px;
}

@media (max-width: 679.5px) {

	.banner .banner-btn {
	padding: 0px 0px 40px 25px;
	}
	
}

@media (max-width: 419.5px) {
	
	.banner .banner-btn {
	padding: 0px 20px 40px 20px;
	}
	
}

.banner .banner-btn a {
width: 250px;
padding: 18px 20px 18px 20px;
font-size: 14px;
line-height: 17px;
color: rgb(255,255,255);
border: 1px solid rgb(255,255,255);
display: inline-block;
font-weight: 600;
border-radius: 4px;
}

@media (max-width: 419.5px) {
	
	.banner .banner-btn a {
	width: 100%;
	box-sizing: border-box;
	}
	
}

.banner.banner-bg-2 .banner-btn a {
color: rgb(30,30,30);
border: 1px solid rgb(30,30,30);
}

.banner .banner-btn.banner-btn-red a {
background-color: #fc0744;
border: 0px;
color: rgb(255,255,255);
}

.banner .banner-btn a i {
float: right;
font-size: 13px;
line-height: 13px;
padding-top: 2px;
}

.footer {
background-color: rgb(30,30,30);
overflow: hidden;
}

.footer .footer-box {
padding: 0px 120px 0px 0px;
float: left;
}

@media (max-width: 1229.5px) {
	
	.footer .footer-box:nth-child(2), .footer .footer-box:nth-child(3) {
	padding-right: 80px;	
	}
	
}

@media (max-width: 1129.5px) {
	
	.footer .footer-box:nth-child(1) {
	padding-right: 80px;
	}
	
	.footer .footer-box:nth-child(2), .footer .footer-box:nth-child(3) {
	padding-right: 60px;	
	}
	
}

@media (max-width: 1059.5px) {
	
	.footer .footer-box:nth-child(1) {
	width: 100%;
	padding-right: 0px;	
	}
	
	.footer .footer-box:nth-child(2), .footer .footer-box:nth-child(3), .footer .footer-box:nth-child(4) {
	padding-right: 120px;
	}
	
}

@media (max-width: 799.5px) {

	.footer .footer-box:nth-child(2), .footer .footer-box:nth-child(3), .footer .footer-box:nth-child(4) {
	padding-right: 80px;
	}
	
}

@media (max-width: 709.5px) {
	
	.footer .footer-box:nth-child(2), .footer .footer-box:nth-child(3), .footer .footer-box:nth-child(4) {
	padding-right: 0px;
	width: 100%;
	}
	
	.footer .footer-box:nth-child(2), .footer .footer-box:nth-child(3) {
	margin-bottom: -50px;
	}
	
}

.footer .footer-box.footer-box-last {
padding-right: 0px;
}

.footer .footer-box .footer-title {
padding: 50px 0px 30px 0px;
font-size: 18px;
line-height: 21px;
color: rgb(255,255,255);
font-weight: 600;
}

.footer .footer-box .footer-text {
padding-bottom: 10px;
font-size: 14px;
line-height: 23px;
color: rgb(150,150,150);
}

.footer .footer-box .footer-text-2 {
padding-top: 14px;
font-size: 20px;
line-height: 23px;
color: rgb(255,255,255);
font-weight: 600;
}

.footer .footer-box .footer-text-2 a {
color: rgb(255,255,255);
}

.footer .footer-box .footer-text-2 i {
font-size: 20px;
padding-right: 17px;
}

.footer .footer-box .footer-social {
padding-top: 35px;
font-size: 34px;
line-height: 37px;
color: rgb(255,255,255);
}

.footer .footer-box .footer-social a {
display: inline-block;
padding-right: 15px;
}

.footer .footer-box .footer-social i {
float: left;
}

.footer .footer-img {
margin: 0px 0px 30px 0px;
clear: both;
text-align: right;
}

.footer .footer-img img {
max-width: 350px;
}

@media (max-width: 419.5px) {
	
	.footer .footer-img img {
	max-width: 100%;	
	}
	
}

.footer .footer-box .footer-social a {
color: rgb(255,255,255);
}

.footer .footer-box .footer-menu {
padding-bottom: 40px;
}

.footer .footer-box .footer-menu li {
padding-bottom: 8px;
}

.footer .footer-box .footer-menu a {
font-size: 14px;
line-height: 17px;
color: rgb(150,150,150);
}

.footer .footer-bottom-line {
padding: 20px 0px 25px 0px;
font-size: 13px;
line-height: 17px;
color: rgb(150,150,150);
clear: both;
border-top: 1px solid rgb(80,80,80);
text-align: right;
}

@media (max-width: 879.5px) {
	
	.footer .footer-bottom-line {
	text-align: left;	
	}
	
}

.footer .footer-bottom-line div {
float: left;
}

@media (max-width: 879.5px) {
	
	.footer .footer-bottom-line div {
	width: 100%;
	float: none;
	padding-bottom: 14px;
	}
	
}

.footer .footer-bottom-line div a {
color: rgb(150,150,150);
display: inline-block;
margin-right: 20px;
margin-bottom: 7px;
}

.gl-content {
overflow: hidden;
display: flex;
}

@media (max-width: 799.5px) {
	
	.gl-content {
	display: block;	
	}
	
}

.gl-content .left-panel {
width: 250px;
margin: 8px 0px 0px 50px;
float: left;
border-right: 1px solid rgb(220,220,220);
position: relative;
padding-bottom: 150px;
}

@media (max-width: 899.5px) {
	
	.gl-content .left-panel {
	margin-left: 25px;
	}
	
}

@media (max-width: 799.5px) {
	
	.gl-content .left-panel {
	display: none;
	}
	
}

.left-panel .filter-cat-items {
padding: 10px 0px 18px 0px;
}

.left-panel .filter-cat-title {
padding: 13px;
border-top: 1px solid rgb(220,220,220);
font-size: 14px;
line-height: 16px;
color: rgb(30,30,30);
font-weight: 600;
}

.left-panel .filter-cat-item {
padding: 0px 13px 8px 30px;
position: relative;
}

.left-panel .filter-cat-item-hide {
display: none;
}

.left-panel .filter-cat-item i {
position: absolute;
left: 13px;
top: 5px;
font-size: 10px;
line-height: 12px;
color: rgb(30,30,30);
}

.left-panel .filter-cat-item a {
font-size: 14px;
line-height: 16px;
color: rgb(30,30,30);
}

.left-panel .filter-cat-item a:hover {
color: #fc0744;
}

.left-panel .filter-cat-show-more {
margin: 10px 0px 0px 13px;
}

.left-panel .filter-cat-show-more span {
font-size: 14px;
line-height: 16px;
color: rgb(30,30,30);
cursor: pointer;
text-decoration: underline;
}

.left-panel .filter-cat-show-more span:hover {
color: #fc0744;
}

.left-panel .filter-cat-show-more span i {
padding-left: 13px;
}

.left-panel .filter-inp-gl {
padding: 10px 0px 0px 0px;
display: none;
}

.filters-modal .filter-inp-gl {
padding-bottom: 15px;	
}

.left-panel .filter-inp {
overflow: hidden;
padding: 0px 3px 0px 13px;
}

.left-panel .filter-inp .filter-inp-item {
width: calc(50% - 10px);
float: left;
padding: 0px 10px 15px 0px;
position: relative;
overflow: hidden;
}

.left-panel .filter-inp .filter-inp-item input[type='number'] {
    -moz-appearance:textfield;
}

.left-panel .filter-inp .filter-inp-item input::-webkit-outer-spin-button,
.left-panel .filter-inp .filter-inp-item input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.left-panel .filter-inp .filter-inp-item input {
width: calc(100% - 18px);
font-size: 13px;
line-height: 13px;
height: 35px;
padding: 0px 8px 0px 8px;
border: 1px solid rgb(220,220,220);
border-radius: 4px;
background-color: rgb(245,245,245);
color: rgb(100, 100, 100);
text-align: center;
}

.left-panel .filter-inp .filter-inp-item label {
padding-bottom: 4px;
font-size: 12px;
line-height: 15px;
color: rgb(30,30,30);
display: block;
}

.left-panel .filter-inp .filter-inp-item .fii-plus {
width: 30px;
height: 36px;
position: absolute;
right: 10px;
top: 19px;
font-size: 15px;
line-height: 36px;
color: rgb(100, 100, 100);
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
text-align: center;
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.left-panel .filter-inp .filter-inp-item .fii-minus {
width: 30px;
height: 36px;
position: absolute;
left: 0px;
top: 19px;
font-size: 15px;
line-height: 36px;
color: rgb(100, 100, 100);
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
text-align: center;
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}


.left-panel .filter-inp-btn {
width: calc(100% - 26px);
margin: 10px 13px 25px 13px;
padding: 12px 0px 12px 0px;
font-size: 14px;
line-height: 17px;
color: rgb(255, 255, 255);
display: block;
border-radius: 4px;
border: 0px;
background-color: #0da876;
cursor: pointer;
font-weight: 500;
text-align: center;
}

.left-panel .filter-inp-btn i {
margin-left: 8px;
display: none;
}

.filters-modal .filter-inp-btn {
display: none;	
}

.left-panel .filter-title {
padding: 13px;
border-top: 1px solid rgb(220,220,220);
font-size: 14px;
line-height: 16px;
color: rgb(30,30,30);
font-weight: 600;
cursor: pointer;
}

.left-panel .filter-title:last-of-type {
border-bottom: 1px solid rgb(220,220,220);
}

.left-panel .filter-title i {
padding-top: 1px;
float: right;
}

.left-panel .filter-item {
padding: 13px 13px 0px 13px;
overflow: hidden;
}

.left-panel .filter-item .filter-checkbox {
width: 15px;
height: 15px;
border: 1px solid rgb(220,220,220);
float: left;
cursor: pointer;
position: relative;
background-color: rgb(255,255,255);
}

.left-panel .filter-item.active .filter-checkbox:before {
position: absolute;
left: 3px;
top: 3px;
font-size: 11px;
line-height: 11px;
content: '\f00c';
font-family: 'Font Awesome 5 Pro';
font-weight: 900;
color: #fc0744;
}

.left-panel .filter-item .filter-name {
padding-left: 12px;
font-size: 14px;
line-height: 16px;
color: rgb(30,30,30);
float: right;
cursor: pointer;
width: calc(100% - 30px);
}

.left-panel .filter-item .filter-nr {
font-size: 14px;
line-height: 16px;
color: rgb(150,150,150);
float: right;
}

.filter-leftside-btn {
display: none;
padding-top: 40px;
}

.filter-leftside-btn button {
width: calc(100% - 50px);
border: 0px;
display: inline-block;
padding: 9px 12px 9px 12px;
border-radius: 4px;
font-size: 12px;
line-height: 14px;
color: rgb(255, 255, 255);
background-color: #fc0744;
border: 0px;
font-weight: 600;
box-sizing: border-box;
cursor: pointer;
}

.filter-leftside-btn button i {
padding-left: 10px;
}

@media (max-width: 799.5px) {
	
	.filter-leftside-btn {
	display: none;	
	}
	
}

.filter-leftside-stopper {
height: 1px;
width: 100%;
position: absolute;
left: 0px;
bottom: 0px;
}

.gl-content .right-panel {
width: calc(100% - 250px);
float: right;
position: relative;
}

.gl-content .right-panel.right-panel-loading::after {
content: '';
background-color: rgba(255,255,255,0.5);
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}

@media (max-width: 799.5px) {
	
	.gl-content .right-panel {
	width: 100%;
	float: none;
	}
	
}

.gl-content .right-panel.right-panel-all {
width: 100%;
float: none;
}

.sorter {
overflow: hidden;
padding-bottom: 40px;
}

.sorter-sticky {
background-color: rgb(255,255,255);
border-bottom: 1px solid rgb(220,220,220);
margin-left: -25px;
margin-right: -25px;
padding-left: 25px;
padding-right: 25px;
}

.sorter .filters {
float: left;
font-size: 0px;
}

.sorter .filters.filters-2 {
float: none;
padding-top: 20px;
clear: both;
}

.sorter-sticky .filters {
padding-top: 8px;	
}

@media (max-width: 1099.5px) {
	
	.sorter .filters {
	max-width: 100%;
	float: none;
	}
	
}

.sorter .filters a {
margin-right: 8px;
margin-bottom: 8px;
padding: 9px 12px 9px 12px;
border-radius: 4px;
display: inline-block;
font-size: 12px;
line-height: 14px;
color: rgb(30,30,30);
font-weight: 400;
border: 1px solid rgb(220,220,220);
background-color: rgb(245,245,245);
}

.sorter .filters a span {
font-weight: 500;
}

.sorter .filters a i {
padding-left: 10px;
}

.sorter .filters .filters-open {
margin-right: 8px;
margin-bottom: 8px;
padding: 9px 12px 9px 12px;
border-radius: 4px;
font-size: 12px;
line-height: 14px;
color: rgb(255,255,255);
background-color: #fc0744;
border: 0px;
font-weight: 600;
box-sizing: border-box;
display: none;
cursor: pointer;
}

.sorter .filters .filters-open i {
padding-left: 10px;
}

@media (max-width: 799.5px) {
	
	.sorter .filters .filters-open {
	display: inline-block;	
	}
	
}

@media (max-width: 419.5px) {
	
	.sorter .filters .filters-open {
	width: calc((100% / 2) - 4px);
	text-align: left;
	}
	
	.sorter .filters .filters-open i {
	float: right;	
	}
	
	.sorter .filters .filters-clear {
	width: calc((100% / 2) - 30px);
	text-align: left;
	margin-right: 0px;
	}
	
	.sorter .filters .filters-clear i {
	float: right;	
	}
	
}

@media (max-width: 899.5px) {
	
	.sorter .filters.filters-2 {
	display: none;
	}
	
	.sorter .filters .filters-active {
	display: none;
	}
	
	.filters-modal-actives .sorter .filters .filters-active {
	display: inline-block;
	padding: 5px 9px 5px 9px;
	}
	
}

.sort-menu {
float: right;
font-size: 0px;
}

@media (max-width: 1099.5px) {

	.sorter .sort-menu {
	display: none;
	}
	
}

.sort-menu.sort-menu-2 {
padding-bottom: 40px;
float: none;
margin-left: -25px;
display: none;
}

@media (max-width: 1099.5px) {
	
	.sort-menu.sort-menu-2 {
	padding-top: 0px !important;
	display: block;	
	}
	
}

@media (max-width: 500.5px) {
	
	.sort-menu.sort-menu-2 {
	text-align: center;	
	}
	
}

.sort-menu li {
padding-bottom: 5px;
display: inline-block;
margin-left: 25px;
}

@media (max-width: 500.5px) {
	
	.sort-menu li {
	margin-left: 20px;	
	}
	
}

.sort-menu li a {
font-size: 15px;
line-height: 17px;
color: rgb(30,30,30);
font-weight: 600;
}

@media (max-width: 500.5px) {
	
	.sort-menu li a {
	font-size: 12px;	
	}
	
}

.sort-menu li.active {
border-bottom: 2px solid rgb(30,30,30);
}

.sorter .filters-open-tmp {
border: 1px solid rgb(220,220,220);
border-radius: 4px;
background-color: rgb(245,245,245);
}

.sorter .filters-open-tmp .left-panel {
width: 100%;
display: block !important;
margin: 0px;
border: 0px;
float: none;
}

.sorter .filters-open-tmp .left-panel .filter-title:first-of-type {
border-top: 0px;
}

.pagination {
padding: 40px 0px 40px 0px;
text-align: left;
overflow: hidden;
}

@media (max-width: 799.5px) {
	
	.pagination {
	padding-bottom: 0px;	
	}
	
}

.pagination button {
padding: 11px 14px 11px 14px;
font-size: 15px;
line-height: 17px;
color: rgb(255,255,255);
font-weight: 500;
float: left;
border-radius: 4px;
border: 0px;
background-color: #0da876;
cursor: pointer;
}

.pagination span {
font-size: 13px;
line-height: 14px;
color: rgb(100, 100, 100);
display: inline-block;
padding-top: 13px;
}

@media (max-width: 1010.5px) {
	
	.pagination span {
	padding-bottom: 20px;
	display: block;
	text-align: center;
	}
	
}

.pagination span strong {
font-weight: 600;
}

.pagination button i {
font-size: 13px;
padding-left: 8px;
}

.pagination ul {
float: right;
font-size: 0px;
}

@media (max-width: 1010.5px) {
	
	.pagination ul {
	float: none;
	text-align: center;
	}
	
}

.pagination ul li {
display: inline-block;
padding-left: 5px;
}

.pagination ul li a {
padding: 10px 13px 10px 13px;
font-size: 15px;
line-height: 17px;
color: rgb(30,30,30);
font-weight: 400;
border: 1px solid rgb(220,220,220);
background-color: rgb(245,245,245);
float: left;
border-radius: 4px;
}

.pagination ul li.active a {
padding: 11px 14px 11px 14px;
border: 0px;
background-color: #fc0744;
color: rgb(255,255,255);
}

.pagination ul li a i {
font-size: 13px;
}

.main-text {
min-height: 200px;
padding: 0px 0px 45px 0px;
}

.main-text p {
padding-bottom: 20px;
font-size: 15px;
line-height: 24px;
color: rgb(30,30,30);
}

.main-text strong {
font-weight: 600;
}

.main-text a {
color: #fc0744;
text-decoration: underline;
}

.main-text a:hover {
text-decoration: none;
}

.main-text ul, .main-text ol {
padding-bottom: 20px;
}

.main-text ol {
margin: 0px;
padding: 0px 20px 20px 20px;
}

.main-text ol ol {
margin-top: 20px;
}

.main-text ul li {
padding: 0px 0px 0px 20px;
font-size: 15px;
line-height: 22px;
color: rgb(30,30,30);
position: relative;
}

.main-text ol li {
padding: 0px 0px 0px 20px;
font-size: 15px;
line-height: 22px;
color: rgb(30,30,30);
position: relative;
}

.main-text ul li:before {
width: 6px;
height: 6px;
border-radius: 50%;
content: "";
position: absolute;
left: 0px;
top: 8px;
background-color: #000000;
}

.main-text h2 {
padding: 18px 0px 18px 0px;
font-size: 22px;
line-height: 29px;
color: rgb(30,30,30);
font-weight: 600;
}

.main-text h3 {
padding: 18px 0px 18px 0px;
font-size: 20px;
line-height: 29px;
color: rgb(30,30,30);
font-weight: 600;
}


.main-text table {
margin-top: 10px;
margin-bottom: 35px;
border-collapse: collapse;
border-top: 1px solid rgb(220,220,220);
}

.main-text table td {
padding: 8px 10px 7px 10px;
font-size: 15px;
line-height: 24px;
color: rgb(30,30,30);
border-bottom: 1px solid rgb(220,220,220);
vertical-align: top;
}

.favorites-box {
margin: 50px 0px 70px 0px;
padding: 20px;
border: 1px solid rgb(220,220,220);
border-radius: 4px;
background-color: rgb(245,245,245);
}

.favorites-box div {
padding: 0px 0px 15px 0px;
font-size: 14px;
line-height: 21px;
color: rgb(30,30,30);
font-weight: 500;
}

.favorites-box input {
width: calc(100% - 42px);
padding: 0px 20px 0px 20px;
font-size: 14px;
color: rgb(30,30,30);
line-height: 44px;
border: 1px solid rgb(220,220,220);
border-radius: 4px;
}

.questions {
margin: 8px 0px 70px 0px;
border-top: 1px solid rgb(220,220,220);
}

.question-item {
cursor: pointer;
padding: 17px 40px 16px 0px;
border-bottom: 1px solid rgb(220,220,220);
position: relative;
}

.question-item i {
position: absolute;
right: 0px;
top: 21px;
font-size: 14px;
}

.question-item .question-item-name {
font-size: 16px;
color: rgb(30,30,30);
line-height: 22px;
font-weight: 600;
}

.question-item .question-item-text {
padding: 15px 0px 12px 0px;
font-size: 14px;
color: rgb(30,30,30);
line-height: 22px;
display: none;
}

.color-items {
margin: -20px 0px 40px 0px;
}

.color-item {
padding: 30px 0px 0px 0px;
border-bottom: 1px solid rgb(220,220,220);
overflow: hidden;
}

@media (max-width: 780.5px) {
	
	.color-item {
	border-bottom: 0px;	
	}
	
}

.color-item-left {
width: 250px;
float: left;
overflow: hidden;
padding-bottom: 30px;
}

@media (max-width: 780.5px) {
	
	.color-item-left {
	float: none;	
	}
	
}

.color-item-left img {
max-width: 100%;
float: left;
}

.color-item-right {
width: calc(100% - 300px);
float: right;
padding-bottom: 5px;
}

@media (max-width: 780.5px) {
	
	.color-item-right {
	width: 100%;
	float: none;	
	}
	
}

.contact-left {
width: calc(100% - 850px);
float: left;
}

.contact-iframe {
width: 800px;
height: 600px;
margin: 6px 0px 0px 0px;
float: right;
}

@media (max-width: 1365.5px) {
	
	.contact-left {
	width: calc(100% - 750px);
	}
	
	.contact-iframe {
	width: 700px;
	height: 500px;
	margin: 6px 0px 50px 0px;
	}
	
}

@media (max-width: 1225.5px) {

	.contact-left {
	width: calc(100% - 650px);
	}
	
	.contact-iframe {
	width: 600px;
	height: 400px;
	margin: 6px 0px 150px 0px;
	}
	
}

@media (max-width: 1125.5px) {
	
	.contact-left {
	width: 100%;
	}
	
	.contact-iframe {
	width: 100%;
	height: 600px;
	margin: 26px 0px 40px 0px;
	}
	
}

@media (max-width: 657.5px) {
	
	.contact-iframe {
	height: 400px;	
	}
	
}

.contact-boxes {
overflow: hidden;
display: flex;
margin-bottom: 30px;
}

@media (max-width: 999.5px) {
	
	.contact-boxes {
	display: block;
	margin-top: -10px;
	margin-bottom: 0px;
	}
	
}

.contact-boxes .contact-box {
padding: 5px 30px 0px 30px;
margin-top: 10px;
width: calc((100% / 3) - 2px);
float: left;
box-sizing: border-box;
}

@media (max-width: 999.5px) {
	
	.contact-boxes .contact-box {
	width: 100%;
	padding: 25px 0px 0px 0px;
	margin: 0px;
	}
	
}

.contact-boxes .contact-box:nth-child(1) {
padding-left: 0px;	
}

.contact-boxes .contact-box:nth-child(2) {
border-left: 1px solid rgb(220,220,220);
border-right: 1px solid rgb(220,220,220);
}

@media (max-width: 999.5px) {
	
	.contact-boxes .contact-box:nth-child(2) {
	border: 0px;
	border-top: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(220,220,220);
	}
	
}

.contact-boxes .contact-box br {
display: none;
}

.contact-boxes .contact-box i {
padding-right: 10px;
}

.contact-boxes .contact-box span {
display: block;
padding-bottom: 7px;
}

.content .detail-min-title {
margin: 0px;
padding: 30px 0px 12px 0px;
font-size: 16px;
line-height: 19px;
color: rgb(30,30,30);
position: relative;
font-weight: 600;
border-top: 1px solid rgb(220,220,220);
}

.content .detail-min-title.detail-min-title-var2 {
border-top: 0px;
}

@media (max-width: 1229.5px) {
	
	.content .detail-min-title.detail-min-title-var2 {
	padding-top: 0px;	
	}
	
}

.content .detail-table-2-gl {
padding: 10px;
border: 1px solid rgb(220,220,220);
border-radius: 4px;
}

.content .detail-table-2 {
width: 100%;
border-collapse: collapse;
}

@media (max-width: 1229.5px) {
	
	.content .detail-table-2-gl {
	margin-bottom: 40px;	
	}
	
}

.content .detail-table-2 td {
padding: 10px;
font-size: 13px;
line-height: 17px;
color: rgb(30,30,30);
border-bottom: 1px solid rgb(220,220,220);
background-color: rgb(255,255,255);
vertical-align: top;
cursor: pointer;
position: relative;
}

.content .detail-table-2 tr:last-of-type td {
border-bottom: 0px;
}

.content .detail-table-2 .small-btn {
font-size: 11px;
line-height: 14px;
color: rgb(30,30,30);
border: 1px solid rgb(220,220,220);
padding: 5px 5px 4px 5px;
border-radius: 3px;
margin-top: 6px;
text-align: center;
display: inline-block;
}

.content .detail-table-2 input {
position: absolute;
left: -1000px;
top: -1000px;	
}

.content .detail-table-2 td .detail-surch-check-2 {
border: 1px solid rgb(220,220,220);
border-radius: 2px;
width: 17px;
height: 17px;
background-color: rgb(255,255,255);
overflow: hidden;
display: inline-block;
float: left;
}

.content .detail-table-2 td .detail-surch-check-2 i {
padding: 3px 0px 0px 3px;
font-size: 12px;
color: #fc0744;
display: none;
float: left;
}

.content .detail-param-more-2 {
padding: 15px 0px 15px 0px;
font-size: 13px;
line-height: 19px;
position: relative;
text-align: right;
}

.content .detail-param-more-2 a {
color: rgb(30,30,30);
}

.content .detail-param-more-2 a:hover {
text-decoration: none;
}

.content .detail-param-more-2 .fal {
padding-left: 6px;
font-size: 13px;
}

.content .detail-attr {
position: relative;
margin: 5px 0px 0px 0px;
height: 40px;
border: 2px solid rgb(200,200,200);
background-color: rgb(245,245,245);
border-radius: 3px;
cursor: pointer;
transition: .2s;
}

.content .detail-attr .detail-attr-text {
padding: 12px 0px 0px 12px;
display: inline-block;
font-size: 14px;
line-height: 17px;
color: rgb(30,30,30);
font-weight: 600;
}

.content .detail-attr .detail-attr-expand {
width: 36px;
height: 40px;
position: absolute;
right: -1px;
top: 0px;
background-color: rgb(200,200,200);
font-size: 16px;
line-height: 42px;
color: rgb(30,30,30);
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
text-align: center;
transition: .2s;
}

.content .detail-attr .detail-attr-expand i {
padding-top: 9px;
}

.detail-attr-gal {
overflow: hidden;
}

.detail-attr-gal .detail-attr-gal-item {
width: 20%;
padding: 10px;
float: left;
box-sizing: border-box;
background-color: rgb(245,245,245);
border-bottom: 1px solid rgb(220,220,220);
border-right: 1px solid rgb(220,220,220);
cursor: pointer;
position: relative;
}

.detail-attr-gal .detail-attr-gal-item .zoom {
position: absolute;
right: 15px;
top: 15px;
padding: 6px 10px 6px 10px;
font-size: 16px;
color: rgb(255,255,255);
background-color: #0da876;
z-index: 1000;
text-align: center;
border-radius: 2px;
}

.detail-attr-gal .detail-attr-gal-item .fa-loader {
width: 30px;
line-height: 30px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -15px;
margin-top: -37px;
text-align: center;
font-size: 30px;
color: rgb(150,150,150);
z-index: 300;
}

@media (max-width: 575.9px) {
	
	.detail-attr-gal .detail-attr-gal-item {
	width: 50%;
	}
	
}

.detail-attr-gal .detail-attr-gal-item.active {
background-color: #0da876;
}

.detail-attr-gal .detail-attr-gal-item img {
width: 100%;
float: left;
border-radius: 3px;
z-index: 400;
position: relative;
}

.detail-attr-gal .detail-attr-gal-item .dagi-title {
font-size: 11px;
line-height: 15px;
color: rgb(30,30,30);
display: block;
text-align: center;
padding: 7px 0px 7px 0px;
clear: both;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
}

.detail-attr-gal .detail-attr-gal-item .dagi-title span {
padding-top: 4px;
display: block;
font-weight: 600;
}

.detail-attr-gal .detail-attr-gal-item.active .dagi-title {
color: rgb(255,255,255);	
}

.detail-attr-gal .detail-attr-gal-item.active .dagi-title span {
color: rgb(255,255,255);
}

.detail-attr-gal .detail-attr-gal-item .dagi-btn {
text-align: center;
font-size: 0px;
}

.detail-attr-gal .detail-attr-gal-item .dagi-btn > span {
width: 16px;
height: 16px;
border: 1px solid rgb(220,220,220);
display: inline-block;
background-color: rgb(255,255,255);
border-radius: 50%;
} 

.detail-attr-gal .detail-attr-gal-item .dagi-btn > span > span {
margin: 4px;
width: 8px;
height: 8px;
background-color: #0da876;
display: none;
border-radius: 50%;
}

.smodal {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.6);
z-index: 1001;
}

.smodal .ins {
width: 600px;
height: 331px;
padding: 26px 25px 25px 25px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -300px;
margin-top: -165px;
background-color: rgb(255,255,255);
border-radius: 3px;
}

@media (max-width: 690px) {
	
	.smodal .ins {
	width: calc(100% - 60px);
	height: auto;
	left: 30px;
	top: 30px;
	margin: 0px;
	overflow: hidden;
	}
	
}


.smodal .smodal-preloader {
z-index: 1002;
font-size: 50px;
width: 50px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -25px;
margin-top: -25px;
line-height: 50px;
color: rgb(255,255,255);
}

.smodal .ins2 {
width: 1000px;
height: 600px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -500px;
margin-top: -300px;
background-color: rgb(255,255,255);
border-radius: 4px;
z-index: 1003;
}

@media (max-width: 1080px) {
	
	.smodal .ins2 {
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	margin: 0px;
	border-radius: 0px;
	}
	
}

.smodal .smodal-close {
position: absolute;
right: 0px;
top: 0px;
height: 50px;
width: 50px;
font-size: 18px;
line-height: 50px;
text-align: center;
cursor: pointer;
color: rgb(30,30,30);
}

.smodal .smodal-basket-btn {
width: 100%;
}

@media (max-width: 680px) {
	
	.smodal .ins .smodal-basket-btn {
	position: static;
	text-align: center;
	}
	
	.smodal .ins .smodal-basket-btn a {
	width: 100%;
	}
	
}

.smodal .smodal-title {
height: 50px;
line-height: 50px;
font-size: 16px;
color: rgb(30,30,30);
font-weight: 600;
padding: 0px 20px 0px 20px;
background-color: rgb(255,255,255);
width: 100%;
overflow: hidden;
box-sizing: border-box;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom: 1px solid rgb(220,220,220);
background-color: rgb(245,245,245);
}

.smodal .smodal-return {
position: absolute;
left: 25px;
bottom: 40px;
font-size: 14px;
line-height: 17px;
color: rgb(100,100,100);
text-decoration: underline;
cursor: pointer;
}

@media (max-width: 680px) {
	
	.smodal .ins .smodal-return {
	position: static;
	text-align: center;
	margin: 17px 0px 17px 0px;
	}
	
}

.smodal .smodal-return:hover {
text-decoration: none;
}

.smodal .smodal-sep {
width: 550px;
height: 1px;
position: absolute;
left: 25px;
top: 238px;
background-color: rgb(220,220,220);
}

@media (max-width: 690px) {
	
	.smodal .smodal-sep {
	width: 100%;
	position: static;
	margin-top: 22px;
	}
	
}

.smodal .smodal-left-box {
width: 200px;
line-height: 150px;
position: absolute;
left: 25px;
top: 68px;
background-color: rgb(255,255,255);
border: 1px solid rgb(220,220,220);
border-radius: 3px;
text-align: center;
}

@media (max-width: 690px) {
	
	.smodal .smodal-left-box {
	position: static;
	margin: 0 auto;
	margin-top: 36px;
	margin-bottom: 21px;
	}
	
}

.smodal .smodal-right-box {
width: 320px;
position: absolute;
right: 25px;
top: 74px;
}

@media (max-width: 690px) {
	
	.smodal .smodal-right-box {
	width: auto;
	position: static;
	text-align: center;
	}
	
}

.smodal .smodal-right-box .smodal-item-name {
font-size: 15px;
line-height: 19px;
font-weight: 700;
color: rgb(30,30,30);	
}

.smodal .smodal-right-box .smodal-item-avail {
padding-top: 7px;
font-size: 14px;
line-height: 19px;
color: rgb(30,30,30);	
}

.smodal .smodal-right-box .smodal-item-avail span {
color: #00A88E;
font-weight: 700;
}

.smodal .smodal-right-box .smodal-item-price {
padding-top: 16px;
font-size: 18px;
line-height: 21px;
font-weight: 700;
color: rgb(30,30,30);
}

@media (max-width: 690px) {
	
	.smodal .smodal-right-box .smodal-item-price {
	padding-top: 11px;	
	}
	
}

.smodal .smodal-scroll {
height: 440px;
overflow-y: scroll;
border: 1px solid rgb(220,220,220);
margin: 20px;
}

@media (max-width: 575.9px) {
	
	.smodal .smodal-scroll {
	border-right: 0px;
	}
	
}

@media (max-width: 1229.5px) {

	.detail-attr-gr {
	padding-bottom: 35px;
	}

}

.smodal .save-params {
padding: 12px 20px 12px 20px;
font-size: 14px;
line-height: 17px;
color: rgb(255,255,255);
font-weight: 500;
display: inline-block;
border-radius: 4px;
border: 0px;
background-color: #0da876;
cursor: pointer;
margin: 0px 20px 0px 0px;
font-weight: 500;
float: right;
}

.smodal .smodal-basket-btn .actual-price-gl {
float: left;
font-size: 18px;
line-height: 21px;
color: rgb(30,30,30);
margin: 5px 0px 0px 20px;
font-weight: 700;
}





.new-basket-btn {
overflow: hidden;
padding-bottom: 70px;
text-align: center;
}

.new-basket-btn .new-basket-btn-left {
float: left;
font-size: 14px;
line-height: 17px;
color: rgb(100,100,100);
text-decoration: underline;
margin-top: 18px;
}

@media (max-width: 690.5px) {
	
	.new-basket-btn .new-basket-btn-left {
	float: none;
	display: inline-block;
	margin: 0px 0px 30px 0px;
	}
	
}

.new-basket-btn .new-basket-btn-left:hover {
text-decoration: none;
}

.new-basket-btn .new-basket-btn-left i {
padding-right: 6px;
}

.new-basket-btn .new-basket-btn-next {
padding: 18px 20px 18px 20px;
font-size: 14px;
line-height: 17px;
color: rgb(255,255,255);
display: inline-block;
font-weight: 600;
border-radius: 4px;
background-color: #0da876;
float: right;
font-family: "Inter", sans-serif;
border: 0px;
cursor: pointer;
}

@media (max-width: 690.5px) {
	
	.new-basket-btn .new-basket-btn-next {
	width: 100%;
	padding: 18px 0px 18px 0px;
	}
	
}

@media (max-width: 450.5px) {
	
	.new-basket-btn .new-basket-btn-next span {
	display: block;
	}
	
}

.new-basket-btn .new-basket-btn-next i {
padding-left: 6px;
}

.new-basket-dpboxes {
font-size: 0px;
margin: 0px -15px 50px -15px;
padding-top: 8px;
overflow: hidden;
}

@media (max-width: 990.5px) {
	
	.new-basket-dpboxes {
	margin-left: 0px;	
	margin-right: 0px;	
	}
	
}

.new-basket-dpboxes .new-basket-dpbox {
width: calc(50% - 32px);
float: left;
border: 1px solid rgb(220,220,220);
border-radius: 4px;
margin: 0px 15px 0px 15px;
background-color: rgb(255,255,255);
}

@media (max-width: 990.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox {
	width: calc(100% - 2px);
	margin: 0px;
	}
	
	.new-basket-dpboxes .new-basket-dpbox:first-of-type {
	margin-bottom: 30px;	
	}
	
}

.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-title {
padding: 15px 20px 15px 20px;
font-size: 14px;
line-height: 17px;
color: rgb(30,30,30);
border-bottom: 1px solid rgb(220,220,220);
font-weight: 600;
background-color: rgb(235,235,235);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item {
border-bottom: 1px solid rgb(220,220,220);
padding: 0px 20px 0px 20px;
cursor: pointer;
overflow: hidden;
height: 50px;
position: relative;
}

@media (max-width: 460.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item {
	height: 68px;	
	}
	
}

@media (max-width: 360.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox:first-of-type .new-basket-dpbox-ins .new-basket-dpbox-ins-item:first-of-type {
	height: 88px;	
	}
	
}

@media (max-width: 460.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox:last-of-type .new-basket-dpbox-ins .new-basket-dpbox-ins-item:first-of-type {
	height: 88px !important;	
	}
	
}

@media (max-width: 390.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox:last-of-type .new-basket-dpbox-ins .new-basket-dpbox-ins-item:first-of-type {
	height: 98px !important;	
	}
	
}

@media (max-width: 320.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox:last-of-type .new-basket-dpbox-ins .new-basket-dpbox-ins-item:first-of-type {
	height: 118px !important;	
	}
	
}

.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item-hide {
position: absolute;
left: -10000px;
top: -10000px;
}

.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item .new-basket-dpbox-ins-item-check {
width: 13px;
height: 13px;
border: 1px solid rgb(200,200,200);
border-radius: 50%;
float: left;
position: absolute;
left: 20px;
top: 18px;
background-color: rgb(255,255,255);
display: flex;
align-items: center;
justify-content: center;
}

.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item.active .new-basket-dpbox-ins-item-check::after {
content: '';
width: 8px;
height: 8px;
background-color: #0da876;
border-radius: 50%;
}

.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item .new-basket-dpbox-ins-item-ico {
font-size: 19px;
line-height: 21px;
color: rgb(30,30,30);
float: left;
position: absolute;
left: 60px;
top: 16px;
}

@media (max-width: 360.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item .new-basket-dpbox-ins-item-ico {
	left: 50px;	
	}
	
}

.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item .new-basket-dpbox-ins-item-title {
font-size: 15px;
line-height: 18px;
color: rgb(30,30,30);
float: left;
position: absolute;
left: 110px;
top: 17px;
}

.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item.active .new-basket-dpbox-ins-item-title {
font-weight: 600;	
}

@media (max-width: 400.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item .new-basket-dpbox-ins-item-title {
	font-size: 13px;	
	}
	
}

@media (max-width: 360.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item .new-basket-dpbox-ins-item-title {
	left: 85px;	
	}
	
	.new-basket-dpboxes .new-basket-dpbox:first-of-type .new-basket-dpbox-ins .new-basket-dpbox-ins-item:first-of-type .new-basket-dpbox-ins-item-title {
	padding-right: 60px;	
	}
	
}

.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item .new-basket-dpbox-ins-item-price {
font-size: 15px;
line-height: 18px;
color: rgb(30,30,30);
float: left;
position: absolute;
right: 20px;
top: 17px;
font-weight: 600;
color: #0da876;
}

@media (max-width: 460.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item .new-basket-dpbox-ins-item-price {
	right: auto;
	left: 110px;
	top: 37px;
	}
	
}

@media (max-width: 460.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox:last-of-type .new-basket-dpbox-ins .new-basket-dpbox-ins-item:first-of-type .new-basket-dpbox-ins-item-price
	{
	top: 56px;
	}
	
}

@media (max-width: 390.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox:last-of-type .new-basket-dpbox-ins .new-basket-dpbox-ins-item:first-of-type .new-basket-dpbox-ins-item-price
	{
	top: 69px;
	}
	
}

@media (max-width: 320.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox:last-of-type .new-basket-dpbox-ins .new-basket-dpbox-ins-item:first-of-type .new-basket-dpbox-ins-item-price
	{
	top: 85px;
	}
	
}


@media (max-width: 400.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item .new-basket-dpbox-ins-item-price {
	bottom: 15px;
	top: auto;
	font-size: 13px;
	}
	
}

@media (max-width: 360.5px) {
	
	.new-basket-dpboxes .new-basket-dpbox .new-basket-dpbox-ins .new-basket-dpbox-ins-item .new-basket-dpbox-ins-item-price {
	left: 85px;	
	}
	
}

.new-basket-form {
overflow: hidden;
padding: 8px 0px 50px 0px;
}

.new-basket-form .new-basket-form-left-side {
width: 650px;
float: right;
}

@media (max-width: 1260.5px) {
	
	.new-basket-form .new-basket-form-left-side {
	width: 550px;	
	}
	
}

@media (max-width: 1100.5px) {
	
	.new-basket-form .new-basket-form-left-side {
	width: 450px;	
	}
	
}

@media (max-width: 990.5px) {
	
	.new-basket-form .new-basket-form-left-side {
	margin-bottom: 50px;
	width: 100%;	
	}
	
}

.new-basket-form .new-basket-form-left-side .new-basket-form-item {
padding-bottom: 10px;
overflow: hidden;
}

.new-basket-form .new-basket-form-left-side .new-basket-form-item .new-basket-form-item-ins {
position: relative;
}

.new-basket-form .new-basket-form-left-side .new-basket-form-item-virtualab {
font-size: 11px;
line-height: 13px;
color: rgb(120,120,120);
position: absolute;
top: 8px;
right: 10px;
}

.new-basket-form .new-basket-form-left-side .new-basket-form-item input {
width: calc(100% - 42px);
height: 52px;
border: 1px solid rgb(200,200,200);
border-radius: 4px;
float: left;
font-family: "Inter", sans-serif;
font-size: 15px;
line-height: 17px;
padding: 0px 20px 0px 20px;
color: rgb(30,30,30);
}

.new-basket-form .new-basket-form-left-side .new-basket-form-item-postcode .new-basket-form-item-ins:nth-child(1) {
width: 60%;
}

.new-basket-form .new-basket-form-left-side .new-basket-form-item-postcode .new-basket-form-item-ins:nth-child(2) {
width: calc(40% - 10px);
float: right;
}

.new-basket-form .new-basket-form-left-side .new-basket-form-item-name .new-basket-form-item-ins:nth-child(1) {
width: calc(50% - 10px);
}

.new-basket-form .new-basket-form-left-side .new-basket-form-item-name .new-basket-form-item-ins:nth-child(2) {
width: 50%;
float: right;
}

.new-basket-form .new-basket-form-left-side .new-basket-form-item textarea {
width: calc(100% - 42px);
min-width: calc(100% - 42px);
max-width: calc(100% - 42px);
height: 130px;
border: 1px solid rgb(200,200,200);
border-radius: 4px;
float: left;
font-family: "Inter", sans-serif;
font-size: 15px;
line-height: 17px;
padding: 17px 20px 17px 20px;
color: rgb(30,30,30);
}

.new-basket-form .new-basket-form-left-side .new-basket-form-check {
padding: 15px 0px 25px 30px;
position: relative;
}

.new-basket-form .new-basket-form-left-side .new-basket-form-check .new-basket-form-check-checkbox {
width: 15px;
height: 15px;
border: 1px solid rgb(200,200,200);
position: absolute;
left: 0px;
top: 16px;
background-color: rgb(255,255,255);
border-radius: 4px;
}

.new-basket-form .new-basket-form-left-side .new-basket-form-check .new-basket-form-check-checkbox.active::after {
content: '\f00c';
font-weight: 600;
position: absolute;
font-family: 'Font Awesome 6 Pro';
left: 3px;
top: 3px;
font-size: 10px;
color: #0da876;
}

.new-basket-form .new-basket-form-left-side .new-basket-form-check .new-basket-form-check-label {
font-size: 14px;
line-height: 17px;
color: rgb(30,30,30);
cursor: pointer;
}

.new-basket-form .new-basket-form-right-side {
width: calc(100% - 700px);
float: left;
}

@media (max-width: 1260.5px) {
	
	.new-basket-form .new-basket-form-right-side {
	width: calc(100% - 600px);	
	}
	
}

@media (max-width: 1100.5px) {

	.new-basket-form .new-basket-form-right-side {
	width: calc(100% - 500px);	
	}
	
}

@media (max-width: 990.5px) {

	.new-basket-form .new-basket-form-right-side {
	width: 100%;
	}
	
}

.new-basket-form .new-basket-form-right-side .new-basket-recap .new-basket-recap-title {
padding: 15px 20px 15px 20px;
font-size: 14px;
line-height: 17px;
color: rgb(30,30,30);
border: 1px solid rgb(220,220,220);
font-weight: 600;
background-color: rgb(235,235,235);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.new-basket-form .new-basket-form-right-side .new-basket-recap .new-basket-recap-ins {
padding: 12px 20px 10px 20px;
border: 1px solid rgb(220,220,220);
border-top: 0px;
background-color: rgb(255,255,255);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}

.new-basket-form .new-basket-form-right-side .new-basket-recap .new-basket-recap-ins table {
width: 100%;
border-collapse: collapse;
}

.new-basket-form .new-basket-form-right-side .new-basket-recap .new-basket-recap-ins table td {
padding: 10px;
border-bottom: 1px solid rgb(220,220,220);
font-size: 13px;
line-height: 18px;
color: rgb(30,30,30);
}

.new-basket-form .new-basket-form-right-side .new-basket-recap .new-basket-recap-ins table td span {
display: block;
padding-top: 5px;
}

.new-basket-form .new-basket-form-right-side .new-basket-recap .new-basket-recap-ins table tfoot tr:first-of-type td {
padding-top: 26px;
}

.new-basket-form .new-basket-form-right-side .new-basket-recap .new-basket-recap-ins table tfoot tr:last-of-type td {
border-bottom: 0px;
padding-bottom: 20px;
}

.new-basket-form .new-basket-form-right-side .new-basket-recap .new-basket-recap-ins table .nbri-img {
padding-left: 0px;
}

.new-basket-form .new-basket-form-right-side .new-basket-recap .new-basket-recap-ins table .nbri-img img {
border: 1px solid rgb(220,220,220);
padding: 5px;
border-radius: 4px;
float: left;
}

.new-basket-form .new-basket-form-right-side .new-basket-recap .new-basket-recap-ins table .nbri-price {
padding-right: 0px;
text-align: right;
font-weight: 600;
color: #0da876;
}

.new-basket-form .new-basket-form-right-side .new-basket-recap .new-basket-recap-ins table td strong {
font-weight: 600;
}

.new-basket-form .new-basket-form-right-side .new-basket-recap .new-basket-recap-ins table td a {
font-weight: 600;
color: rgb(30,30,30);
}

.new-basket-form-hide {
margin-bottom: 20px;
}

.checkmark {
width: 48px;
height: 48px;
border-radius: 50%;
display: block;
stroke-width: 3;
stroke: rgb(245,245,245);
stroke-miterlimit: 10;
animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
transform-origin: 50% 50%;
stroke-dasharray: 48;
stroke-dashoffset: 48;
animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
100% {
stroke-dashoffset: 0;
}
}
@keyframes scale {
0%, 100% {
transform: none;
}
50% {
transform: scale3d(1.1, 1.1, 1);
}
}
@keyframes fill {
100% {
box-shadow: inset 0px 0px 0px 30px #0da876;
}
}

.landing-banner {
margin: 10px 0px 40px 0px;
height: 10vw;
background-image: url('/temporary/leden.jpg');
background-repeat: no-repeat;
background-size: auto 100%;
background-position: right bottom;
background-color: #ff0646;
font-size:  1.6vw;
font-weight: 800;
border-radius: 4px;
position: relative;
color: rgb(255,255,255);
}

.landing-banner div {
position: absolute;
left: 2vw;
bottom: 2vw;
}

@media (max-width: 600.5px) {
	
	.landing-banner {
	height: 13vw;
	font-size: 2.5vw;
	}
	
	.landing-banner div {
	left: 2.5vw;
	bottom: 2.5vw;
	}
	
}

.new-basket-table-bas1 {
display: none;
}

@media (max-width: 800.5px) {

	.new-basket-table-bas1 {
	display: block;
	}
	
	.new-basket-table-bas2 {
	display: none;
	}
	
}

.new-basket-table-global {
margin: 8px 0px 30px 0px;
padding: 20px;
border: 1px solid rgb(220,220,220);
background-color: rgb(255,255,255);
border-radius: 4px;
}

.new-basket-table-global .new-basket-table {
width: 100%;
border-collapse: collapse;
}

.new-basket-table-global .new-basket-table td {
padding: 15px 10px 15px 10px;
border-bottom: 1px solid rgb(220,220,220);
font-size: 13px;
line-height: 17px;
color: rgb(30,30,30);
}

.new-basket-table-global .new-basket-table .new-basket-table-name a {
text-decoration: none !important;
}

.new-basket-table-global .new-basket-table .new-basket-table-name a strong {
text-decoration: underline !important;
padding-bottom: 8px;
}

.new-basket-table-global .new-basket-table .new-basket-table-name a:hover strong {
text-decoration: none !important;	
}

.new-basket-table-global .new-basket-table tr:last-of-type td {
border-bottom: 0px;
padding-bottom: 10px;
}

.new-basket-table-global .new-basket-table tfoot td {
font-size: 15px;
text-align: right;
font-weight: 600;
padding-right: 30px;
border-bottom: 0px;
padding-top: 40px;
}

.new-basket-table-global .new-basket-table .new-basket-table-img {
width: 20px;
padding-left: 0px;
}

.new-basket-table-global .new-basket-table .new-basket-table-img img {
padding: 5px;
border: 1px solid rgb(220,220,200);
border-radius: 4px;
float: left;
}

.new-basket-table-global .new-basket-table td a {
display: inline-block;
padding-bottom: 10px;
font-size: 14px;
color: rgb(30,30,30);
text-decoration: underline;
}

.new-basket-table-global .new-basket-table td a:hover {
text-decoration: none;
}

.new-basket-table-global .new-basket-table .new-basket-table-img a {
padding-bottom: 0px;
}

.new-basket-table-global .new-basket-table td span {
padding-top: 5px;
display: block;
}

.new-basket-table-global .new-basket-table tfoot td span {
padding-top: 0px;
display: inline-block;
padding-left: 30px;
color: #0da876;
}

.new-basket-table-global .new-basket-table .new-basket-table-price {
width: 200px;
padding-right: 30px;
text-align: right;
font-weight: 600;
font-size: 17px;
color: #000000;
}

@media (max-width: 1350.5px) {
	
	.new-basket-table-global .new-basket-table .new-basket-table-price {
	width: 150px;	
	}
	
}

@media (max-width: 1230.5px) {
	
	.new-basket-table-global .new-basket-table .new-basket-table-price {
	width: 100px;	
	}
	
}

.new-basket-table-global .new-basket-table .new-basket-table-delete {
width: 20px;
padding-right: 0px;
}

.new-basket-table-global .new-basket-table .new-basket-table-delete a {
color: rgb(30,30,30);
font-size: 16px;
line-height: 16px;
display: inline-block;
margin-top: 9px;
}

.new-basket-table-global .new-basket-table .new-basket-table-delete a i {
padding-right: 6px;
}

.new-basket-table-global .new-basket-table td .new-basket-table-form {
padding: 10px;
width: 80px;
height: 20px;
border: 1px solid rgb(220,220,220);
white-space: nowrap;
border-radius: 4px;
}

.new-basket-table-global .new-basket-table td .new-basket-table-form input {
width: 40px;
float: left;
font-size: 14px;
height: 20px;
border: 0px;
padding: 0px;
margin: 0px;
color: rgb(30,30,30);
text-align: center;
}

.new-basket-table-global .new-basket-table td .new-basket-table-form .basket-plus-btn, .new-basket-table-global .new-basket-table td .new-basket-table-form .basket-minus-btn {
padding: 0px;
float: left;
font-size: 16px;
line-height: 20px;
width: 20px;
text-align: center;
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.new-basket-table-global .new-basket-table td .new-basket-table-form button {
width: 26px;
text-align: center;
height: 20px;
float: left;
color: rgb(30,30,30);
font-size: 15px;
line-height: 17px;
border: 0px;
padding: 0px;
margin: 0px;
background-color: transparent;
cursor: pointer;
display: none;
}

.err-msg {
margin: 8px 0px 32px 0px;
padding: 15px;
background-color: rgb(220,220,220);
font-size: 13px;
line-height: 17px;
color: rgb(30,30,30);
text-align: center;
border-radius: 4px;
}

.basket-2-gl {
overflow: hidden;
}

.gift-gl {
padding: 20px;
margin-bottom: 30px;
border: 1px solid rgb(220,220,220);
background-color: rgb(255,255,255);
border-radius: 4px;
}

.gift-gl .gift-title {
padding: 0px 0px 15px 0px;
font-size: 15px;
line-height: 17px;
color: rgb(30,30,30);
font-weight: 600;
}

.gift-gl table {
width: 100%;
border-collapse: collapse;
}

.gift-gl table td {
padding: 15px 0px 15px 0px;
border-bottom: 1px solid rgb(220,220,220);
}

.gift-gl table tr:last-of-type td {
border-bottom: 0px;
}

.gift-gl table .cell-1 {
width: 100px;
}

.gift-gl table .cell-1 div {
width: 60px;
height: 60px;
border: 1px solid rgb(220,220,220);
padding: 5px;
border-radius: 4px;
}

@media (max-width: 600.5px) {
	
	.gift-gl table .cell-1 {
	width: 60px;
	padding-right: 10px;
	vertical-align: top;
	}
	
	.gift-gl table .cell-1 div {
	width: 40px;
	height: 40px;
	}
	
}

.gift-gl table .cell-1 img {
max-width: 100%;
max-height: 100%;
}

.gift-gl table .cell-2 {
font-size: 14px;
line-height: 18px;
color: rgb(30,30,30);
padding-right: 30px;
}

@media (max-width: 600.5px) {
	
	.gift-gl table .cell-2 {
	padding-right: 0px;	
	}
	
}

.gift-gl table .cell-2 strong {
display: block;
padding-bottom: 5px;
}

.gift-gl table .cell-3 {
font-size: 15px;
line-height: 18px;
color: rgb(30,30,30);
text-align: right;
}

.gift-gl table .cell-3 span {
display: block;
font-weight: 600;
color: #0da876;
padding-bottom: 5px;
}

.gift-gl table .cell-4 {
width: 90px;
padding-left: 60px;
}

.gift-gl table .cell-4 a {
border: 2px solid #0da876;
color: #0da876;
font-size: 13px;
line-height: 38px;
display: block;
border-radius: 4px;
font-weight: 500;
width: 90px;
text-align: center;
float: right;
}

@media (max-width: 600.5px) {
	
	.gl3, .gl4 {
	display: none;	
	}
	
	.mobile-row {
	padding-top: 15px;
	display: block !important;
	overflow: hidden;
	}
	
	.mobile-row .cell-3, .mobile-row .cell-4 {
	width: 50% !important;
	float: left !important;
	text-align: left !important;
	padding: 0px !important;
	}
	
	.mobile-row .cell-4 {
	text-align: right;
	}
	
	.mobile-row .cell-4 a {
	width: auto !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	float: right !important;
	}
	
}

.basket-2-gl .basket-2-gl-left {
width: calc(100% - 430px);
float: left;
}

@media (max-width: 1180.5px) {
	
	.basket-2-gl .basket-2-gl-left {
	width: 100%;	
	float: none;
	}
	
}

.basket-2-gl-right {
width: 400px;
float: right;
}

@media (max-width: 1180.5px) {
	
	.basket-2-gl-right {
	width: 100%;
	float: none;
	}
	
}

.basket-2-gl-right .basket-2-gl-right-ins {
padding: 20px;
border-radius: 4px;
border: 1px solid rgb(220,220,220);
background-color: rgb(255,255,255);
margin-bottom: 30px;
margin-top: 8px;
}

@media (max-width: 1180.5px) {

	.basket-2-gl-right .basket-2-gl-right-ins {
	margin-top: 0px;	
	}

}

.basket-2-gl-right .basket-2-gl-right-ins table {
width: 100%;
}

.basket-2-gl-right .basket-2-gl-right-ins table td {
padding: 10px 0px 12px 0px;
font-size: 13px;
line-height: 17px;
color: rgb(30,30,30);
vertical-align: bottom;
}

.basket-2-gl-right .basket-2-gl-right-ins table tr:first-of-type td:last-of-type {
text-align: right;
font-size: 26px;
font-weight: 800;
}

.basket-2-gl-right .basket-2-gl-right-ins table tr:last-of-type td:last-of-type {
text-align: right;
padding-top: 0px;
padding-bottom: 30px;
font-size: 13px;
color: rgb(120,120,120);
}

@media (max-width: 380.5px) {
.basket-2-gl-right .basket-2-gl-right-ins table tr td:first-of-type {
display: none;
}
.basket-2-gl-right .basket-2-gl-right-ins table tr td:last-of-type {
text-align: center !important;
}
}

.basket-2-gl-right .basket-2-gl-right-ins .discount {
padding-bottom: 30px;
position: relative;
}

.basket-2-gl-right .basket-2-gl-right-ins .discount i {
position: absolute;
left: 15px;
top: 12px;
color: rgb(120,120,120);
}

.basket-2-gl-right .basket-2-gl-right-ins input {
width: calc(100% - 62px);
border: 1px solid rgb(220,220,220);
height: 38px;
padding: 0px 15px 0px 45px;
color: rgb(30,30,30);
font-size: 13px;
line-height: 17px;
background-color: rgb(245,245,245);
border-radius: 4px;
}

@media (min-width: 800.5px) and (max-width: 1180.5px) {
	
	.gtrx {
	text-align: right;
	}
	
	.gtrx a {
	width: 250px !important;
	text-align: center;
	}
	
}

@media (max-width: 800.5px) {

	.gtrx a {
	width: 100% !important;
	text-align: center;
	padding-left: 0px !important;
	padding-right: 0px !important;
	}
	
}

.basket-overlay {
position: relative;
}

.basket-overlay .basket-overlay-modal {
width: 100%;
height: 100%;
background-color: rgba(250,250,250,0.7);
position: absolute;
left: 0px;
top: 0px;
z-index: 100;
font-size: 45px;
line-height: 45px;
text-align: center;
color: #fc0744;
display: flex;
align-items: center;
justify-content: center;
margin-top: -20px;
}

.detail-plate {
padding: 30px 0px 20px 0px;
border-top: 1px solid rgb(220,220,220);
}

.detail-plate .detail-plate-info {
padding-bottom: 15px;
font-size: 14px;
line-height: 21px;
color: rgb(30,30,30);
}

.detail-plate .detail-plate-input {
padding-top: 10px;
padding-bottom: 20px;
}

.detail-plate .detail-plate-input input {
width: calc(100% - 32px);
padding: 0px 15px 0px 15px;
border: 1px solid rgb(220, 220, 220);
background-color: rgb(245, 245, 245);
font-size: 14px;
color: rgb(100, 100, 100);
line-height: 44px;
border-radius: 4px;
}

.basket-info-label-gl {
position: fixed;
left: 15px;
bottom: 15px;
z-index: 1000;
display: none;
}

.basket-info-label-gl .basket-info-label {
background-color: #0da876;
font-size: 15px;
line-height: 21px;
color: rgb(255,255,255);
padding: 15px 25px 15px 25px;
border-radius: 4px;
font-weight: 500;
}

@media (max-width: 1229.5px) {
	
	.basket-info-label-gl {
	width: 100%;
	left: 0px;
	bottom: 0px;
	}
	
	.basket-info-label-gl .basket-info-label {
	border-radius: 0px;	
	}
	
}

.basket-info-label-gl .basket-info-label i {
font-size: 18px;
padding-right: 20px;
}

.basket-info-label-gl .basket-info-label .basket-info-label-line {
width: 0px;
position: absolute;
left: 0px;
bottom: 0px;
height: 4px;
background: #0fcc8f;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}

@media (max-width: 1229.5px) {

	.basket-info-label-gl .basket-info-label .basket-info-label-line {
	border-radius: 0px;	
	}
	
}

.dopr-global {
overflow: hidden;
margin: 10px -15px 0px -15px;
}

.dopr-global .dopr-global-panel {
border: 1px solid rgb(220,220,220);
border-radius: 4px;
}

.dopr-global .dopr-global-left {
width: calc(100% - 30px);
float: left;
margin: 0px 15px 0px 15px;
}

.dopr-global .dopr-global-right {
width: calc(100% - 30px);
float: left;
margin: 0px 15px 30px 15px;
}

.dopr-global .dopr-global-panel {
margin-bottom: 30px;
}

.dopr-global .dopr-global-panel .dopr-global-panel-title {
padding: 15px 30px 15px 30px;
background-color: rgb(245,245,245);
border-bottom: 1px solid rgb(220,220,220);
font-size: 15px;
line-height: 18px;
font-weight: 600;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.dopr-global .dopr-global-panel .dopr-global-panel-text {
padding: 30px 30px 0px 30px;
}

.dopr-global .dopr-global-panel .dopr-global-panel-text .main-text {
min-height: 0;
}

.more-btn {
padding-top: 35px;
text-align: center;
}

.more-btn a {
padding: 18px 20px 18px 20px;
font-size: 15px;
line-height: 17px;
color: rgb(255, 255, 255);
background-color: #0da876;
display: inline-block;
font-weight: 500;
border-radius: 4px;
border: 0px;
cursor: pointer;
font-family: "Inter", sans-serif;
}

.more-btn a i {
padding-left: 8px;
font-size: 14px;
}