.header-image-product-inner {
	position: relative;
	background-color: #003a63;
}
.header-image-product-inner:before {
	content: '';
	display: block;
	padding-top: 30%;
}
.header-image-product-inner img {
	position: absolute;
	z-index: 1;
    bottom: -6%;
	right: 7%;
	max-height: 25vw;
}
.product-content {
	display: inline-block;
	width: 54.07vw;
    padding-top: 3.3vw;	
    padding-bottom: 5vw;	
}
.product.image-center {
	height: 19.84vw;
	border: 2px solid #9ba5ad;
	overflow: hidden;
}
.product.image-center img{
	transition: 1s;
}
.product.image-center:hover img {
    transform: scale(1.2);
}
.product-text {
	min-height: 19.84vw;
	padding-bottom: 3.9vw;
	position: relative;
}
.product-text h2 {
	margin-top: 0;
	background-color: #003a63;
	color: #fff;
	display: block;
	font-weight: 400;
	padding-left: 0.7vw;
	margin-bottom: 1.2vw;
} 
.product-dl {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3.67vw;
	width: 3.67vw;
}
.product-dl span {
    position: absolute;
    top: 23%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 0.8vw;
    font-weight: 600;
}

.product-table-warp {
	padding-top: 4.83vw;
}
.product-table {
	width: 100%;
}

.product-table th{
	background-color: #1c3144;
	color: #fff;
	border-top: 1px solid #9fa8b0;
	border-bottom: 1px solid #9fa8b0;
	border-right: 2px solid #9fa8b0;
	border-left: 2px solid #9fa8b0;
	text-align: center;
	font-weight: 400;
}
.product-table th.first-col{
	background-color: #ff9c08;
	border-color: #ff9c08;	
}
.product-table tr td {
	border-top: 1px solid #9fa8b0;
	border-bottom: 1px solid #9fa8b0;
	border-right: 2px solid #9fa8b0;
	border-left: 2px solid #9fa8b0;	
	text-align: center;	
}
.product-table tr td:nth-child(2) {
	border-right: 2px solid #ffbb56;	
}
.product-table tr td:last-child {
	border-right: 2px solid #3d4f5f;
	border-left: 2px solid #3d4f5f;		
}
.product-table td.first-col{
	background-color: #ff9c08;
	padding: 0.1vw;
	border-top: 1px solid #ffc875;
	border-bottom: 1px solid #ffc875;
	border-right: 2px solid #ff9c08;
	border-left: 2px solid #ff9c08;
}
.product-table td.first-col input {
    width: 1vw;
    height: 1vw;
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 18px;
	margin:0;
}
.after-table-btn{
    background-color: #1c3144;
    color: #fff;
	float: right;
	padding: 0vw 5vw;
	line-height: 2;
	font-weight: 600;
	margin-top: 1.3vw;
	font-size: 1.3vw;
	cursor: pointer;
	display: block;
}



/* sidebar */
.product-sidebar {
	float: left;
	width: 21.52vw;
	margin-right: 2vw;
	min-height: 10px;
}
.product-sidebar .widget {
	display: none;
}
.product-sidebar h4 {
	font-size: 2vw;
	line-height: 1;
	font-weight: 400;
	color:#1886b9;
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 1vw;
	margin-bottom: 1vw;
}
.product-sidebar h4:after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	height: 3.07vw;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(img/side-menu-title-ltr.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.product-sidebar  .menu {
    padding: 0 20%;
	margin: 0;
	list-style: none;
}
.product-sidebar  .menu > li > a{
	color: #003a63;
	font-weight: 400;
    font-size: 1vw;
    line-height: 1.7;
	text-align: center;
	width: 100%;
    display: block;	
	border-bottom: 1px solid #1c3144	
}
.product-sidebar .menu > li.current-menu-parent > a {
	background-color: #003a63;
	color: #fff;	
}
.product-sidebar .sub-menu {
	padding: 0;
	display: block;	
	list-style: none;
}
.product-sidebar .menu-item-has-children .sub-menu {
	padding: 0;
	display: none;
	display: block;	
	list-style: none;
	max-height: 0;
	overflow: hidden;
	transition: 1s;
}
.product-sidebar .menu-item-has-children .sub-menu.open-mobile {
    display: block;
    opacity: 1;
	max-height: 400px;	
    padding: 3px 0;	
}
.product-sidebar .menu-item-has-children.current-menu-parent >.sub-menu {
    display: block;
    opacity: 1;
	max-height: 400px;	
    padding: 3px 0;	
}
.product-sidebar .menu-item-has-children.current-menu-parent >a {
	background-color: #1c3144;
	color: #fff;
  	border-bottom: 1px solid transparent;
}

.product-sidebar .sub-menu > li > a{
	font-weight: 400;
	font-size: 1vw;
	line-height: 1.67;
	padding: 0;
	text-align: center;
	width: 100%;
    display: block;
	background-color: #edeff0;
	color: #1c3144;
	border-top: 1px solid #1c3144
}
.product-sidebar .menu > li{
	position: relative;
	cursor: pointer;
}
.product-sidebar .menu > li:hover > a, .product-sidebar .menu > li.active {
	background-color: #1c3144;
	color: #fff;
  	border-bottom: 1px solid transparent;
}

.product-sidebar .sub-menu > li.current-menu-item > a{
	font-weight: 600;
}
.product-sidebar .sub-menu > li:hover > a{
	font-weight: 600;
	border-color: #647e79;
}

.product-sidebar .sub-menu {
	max-height: 0px;
	overflow: hidden;
    transition: max-height 1.5s ease-out; 
}
.product-sidebar .menu-item-has-children:hover .sub-menu {
	  transition: max-height 1.5s ease-out; 
	  height: auto;
	  max-height: 600px;  
}

/* related products */
.releted-section {
	background-image: url(img/bg-related-products-ltr.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 8.3vw 0;
	text-align: center;
}
.orange-bottom {
	min-height: 16.69vw;
}
.orange-bottom.title {
	min-height: unset;	
}
.orange-bottom h2 {
	display: inline-block;
	color: #fff;
	padding-bottom: 0.3vw;
	border-bottom: 2px solid #ff9c08;
	position: relative;
	margin-bottom: 3.65vw;
	font-weight: 400;
}
.orange-bottom h2:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 2px;
	height: 1vw;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ff9c08;
}
.product-slider-box {
	padding: 0 0.5vw;
}
a.to-product {
	text-decoration: none;
	color: #ff9c08;
	font-weight: 400;
	font-size: 1.4vw;
}
h3.title a.to-product {
	text-decoration: none;
	color: #ff9c08;
	font-weight: 400;
	font-size: 1vw;
	line-height: 1.2;
}
.product-slider-box h3.title {
	line-height: 0.8;
}
.below-slider {
	margin-top: 2vw;
	color: #fff;
	font-size: 1.4vw;
}
.below-slider .slider-arrow{
	position: relative;	
	cursor: pointer;
	display: inline-block;	
}
.below-slider .slider-arrow.slider-prev {
	padding-left: 1.5vw;
}
.below-slider .slider-arrow.slider-next {
	padding-right: 1.5vw;
}
.below-slider .slider-arrow:after{
    position: absolute;
    top: 36%;	
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);	
    color: #ff9c08;
    font-size: 4vw;
    line-height: inherit;
	font-weight: 100;
}
.below-slider .slider-arrow.slider-prev:after {
    content: '‹';
	left: 0px;	
}
.below-slider .slider-arrow.slider-next:after {
	content: '›';	
    right: 0px;	
}


/* side cart */
.cart-products {
	position: fixed;
	top: 140px;
	right: -300px;
	width: 300px;
	min-height: 400px;
	background-color: #fff;
	padding-bottom: 80px;
	z-index: 9;
	transition: 1s;
}
.cart-products.open {
	right: 0;
	box-shadow: 5px 5px 15px #aaa; 
}
.last-products-title {
	position: absolute;
	top: 40%;
	right: 68%;
	transform: rotate(-90deg);
	width: 240px;
	text-align: center;
	padding-right: 40px;
	background-color: #fff;
	color: #1880b0;
	border-radius: 30px;
	font-weight: 400;
	margin: 0;
	line-height: 48px;
	cursor: pointer;
	box-shadow: 2px 3px 9px #ccc;
}
.last-products-title:after  {
	content: '';
	position: absolute;
	top: 50%;
	right: -40px;
	background-color: #1880b0;
	width: 60px;
	height: 60px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-image: url(img/side-cart-icon.png);
	background-repeat: no-repeat;
	background-position: center;	
}
.cart-products-num {
	position: absolute;
	right: 28px;
	top: 28px;
	transform: rotate(90deg);
	z-index: 1;
	background-color: #fff;
	border: 1px solid #1880b0;
	border-radius: 50%;
	line-height: 24px;
	width: 24px;
	font-size: 16px;
}
.cart-products-inner {
	max-height: calc(100vh - 240px);
	overflow-y: auto;
}
/*ie*/
body .cart-products-inner{
  scrollbar-base-color: #C0C0C0;
  scrollbar-base-color: #C0C0C0;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-track-color: #EBEBEB;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-dark-shadow-color: #C0C0C0;
}
/*chrome*/
body .cart-products-inner::-webkit-scrollbar { width: 3px; height: 3px;}
body .cart-products-inner::-webkit-scrollbar-button {  background-color: #666; }
body .cart-products-inner::-webkit-scrollbar-track {  background-color: #999;}
body .cart-products-inner::-webkit-scrollbar-track-piece { background-color: #ffffff;}
body .cart-products-inner::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
body .cart-products-inner::-webkit-scrollbar-corner { background-color: #999;}
body .cart-products-inner::-webkit-resizer { background-color: #666;}
.single-cart {
	position: relative;
	margin: 0 15px;
	padding: 30px;
	padding-left: 0;
	border-bottom: 1px solid #eaeaeb;
}
.product-cat.image-center {
	display: block;
	float: left;
	width: 40%;
	height: 4.05vw;
}
.product-title {
	float: left;
	width: 55%;		
}
.delete-product {
	position: absolute;
	top: 30px;
	right: 0;
	cursor: pointer;
	font-weight: 600;
}
.single-cart .product-amount {
	position: absolute;
	top: 60px;
	right: 0
}
a.float-btn {
	position: absolute;
	bottom: 40px;
	left: 35px;
	right: 35px;
	background-color: #bb2436;
	color: #fff;
	display: block;
	font-weight: 600;
	text-align: center;
}

/* cart  */
.product-table-image.image-center {
    display: block;
    width: 4.05vw;
    height: 4.05vw;
}
.delete-col {
	position: relative;
}
.delete-col .delete-product {
	position: relative;
	top: 0;
}
.header-cart th {
	text-align: center;
	background-color: #003a63;
	color: #fff;
	line-height: 3;
	padding: 0 10px;
}
.header-cart th.delete-col {
    border-top-left-radius: 8px;
}
.header-cart th.product-sum-col{
    border-top-right-radius: 8px;
}
.single-cart-table td {
	text-align: center;
	border-bottom: 1px solid #e2e2e2;
}
.single-cart-table td.delete-col {
	color: #ff0000;
}
.single-cart-table td.delete-col {
	border-left: 1px solid #e2e2e2;		
}
.single-cart-table td.product-sum-col {
	border-right: 1px solid #e2e2e2;
}
.single-cart-table td.product-title-col,  .single-cart-table td.product-data-col  {
	text-align: left;
}
.single-cart-table td.product-title-col a {
	color: #304d61;
	line-height: 1;
    display: inline-block;	
}

.single-cart-table td.product-data-col  {
	font-size: 0.7vw;
	padding: 0 15px
}
.product-amount-col input {
	width: 40px;
    height: 42px;
    margin: 0;
    padding: 0px;
    border: none;
    font-size: inherit;
	background-color: transparent;
}

.update-form {
	display: inline-block;
	background-color: #ffa620;
	color: #fff;
	font-weight: 600;
	line-height: 2;
	padding: 0 3vw;
	margin: 1vw 0 2vw;
	cursor: pointer;
}

.cart-form h3 {
	background-color: #003a63;
    color: #fff;
    line-height: 3;
	padding-left: 3vw;
}
.form-main {
	background-color: #f1f1f3;
	border: none;
	padding: 2vw;
}
.form-main input{
    width: 45%;
	margin: 0.6vw 2.5% 0.2vw;
    height: 42px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #faaa84;
    border-radius: 0px;
    font-size: 18px;
	float: left;
}
.form-main textarea{
    width: 95%;
	margin: 0.6vw 2.5% 0.2vw;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #fe732e;
    border-radius: 0px;
    font-size: 18px;
	float: left;
}
.SubmitBtn {
	background-color: #ffa620;
	color: #fff;
	font-weight: 600;
	line-height: 2;
	padding: 0 4vw 0 2vw;
    margin: 1vw auto 2vw;
    display: block;
	border: none;
	background-image: url(img/form-btn-ltr.png);
	background-repeat: no-repeat;
	background-position: right 1vw center;
	background-size: auto 60%;
	font-size: 1.5vw;
}

/* product category */
.cat-description {
	padding: 3vw 0;
}
.box-img-center.cat {
	border: 1px solid rgba(32,85,119,0.9);
}
.cat-hover {
	position: absolute;
	z-index: 3;
	top: 0.25vw;
	right: 0.3vw;
	left: 0.3vw;
	height: 0%;
	overflow: hidden;
	transition: 1s;
	background-color: rgba(32,85,119,0.9);	
	color: #fff;
	font-size: 0.9vw;
}
.category-title-hover {
	position: relative;
	margin-top: 0;
	margin-bottom: 0.5vw;
	padding: 10px 5px 5px;
	color: #fff;
	font-size: 1vw;
	line-height: 1;
	text-align: center;
}
.category-title-hover:after {
	content: '';
	position: absolute;
	top: 100%;
	right: 33%;
	left: 33%;
	height: 2px;
	background-color: #ff9c08;
}
.cat-hover div {
	padding: 0.5vw 1vw;
	line-height: 1;
}  
.cat-hover a {
	text-align: center;
	padding: 0.4vw 0vw;
	background-color: #ff9c08;
	color: #013a62;
	text-decoration: none;
	display: block;
    margin: 0 auto;
    width: 50%;	
    position: absolute;
    bottom: 0;
    left: 25%;	
}
.box-img-center.cat {
	margin-bottom: 30px;
}
.box-img-center.cat:hover .cat-hover{
	height: calc(100% - 0.5vw);	
}
.category-title {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	left: 0;
	font-size: 1.1vw;
	text-align: center;
	line-height: 1;
	font-weight: 400;
	margin: 0;
	padding: 0.5vw 0;
	color: #fff;
	background-color: rgba(32,85,119,0.9);
}
.box-img-center.cat:hover .category-title {
	/* display: none; */
}
.category-title a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.single-tax-product .bg-gradient{
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 100%;
	transition: 1s;
	background: url(img/bg-gradient.png) bottom no-repeat; /* Old browsers */
	background: -moz-linear-gradient(top, #003a6300 0%, #003a6300 50%, #003a63 100%); /* FF3.6-15 */
	background: -moz-linear-gradient(top, #003a6300 0%, #003a6300 50%, #003a63 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #003a6300 0%, #003a6300 50%,#003a63 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#003a6300 0%, #003a6300 50%,#003a63 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	cursor: pointer;
}
.single-tax-product img {
	cursor: pointer;
}
.single-tax-product:hover .bg-gradient{
	height: 1%;	
}
.product-cat-sub-title {
	position: relative;
	margin-top: 0px;
	margin-bottom: 50px;
    height: 62px;	
	background-color: #003a63;
	font-weight: 400;
	font-size: 17px;
}
.product-cat-sub-title:after {
	content: '';
	display: block;
	position: absolute;	
	top: 50%;
	right: 0px;
	width: 35px;
	height: 35px;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #fff;
	border-radius: 50%;
	background-image: url(img/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.product-cat-sub-title a {
	display: block;
	position: relative;
	z-index: 1;
    padding: 4px 40px 4px 16px;
	color: #fff;
	text-decoration: none;
}


/*product category industry side menu*/
.product-sidebar .menu.menu-cat {
	position: relative;
    margin: 0;
    margin-left: 8%;	
	margin-top: 130px;
	margin-bottom: 60px;
    padding: 0 20% 0 12%;
	border-left: 2px solid #1c3144;
    list-style: none;
}
.product-sidebar .menu.menu-cat:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -47px;
	left: -25px;
	width: 48px;
	height: 48px;
	background-image: url(img/cat-menu-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
}
ul.menu-cat li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px 50px 3px 10px;
	background-color: transparent;	
	background-image: url(img/cat-selected-not.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 50px;
}
.product-sidebar .menu.menu-cat > li:hover > a,
.product-sidebar .menu.menu-cat > li.active {
	background-color: transparent;
	color: #333;
}
ul.menu-cat li.active {
	background-color: transparent;
	background-image: url(img/cat-selected.png);
}
@media (min-width:1199px) and (max-width: 1631px) {
	.product-cat-sub-title {
		font-size: 16px;
		line-height: 1.1;
	}
}
@media (min-width:991px) and (max-width: 1299px) {
	.product-cat-sub-title {
		font-size: 13px;
		line-height: 1.1;
	}
}
@media (min-width: 991px) {
	.product-sidebar .menu-item-has-children:hover .sub-menu {
		max-height: 400px;	
		padding: 3px 0;	
	}
}
@media (max-width: 991px) {
	.product-content {
		width: 100%;
		padding: 0 30px;
		display: block;
		margin-left: 0vw;
	}
	.product-sidebar .menu {
		padding: 0 15%;
	}

	.product-table {
/* 		min-width: 650px; */
		font-size: 13px;		
		margin: 15px 0 20px;
	}
	.product-table th {
		line-height: 24px;
	}	
	.product-table td {
		line-height: 19px;
	}
	.product-table-warp {
		max-width: 100%;
		overflow-x: auto;
	}
	.product-table td.first-col input {
		width: 10px;
		height: 10px;
	}
	.product-table td.first-col {
		padding: 2px;
	}	
	
	/*ie*/
	body .product-table-warp {
		scrollbar-base-color: #C0C0C0;
		scrollbar-base-color: #C0C0C0;
		scrollbar-3dlight-color: #C0C0C0;
		scrollbar-highlight-color: #C0C0C0;
		scrollbar-track-color: #EBEBEB;
		scrollbar-arrow-color: black;
		scrollbar-shadow-color: #C0C0C0;
		scrollbar-dark-shadow-color: #C0C0C0;
	}
	/*chrome*/
	body .product-table-warp::-webkit-scrollbar { width: 3px; height: 3px;}
	body .product-table-warp::-webkit-scrollbar-button {  background-color: #666; }
	body .product-table-warp::-webkit-scrollbar-track {  background-color: #999;}
	body .product-table-warp::-webkit-scrollbar-track-piece { background-color: #ffffff;}
	body .product-table-warp::-webkit-scrollbar-thumb { height: 25px; background-color: #666; border-radius: 3px;}
	body .product-table-warp::-webkit-scrollbar-corner { background-color: #999;}
	body .product-table-warp::-webkit-resizer { background-color: #666;}	
	
	.orange-bottom h2 {
		padding-bottom: 3px;
		margin-bottom:30px;
	}
	.orange-bottom h2:after {
		height: 8px;
	}
	a.to-product {
		font-size: 16px;
	}
	.below-slider {
		margin-top: 20px;
		font-size: 16px;
	}
	.below-slider .slider-arrow.slider-prev {
		padding-left:15px;
	}
	.below-slider .slider-arrow.slider-next {
		padding-right: 15px;
	}
	.below-slider .slider-arrow:after {
		font-size: 40px;
	}
	.releted-section {
		padding: 80px 0;
	}
	
	
	.product-sidebar .arrowdown {
		width: 13px;
		height: 13px;
		top: 8px;
		right: 7px;
		font-size: 12px;
		line-height: 12px;
	}
	.product-sidebar {
		float: unset;
		width: 300px;
		margin: 60px auto 30px;
	}
	.product-sidebar .menu > li > a{
		font-size: 17px;
	}
	.product-sidebar .menu-item-has-children:hover .sub-menu {
		padding: 0px;
	}
	.product-sidebar .menu-item-has-children .sub-menu.open-mobile {
		padding: 10px 0;
	}
	.product-sidebar .menu-item-has-children.current-menu-parent >.sub-menu {
		padding: 10px 0;
	}
	.product-sidebar .sub-menu > li > a{
		font-size: 17px;
	}	
	.nav.nav-side li {
		position: relative;
	}
	.product-sidebar .menu-item-has-children.current-menu-parent .arrowdown {
		display: none;
	}

	.product-text {
		min-height: none;
		padding-bottom:50px;
	}	
	.product-dl {
		height: 40px;
		width: 40px;
	}
	.product-dl span {
		font-size: 8px;
	}
	.after-table-btn {
		padding: 0vw 30px;
		margin-top:10px;
		font-size: 16px;
	}
	.product-sidebar h4 {
		font-size: 30px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.product-sidebar h4:after {
		height: 40px;
	}
	
	.cart-products {
		top: 86px;
		right: -200px;
		width: 200px;
		padding-bottom: 50px;
	}
	.product-cat.image-center {
		height: 50px;
	}
	.single-cart {
		padding: 15px;
		padding-left: 0;
	}
	.delete-product {
		top: 15px;
	}
	.single-cart .product-amount {
		top: 35px;
	}
	a.float-btn {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	.last-products-title {
		top: 40%;
		right: 67%;
		width: 160px;
		padding-right: 10px;
		line-height: 30px;
	}
	.cart-products-num {
		right: 7px;
		top: 12px;
		line-height: 18px;
		width: 18px;
		font-size: 12px;
	}
	.last-products-title:after {
		top: 50%;
		right: -40px;
		width: 40px;
		height: 40px;
		background-size: 20px auto;
	}
	
	.cart-table{		
		width: 100%;
		min-width: 650px;
		font-size: 13px;		
		margin: 15px 0 20px;
	}
	.single-cart-table td.product-data-col {
		font-size: 11px;
	}
	.product-table-image.image-center {
		width: 40px;
		height: 40px;
	}
	
	.cart-products-table-warp {
		max-width: 100%;
		overflow-x: auto;
		
	}
	/*ie*/
	body .cart-products-table-warp {
		scrollbar-base-color: #C0C0C0;
		scrollbar-base-color: #C0C0C0;
		scrollbar-3dlight-color: #C0C0C0;
		scrollbar-highlight-color: #C0C0C0;
		scrollbar-track-color: #EBEBEB;
		scrollbar-arrow-color: black;
		scrollbar-shadow-color: #C0C0C0;
		scrollbar-dark-shadow-color: #C0C0C0;
	}
	/*chrome*/
	body .cart-products-table-warp::-webkit-scrollbar { width: 3px; height: 3px;}
	body .cart-products-table-warp::-webkit-scrollbar-button {  background-color: #666; }
	body .cart-products-table-warp::-webkit-scrollbar-track {  background-color: #999;}
	body .cart-products-table-warp::-webkit-scrollbar-track-piece { background-color: #ffffff;}
	body .cart-products-table-warp::-webkit-scrollbar-thumb { height: 25px; background-color: #666; border-radius: 3px;}
	body .cart-products-table-warp::-webkit-scrollbar-corner { background-color: #999;}
	body .cart-products-table-warp::-webkit-resizer { background-color: #666;}		
	
	.form-main input {
		width: 45%;
		margin: 8px 2.5% 3px;
		height: 30px;
		padding-right: 5px;
		padding-left: 5px;
		font-size: 14px;
	}
	.form-main textarea {
		margin: 8px 2.5% 3px;
		padding-right: 5px;
		padding-left: 5px;
		font-size: 14px;
	}
	.SubmitBtn {
		padding: 0 40px 0 20px;
		margin: 10px auto 20px;
		background-position: right 10px center;
		font-size: 18px;
	}
	
	.cat-hover {
		top: 5px;
		right: 5px;
		left: 5px;
		font-size:13px;
	}
	.box-img-center.cat:hover .cat-hover {
		height: calc(100% - 10px);
	}
	.cat-hover div {
		padding: 5px 10px;
	}
	.category-title-hover {
		font-size: 16px;
		
	}
	.category-title {
		font-size: 17px;
		padding: 5px 0;
	}
	.product-cat-sub-title {
		font-size: 15px;
		height: 60px;
	}
	.cat-warp {
		padding-bottom: 80px;
	}
	
	h3.title a.to-product {
		font-size: 14px;
	}
}
@media (max-width: 450px) {
	.form-main input {
		width: 95%;
	}	
	.product-cat-sub-title {
		font-size: 13px;
		height: 60px;
	}
}