.block-main{padding-top: 0px;}
.block-products{
	padding-top: 30px;
}
.box-select .lang-chooser{
	width: 100%;
	background: none;
	color: #ccc;
	outline: none;
	box-shadow: none;
	background-color: transparent;
	padding: 7px 0px;
    border-radius: 5px;
    background: #2c2c2c;
    border: 1px solid #424242;
}
.box-select a{
	padding-right: 8px;
}
.about-products-list{
	padding: 30px 15px 0px 15px;
}
.about-products-list h1{
	text-align: center;
	font-size: 16px;
	color: #f25432;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.about-products-list p{
	text-align: center;
	line-height: 22px;
}
.about-products-list p span{
	color: #f25432;
}
/* css products*/
.select-products{
	padding-top: 30px;
}
.categories-products .box-slick-products{
	padding: 0px 10px 15px 10px;
	outline: none;
}
.categories-products .box-slick-products figure{
	margin: 5px 5px;
}
.categories-products .box-slick-products figure:hover{
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.65);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.65);
	box-shadow: 0 0 5px rgba(0,0,0,.65);
	transition: ease-in-out .3s;
}
.categories-products .box-slick-products figure:hover .hover-products{
	display: block !important;
	transition: ease-in-out 1s;
}
.categories-products .box-slick-products figure .view-detail{
	text-align: center;
	padding-bottom: 15px;
}
.categories-products .box-slick-products figure .view-detail a{
	background: #2c2c2c;
	padding: 5px 32px;
	display: inline-block;
	border: 2px solid #565656;
}
.categories-products .box-slick-products figure .view-detail a:hover{
	border: 2px solid #f25432;
	background: #f25432;
	color: #fff;
	transition: ease-in-out .3s; 
}
.categories-products .box-slick-products figure h3.title-products{
	font-size: 14px;
	color: #ccc;
	text-align: center;
	margin: 15px 0px 10px 0px;
	height: 32px;
	overflow: hidden;
}
.categories-products .box-slick-products figure:hover h3.title-products{
	color: #fff;
}
.categories-products .box-slick-products .figure-img{
	background: #000;
	overflow: hidden;
}
.categories-products .box-slick-products figure a img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.categories-products .box-slick-products figure:hover img{
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.categories-products .box-slick-products figure span.hover-products{
	display: none;
	position: relative;
	margin-top: -40px;
	text-align: center;
	padding: 8px;
	background: rgba(0,0,0,0.8);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.categories-products .box-slick-products figure span.hover-products i{
	font-size: 22px !important;
	color: #fff;
}
.categories-products .box-slick-products figure span.hover-products i:hover{
	color: #f25432;
	transition: .3s ease-in-out;
}
.categories-products .box-slick-products figure span.hover-products a:first-child{
	float: left;
	padding-left: 10px;
}
.categories-products .box-slick-products figure span.hover-products a:last-child{
	float: right;
	padding-right: 10px;
}
.categories-products .box-slick-products img.stick{
	position: absolute;
	z-index: 9;
}

.paging{
	text-align: center;
	padding-top: 30px;
}
.block-paging a,
.block-paging span
{
	display: inline-block;
	background: #565656;
	padding: 9px 15px;
	border-radius: 50%;
	margin-right: 5px;
}
.block-paging a:hover,
.block-paging span.current_page
{
	background: #ff7519;
	color: #fff;
}
/*

/Products*/
.title-paging-top a {
	color: #ff7519;
}
.box-products h3.title-paging{
	font-size: 14px;
	padding: 15px 0px;
	color: #999;
}
.box-products h3.title-paging span{
	text-transform: uppercase;
	color: #999;
}
.images-products{
	padding-bottom: 15px;
}
.images-products img.stick{
	position: absolute;
	z-index: 1;
	left: -5px;
}
/* View images */
.box-view-img {
	/* margin: 5px; */
	margin-top: 5px;
	padding: 0px;
	height: 100%;
	height: 425px;
	overflow: hidden;
	/* width: 32% !important; */
}
.view-img {
	height: 100%;
	overflow: hidden;
}
.photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: transform 1.5s ease-out;
}
.txt {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 10%;
	left: 0;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	cursor: default;
}
.x {
	font-size: 32px;
	line-height: 32px;
}
/* tab-img */
#slider {
  width: 500px;
  height: 300px;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
}
#slider ul {
  overflow: hidden;
  *zoom: 1;
}
#slider ul li {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  float: left;
  width: 500px;
  height: 300px;
  line-height: 300px;
}
#slider a {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 2em;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: -15px;
  text-decoration: none;
  background: #000;
}
#slider a#sliderNext {
  right: 0;
}
#slider a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#pager {
  text-align: center;
}
#pager a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#pager a:hover, #pager a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* /View images */
.booking-products h5{
	color: #f26c4f;
	font-size: 16px;
	text-transform: uppercase;
}
.booking-products .raty_detailt{
	font-size: 13px;
}
.booking-products ul li{
	color: #ccc;
	display: -webkit-box;
	padding: 6px 0px;
}
.booking-products ul li textarea.medium{
	padding: 5px 0px 0px 10px;
	color: #777;
}
.booking-products ul li .comment{
	padding-right: 0px;
}
.booking-products ul li .comment span{
	color: #426ba1;
	padding-bottom: 6px;
	display: block;
}
.booking-products ul li select{
	padding: 0px 0px 0px 5px;
	border: 1px solid #ccc;
	padding: 2px 0px 2px 5px;
	color: #777;
	outline: none;
}
.booking-products ul li input{
	padding: 0px 0px 0px 5px;
	color: #777;
}
.booking-products{
	::-webkit-input-placeholder { /* Chrome */
  		color: red;
	}
	:-ms-input-placeholder { /* IE 10+ */
	  color: red;
	}
	::-moz-placeholder { /* Firefox 19+ */
	  color: red;
	  opacity: 1;
	}
	:-moz-placeholder { /* Firefox 4 - 18 */
	  color: red;
	  opacity: 1;
	}
}
.booking-products .price s{
	font-weight: bold;
	padding-right: 40px;
}
.booking-products .price strong{
	padding-right: 40px;
	color: #fd4343;
}
.booking-products .price_save strong{
	padding-right: 40px;
	color: #fd4343;
}
.booking-products .price span{
	color: #4965b5;
}
.booking-products .price_save span{
	color: #4965b5;
}
.box-booking{
	padding-right: 0px;
}
.box-booking .row-ship {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
}
.box-booking .row-ship .row-ship-detail {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}
.box-booking .buy-now a{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f15409;
	-webkit-box-shadow: 0 3px 2px #ba3c00;
	-moz-box-shadow: 0 3px 2px #ba3c00;
	box-shadow: 0 3px 2px #ba3c00;
	padding: 5px 0px;
	text-align: center;
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}
.box-booking .add-to-cart a{
	background-color: #f15409;
	-webkit-box-shadow: 0 3px 2px #ba3c00;
	-moz-box-shadow: 0 3px 2px #ba3c00;
	box-shadow: 0 3px 2px #ba3c00;
	padding: 10px 0px;
	text-align: center;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.box-booking .send-us a{
	background-color: #f15409;
	-webkit-box-shadow: 0 3px 2px #ba3c00;
	-moz-box-shadow: 0 3px 2px #ba3c00;
	box-shadow: 0 3px 2px #ba3c00;
	padding: 10px 0px;
	text-align: center;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.box-booking ul li{
	float: left;
	padding-right: 10px;
	padding-top: 15px
}
/*tabs*/
.wrapper {
	margin: auto;
	padding: 1em;
}
ul.tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.tabs li {
	border-bottom: none;
	float: left;
	border: 2px solid #565656;
	padding: 8px 54px;
	background: none;
	margin-right: 2px;
}
ul.tabs li a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
}
ul.tabs li.active {
	background: gray;
}
ul.tabs li.active a {
	color: white;
}
article {
	padding-top: 15px;
}
/* Regiter Login */
.main-content .form-group label{
	font-weight: lighter;
	text-align: right;
}
.main-content .form-group .button-resgiter{
	text-align: center;
}
.main-content .form-group .form-control{
	background: rgba(214,214,214,0.03) !important;
	color: white;
	border-radius: 0;
	border: 2px solid #565656;
}
.main-content .form-group .button-more{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ccc;
	-webkit-box-shadow: 0 2px 2px #171717;
	-moz-box-shadow: 0 2px 2px #171717;
	box-shadow: 0 2px 2px #171717;
	color: #f25432;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 40px;
	display: inline-block;
	border: 0;
	text-align: center;
}
.main-content .form-group .button-more:hover{
	box-shadow: none;
	background: #f25432;
	color: #fff;
	transition: .3s ease-in-out;
}
.card-content{
	padding-top: 20px;
}
.card-content h4.info-title{
	text-transform: uppercase;
	color: #f25432;
}
.card-content p.descriptions{
	padding-top: 15px;
	padding-left: 40px;
}
.thumbelina-but.vert {
    width: 92%!important;
    height: 20px!important;
    line-height: 20px!important;
}
.thumbelina-but.vert.top {
	top: 5px !important;
	border-radius: 0 !important;
}
.thumbelina-but.vert.top:hover {
	cursor: pointer!important;
}
.thumbelina-but.vert.bottom {
	bottom: -30px !important;
	border-radius: 0 !important;
}
.thumbelina-but.vert.bottom:hover {
	cursor: pointer!important;
}
.thumbelina-but.disabled, .thumbelina-but.disabled:hover {
	background-color: #a1a1a1 !important;
}
.thumbelina {
	/* top: 30px !important; */
}
.thumbelina li {
	padding: 5px 5px 6px 0px !important;
}
/* Condition */
@media (max-width: 1199px){
	.booking-products ul li textarea.medium{height: 90px;}
	/* .box-view{width: 32% !important;} */
}
@media (max-width: 991px){
	.title-paging-top {margin-top: 13px;}
	.box-select{padding-bottom: 15px;}
	.about-products-list{padding-top: 15px;}
	/* .box-view-img{width: 80% !important;} */
	.booking-products ul li textarea.medium{height: 130px;}
	.box-booking .buy-now a{margin-bottom: 0px;}
	.box-booking .send-us a{font-size: 14px; padding: 10px 0px;}
	.box-booking ul li{padding-top: 0px; padding-bottom: 15px;}
	ul.tabs li{padding: 8px 24px;}
}
@media (max-width: 767px){
	ul.tabs li{width: 100%; text-align: center; margin-bottom: 2px;}
}
@media (max-width: 563px){
	.box-view{width: 100% !important; z-index: 2;margin-bottom: 15px;}
	.thumbelina-but.vert {
		width: 93%!important;
	}

}
@media (max-width: 479px){
	.box-select{width: 100%;}
	.box-slick-products{width: 100%;}
	.box-view{width: 100% !important; z-index: 2;}
	.booking-products{width: 100%; z-index: 2; padding: 15px 15px 0px 0px;}
	.box-booking{width: 100%;}
	.box-booking div{margin-right: 0px;}
	.images-products img{z-index: 3 !important;}

}
@media (max-width: 375px) {
	.main-content .form-group .button-resgiter input[name='remember_pass'] {
		margin-left:-72px !important;
	}
	.main-content .form-group .button-resgiter .set_newpass {
		display: block;
		margin-top: 10px;
		margin-left: -15px;
	}
}