@charset "UTF-8";
@import url("../../webfonts/Lato_Light/stylesheet.css");
/* CSS Document */

/*********************************
4.1 Product Sorting
*********************************/

.product_sorting_container_bottom
{
	margin-top: 24px;
}
.product_sorting_container_bottom .product_sorting
{
	float: right;
}
.sidem
{
	display: inline-block;
}
.sidem > li
{
	display: inline-block;
	position: relative;
	width: 150px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	border: none 1px #ecedee;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.product_sorting_container_bottom .product_sorting > li
{
	width: 144px;
	margin-right: 0px;
	padding-right: 12px;
}
.product_sorting_container_bottom .product_sorting li span:nth-child(2)
{
	margin-left: 24px;
}
.sidem li i
{
	float: right;
	line-height: 40px;
	color: #51545f;
}
.sidem li ul
{
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 15px 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.sidem > li:hover ul
{
	visibility: visible;
	opacity: 1;
	top: calc(100% + 1px);
}
.sidem li ul li
{
	display: block;
	width: 175px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF
}
.sidem li ul li span
{
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #dddddd;
	color: #51545f;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
	padding-right: 5px;
}
.sidem li ul li span:hover
{
	color: #b5aec4;
}
.sidem li ul li:last-child span
{
	border-bottom: none;
}
.sidem li span:nth-child(2)
{
	margin-left: 71px;
}


.pages
{
	display: inline-block;
	float: right;
}
.product_sorting_container_bottom .pages
{
	float: left;
}
.page_current
{
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	border: solid 1px #ecedee;
	margin-right: 16px;
	background-color: #F37601;
}
.product_sorting_container_bottom .pages .page_current
{
	background: #F37601;
	border: none;
}
.page_current span
{
	color: #FFFFFF;
}
.product_sorting_container_bottom .pages .page_current span
{
	color: #FFFFFF;
}
.page_selection
{
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 15px 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.page_selection li
{
	display: block;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.page_selection li a
{
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #dddddd;
	color: #51545f;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.page_selection li a:hover
{
	color: #b5aec4;
}
.page_current:hover .page_selection
{
	visibility: visible;
	opacity: 1;
	top: calc(100% + 1px);
}
.page_total
{
	display: inline-block;
	line-height: 40px;
	margin-right: 31px;
}
.page_total span
{
	margin-right: 14px;
}
.page_next
{
	display: inline-block;
	line-height: 40px;
	cursor: pointer;
}
.page_next:hover i
{
	color: #b5aec4;
}
.page_next i
{
	font-size: 18px;
	color: #51545f;
}
.showing_results
{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	float: right;
	margin-right: 34px;
	
}

.page_next2
{
	display: inline-block;
	line-height: 40px;
	cursor: pointer;
	margin-right: 25px;
}
.page_next2:hover i
{
	color: #b5aec4;
}
.page_next2 i
{
	font-size: 18px;
	color: #51545f;
}


/* ----------------------------------------------
	sidebartitle
----------------------------------------------- */

.main_title2 {
    font-size: 20px;
    float: left;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.main_title2:after {
    border-bottom: 3px solid #F37601;
    content: "";
    display: block;
    margin-bottom: -3px;
    padding: 1px;
}


.heading-part2 {
    border-bottom: 3px solid #e5e5e5;
    display: inline-block;
    width: 100%;
}




/*-------------------------------------
    bestslider
---------------------------------------*/

.product-item2 
{
	width: 20%;
	height: 400px;
	cursor: pointer;
}
.product-item2::after 
{
	display: block;
	position: absolute;
	top: 0;
	left: -1px;
	width: calc(100% + 1px);
	height: 100%;
	pointer-events: none;
	content: '';
	border: solid 2px rgba(235,235,235,0);
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-item2:hover::after 
{
	box-shadow: 0 25px 29px rgba(63, 78, 100, 0.15);
	border: solid 2px rgba(235,235,235,1);
}
.product2
{
	width: 100%;
	height: auto;
	border-right: solid 1px #e9e9e9;
}
.product_image2
{
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.product_image2 img
{
	width: 100%;
}
.product_info2
{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.product_name3
{
	margin-top: 27px;
}

.product_name4
{
	margin-top: 0px;
}

.product_name5
{
	margin-top: 2px;
}


.product_name3 a
{
	color: #1e1e27;
	line-height: 28px;
	font-family: "Lato Regular";
	font-size: 15px;
}

.product_name4 a
{
	color: #6F6F6F;
	line-height: 18px;
	font-family: "Lato Light";
	font-size: 15px;
	
}

.product_name5 
{
	color: #F37601;
	font-family: "Lato Light";
	font-size: 13px;
	
}

.price 
{
	color: #060605;
	font-family: "Lato Light";
	font-size: 13.25px;
}



.product_name2 a
{
	color: #717173;
	font-family: "Lato Regular";
	font-size: 14px;
	line-height: 28px;
}

.product_name3 .product_name4:hover a
{
	color: #FEB168;
}

.discount .product_info
{
	font-size: 14px;
	
}
.product_price
{
	font-size: 16px;
	color: #F37601;
	font-weight: 300px;
	font-family: "Lato Regular";
}

.product_price2
{
	font-size: 16px;
	color: #F37601;
	font-weight: 300px;
	font-family: "Lato Regular";
}

.product_price2 span
{
	font-size: 12px;
	margin-left: 10px;
	color: #FEAB5E;
	text-decoration: line-through;
}
.product_price02
{
	font-size: 12px;
	margin-left: 10px;
	color: #FEAB5E;
	text-decoration: line-through;
}
/*-------------------------------------
    about
---------------------------------------*/
.page-title {
  font-weight: 900;
  font-size: 45px;
  margin-top: 40px;
  font-family: 'Lato';
  text-align: center;
  color: #000
 
}

.page-subtitle {
  font-weight: 300;
  font-size: 12px;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: 'Lato';
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000;
}


.forgot {
	font-weight: 500;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: 'Lato';
	text-align: center;
	color: #F37601;
	width: 100%;
}

.subtitle2 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 40px;
  font-family: 'Lato';
  color: #000
 
}


.page .line {
  margin-top: 60px;
  margin-bottom: 40px;
}
.description p{
  font-size: 16px;
  font-weight: 300;
  line-height: 45px;
  color: #000;
  margin-top: 20px;
  text-align: left;
}

.description2 p{
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: #000;
  margin-top: 5px;
  text-align: left;
}

 .description3 {
 color: #F37601;

}

.description {
  color: #000;
  margin-bottom: 7px;
}

.description2 {
  color: #000;
  margin-bottom: 7px;
}

.description4 {
  color: #000;
  margin-bottom: 40px;
	padding-right: 25px;
}
.description p {
  margin-bottom: 20px;
}

.description2 p {
  margin-bottom: 20px;
}
.page .question {
  font-weight: 700;
  text-align: center;
}
.page .question a {
  margin-left: 10px;
}
.page form.contact {
  margin-top: 30px;
}
.page form.contact .form-group textarea {
  height: 200px;
}
.page .element-block .element-title {
  margin-bottom: 30px;
  position: relative;
}
.page .element-block .element-title :first-child {
  margin-top: 0;
}
.page .element-block .element-title:after {
  content: ' ';
  width: 15px;
  height: 2px;
  background-color: #F37601;
  bottom: -5px;
  left: 0;
  position: absolute;
}
.page {
  text-align: center;
}

.loginfail1 {	font-family: "roboto light", "roboto regular", "roboto thin";
	font-size: 15px;
	color: #F37601;
	font-weight: 600;
}
