body {
font-family: 'Fira Sans', sans-serif;
overflow-y: scroll;
background-color: rgb(245,245,245);
}

body, html {
height: 100%;
}

ul, ul>li, p, h1, h2, h3, h4, h5, h6 {
padding: 0px;
margin: 0px;
list-style-type: none;
}

a:hover {
text-decoration: none;
}

.container-fluid {
padding-left: 50px;
padding-right: 50px;
}

.blog-item {
border: 1px solid rgb(220,220,220);
display: block;
background-color: rgb(245,245,245);
margin-bottom: 30px;
}

.blog-item .blog-item-img img {
max-width: 100%;
}

.blog-item .blog-item-title {
padding: 30px 25px 20px 25px;
font-size: 22px;
line-height: 27px;
color: rgb(30,30,30);
font-weight: 400;
}

.blog-item .blog-item-text {
font-size: 14px;
line-height: 23px;
color: rgb(30,30,30);
font-weight: 400;
padding: 0px 25px 0px 25px;
}

.blog-item .blog-item-btn {
padding: 35px 25px 25px 25px;
overflow: hidden;
}

.blog-item .blog-item-btn span {
padding: 12px 20px 10px 20px;
float: right;
font-size: 14px;
line-height: 17px;
color: rgb(255,255,255);
background-color: rgb(244,103,23);
font-weight: 500;
}

.blog-item .blog-item-btn span i {
font-size: 12px;
padding-left: 8px;
}

@media (max-width: 991px) {

	.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	}
	
}

.page {
margin: 0 auto;
min-height: 100%;
height: 100%;
position: relative;
}

body>.page {
height: auto;
}

.page-ins {
padding: 0px 0px 320px 0px;
}

@media (max-width: 1199px) {
	
	.page-ins {
	padding-bottom: 0px;	
	}
	
}

.header .header-top-line {
height: 50px;
position: relative;
}

@media (max-width: 991px) {
	
	.header .header-top-line {
	display: none;	
	}
	
}

.header .header-top-line .header-top-line-menu {
position: absolute;
left: 40px;
top: 14px;
}

.header .header-top-line .header-top-line-menu li {
float: left;
padding-right: 30px;
}

.header .header-top-line .header-top-line-menu li:last-of-type {
padding-right: 0px;
}

.header .header-top-line .header-top-line-menu li a {
font-size: 13px;
line-height: 18px;
font-weight: 400;
color: rgb(150,150,150);
transition: color .2s;
}

.header .header-top-line .header-top-line-menu li a:hover {
color: rgb(244,103,23);
}

.header .header-top-line .header-top-line-contact {
position: absolute;
right: 40px;
top: 15px;
font-size: 16px;
line-height: 21px;
color: rgb(30,30,30);
}

.header .header-top-line .header-top-line-contact a {
color: inherit;
transition: color .2s;
}

.header .header-top-line .header-top-line-contact a:hover {
color: rgb(244,103,23);
}

.header .header-top-line .header-top-line-contact strong {
font-weight: 600;
}

.header .header-top-line .header-top-line-contact i {
padding-right: 10px;
font-size: 14px;
}

.header .header-top-line .header-top-line-contact span {
font-weight: 400;
font-size: 13px;
color: rgb(150,150,150);
padding-left: 10px;
}

.header .header-ins {
height: 130px;
border: 1px solid rgb(230,230,230);
border-bottom: 0px;
background-color: rgb(255,255,255);
position: relative;
}

@media (max-width: 991px) {
	
	.header .header-ins {
	height: 80px;
	border: 0px;
	}

}

.header .header-ins .header-ins-logo {
position: absolute;
left: 40px;
top: 35px;
}

@media (max-width: 991px) {
	
	.header .header-ins .header-ins-logo {
	position: static;
	text-align: center;
	margin-left: -30px;
	}
	
}

@media (max-width: 560px) {
	
	.header .header-ins .header-ins-logo {
	margin-left: -40px;	
	}
	
}

.header .header-ins .header-ins-logo .img-1 {
width: 160px;
}

.header .header-ins .header-ins-logo .img-2 {
width: 115px;
margin-left: 40px;
}

@media (max-width: 991px) {
	
	.header .header-ins .header-ins-logo .img-1 {
	width: 150px;
	margin-top: 15px;
	}
	
	.header .header-ins .header-ins-logo .img-2 {
	width: 100px;
	margin-top: 15px;	
	}
	
}

@media (max-width: 767px) {
	
	.header .header-ins .header-ins-logo .img-1 {
	width: 120px;
	margin-top: 18px;
	}
	
	.header .header-ins .header-ins-logo .img-2 {
	width: 85px;
	margin-top: 19px;
	margin-left: 30px;
	}
	
}

@media (max-width: 530px) {
	
	.header .header-ins .header-ins-logo .img-2 {
	display: none;	
	}
	
}

.header .header-ins .header-ins-search {
position: absolute;
right: 300px;
top: 40px;
}

@media (max-width: 1340px) {
	
	.header .header-ins .header-ins-search {
	right: 240px;	
	}
	
}

@media (max-width: 1260px) {
	
	.header .header-ins .header-ins-search {
	display: none;	
	}
		
}

.header .header-ins .header-ins-search input {
width: 500px;
padding: 0px 20px 0px 20px;
height: 50px;
border: 1px solid rgb(220,220,220);
font-size: 15px;
line-height: 19px;
float: left;
outline-color: #232c33;
}

@media (max-width: 1450px) {
	
	.header .header-ins .header-ins-search input {
	width: 400px;	
	}
	
}

.header .header-ins .header-ins-search button {
padding: 0px 20px 0px 20px;
height: 50px;
font-size: 15px;
line-height: 19px;
float: left;
background-color: rgb(244,103,23);
border: 0px;
font-weight: 500;
color: rgb(255,255,255);
margin-left: 10px;
transition: background-color .2s;
}

.header .header-ins .header-ins-search button:hover {
background-color: rgb(255,108,25);
}

.header .header-ins .header-ins-search button:focus {
outline: 0px;
}

.header .header-ins .header-ins-search button i {
padding-right: 10px;
}

.header .header-ins .header-ins-search-2 {
display: none;
font-size: 40px;
line-height: 43px;
color: rgb(30,30,30);
position: absolute;
right: 230px;
top: 43px;
cursor: pointer;
transition: color .2s;
}

@media (max-width: 1260px) {
	
	.header .header-ins .header-ins-search-2 {
	display: block;
	}
	
}

@media (max-width: 991px) {

	.header .header-ins .header-ins-search-2 {
	top: 21px;	
	right: 95px;
	font-size: 30px;
	}

}

@media (max-width: 767px) {
	
	.header .header-ins .header-ins-search-2 {
	right: 70px;	
	}
	
}

.header .header-ins .header-ins-search-2:hover {
color: rgb(244,103,23);
}

.header .header-ins .header-ins-fav {
font-size: 40px;
line-height: 43px;
color: rgb(30,30,30);
position: absolute;
right: 225px;
top: 43px;
cursor: pointer;
}

@media (max-width: 991px) {
	
	.header .header-ins .header-ins-fav {
	top: 21px;	
	right: 95px;
	font-size: 30px;
	}
	
}

@media (max-width: 767px) {
	
	.header .header-ins .header-ins-fav {
	display: none;	
	}
	
}

.header .header-ins .header-ins-basket {
position: absolute;
right: 40px;
top: 43px;
cursor: pointer;
}

@media (max-width: 991px) {
	
	.header .header-ins .header-ins-basket {
	top: 21px;	
	}
	
}

@media (max-width: 767px) {
	
	.header .header-ins .header-ins-basket {
	right: 20px;	
	}
	
}

.header .header-ins .header-ins-basket i {
font-size: 40px;
line-height: 43px;
color: rgb(30,30,30);
position: absolute;
left: 0px;
top: 0px;
transition: color .2s;
}

.header .header-ins .header-ins-basket:hover i {
color: rgb(244,103,23);
}

@media (max-width: 991px) {
	
	.header .header-ins .header-ins-basket i {
	position: static;
	font-size: 30px;	
	}
	
}

.header .header-ins .header-ins-basket span {
font-size: 14px;
line-height: 19px;
display: block;
padding: 3px 0px 0px 55px;
color: rgb(30,30,30);
transition: color .2s;
}

.header .header-ins .header-ins-basket:hover span {
color: rgb(244,103,23);
}

@media (max-width: 991px) {
	
	.header .header-ins .header-ins-basket span {
	display: none;	
	}
	
}

.header .header-ins .header-ins-menu {
font-size: 30px;
line-height: 43px;
color: rgb(30,30,30);
position: absolute;
left: 40px;
top: 20px;
display: none;
cursor: pointer;
transition: color .2s;
}

.header .header-ins .header-ins-menu:hover {
color: rgb(244,103,23);
}

@media (max-width: 991px) {
	
	.header .header-ins .header-ins-menu {
	display: block;	
	}
	
}

@media (max-width: 767px) {
	
	.header .header-ins .header-ins-menu {
	left: 20px;	
	}
	
}

.header .header-menu {
background-color: #232c33;
overflow: hidden;
padding: 0px 40px 0px 40px;
font-size: 0px;
}

@media (max-width: 1299px) {

	.header .header-menu {
	text-align: center;	
	}

}

@media (max-width: 991px) {
	
	.header .header-menu {
	display: none;	
	}
	
}

.header .header-menu .header-menu-item {
width: 20%;
display: inline-block;
border-left: 1px solid #3a4248;
}

@media (max-width: 1299px) {
	
	.header .header-menu .header-menu-item {
	width: auto;
	}
	
}

.header .header-menu .header-menu-item:last-of-type {
border-right: 1px solid #3a4248;
}

@media (max-width: 1199px) {
	
	.header .header-menu .header-menu-item:first-of-type {
	border-left: 0px;
	}

	.header .header-menu .header-menu-item:last-of-type {
	border-right: 0px;
	}

}

.header .header-menu .header-menu-item a {
padding: 20px 0px 20px 0px;
font-size: 16px;
line-height: 19px;
color: rgb(255,255,255);
font-weight: 500;
display: block;
text-align: center;
transition: background-color .2s;
}

.header .header-menu .header-menu-item a i {
display: none;	
}

.header .header-menu .header-menu-item a:hover {
background-color: rgb(244,103,23);
}

@media (max-width: 1299px) {
	
	.header .header-menu .header-menu-item a {
	padding-left: 25px;	
	padding-right: 25px;	
	}
	
}

@media (max-width: 1199px) {
	
	.header .header-menu .header-menu-item a {
	font-size: 15px;
	padding: 14px 25px 14px 25px;
	}
	
	.header .header-menu .header-menu-item:first-of-type a {
	padding-left: 0px;
	}
	
	.header .header-menu .header-menu-item:last-of-type a {
	padding-right: 0px;
	}
	
}

.header .header-menu .header-menu-item a i {
font-size: 14px;
padding-left: 20px;
}

@media (max-width: 1299px) {
	
	.header .header-menu .header-menu-item a i {
	padding-left: 10px;
	}
	
}

@media (max-width: 1199px) {
	
	.header .header-menu .header-menu-item a i {
	display: none;
	}

}

.mobile-menu {
padding: 18px 20px 15px 20px;
border-top: 1px solid rgb(230,230,230);
}

.mobile-menu .mobile-menu-item {
border-bottom: 1px solid rgb(220,220,220);
font-size: 16px;
line-height: 19px;
}

.mobile-menu .mobile-menu-item:last-of-type {
border-bottom: 0px;
}

.mobile-menu .mobile-menu-item a {
padding: 10px 0px 10px 0px;
display: block;
color: rgb(30,30,30);
transition: color .2s;
}

.mobile-menu .mobile-menu-item a:hover {
color: rgb(244,103,23);
}

.mobile-search {
padding: 20px;
overflow: hidden;
border-top: 1px solid rgb(230,230,230);
}

.mobile-search input {
width: 100%;
padding: 0px 20px 0px 20px;
height: 45px;
border: 1px solid rgb(220,220,220);
font-size: 15px;
line-height: 19px;
float: left;
outline-color: #232c33;
}

.mobile-search button {
width: 100%;
padding: 0px 20px 0px 20px;
height: 45px;
font-size: 15px;
line-height: 19px;
float: left;
background-color: rgb(244,103,23);
border: 0px;
font-weight: 500;
color: rgb(255,255,255);
transition: background-color .2s;
box-sizing: border-box;
margin-top: 5px;
}

.mobile-search button:hover {
background-color: rgb(255,108,25);
}

.mobile-search button:focus {
outline: 0px;
}

.content .content-ins {
min-height: 400px;
padding: 0px 40px 0px 40px;
border: 1px solid rgb(230,230,230);
background-color: rgb(255,255,255);
}

.content .content-ins.variant-2 {
margin-top: 30px;
}

.content .content-ins.space-1 {
padding-bottom: 20px;
}

@media (max-width: 991px) {
	
	.content .content-ins {
	border: 0px;
	border-top: 1px solid rgb(230,230,230);
	}
	
}

@media (max-width: 767px) {
	
	.content .content-ins {
	padding: 0px 20px 0px 20px;	
	}
	
}

.content .content-ins .main-title-1 {
font-size: 36px;
line-height: 39px;
color: rgb(30,30,30);
text-align: center;
font-weight: 500;
}

.content .content-ins .main-title-1.variant-2 {
text-align: left;
}

.content .content-ins .main-title-1.variant-3 {
font-size: 30px;
font-weight: 300;
}

.content .content-ins .main-title-1.space-1 {
padding: 50px 0px 28px 0px;
}

.content .content-ins .main-title-1.space-2 {
padding: 39px 0px 39px 0px;
}

.content .content-ins .main-title-1.space-3 {
padding: 37px 0px 29px 0px;
}

.content .content-ins .banners-box {
padding: 30px 0px 0px 0px;
text-align: center;
}

.is-arrow {
color: white !important;
}

.content .content-ins .banners-box img {
max-width: 100%;
}

button:focus {
outline: 0px !important;
}

.content .content-ins .group-nav-row {
padding: 0px 10px 30px 10px;
}

.content .content-ins .group-nav-col {
padding: 0px 5px 0px 5px;
}

.content .content-ins .group-nav-item {
border: 1px solid rgb(220,220,220);
display: block;
margin-bottom: 10px;
position: relative;
vertical-align: middle;
background-color: rgb(245,245,245);
}

.content .content-ins .group-nav-item .group-nav-item-img {
text-align: center;
height: 160px;
line-height: 130px;
background-color: white;
padding: 15px;
box-sizing: border-box;
}

.content .content-ins .group-nav-item .group-nav-item-img.variant-2 {
padding: 0px;
line-height: 160px;
background-position: center center;
background-repeat: norepeat;
background-size: cover;
}

.content .content-ins .group-nav-item .group-nav-item-img img {
max-width: 100%;
max-height: 100%;
}

.content .content-ins .group-nav-item .group-nav-item-title {
font-size: 15px;
line-height: 19px;
color: rgb(30,30,30);
font-weight: 600;
text-align: center;
border-top: 1px solid rgb(220,220,220);
padding: 15px 15px 15px 15px;
text-transform: uppercase;
transition: color .2s;
}

.content .content-ins .group-nav-item:hover .group-nav-item-title {
color: rgb(244,103,23);	
}

.content .content-ins .items-list .items-list-item {
padding: 15px;
border: 1px solid rgb(220,220,220);
display: block;
margin-bottom: 20px;
position: relative;
overflow: hidden;
}

@media (max-width: 560px) {
	
	.content .content-ins .items-list .items-list-item {
	margin-bottom: 10px;	
	}
	
}

.content .content-ins .items-list > .row {
padding: 0px 5px 0px 5px;
}

@media (max-width: 560px) {
	
	.content .content-ins .items-list > .row {
	padding: 0px 10px 0px 10px;
	}
	
}

.content .content-ins .items-list > .row > div {
padding: 0px 10px 0px 10px;
}

@media (max-width: 560px) {
	
	.content .content-ins .items-list > .row > div {
	padding: 0px 5px 0px 5px;
	}
	
}

.content .content-ins .items-list .items-list-item-img {
height: 160px;
line-height: 160px;
text-align: center;
}

.content .content-ins .items-list .items-list-item-img span {
width: 200px;
position: absolute;
left: -52px;
top: 32px;
padding: 7px;
font-size: 13px;
line-height: 17px;
color: rgb(255,255,255);
background-color: #DC143C;
text-align: center;
transform: rotate(-45deg);
}

.content .content-ins .items-list .items-list-item-img img {
max-width: 90%;
max-height: 100%;
}

.content .content-ins .items-list .items-list-item-title {
padding: 18px 0px 18px 0px;
font-size: 16px;
line-height: 19px;
color: rgb(30,30,30);
font-weight: 600;
text-align: center;
border-top: 1px solid rgb(220,220,220);
margin-top: 15px;
}

.content .content-ins .minitextx {
font-size: 13px;
line-height: 19px;
color: rgb(30,30,30);
text-align: center;
padding: 20px 10px 5px 10px !important;
font-weight: 400 !important;
display: block !important;
}

@media (max-width: 560px) {
	
	.content .content-ins .items-list .items-list-item-title {
	padding: 10px 0px 10px 0px;
	font-size: 15px;
	}
	
}

.content .content-ins .items-list .items-list-item-title span {
padding-top: 5px;
display: block;
font-size: 13px;
line-height: 16px;
font-weight: 500;
}

@media (max-width: 560px) {
	
	.content .content-ins .items-list .items-list-item-title span {
	padding-top: 2px;	
	}
	
}

.content .content-ins .items-list .items-list-item-title span.ilit-status-1 {
color: #00944a;
}

.content .content-ins .items-list .items-list-item-title span.ilit-status-2 {
color: rgb(150,150,150);
}

.content .content-ins .items-list .items-list-item-bline {
padding-top: 15px;
overflow: hidden;
border-top: 1px solid rgb(220,220,220);
}

.content .content-ins .items-list .items-list-item-bline .ilib-btn {
padding: 10px 20px 10px 20px;
font-size: 15px;
line-height: 19px;
background-color: rgb(244,103,23);
font-weight: 500;
color: rgb(255,255,255);
float: right;
transition: background-color .2s;
}

.content .content-ins .items-list .items-list-item:hover .items-list-item-bline .ilib-btn {
background-color: rgb(255,108,25);
}

@media (max-width: 1330px) {

	.content .content-ins .items-list .items-list-item-bline .ilib-btn {
	padding: 10px 12px 10px 12px;	
	}
	
}

@media (max-width: 530px) {
	
	.content .content-ins .items-list .items-list-item-bline .ilib-btn {
	width: 100%;
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-top: 10px;
	}
	
}

.content .content-ins .items-list .items-list-item-bline .ilib-price {
font-size: 15px;
line-height: 19px;
color: rgb(30,30,30);
font-weight: 400;
float: left;
}

@media (max-width: 530px) {

	.content .content-ins .items-list .items-list-item-bline .ilib-price {
	width: 100%;
	text-align: center;
	}
	
}

.content .content-ins .items-list .items-list-item-bline .ilib-price.variant-2 {
padding-top: 8px;
}

.content .content-ins .items-list .items-list-item-bline .ilib-price strong {
font-size: 22px;
font-weight: 600;	
}

@media (max-width: 1330px) {
	
	.content .content-ins .items-list .items-list-item-bline .ilib-price strong {
	font-size: 20px;
	}
	
}

.content .content-ins .items-list .items-list-item-bline .ilib-price span {
display: block;
font-size: 13px;
text-decoration: line-through;
color: rgb(100,100,100);
}

.content .content-ins .items-list .items-list-more {
text-align: center;
}

.content .content-ins .items-list .items-list-more.space-1 {
padding: 15px 0px 40px 0px;
}

.content .content-ins .items-list .items-list-more a {
padding: 16px 30px 0px 30px;
height: 50px;
font-size: 15px;
line-height: 19px;
display: inline-block;
background-color: rgb(244,103,23);
border: 0px;
font-weight: 500;
color: rgb(255,255,255);
transition: background-color .2s;
}

.content .content-ins .items-list .items-list-more a:hover {
background-color: rgb(255,108,25);
}

.content .content-ins .items-list .items-list-more a i {
font-size: 13px;
padding-left: 15px;
}

.content .why-box {
padding: 0px 0px 40px 0px;
font-size: 0px;
text-align: center;
}

@media (max-width: 991px) {
	
	.content .why-box {
	padding: 0px 40px 40px 40px;	
	}
	
}

.content .why-box .why-box-title {
padding: 35px 0px 28px 0px;
font-size: 30px;
line-height: 33px;
color: rgb(30,30,30);
text-align: center;
font-weight: 300;
}

.content .why-box .why-box-item {
padding: 11px 45px 10px 0px;
border-right: 1px solid rgb(220,220,220);
position: relative;
display: inline-block;
text-align: left;
margin-right: 45px;
vertical-align: top;
}

@media (max-width: 1507px) {

	.content .why-box .why-box-item {
	width: 320px;	
	}
	
	.content .why-box .why-box-item br {
	display: none;
	}

}

@media (max-width: 1199px) {
	
	.content .why-box .why-box-item {
	padding-right: 25px;
	margin-right: 25px;
	}
	
}

@media (max-width: 1130px) {

	.content .why-box .why-box-item {
	padding: 15px 0px 15px 0px;
	border: 0px;
	display: block;
	border-bottom: 1px solid rgb(220,220,220);
	width: 100%;
	}
	
	.content .why-box .why-box-item:last-of-type {
	border: 0px;
	}

}

.content .why-box .why-box-item:last-of-type {
margin-right: 0px;
border-right: 0px;
padding-right: 0px;
}

.content .why-box .why-box-item i {
position: absolute;
left: 0px;
top: 24px;
font-size: 52px;
line-height: 40px;
color: rgb(30,30,30);
}

@media (max-width: 1199px) {
	
	.content .why-box .why-box-item i {
	font-size: 32px;
	top: 14px;
	}
	
}

@media (max-width: 1130px) {
	
	.content .why-box .why-box-item i {
	top: 18px;
	}
	
}

.content .why-box .why-box-item span {
padding-left: 80px;
font-size: 15px;
line-height: 19px;
color: rgb(30,30,30);
display: block;
}

@media (max-width: 1199px) {
	
	.content .why-box .why-box-item span {
	padding-left: 55px;	
	}
	
}

@media (max-width: 1130px) {
	
	.content .why-box .why-box-item span {
	padding-left: 60px;	
	}
	
}

.content .why-box .why-box-item:last-of-type span {
padding-left: 90px;
}

@media (max-width: 1199px) {
	
	.content .why-box .why-box-item:last-of-type span {
	padding-left: 64px;	
	}
	
}

@media (max-width: 1130px) {
	
	.content .why-box .why-box-item:last-of-type span {
	padding-left: 65px;	
	}
	
}

.content .why-box .why-box-item span strong {
padding-bottom: 6px;
display: block;
font-size: 17px;
line-height: 22px;
}

.content .brands-box {
padding: 0px 40px 25px 40px;
font-size: 0px;
text-align: center;
}

.content .brands-box .brands-box-title {
padding: 35px 0px 13px 0px;
font-size: 30px;
line-height: 33px;
color: rgb(30,30,30);
text-align: center;
font-weight: 300;
}

.content .brands-box .brands-box-item {
line-height: 60px;
height: 60px;
display: inline-block;
margin: 15px 30px 15px 30px;
}

@media (max-width: 567px) {

	.content .brands-box .brands-box-item {
	width: 100%;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	}
	
}

.content .brands-box .brands-box-item img {
max-width: 150px;
max-height: 100%;
}

.content .hp-nav {
padding-bottom: 20px;
}

.content .hp-nav > .row {
padding: 0px 5px 0px 5px;
}

.content .hp-nav > .row > div {
padding: 0px 10px 0px 10px;
}

.content .hp-nav-item {
margin-bottom: 20px;
display: block;
}

.content .hp-nav-item .hp-nav-title {
font-size: 16px;
line-height: 19px;
color: rgb(30,30,30);
font-weight: 600;
padding: 20px;
border: 1px solid rgb(220,220,220);
border-top: 0px;
text-align: center;
transition: color .2s;
}

.content .hp-nav-item:hover .hp-nav-title {
color: rgb(244,103,23);	
}

.content .hp-nav-item .hp-nav-img img {
max-width: 100%;
}

.content .filter-box {
background-color: #232c33;
height: calc(100% - 80px);
margin: 40px 10px 0px 0px;
}

@media (max-width: 991px) {
	
	.content .filter-box {
	height: auto;
	margin-bottom: 0px;
	margin-right: 0px;
	}
	
}

.content .filter-box .filter-title {
padding: 14px 30px 12px 30px;
font-size: 14px;
line-height: 19px;
color: rgb(255,255,255);
font-weight: 600;
background-color: #192128;
}

.content .filter-box .filter-menu {
padding: 30px 0px 18px 0px;
}

.content .filter-box .filter-menu li {
padding: 0px 30px 10px 30px;
overflow: hidden;
}

.content .filter-box .filter-menu a {
font-size: 14px;
line-height: 17px;
color: rgb(220,220,220);
float: left;
position: relative;
padding-left: 26px;
transition: background-color .2s, border-color .2s;
}

.content .filter-box .filter-menu a span {
width: 15px;
height: 15px;
position: absolute;
left: 0px;
top: 0px;
border-radius: 50%;
border: 1px solid rgb(70,70,70);
}

.content .filter-box .filter-menu .active a span::after {
width: 7px;
height: 7px;
background-color: rgb(180,180,180);
content: " ";
border-radius: 50%;
display: block;
position: absolute;
left: 3px;
top: 3px;
}

.content .filter-box .filter-menu a:hover {
color: rgb(255,255,255);
}

.content .filter-box .filter-menu a:hover span {
border-color: rgb(90,90,90);
}

.content .filter-line-tabs {
font-size: 0px;
margin-bottom: 30px;
position: relative;
}

@media (max-width: 630px) {
	
	.content .filter-line-tabs {
	margin-bottom: 20px;	
	}
	
}

.content .filter-line-tabs::after {
content: " ";
position: absolute;
left: 0px;
bottom: 0px;
height: 1px;
background-color: rgb(220,220,220);
width: 100%;
z-index: 999;
}

@media (max-width: 630px) {
	
	.content .filter-line-tabs::after {
	display: none;	
	}
	
}

.content .filter-line-tabs li {
padding-right: 2px;
display: inline-block;
position: relative;
z-index: 1000;
}

.content .filter-line-tabs li.filter-line-tabs-right {
float: right;
}

.content .filter-line-tabs li.filter-line-tabs-left span, .content .filter-line-tabs li.filter-line-tabs-right span {
font-size: 14px;
line-height: 19px;
color: rgb(30,30,30);
padding: 15px 20px 15px 0px;
float: left;
}

.content .filter-line-tabs li.filter-line-tabs-right span {
padding: 15px 0px 15px 20px;	
}

.content .filter-line-tabs li.filter-line-tabs-right span strong {
font-weight: 600;
}

.content .filter-line-tabs li a {
padding: 15px 25px 15px 25px;
font-size: 14px;
line-height: 19px;
border: 1px solid rgb(220,220,220);
float: left;
background-color: rgb(245,245,245);
color: rgb(100,100,100);
transition: color .2s;
}

@media (max-width: 630px) {
	
	.content .filter-line-tabs li a {
	padding: 10px 15px 10px 15px;
	font-size: 13px;
	margin: 0px 5px 5px 0px;
	}
	
}

.content .filter-line-tabs li a:hover {
color: rgb(244,103,23) !important;
}

.content .filter-line-tabs li a.active {
color: rgb(30,30,30);
background-color: rgb(255,255,255);
border-bottom: 1px solid rgb(255,255,255);
}

@media (max-width: 630px) {

	.content .filter-line-tabs li a.active {
	border: 1px solid rgb(220,220,220);	
	}
	
}

@media (max-width: 991px) {
	
	.content .filter-line-tabs-left {
	display: none !important;
	}

	.content .filter-line-tabs-right {
	display: none !important;
	}
	
}

.content .filter-line-pagination {
font-size: 0px;
text-align: right;
padding: 10px 0px 40px 0px;
}

.content .filter-line-pagination p {
padding-top: 12px;
float: left;
font-size: 14px;
line-height: 19px;
color: rgb(30,30,30);
}

@media (max-width: 991px) {
	
	.content .filter-line-pagination p {
	width: 100%;
	text-align: center;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid rgb(220,220,220);
	}
	
}

.content .filter-line-pagination p span {
padding: 0px 8px 0px 8px;
}

.content .filter-line-pagination p strong {
font-weight: 600;
}

@media (max-width: 991px) {
	
	.content .filter-line-pagination ul {
	width: 100%;
	text-align: center;
	}
	
}

.content .filter-line-pagination li {
display: inline-block;
margin: 0px 0px 3px 3px;
}

.content .filter-line-pagination li a {
width: 40px;
font-size: 16px;
line-height: 38px;
border: 1px solid rgb(220,220,220);
float: left;
text-align: center;
color: rgb(30,30,30);
transition: color .2s, border-color .2s;
}

.content .filter-line-pagination li a:hover {
color: rgb(244,103,23);
border-color: rgb(244,103,23);
}

.content .filter-line-pagination li a i {
font-size: 12px;
}

.content .filter-line-pagination li a.active {
background-color: rgb(244,103,23);
color: rgb(255,255,255);
border-color: rgb(244,103,23);
}

.content .dr-nav {
font-size: 0px;
padding: 15px 0px 14px 41px;
border-top: 1px solid rgb(230,230,230);
}

.content .dr-nav .dr-nav-item {
font-size: 13px;
line-height: 15px;
color: rgb(100,100,100);
display: inline-block;
}

.content .dr-nav .dr-nav-item a {
color: rgb(100,100,100);
text-decoration: underline;
}

.content .dr-nav .dr-nav-item a:hover {
text-decoration: none;
}

.content .dr-nav .dr-nav-item i {
padding: 0px 10px 0px 10px;
font-size: 11px;
}

.content .tree-menu {
padding: 18px 0px 30px 0px;
}

.content .tree-menu > ul > li {
overflow: hidden;
clear: both;
}

.content .tree-menu > ul > li > a {
width: 100%;
padding: 9px 30px 8px 30px;
font-size: 14px;
line-height: 19px;
color: rgb(220,220,220);
border-bottom: 1px solid rgb(70,70,70);
float: left;
}

.content .tree-menu > ul > li > a:hover {
background-color: rgb(244,103,23);
color: rgb(255,255,255);
}

.content .tree-menu > ul > li > a.active {
font-weight: 600;
background-color: rgb(244,103,23);
color: rgb(255,255,255);
}

.content .tree-menu > ul > li:last-of-type a {
border-bottom: 0px;
}

.content .tree-menu > ul > li > a > i {
font-size: 12px;
margin-top: 3px;
float: right;
}

.content .tree-menu > ul > li > ul {
padding: 19px 15px 6px 20px;
clear: both;
border-bottom: 1px solid rgb(70,70,70);
}

.content .tree-menu > ul > li > ul > li {
overflow: hidden;
clear: both;
padding-bottom: 10px;
}

.content .tree-menu > ul > li > ul > li > a {
padding-left: 15px;
font-size: 14px;
line-height: 16px;
color: rgb(220,220,220);
float: left;
position: relative;
}

.content .tree-menu > ul > li > ul > li > a:hover {
color: rgb(255,255,255);
}

.content .tree-menu > ul > li > ul > li > a.active {
font-weight: 600;
color: rgb(244,103,23);
}

.content .tree-menu > ul > li > ul > li > a > i {
font-size: 11px;
position: absolute;
left: 0px;
top: 2px;
}

.content .tree-menu > ul > li > ul > li > ul {
clear: both;
padding: 15px 15px 0px 20px;
margin-bottom: -6px;
}

.content .tree-menu > ul > li > ul > li > ul > li {
overflow: hidden;
clear: both;
padding-bottom: 10px;
}

.content .tree-menu > ul > li > ul > li > ul > li > a {
padding-left: 15px;
font-size: 14px;
line-height: 16px;
color: rgb(220,220,220);
float: left;
position: relative;
}

.content .tree-menu > ul > li > ul > li > ul > li > a:hover {
color: rgb(255,255,255);
}

.content .tree-menu > ul > li > ul > li > ul > li > a.active {
font-weight: 600;
color: rgb(244,103,23);
}

.content .tree-menu > ul > li > ul > li > ul > li > a > i {
font-size: 11px;
position: absolute;
left: 0px;
top: 2px;
}

.content .tree-menu > ul > li > ul > li > ul > li > ul {
clear: both;
padding: 15px 15px 0px 20px;
margin-bottom: -9px;
}

.content .tree-menu > ul > li > ul > li > ul > li > ul > li {
overflow: hidden;
clear: both;
padding-bottom: 10px;
}

.content .tree-menu > ul > li > ul > li > ul > li > ul > li > a {
padding-left: 15px;
font-size: 14px;
line-height: 16px;
color: rgb(220,220,220);
float: left;
position: relative;
}

.content .tree-menu > ul > li > ul > li > ul > li > ul > li > a:hover {
color: rgb(255,255,255);
}

.content .tree-menu > ul > li > ul > li > ul > li > ul > li > a.active {
font-weight: 600;
color: rgb(244,103,23);
}

.content .tree-menu > ul > li > ul > li > ul > li > ul > li > a > i {
font-size: 11px;
position: absolute;
left: 0px;
top: 2px;
}

.content .detail-img {
height: 420px;
line-height: 420px;
margin: 40px 30px 40px 0px;
border: 1px solid rgb(220,220,220);
text-align: center;
position: relative;
overflow: hidden;
}

@media (max-width: 991px) {
	
	.content .detail-img {
	margin-right: 0px;	
	}
	
}

.content .detail-img span {
width: 200px;
position: absolute;
left: -52px;
top: 32px;
padding: 7px;
font-size: 14px;
line-height: 17px;
color: rgb(255,255,255);
background-color: #DC143C;
text-align: center;
transform: rotate(-45deg);
}

.content .detail-img img {
max-width: 100%;
max-height: calc(100% - 20px);
}

.content .second-row {
padding-left: 5px;
padding-right: 5px;
padding-bottom: 30px;
margin-top: -30px;
}

@media (max-width: 991px) {
	
	.content .second-row {
	padding-right: 5px !important;	
	}
	
	.rssy {
	margin-top: -30px;
	}
	
}

.content .second-col {
padding: 10px;
}

.content .second-img {
height: 180px;
line-height: 180px;
border: 1px solid rgb(220,220,220);
text-align: center;
}

.content .second-img img {
max-width: 90%;
max-height: 90%;
}


.content .detail-price {
padding-top: 28px;
font-size: 34px;
line-height: 36px;
color: rgb(30,30,30);
font-weight: 600;
}

@media (max-width: 767px) {
	
	.content .detail-price {
	text-align: center;	
	}
	
}

.content .detail-price span {
font-size: 16px;
line-height: 19px;
font-weight: 300;
display: block;
padding-top: 3px;
}

.content .detail-min-text {
font-size: 14px;
line-height: 22px;
color: rgb(30,30,30);
padding: 20px 0px 20px 0px;
border-bottom: 1px solid rgb(220,220,220);
}

.content .detail-min-text span {
text-decoration: underline;
color: rgb(244,103,23);
cursor: pointer;
white-space: nowrap;
}

.content .detail-min-text span:hover {
text-decoration: none;
}

.content .detail-min-text span i {
font-size: 12px;
padding-left: 5px;
}

.content .detail-addbas-btn {
text-align: right;
margin-top: 30px;
margin-bottom: 40px;
}

.content .detail-addbas-btn button, .content .detail-addbas-btn a {
padding: 0px 13px 0px 25px;
height: 60px;
font-size: 16px;
line-height: 19px;
display: inline-block;
background-color: rgb(244,103,23);
border: 0px;
font-weight: 500;
color: rgb(255,255,255);
white-space: nowrap;
transition: background-color .2s;
}

@media (max-width: 767px) {
	
	.content .detail-addbas-btn button, .content .detail-addbas-btn a {
	width: 100%;
	margin-top: -20px;
	}
	
}

.content .detail-addbas-btn a {
line-height: 60px;
padding: 0px 25px 0px 25px;
white-space: nowrap;
}

.content .detail-addbas-btn button i {
padding-left: 10px;
font-size: 14px;
}

.content .detail-addbas-btn button:focus, .content .detail-addbas-btn a:focus {
outline: 0px;
}

.content .detail-addbas-btn button:hover, .content .detail-addbas-btn a:hover {
background-color: #f86b1a;
}

.content .detail-addbas-btn button i {
padding-right: 15px;
font-size: 22px;
line-height: 15px;
}

.content .detail-params {
margin-top: 50px;
border-top: 1px solid rgb(220,220,220);
}

.content .detail-params td {
width: 50%;
font-size: 15px;
line-height: 24px;
font-weight: 400;
color: rgb(30,30,30);
padding: 8px 0px 8px 0px;
border-bottom: 1px solid rgb(220,220,220);
}

.content .detail-params tr td:last-of-type {
text-align: right;
font-weight: 600;	
}

.content .text-content {
font-size: 16px;
line-height: 24px;
color: rgb(30,30,30);
font-weight: 400;
padding-bottom: 33px;
}

@media (max-width: 991px) {
.content .dtcol {
margin-top: 0px !important;
margin-bottom: -30px !important;
}
}


@media (max-width: 991px) {
.content .dtcol2 {
margin-top: 0px !important;
}
}

.content .text-content.variant-2 {
padding-bottom: 5px;
border-bottom: 1px solid rgb(220,220,220);
}

.content .text-content.variant-3 {
padding: 30px 30px 50px 0px;
border-top: 1px solid rgb(220,220,220);
margin-top: -10px;
}

.content .text-content.space-1 {
padding: 43px 30px 20px 0px;
}

.content .text-content h2 {
padding: 15px 0px 18px 0px;
font-size: 28px;
line-height: 31px;
color: rgb(30,30,30);
font-weight: 500;
}

.content .text-content p {
margin-bottom: 20px;
}

.content .text-content strong {
font-weight: 600;
}

.content .text-content a {
color: rgb(244,103,23);
text-decoration: underline;
}

.content .text-content a:hover {
text-decoration: none;
}

.content .text-content table {
margin-bottom: 20px;
}

.content .text-content table td {
border: 1px solid rgb(220,220,220);
padding: 8px 10px 6px 10px;
font-size: 14px;
}

.content .text-content table tr:nth-child(odd) td {
background-color: rgb(245,245,245);
}

.content .text-content ul {
margin-bottom: 20px;
}

.content .text-content ol {
margin-bottom: 15px;
margin-left: -23px;
}

.content .text-content ul>li {
padding-left: 18px;
position: relative;
}

.content .text-content ol>li {
padding-bottom: 5px;
}

.content .text-content ul>li::after {
width: 8px;
height: 8px;
border-radius: 50%;
background-color: rgb(200,200,200);
content: " ";
position: absolute;
left: 0px;
top: 8px;
}

.content .text-content .text-content-min-text {
font-size: 14px;
margin-top: -20px;
}

.content .text-content .text-content-min-text strong {
font-weight: 500;
}

.content .text-content .text-content-min-text span {
padding: 0px 15px 0px 15px;
}

.content .text-content .text-content-avail {
font-size: 18px;
}

.text-content-status-1 {
color: #00944a;
}

.text-content-status-2 {
color: rgb(150,150,150);
}

.newsletter .newsletter-ins {
margin: 30px 0px 50px 0px;
padding: 0px 40px 0px 40px;
border: 1px solid rgb(220,220,220);
background-color: rgb(235,235,235);
}

@media (max-width: 991px) {
	
	.newsletter .newsletter-ins {
	border: 0px;
	margin: 0px;
	}
	
}

@media (max-width: 767px) {
	
	.newsletter .newsletter-ins {
	padding: 0px 20px 0px 20px;	
	}
	
}

.newsletter .newsletter-ins .newsletter-ins-title {
padding: 35px 0px 24px 0px;
font-size: 30px;
line-height: 36px;
color: rgb(30,30,30);
text-align: center;
font-weight: 300;
}

.newsletter .newsletter-ins .newsletter-ins-title strong {
font-weight: 500;
}

.newsletter .newsletter-ins .newsletter-ins-title span {
display: block;
font-size: 18px;
margin-top: -1px;
}


.newsletter .newsletter-ins .newsletter-ins-form {
overflow: hidden;
text-align: center;
padding-bottom: 40px;
}

.newsletter .newsletter-ins .newsletter-ins-form input {
width: 300px;
padding: 0px 20px 0px 20px;
height: 50px;
border: 1px solid rgb(220,220,220);
font-size: 15px;
line-height: 19px;
display: inline-block;
outline-color: #232c33;
}

@media (max-width: 540px) {
	
	.newsletter .newsletter-ins .newsletter-ins-form input {
	width: 100%;	
	}
	
}

.newsletter .newsletter-ins .newsletter-ins-form button {
padding: 0px 20px 0px 20px;
height: 50px;
font-size: 15px;
line-height: 19px;
display: inline-block;
background-color: rgb(244,103,23);
border: 0px;
font-weight: 500;
color: rgb(255,255,255);
margin-left: 10px;
transition: background-color .2s;
}

.newsletter .newsletter-ins .newsletter-ins-form button:focus {
outline: 0px;
}

.newsletter .newsletter-ins .newsletter-ins-form button:hover {
background-color: #f86b1a;
}

@media (max-width: 540px) {
	
	.newsletter .newsletter-ins .newsletter-ins-form button {
	width: 100%;
	margin-left: 0px;
	margin-top: 10px;
	}
	
}

.footer {
width: 100%;
height: 320px;
position: absolute;
left: 0px;
bottom: 0px;
background-color: #232c33;
}

@media (max-width: 1199px) {
	
	.footer {
	position: static;
	height: auto;
	}
	
}

.footer .footer-ins {
overflow: hidden;
font-size: 0px;
text-align: center;
}

.footer .footer-ins .footer-box {
padding: 0px 40px 0px 40px;
display: inline-block;
text-align: left;
vertical-align: top;
}

@media (max-width: 1199px) {
	
	.footer .footer-ins .footer-box {
	width: 50%;
	padding: 0px;
	}
	
}

.footer .footer-ins .footer-box:first-of-type {
padding-left: 0px;
}

@media (max-width: 991px) {
	
	.footer .footer-ins .footer-box {
	padding: 0px 40px 0px 40px !important;
	}

}

@media (max-width: 991px) {
	
	.footer .footer-ins .footer-box {
	width: 100%;
	padding: 0px 20px 0px 20px !important;	
	}
	
}

.footer .footer-ins .footer-box:last-of-type {
padding-right: 0px;
}

@media (max-width: 1199px) {
	
	.footer .footer-ins .footer-box:last-of-type {
	display: none;	
	}
	
}

.footer .footer-title {
padding: 36px 0px 23px 0px;
font-size: 16px;
line-height: 19px;
color: rgb(255,255,255);
font-weight: 600;
}

.footer .footer-menu li {
padding: 0px 0px 8px 12px;
display: block;
overflow: hidden;
position: relative;
}

.footer .footer-menu li i {
position: absolute;
left: 0px;
top: 3px;
font-size: 8px;
}

.footer .footer-menu a {
font-size: 14px;
line-height: 17px;
color: rgb(200,200,200);
float: left;
transition: color .2s;
}

.footer .footer-menu a:hover {
color: rgb(255,255,255);
}

.footer .footer-table td {
padding-right: 15px;	
font-size: 14px;
line-height: 21px;
color: rgb(200,200,200);
}

.footer .footer-table tr td:last-of-type {
padding-right: 0px;
}

.footer .footer-text {
font-size: 14px;
line-height: 21px;
color: rgb(200,200,200);
}

.footer .footer-text strong {
font-weight: 500;
}

.footer .footer-text a {
color: rgb(200,200,200);
transition: color .2s;
}

.footer .footer-text a:hover {
color: rgb(255,255,255);
}

.footer .footer-social {
font-size: 36px;
line-height: 36px;
color: rgb(200,200,200);
}

.footer .footer-social a {
color: inherit;
transition: color .2s;
}

.footer .footer-social a:hover {
color: rgb(235,235,235);
}

.footer .footer-spacer {
width: 100%;
height: 1px;
margin-top: 33px;
background-color: #1b2328;
}

.footer .footer-copyright {
padding-top: 26px;
font-size: 13px;
line-height: 21px;
color: rgb(120,120,120);
text-align: center;
padding-left: 20px;
padding-right: 20px;
}

@media (max-width: 1199px) {
	
	.footer .footer-copyright {
	padding-bottom: 22px;	
	}
	
}

.smodal {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.7);
z-index: 10001;
}

.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);
}

@media (max-width: 690px) {
	
	.smodal .ins {
	width: 90%;
	height: 458px;
	margin-top: -229px;
	margin-left: -45%;
	overflow: hidden;
	}
	
}

.smodal .smodal-close {
position: absolute;
right: 25px;
top: 18px;
font-size: 18px;
line-height: 19px;
color: rgb(30,30,30);
cursor: pointer;
z-index: 1000;
}

.smodal .smodal-basket-btn {
position: absolute;
right: 25px;
bottom: 25px;
}

.smodal .smodal-basket-btn a {
padding: 12px 20px 10px 20px;
font-size: 15px;
line-height: 19px;
background-color: rgb(244,103,23);
font-weight: 500;
color: rgb(255,255,255);
display: inline-block;
transition: background-color .2s;
color: rgb(255,255,255);
}

.smodal .smodal-basket-btn a i {
padding-left: 6px;
font-size: 13px;
}

.smodal .smodal-basket-btn a:hover {
background-color: #f86b1a;
}

@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 {
font-size: 16px;
line-height: 21px;
font-weight: 600;
color: rgb(30,30,30);
position: absolute;
left: 0px;
top: 0px;
padding: 15px 25px 13px 25px;
width: 100%;
background-color: rgb(245,245,245);
border-bottom: 1px solid rgb(220,220,220);
}

.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: 249px;
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;
height: 150px;
position: absolute;
left: 25px;
top: 75px;
background-color: rgb(255,255,255);
border: 1px solid rgb(220,220,220);
border-radius: 3px;
text-align: center;
}

.smodal .smodal-left-box img {
max-width: 90%;
max-height: 90%;
}

@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: 600;
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 {
font-weight: 600;
}

.smodal .smodal-right-box .smodal-item-price {
padding-top: 16px;
font-size: 18px;
line-height: 21px;
font-weight: 600;
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-top: 37px;
}

@media (max-width: 575px) {
	
	.smodal .smodal-scroll {
	border-right: 0px;
	}
	
}


.content .basket-subtitle {
padding-bottom: 17px;
font-size: 20px;
line-height: 23px;
color: rgb(50,50,50);
font-weight: 500;
}

@media (max-width: 767px) {
	
	.content .basket-subtitle {
	text-align: center;	
	}
	
	.hidexs {
	display: none;
	}
	
}

.xsmar {
margin-right: 30px;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	
	.xsmar {
	margin-right: 20px;	
	}
	
}

@media (max-width: 767px) {
	
	.xsmar {
	margin-right: 0px;
	margin-bottom: 30px;
	}
	
}

@media (max-width: 575px) {
	
	.content .basket-grtable-gl {
	padding: 5px 15px 15px 15px;	
	}
	
}

.content .basket-grtable-gl.var-2 {
padding: 5px 15px 9px 15px;
}

.content .basket-grtable-gl.var-3 {
padding: 5px 0px 9px 0px !important;
}

.content .basket-grtable {
width: 100%;
border-collapse: collapse;
border-top: 1px solid rgb(220,220,220);
}

.content .basket-grtable td {
border-bottom: 1px solid rgb(220,220,220);
}

.content .basket-grtable .cell-1 {
width: 40px;
padding: 15px 40px 15px 0px;
}

@media (max-width: 575px) {
	
	.content .basket-grtable .cell-1 {
	padding-right: 15px;
	padding-top: 15px;
	}
	
}

.content .basket-grtable.var-2 .cell-1 {
padding-right: 15px;
}

.content .basket-grtable .cell-1 a {
border: 1px solid rgb(220,220,220);
height: 60px;
width: 60px;
float: left;
text-align: center;
line-height: 60px;
}

.content .basket-grtable .cell-1 a img {
max-width: 90%;
max-height: 90%;
}

.content .basket-grtable .cell-2 {
padding-top: 12px;
font-size: 16px;
line-height: 17px;
color: rgb(30,30,30);
font-weight: 500;
}

@media (max-width: 575px) {
	
	.content .basket-grtable .cell-2 {
	padding-top: 13px;	
	}
	
}

.content .basket-grtable .cell-2 a {
color: rgb(30,30,30);
}

.content .basket-grtable .cell-2 a:hover {
color: rgb(244,103,23);
}

.content .basket-grtable.var-2 .cell-2 {
width: 280px;
font-size: 13px;
padding: 11px 0px 11px 0px;	
}

@media (max-width: 1199px) {
	
	.content .basket-grtable.var-2 .cell-2 {
	width: 200px;
	padding-right: 20px;
	}
	
}

@media (max-width: 991px) {
	
	.content .basket-grtable.var-2 .cell-2 {
	width: 120px;
	}
	
}

@media (max-width: 767px) {
	
	.content .basket-grtable.var-2 .cell-2 {
	width: 300px;
	}
	
}


@media (max-width: 575px) {
	
	.content .basket-grtable.var-2 .cell-2 {
	width: 160px;
	}
	
}

.content .basket-grtable .cell-2 .basket-grtable-descr {
padding-top: 5px;
font-size: 13px;
font-weight: 400;
color: rgb(20,20,20);
display: block;
}

.content .basket-grtable .cell-2 .basket-grtable-descr strong {
font-weight: 600;
}

.content .basket-grtable .cell-2 .basket-grtable-descr.var-2 {
padding-bottom: 10px;
}

@media (max-width: 991px) {
	
	.content .basket-grtable .cell-2 .basket-grtable-descr.var-2 {
	display: block;
	}
	
}

@media (max-width: 575px) {
	
	.content .basket-grtable .cell-2 .basket-grtable-descr.var-2 {
	padding-bottom: 0px;
	}
	
}

.content .basket-grtable .cell-2 .basket-price-hide {
display: none;
}

@media (max-width: 575px) {
	
	.content .basket-grtable .cell-2 .basket-price-hide {
	padding: 8px 0px 12px 0px;
	display: table-cell;
	font-size: 15px;
	line-height: 17px;
	color: rgb(30,30,30);
	font-weight: 600;
	}
	
}

.content .basket-grtable .cell-3 {
font-size: 15px;
line-height: 17px;
color: rgb(150,150,150);
}

.content .basket-grtable .cell-3 select {
width: 50px;
padding: 0px 5px 0px 5px;
font-size: 14px;
line-height: 17px;
height: 34px;
border: 2px solid rgb(220,220,220);
color: rgb(30,30,30);
}

.content .basket-grtable .cell-3 input {
position: absolute;
left: -10000px;
top: -10000px;
}

@media (max-width: 575px) {
	
	.content .basket-grtable .cell-3 select {
	width: 40px;
	height: 25px;
	padding: 0px;
	font-size: 12px;
	margin-right: 15px;
	}
	
}

.content .basket-grtable.var-2 .cell-3 {
font-size: 13px;
}

.content .basket-grtable .cell-4 {
font-size: 15px;
line-height: 17px;
color: rgb(30,30,30);
font-weight: 600;
text-align: right;
padding-right: 60px;
}

@media (max-width: 767px) {
	
	.content .basket-grtable .cell-4 {
	padding-right: 30px;	
	}
	
}

@media (max-width: 575px) {

	.content .basket-grtable .cell-4 {
	display: none;	
	}
	
}

.content .basket-grtable.var-2 .cell-4 {
padding: 13px 0px 11px 5px;	
font-size: 13px;
display: table-cell;	
}

.content .basket-grtable .cell-5 {
width: 10px;
font-size: 15px;
line-height: 17px;
color: rgb(30,30,30);
font-weight: 600;
text-align: right;
}

.content .basket-grtable .cell-5 a {
color: rgb(150,150,150);
}

.content .basket-grtable .cell-6 {
padding: 23px 60px 7px 0px;
font-size: 15px;
line-height: 17px;
color: rgb(30,30,30);
font-weight: 600;
text-align: right;
}

@media (max-width: 767px) {
		
	.content .basket-grtable .cell-6 {
	padding-right: 30px;
	}

}

@media (max-width: 575px) {
	
	.content .basket-grtable .cell-6 {
	padding-right: 0px;
	text-align: center;
	}
	
}

.content .basket-grtable tr:last-of-type td {
border-bottom: 0px;
}

.content .basket-grtable.var-2 .cell-6 {
padding: 17px 0px 12px 0px;
font-size: 13px;	
border-top: 1px solid rgb(220,220,220);
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	
	.content .basket-grtable.var-2 .cell-6 {
	font-size: 13px;	
	}
	
}

.content .basket-grtable .cell-6 span {
color: rgb(244,103,23);
padding-left: 15px;
font-size: 17px;
}

.content .basket-grtable.var-2 .cell-6 span {
font-size: 15px;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	
	.content .basket-grtable.var-2 .cell-6 span {
	font-size: 13px;	
	}
	
}

.content .basket-grtable.var-2 .cell-7 {
padding: 12px 0px 8px 0px;
font-size: 13px;
line-height: 16px;
color: rgb(30,30,30);
font-weight: 500;
}

@media (max-width: 991px) {
	
	.content .basket-grtable.var-2 .cell-7 {
	padding: 3px 0px 12px 0px;	
	}
	
}

.content .basket-grtable.var-2 .cell-7 span {
padding-bottom: 3px;
display: inline-block;
width: 105px;
}

@media (max-width: 991px) {
	
	.content .basket-grtable.var-2 .cell-7 span {
	padding: 8px 0px 0px 0px;
	display: block;	
	}
	
}

.content .basket-btn {
padding-bottom: 60px;
text-align: right;
overflow: hidden;
border-top: 1px solid rgb(220,220,220);
}

@media (max-width: 575px) {
	
	.content .basket-btn {
	padding-bottom: 15px;	
	}
	
}

.content .basket-btn.var-2 {
margin-top: 15px;
padding-top: 30px;
}

.content .basket-btn.var-3 {
margin-top: 35px;
padding-top: 30px;
border-top: 1px solid rgb(220,220,220);
}

@media (max-width: 767px) {
	
	.content .basket-btn.var-3 {
	margin-top: 0px;
	border-top: 0px;
	}
	
}

.content .basket-btn.var-4 {
margin-top: 28px;
padding-top: 30px;
border-top: 1px solid rgb(220,220,220);
}

.content .basket-btn .basket-btn-left {
margin-top: 17px;
font-size: 14px;
line-height: 17px;
color: rgb(100,100,100);
text-decoration: underline;
float: left;
}

@media (max-width: 575px) {
	
	.content .basket-btn .basket-btn-left {
	float: none;
	text-align: center;
	}
	
}

.content .basket-btn .basket-btn-left i {
padding-right: 8px;
}

.content .basket-btn .basket-btn-left:hover {
text-decoration: none;
}

.content .basket-btn .basket-btn-right {
padding: 20px 25px 20px 25px;
font-size: 16px;
line-height: 19px;
display: inline-block;
background-color: rgb(244,103,23);
border: 0px;
font-weight: 500;
color: rgb(255,255,255);
white-space: nowrap;
transition: background-color .2s;
}

.content .basket-btn .basket-btn-right:hover {
background-color: rgb(255,108,25);
}
	
.content .basket-btn .basket-btn-right i {
padding-left: 10px;
}

.content .basket-delbox-list {
padding: 1px 0px 25px 0px;
}

.content .basket-delbox-list:last-of-type {
padding-bottom: 0px;
}

@media (max-width: 767px) {
	
	.content .basket-delbox-list:last-of-type {
	padding-bottom: 25px;	
	}
	
}

.content .basket-delbox {
padding: 13px 20px 13px 20px;
background-color: rgb(255,255,255);
border: 1px solid rgb(220,220,220);
cursor: pointer;
overflow: hidden;
margin-right: 20px;
margin-top: -1px;
position: relative;
}

.content .basket-delbox.disable::after {
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
content: " ";
background-color: rgba(255,255,255,0.8);
}

@media (max-width: 767px) {
	
	.content .basket-delbox {
	margin-right: 0px;	
	}
	
}

.content .basket-delbox .basket-delbox-check {
width: 18px;
height: 18px;
margin-top: 7px;
border-radius: 50%;
float: left;
border: 1px solid rgb(180,180,180);
}

.content .basket-delbox .basket-delbox-check span {
width: 10px;
height: 10px;
margin: 3px 0px 0px 3px;
display: block;
border-radius: 50%;
float: left;
background-color: rgb(244,103,23);
display: none;
}

.content .basket-delbox .basket-delbox-ico {
float: left;
width: 70px;
padding: 0px 0px 0px 25px;
font-size: 20px;
}

@media (max-width: 575px) {
	
	.content .basket-delbox .basket-delbox-ico {
	width: 55px;
	padding-left: 15px;	
	}
	
}

.content .basket-delbox .basket-delbox-title {
font-size: 15px;
margin-top: 6px;
line-height: 18px;
color: rgb(30,30,30);
font-weight: 500;
float: left;
}

.content .basket-delbox.active .basket-delbox-title {
font-weight: 600;	
}

.content .basket-delbox .basket-delbox-title .bdt-mintext {
font-size: 12px;
line-height: 15px;
display: block;
font-weight: 400;
padding-top: 4px;
}

@media (max-width: 991px) {
	
	.content .basket-delbox .basket-delbox-title .bdt-span {
	display: block;
	}
	
}

@media (max-width: 767px) {
	
	.content .basket-delbox .basket-delbox-title .bdt-span {
	display: inline-block;
	}
	
}

@media (max-width: 575px) {
	
	.content .basket-delbox .basket-delbox-title {
	width: 160px;
	}
	
}

.content .basket-delbox .basket-delbox-price {
font-size: 15px;
margin-top: 6px;
line-height: 18px;
color: rgb(244,103,23);
font-weight: 600;
float: right;
}

.content .basket-delbox-hide {
position: absolute;
left: -10000px;
top: -10000px;
}

.content .basket-input-box-row {
padding: 0px 10px 0px 10px;
}

.content .basket-input-box-col {
padding: 0px 5px 0px 5px;
}

.content .basket-input-box-gl {
padding-top: 5px;
}

.content .basket-input-box {
position: relative;
}

.content .basket-input-box span {
position: absolute;
right: 8px;
top: 6px;
font-size: 11px;
line-height: 13px;
color: rgb(100,100,100);
}

.content .basket-input-box input {
width: 100%;
margin-bottom: 10px;
height: 45px;
padding: 0px 15px 0px 15px;
box-sizing: border-box;
display: block;
font-size: 14px;
line-height: 17px;
color: rgb(30,30,30);
border: 1px solid rgb(200,200,200);
transition:.2s;
border-radius: 3px;
}

.content .basket-input-box input:focus {
border-color: rgb(244,103,23);
}

.content .basket-input-box input::placeholder {
color: rgb(100,100,100);
opacity: 1;
}

.content .basket-input-box textarea {
width: 100%;
height: 150px;
max-width: 100%;
min-width: 100%;
margin: 0px 0px 0px 0px;
padding: 12px 15px 12px 15px;
box-sizing: border-box;
display: block;
font-size: 14px;
line-height: 17px;
color: rgb(30,30,30);
border: 1px solid rgb(200,200,200);
transition:.2s;
border-radius: 3px;
}

.content .basket-input-box textarea:focus {
border-color: rgb(244,103,23);
}

.content .basket-input-box textarea::placeholder {
color: rgb(100,100,100);
opacity: 1;
}

.content .basket-check-box-hide {
display: none;
margin-bottom: 25px;
}

.content .basket-check-box {
margin: 8px 0px 25px 0px;
overflow: hidden;
}

.content .basket-check-box .basket-check-box-ins {
width: 18px;
height: 18px;
margin-top: 7px;
border-radius: 3px;
float: left;
border: 1px solid rgb(200,200,200);
background-color: rgb(255,255,255);
cursor: pointer;
}

.content .basket-check-box .basket-check-box-ins span {
width: 10px;
height: 10px;
margin: 3px 0px 0px 3px;
display: block;
border-radius: 2px;
float: left;
background-color: rgb(244,103,23);
display: none;
}

.content .basket-check-box .basket-check-box-lab {
padding: 9px 0px 0px 10px;
float: left;
font-size: 13px;
font-weight: 500;
line-height: 16px;
color: rgb(30,30,30);
cursor: pointer;
}

.content .basket-mintext {
font-size: 12px;
padding-top: 22px;
padding-bottom: 57px;
margin-top: -30px;
text-align: center;
line-height: 17px;
color: rgb(100,100,100);
border-top: 1px solid rgb(220,220,220);
}

@media (max-width: 575px) {
	
	.content .basket-mintext {
	margin-top: 0px;
	padding-bottom: 27px;
	}
	
}

.content .basket-mintext a {
color: rgb(100,100,100);
text-decoration: underline !important;
}

.content .basket-mintext a:hover {
text-decoration: none !important;
}