/*-----------------------------
[Table of contents]

[ Body ]
[ Header / header ]
[ Cart / #cart ]
[ menu / #menu ]
[ order / .order ]
[ menu / .menu ]
[ abouts / .abouts ]
[ service / .service ]
[ team / .team ]
[ shop / .shop ]
[ newsletter / .newsletter ]
[ reserved / .reserved ]
[ thanks / .thanks ]
[ slideshow0 / .slideshow0 ]
[ reservation / .reservation ]
[ commontop / .commontop ]
[ about / .about ]
[ footer / footer ]
[ bread-crumb / .bread-crumb ]
[ login / .login ]
[ shopdetail / .shopdetail ]
[ contactus / .contactus ]
[ Mycart / .mycart ]
[ responsive ]
--------------------------------*/
@font-face {
	font-family: 'segoeui';
	font-style: normal;
	font-weight: normal;
	src: local('segoeui'), url('../fonts/segoeui.woff') format('woff');
}
/*----------
[ Body ]
-------------*/
body {
	font-family: 'segoeui';
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.owl-wrapper-outer{
	background:none !important;
	box-shadow:none !important;
	border:none !important;
	border-radius:0px !important;
}
.owl-carousel, .owl-controls{
	background:none !important;
	margin:0 !important;
}
.bottom-top:hover .icofont{
	color:#fff;
}
.bottom-top:hover {
	transition-duration: 1s;
    transition-timing-function: linear;
}
.bottom-top {
	display: none;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	border-radius:4px;
	padding:8px;
}
.bottom-top .icofont{
	font-size:20px;
	color:#fff;
}
.bottom-top{
	background:#FFA41F;
}
/*-----------------
[ Header / header ]
------------------*/
#common-home header{
	position: absolute; 
	background: rgba(0, 0, 0, 0.45);
	left: 0;
    right: 0;
    z-index: 2;
    top: 0;	
}
header{
	background: rgba(0, 0, 0, 0.7);
	position: relative;
}
#top {
	background-color: transparent;
	border-bottom: 1px solid #63625E;
	padding: 10px 0;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color:#000 !important;
	padding:7.5px 12px !important;
}
#top #form-language .language-select:hover {
	background:#FFA41F;
	color:#fff !important;
}
#top #form-language .btn-link {
	padding:0;
	color: #fff;
	font-size:13px;	
	line-height:14px;
}
#top .icon, #top .social{
	margin:0;
	padding:0;
}
#top .icon li{
	padding:0 22px 0 0;
	vertical-align:middle;
	line-height:15px;
}
#top .icon li i{
	margin-right:5px;
}
#top .icon li a, #top .social li a{
	color:#fff;
	font-size:13px;
}
#top .social li{
	padding:0 14px 0 0;
	line-height:14px;
}
#top .social li:last-child, #top .icon li:last-child {
	padding:0 0px 0 0;
}
#top .social li i, #form-language .icofont-caret-down{
	margin-right:0px;
}
#top .social li a:hover i{
	color:#FFA41F;
}
#top .dropdown-menu > li{
	padding:0;
}
#top .dropdown.open > a{
	background:transparent;
}
#top .dropdown-menu > li > a{
	border-right:0px solid #000;
	padding-right:0;
	color:#000;
	font-size:13px;	
}
#top .dropdown-menu > li > a:hover {
	background:#FFA41F;
	color:#fff;
}
/* logo */
#logo {
	margin: 0px 0;
}
.header{
	margin: 10px 0;
}

/*-----------------
[ Cart / #cart ]
------------------*/
#cart {
	margin-bottom: 0px;
	vertical-align:top;
}
#cart > .btn {
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
	background:transparent;
	padding:0;
	border:none;
	box-shadow:none;
}
#cart.open > .btn {
	background-image: none;
	background-color: transparent;
	border: none;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #fff;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu li a{
	color:#000;
}
#cart .dropdown-menu i{
	margin:0;
}
#cart .dropdown-menu {
	min-width: 100%;
	padding:10px 16px;
	
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
	color:#000 !important;
}
/*-----------------
[ menu / #menu ]
------------------*/
#menu {
	background-color:transparent;
	background-repeat: repeat-x;
	border-color: transparent;
	min-height: 40px;
}
#menu .nav > li{
	margin:0 34px 0 0;
}
#menu .nav > li:last-child{
	margin:0 0px 0 0;
} 
#menu .nav > li > a {
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding:0;
	line-height: 14px;
	text-transform:uppercase;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
}
#menu .nav > li > a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 100%;
	right: 0;
	top: 20px;
	background: #FFA41F;
	height: 4px;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#menu .nav > li > a:hover:before, #menu .nav > li > a:focus:before, #menu .nav > li > a:active:before {
	left: 0;
}
#menu .nav > li > a:hover, #menu .navbar-nav > .active > a, #menu .navbar-nav > .active > a:hover, #menu .navbar-nav > .active > a:focus {
	color:#FFA41F;
}
#menu .dropdown-menu{
    padding:0;
    border-radius:0px;
	min-width:230px;
	margin:29px 0 0 0;
}
#menu .dropdown .dropdown-menu {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    transform: rotateX(90deg);
    transform-origin: top;
    opacity: 0;
    display: block;
}
#menu .dropdown.open .dropdown-menu {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
}
#menu .dropdown-menu li{
    padding:15px;
    border-bottom:1px solid #ddd;
}
#menu .dropdown-menu li:last-child{
    border-bottom:none;
}
#menu .dropdown-menu li a{
    color:#000;
	font-size:14px;
	font-weight:400;
	text-transform:capitalize;
}
#menu .dropdown-menu li a:hover{
    color:#FFA41F;
	padding-left:15px;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {

	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
.button-top{
	padding-left:0px;
	padding-top:10px;
}
.button-top .btn-primary{
	background:#FFA41F;
	width:100%;
	border:1px solid #FFA41F;
	padding:14px 10px;
	float:right;
}
/*--------------------------------- 
[ order / .order ]
----------------------------------- */
.serachpart .commontop h4{
	margin:0px 0 24px;
}
.order #search{
	position:relative;
	text-align:center;
}
.order .search-icon .form-group{
	margin:0;
	display: inline-block;
}
.order #search .input-lg{
    box-shadow: none ;
    outline-offset: 0 ;
    height: 50px;
    border-radius:4px;
}
.order #search .btn-lg {
	background:#FFA41F;
	font-size:16px;
	font-weight:700;
	color:#fff;
	height:50px;
	padding:12px 20px;
	vertical-align: top;
	margin-left: 15px;
	display: inline-block;
	border-radius:4px;
	border:none;
	text-shadow:none;
}
.order #search .btn i{
    margin-right:16px;
}
.order ul{
	margin:50px 0 0;
}
.order ul li{
	padding:0 80px 0 0;
}
.order ul li:last-child{
	padding:0 0px 0 0;
}
.order ul li i{
	font-size:36px;
	color:#686868;
}
.order ul li p{
	font-size:16px;
	color:#686868;
	margin:15px 0 0 0; 
	font-style:italic;
}
.order img{
	margin:0 auto 80px;
}
/*--------------------- 
[ menu / .menu ]
----------------------- */
.menu .nav-tabs {
	border:1px solid #E5E5E5;
	margin:0 auto 47px;
	padding:20px 0;
	text-align:center;
}
.menu .nav-tabs > li {
	float:none;
	display:inline-block;
}
.menu .nav-tabs > li:last-child {
	padding:0 0 0 0;
}
.menu .nav-tabs > li > a{
	border:none;
	font-weight:600;
	font-size:14px;
	color:#000;
	line-height: 14px;
	margin:0 ;
	text-transform:uppercase;
	padding: 14px 25px;
	border-radius:4px;
}
.menu .nav-tabs > li.active > a, .menu .nav-tabs > li.active > a:hover, .menu .nav-tabs > li.active > a:focus, .menu .nav-tabs > li > a:hover{
	color:#fff;
	background:#FFA41F;	
	border:none;
} 
.menu .box{
	border:1px solid #E5E5E5;
	margin-bottom:30px;	
}
.menu .box .image{
	float:left;
}
.menu .box .caption{
	border-left:1px solid #E5E5E5;
	margin-left:130px;
	padding:10px 15px;
	min-height:140px;
}
.menu .box .caption h4 a{
	color:#000;
}
.menu .box .caption h4{
	font-size:16px;
	font-weight:600;
	color:#000;
	margin:0 0 4px;
}
.menu .box .caption .des{
	font-size:13px;
	font-weight:600;
	color:#686868;
	margin:0;
	line-height:20px;
}
.menu .box .caption .price{
	font-size:18px;
	font-weight:600;
	color:#FFA41F;
	margin:0;
	float:left;
}
.menu .box .caption .icon{
	display:none;
}
.menu .box .caption .icon button i{
	font-size:24px;
	color:#000;
}
.menu .box .caption .icon button{
	background:none;
	padding:0px;
	border:none;
	box-shadow:none;
}
.menu .box .caption .icon button + button{
	margin-left:20px;
}
.menu .box .caption .icon button:hover i{ 
	font-size:24px;
	color:#FFA41F;
}
.menu .box:hover .caption .icon{
	display:block;
}
.menu .box:hover{
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.20);
}
.menu .btn-primary{
	margin:20px 0 0;
	color:#000;
	width:161px;
	border:1px solid #FFA41F ;
	padding:10px 15px;
	text-decoration:none;
} 
.menu .btn-primary:hover{
	color:#fff;
	border:1px solid #FFA41F;
} 
#popular{
	margin:0 0 50px;
}
/*--------------------- 
[ abouts / .abouts ]
----------------------- */
.abouts{
	background:url(../image/about_bg.jpg) center center no-repeat;
	width:100%;
	height:621px;
}
.abouts .commontop p{
	margin:0 0 24px;
}
.abouts .commontop hr{
	margin:0 0 50px;
}
.abouts .des{
	margin:0 0 50px;
	color: #686868;
}
.abouts .btn-primary{
	background:#FFA41F;
	border:1px solid #FFA41F;
	width:161px;
} 
/*--------------------------------
[ service / .service ]
---------------------------------- */
.service .box{
	margin-bottom:50px;
}
.service .box img{
	margin:0 auto 24px;
}
.service .box h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 15px;
}
.service .box p{
	font-size:14px;
	font-weight:400;
	color:#686868;
	margin:0;
}
.video{
	margin-top:30px;
}
/*---------------------
[ team / .team ]
----------------------- */
.team{
	margin-bottom:80px;
}
.team .box .caption{
	border:1px solid #e5e5e5;
	border-top:0;
	padding:20px 10px;
}
.team .box .caption .role{
	font-size:16px;
	font-weight:600;
	color:#000;
	margin:0 0 5px;
}
.team .box .caption h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 5px;
}
.team .box .caption p{
	font-size:14px;
	font-weight:400;
	color:#686868;
	margin:0;
}
.team ul{
	margin:0 0 0px;
}
.team ul li{
	margin-right:10px;
	padding:10px;
	border-radius:50%;
	background:#ccc;
	width:40px;
	height:40px;
}
.team ul li:last-child{
	margin-right:0px;
}
.team ul li a{
	color:#fff;
}
.team ul li:first-child:hover{
	background: #3b5997;
}
.team ul li:nth-child(2):hover{
	background: #1da1f3;
}
.team ul li:nth-child(3):hover{
	background: #de4b39;
}
.team ul li:last-child:hover{
	background: #8039b3;
}
/*-------------------- 
[ shop / .shop ]
---------------------- */
.shop{
	margin:80px 0;
}
.left .search{
    padding: 20px 14px;
    width:100%;
}
.left{
	border:1px solid #e5e5e5;
	border-radius:4px;
	background:#fbfbfb;
} 
.left h4{
	background:#FFA41F;
	text-align:left;
	color:#fff;
	margin:0;
	font-size:18px;
	font-weight:600;
	padding:15px 15px;
	line-height:12px;
}
.left h3{
	font-size:16px;
	font-weight:600;
	color:#000;
	margin:0 0 20px;
	text-transform:uppercase;
}
.left h3 a{
	color:#b2b2b2;
}
.left .search .form-group {
    margin: 0 0 20px;
	position: relative;	
}
.left .search input {
    color: #b1b1b1;
    height: 40px;
    box-shadow:none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.left .search .btn {
    position: absolute;
    background: none;
    bottom: 9px;
    right: 15px;
    border-radius: 0;
    padding: 0;
    border:none;
    box-shadow:none;
}
.left .search .btn i {
    color: #FFA41F;
    font-size: 18px;
}
.left .search ul{
	margin:0;
}
.left .check li  input{
	height:auto;
	margin:0 8px 0 0;
	vertical-align:middle;
}
.left .check {
	padding: 20px 14px;
}
.left .check li{
	margin:0 0 10px;
}
.left .check li a{
	font-size:14px;
	font-weight:400;
	color:#000;
}
.left .popular ul li{
	background:#f4f4f4;
	border:1px solid #e5e5e5;
	border-radius:4px;
	padding:8px;
	margin:0 5px 8px 0;
	line-height:12px;
}
.left .popular ul li:last-child{
	margin:0 5px 0px 0;
}
.left .popular ul li a{ 
	font-size:12px;
	color:#686868;
}
.price-filter{
	position:relative;
	padding-top:18px;
	margin-top:38px;
}
.price-range { 
	border: 4px solid #FFA41F;
	background:#FFA41F ;
	height:4px;
}
.price-range .bg{
	background: #F3F3F3;
	height: 8px;
	margin-left: 86px;
	margin-top: -4px;
	width: auto;
}
.min{
	left:30%;
	color: #fff;
    font-size: 9px;
    background: #000;
    position: absolute;
	top: -21px;
    padding: 6px 12px;
    border-radius: 4px;
}
.min::after  {
    border-bottom: 4px transparent dashed;
    border-top: 7px solid #000;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    bottom: -10px;
    text-align: center;
    display: block;
    content: "";
}
.slider-handle { 
	background:#FFA41F;
	border-radius:50%;
	height:16px;
	width:16px;
	display:inline-block;
	padding:2px 1px;
	position:absolute;
	top:13px;
	border:1px solid #fff;
}
.one{
	left:34%;
}
.price-filter p{
	margin:20px 0 0;
	font-size:12px;
	font-weight:600;
	color:#999;
}
.left .rating li i{
	color:#FFA41F;
	font-size:14px;
	vertical-align:top;
}
.left .popular,.left .price{
	padding: 20px 14px;
	border-bottom:1px solid #e5e5e5;
}
.left .rating li:nth-child(2) i:last-child, .left .rating li:nth-child(3) i:nth-child(5), .left .rating li:nth-child(3) i:last-child, .left .rating li:nth-child(4) i:nth-child(4),.left .rating li:nth-child(4) i:nth-child(5), .left .rating li:nth-child(4) i:last-child, .left .rating li:last-child i:nth-child(3),.left .rating li:last-child i:nth-child(4),.left .rating li:last-child i:nth-child(5),.left .rating li:last-child i:last-child{
	color:#b2b2b2;
}
.sort {
	margin-bottom:50px;
}
.sort .btngrid{
	background:#FBFBFB;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	color: #b1b1b1;
	box-shadow:none;
	padding:8px 10px;
}
.sort .btngrid + .btngrid{
	margin: 0 0 0 13px;
}
.sort .btngrid i{
	font-size:18px;
}
.sort .btngrid:hover{
	color:#FFA41F;
	background:transparent;
}
.sort .form-group{
    height: 37px;
}
.sort .form-group label {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 0 8px 0 0;
}
/*-----------------------------
[ newsletter / .newsletter ]
------------------------------- */
#newsletter{
	background:#FFA41F;
	padding:26px 0;
}
#newsletter .news{
	float:left;
	font-size:36px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin: 5px 0 0 0;
}
#newsletter p{
	margin:0 0 0 38%;
	font-size:14px;
	font-weight:400;
	color:#fff;
	border-left:1px solid #D88100;
	padding: 10px 0 15px 26px;
}
#newsletter .form-group{
	margin:7px 0;
}
#newsletter .input-group{
	width:100%;
}
#newsletter .input-group input{
	width:75%;
	height:50px;
	font-size:14px;
	border:0;
	border-radius:4px;
	padding:16px;
	vertical-align:middle;
}
#newsletter .input-group .btn-news{
	background:#D88100;
	border:1px solid #D88100;
	color:#fff;
	font-size:16px;
	font-weight:600;
	border-radius:4px;
	margin-left:10px;
	padding:12px 26px;
	box-shadow:none;
}
/* content */
#content {
	min-height: auto;
}
/*--------------------------------
[ reserved / .reserved ]
---------------------------------- */
.reserved {
	margin-bottom:50px;
}
.reserved  form .form-group{
	margin-bottom:30px;
}
.reserved img{
	border-radius:4px;
}
.reserved  form .form-control, .reserved  form .bootstrap-select .btn {
	background:transparent;
	text-transform:capitalize;
	min-height:45px;
	color:#686868;
	padding:8px 20px;
}
.reserved  form textarea{
	height:142px;
}
.reserved form .icofont {
    position: absolute;
    right: 18px;
    padding: 15px 12px;
    color: #FFA41F;
}
.reserved form .bootstrap-select{
	padding:0;
}
.reserved form .bootstrap-select .btn i{
	right:0;
	top:0;
}
.reserved .btn-primary{
	width:161px;
	margin:20px 0 0;
	border:1px solid #FFA41F;
	background:#FFA41F;
	height:50px;
}
/*--------------------
[ thanks / .thanks ]
---------------------- */
.thanks{
	margin:130px 0; 
}
.thanks img{
	margin:0 auto;
}
.thanks h2{
	font-size:50px;
	font-weight:700;
	color:#FFA41F;
	margin:50px 0;
}
.thanks p{
	font-size:14px;
	font-weight:400;
	color:#686868;
}
.thanks .btn-primary{
	width:190px;
	background:#FFA41F;
	border:1px solid #FFA41F;
	margin:40px 0 0;
}
/*--------------------------------
[ slideshow0 / .slideshow0 ]
---------------------------------- */
.slider .swiper-pagination {
    top: auto;
	bottom:15%;
	position:absolute;
	right:0;
	left:0;
}
.slider .swiper-pagination span {
    background: #fff;
	border:3px solid transparent;
	height:10px; 
	width:10px;
	box-shadow:none;
}
.slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
	border:3px solid #fff;
	width:12px;
	height:12px;
}
.slider .swiper-button-prev{
	left:60px !important; 
	opacity:1 !important;
}
.slider .swiper-button-next{
	right:60px !important;
	opacity:1 !important;
}
.slider .swiper-button-next i,.slider .swiper-button-prev i{
	font-size:60px;
	color:#fff;
	margin:0;
}
.slider .swiper-button-next::before,.slider .swiper-button-prev::before{
	content:"" ;
}
/*--------------------------------
[ reservation / .reservation ]
---------------------------------- */
.reservation{
	background:url(../image/reservation_bg.jpg) center center no-repeat;
	width:100%;
	height:522px;
	padding-top:15px;
}
.reservation .commontop p, .reservation .commontop h4{
	color:#fff;
}
.reservation  .form-group{
	margin:0;
}
.reservation  .form-control, .reservation  .bootstrap-select .btn {
	background:transparent;
	text-transform:capitalize;
	height:45px;
	margin-bottom:30px;
	color:#fff;
	padding:0 0 0 20px;
}
.reservation .icofont {
    position: absolute;
    right: 18px;
    padding: 15px 12px;
    color: #fff;
}
.reservation .bootstrap-select{
	padding:0;
}
.reservation .bootstrap-select .btn i{
	right:0;
	top:0;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100% ;
}
.reservation .btn-primary{
	width:161px;
	margin:20px 0 0;
	border:1px solid #FFA41F;
	background:#FFA41F;
	height:50px;
}
/*--------------------------------- 
[ commontop / .commontop ]
----------------------------------- */
.commontop h4{
	font-size:24px;
	font-weight:700;
	color:#000;
	text-transform:uppercase;
	margin:50px 0 24px;
	text-align:center;
}
.commontop p{
	font-size:14px;
	font-weight:400;
	color:#686868;
	margin:0 auto 24px;
}
.commontop hr{
	border-top:2px solid #FFA41F;
	margin:0 auto 50px;
	width:100px;
}
/*--------------------- 
[ about / .about ]
----------------------- */
.about{
	background:url(../image/about_bg.jpg) center center no-repeat;
	width:100%;
	height:621px;
}
.about .commontop p{
	margin:0 0 24px;
}
.about .commontop hr{
	margin:0 0 50px;
}
.about .des{
	margin:0 0 50px;
	color: #686868;
}
.about .btn-primary{
	background:#FFA41F;
	border:1px solid #FFA41F;
	width:161px;
	height:50px;
	padding:10px 10px;
} 
/* footer */
footer {
	background:rgba(0, 0, 0, 0.8) url(../image/footer_bg.jpg) center center no-repeat;
	margin-top: 0px;
	border-top: none;
	color: #e2e2e2;
	padding:100px 0 30px;
}
footer hr {
	border-top:1px solid rgba(255, 255, 255, 0.25);
	margin:80px 0 44px;
}
footer ul{
	margin:0;
}
footer ul li{
	padding:0 0 20px;
}
footer ul li:last-child{
	padding:0 0 0px;
}
footer ul li a, footer ul li{
	font-size:14px;
	color:#fff;
	line-height:14px;
}
footer a:hover {
	color: #fff;
}
footer h3 {
	color:#fff;
	font-size:20px;
	font-weight:600;
	margin:0 0 42px;
	text-transform:uppercase;
	line-height:12px;
}
footer .contact li a{
	line-height:22px;
}
footer .contact li a i{
	color:#FFA41F;
	margin-right:15px;
	float:left;
	line-height: 24px;
}
footer  .contact li:first-child a i{
	margin-bottom: 40px;
}
footer  p{
	color:#fff;
	font-size:14px;
	margin:8px 0 0;
}
footer p span{
	color:#FFA41F;
}
footer .social{
	text-align:right;
	margin:8px 0 0;
}
footer .social li{
	padding:0 20px 0 0;
	line-height:14px;
}
footer .social li:last-child{
	padding:0 0px 0 0;
}
footer .social li a{
	color:#fff;
	font-size:16px;
}
footer .social li a:hover i{
	color:#FFA41F;
}
footer .powered .social{
	margin:22px 0 0;
}


/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/*--------------------------------- 
[ bread-crumb / .bread-crumb ]
----------------------------------- */
.bread-crumb{
	position:relative;
}
.bread-crumb img{
	width:100%;
}
.bread-crumb .matter{
	position:absolute;
	bottom:30%;
	left:0;
	right:0;
	text-align:center;
	margin:0 auto;
	width:auto;
	max-width:35%;
	background: rgba(0, 0, 0, 0.35);
	padding:15px 0;
}
.bread-crumb .matter h2{
	color:#fff;
	font-size:25px;
	font-weight:700;
	margin:0;
	text-transform:uppercase;
}
.bread-crumb .matter ul{
	margin:0;
}
.bread-crumb .matter li{
	padding:0px;
	text-transform:uppercase;
}
.bread-crumb .matter li:after {
	content: '/';
	padding: 0 2px 0 6px;
	color:#fff;
}
.bread-crumb .matter li:last-child:after {
	content: '';
}
.bread-crumb .matter  li a{
	color:#fff;
	font-size:13px;
	font-weight:600; 
}
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/*--------------------
[ login / .login ]
---------------------- */
.login{
	margin:80px 0;
}
.leftside{
	background: url("../image/sign_bg.jpg");
	height: 580px;
	width:100%;
	border-radius: 4px 0px 0 4px;
}
.loginto{
	padding:0 33px;
	position:absolute;
	top:10%; 
	left:0; 
}
.loginto .commontop h4 {
    color: #fff;
}
.loginto p{
	font-size:16px;
	font-weight:600;
	color:#fff;
	line-height:25px;
}
.loginto p a{
	color:#FFA41F;
}
.loginto h5{
	font-size:18px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin:45px 0 34px;
}
.loginto ul{
	margin:0;
	text-align:center;
}
.loginto ul li{
	width:100%;
	margin:0 0 30px;
	padding:10px 0;
	border-radius:4px;
}
.loginto ul li a{
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	font-weight:600;
}
.loginto ul li i{
	margin-right:15px;
	font-size:18px;
}
.loginto ul li:first-child{
	background: #4E71A7;
}
.loginto ul li:nth-child(2){
	background: #1CB8EB;
}
.loginto ul li:last-child{
	background: #E44120;
}
.loginnow{
	padding:80px 100px;
	border:1px solid #e5e5e5;
	height:580px;
}
.loginnow .form-group{
	margin-bottom:30px;
	position:relative;
}
.loginnow .form-group .icofont{
	position:absolute;
	right:0;
	padding:15px 12px;
	color:#FFA41F;
	top:0;
}
.loginnow .form-control{
	height:45px;
	color:#ccc;
	text-transform:capitalize;
}
.loginnow .links{
	color:#686868;
	font-size:14px;
}
.loginnow .links a{
	color:#FFA41F;
	font-weight:600;
}
.loginnow .links .sign{
	color:#686868;
	font-weight:400;
}
.loginnow .links input{
	margin:0 5px 0 0;
}
.loginnow .btn-primary{
	background:#FFA41F;
	width:115px;
	margin:20px 0 0;
	border:none;
}
/*-------------------- 
[ shopdetail / .shopdetail ]
---------------------- */
.shopdetail{
	margin:80px 0;
}
.shopdetail h1{
	margin:0 0 15px;
	font-size:24px;
	color:#000;
	font-weight:600;
	line-height:14px;
}
.shopdetail .old-price{
	color:#999;
	font-size:20px;
}
.shopdetail .rating a{
	color:#000;
	font-size:14px;
	vertical-align: middle;
}
.shopdetail .price{
	font-size:22px;
	color:#000;
	font-weight:600;
	margin:15px 0 25px;
	line-height:18px;
}
.shopdetail .shortdes{
	font-size:14px;
	color:#686868;
	margin:0 0 24px;
}
.shopdetail .qtypara {
    margin: 0;
}
.shopdetail .qtypara .form-control {
    width:39px;
    color:#000;
    font-size:16px;
    font-weight:600;
    height:40px;
}
.shopdetail .btn-group .btn-primary {
    margin-left:10px;
    width:auto;
    color:#000;
    border:1px solid #e5e5e5;
    height:40px;
    background:transparent;
    padding:0 15px;
}
.shopdetail .btn-group .btn-primary:hover {
    color:#fff;
    border:1px solid #FFA41F;
    background:#FFA41F;
}
.shopdetail .nav-tabs{
	margin:50px 0 30px;
}
.shopdetail .nav-tabs > li:hover a,.shopdetail .nav-tabs > li.active a{
	background:#FFA41F;
	color:#fff;
	border:none;
}
.shopdetail .nav-tabs > li a{
	color:#000;
	text-transform:uppercase;
	font-weight:700;
    font-size: 16px;
    line-height:14px;
    border:none ;
    padding:20px 17px;
}
.shopdetail .tab-content p{
	margin:0;
	color:#686868;
}
.shopdetail #tab-review .box{
	border-bottom:1px solid #e5e5e5;
	margin-bottom:20px; 
}
.shopdetail #tab-review .box:last-child{
	border-bottom:0px solid #e5e5e5; 
}
.shopdetail #tab-review .box img{ 
	border-radius:4px;
	float:left;
	margin-right:20px;
}
.shopdetail #tab-review .box .detail{
	margin:0 0 16px 100px;
}
.shopdetail #tab-review .box .detail h2{
	font-size:16px;
	font-weight:600;
	color:#000;
	margin:0 0 2px;
}
.shopdetail #tab-review .box .detail span{
	font-size:14px;
	color:#b2b2b2;
}
.shopdetail #tab-review .box .detail .rating{
	margin:8px 0 10px;
}
.shopdetail #tab-review .box .detail p{
    font-size: 14px;
	margin:0;
}
.shopdetail #form-review label{
	font-weight:400;
    font-size: 14px;
    margin:0 0 15px;
	padding:0;
	color:#000;
	text-transform:uppercase;
}
.shopdetail #form-review .form-group{
	margin-bottom:0;
}
.shopdetail #form-review .form-control{
	min-height:45px;
	box-shadow:none;
	margin:0 0 30px;
}
.shopdetail #form-review .rating p{
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	margin:0 0 10px;
}
.shopdetail #form-review .rating i{
	color:#b2b2b2;
}
.shopdetail #form-review .buttons .btn-primary{
	background:#FFA41F;
	border:1px solid #FFA41F;
	margin:50px 0 0;
	width:106px;
	color:#fff;
}
/*--------------------------------- 
[ contactus / .contactus ]
----------------------------------- */
.contactus{
	margin:80px 0;
}
.contactus iframe{
	width:100%;
	height:500px;
	border:0;
	margin-bottom:80px;
}
.contactus  form .form-group{
	margin-bottom:30px;
}
.contactus img{
	border-radius:4px;
}
.contactus  form .form-control {
	background:transparent;
	text-transform:capitalize;
	min-height:45px;
	color:#686868;
	padding:10px;
}
.contactus form .icofont {
    position: absolute;
    right: 18px;
    padding: 15px 12px;
    color: #FFA41F;
}
.contactus .btn-primary{
	width:190px;
	background:#FFA41F;
	border:1px solid #FFA41F;
	margin:20px 0 0;
}
.address{
	margin:50px 0 0px;
}
.address .box{
	border:1px solid #e5e5e5;
	padding:19px 0;
	height:190px;
}
.address .box .icon{
	background:#FFA41F;
	border-radius:50%;
	width:60px;
	height:60px;
	padding:18px;
	margin:0 auto 20px;
}
.address .box .icon i{
	font-size:24px;
	color:#fff;	
}
.address .box h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 10px;
}
.address .box p{
	font-size:14px;
	font-weight:400;
	color:#696969;
	margin:0;
}
.address .box p a{
	color:#696969;
}
.address .social{
	padding:19px 21px;
}
.address .social h4{
	text-align:center;
	margin:0 0 24px;
}
.address .social ul{
	margin:0;
}
.address .social ul li {
	width:40px;
	height:40px;
	margin:0 10px 10px 0;
	padding:8px;
	border-radius:50%;
	text-align: center;
}
.address .social ul li a{  
	color:#fff;
}
.address .social ul li a i{  
	font-size:18px;
}
.address .social ul li:first-child {
	background:#3b5999;
}
.address .social ul li:nth-child(2) {
	background:#1da1f3;
}
.address .social ul li:nth-child(3) {
	background:#de4b39;
}
.address .social ul li:nth-child(4) {
	background:#843ab5;
}
.address .social ul li:nth-child(5) {
	background:#be071d;
}
.address .social ul li:nth-child(6) {
	background:#eb4724;
}
.address .social ul li:last-child {
	background:#cf2120;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	text-shadow: none;
	background:#ffa41f;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
	border-radius:4px;
	border:1px solid #fff; 
}
.table .btn-primary {
	font-size:14px;
	font-weight:400;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
	background:#FFA41F !important;
	border:1px solid transparent !important; 
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	overflow: hidden;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.5;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .desc{
	display:none;
}
.product-list .desc{
	display:block;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {

.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4{
	font-weight: bold;
	margin:18px 0 12px;
}
.product-thumb h4 a{
	font-size:16px;
	color:#000;
}
.product-thumb .caption {
	padding:0 15px 20px;
	min-height: 125px;
	border-top:1px solid #e5e5e5;
	text-align:center;
}
.desc{
	font-size:14px;
	font-weight:400;
	color:#999;
	line-height:24px;
	display:none;
	margin:25px 0;
}
.product-thumb .image .hoverbox{
	position:absolute;
	width:100%;
	text-align:center;
	opacity:0;
	bottom:auto;
	top:50%;
	left:0;
	right:0;
}
.product-thumb .image:hover .hoverbox{
	-webkit-transition:all 1.5s ease;
	-moz-transition:all 1.5s ease;
	-o-transition:all 1.5s ease;
	-ms-transition:all 1.5s ease;
	transition:all 1.5s ease;
	opacity:1;
}
.product-thumb .btn-primary{
	background: #FFA41F;
	border: 1px solid #FFA41F;
	width:129px;
	height:40px;
}
.product-list .product-thumb .caption {
	margin-left: 255px;
	text-align: left;
    border-left:1px solid #e5e5e5;
    border-top:none;
    border-bottom:none;
    border-right:none;
    padding:12px 29px 29px;
    border-radius: 0 4px 4px 0;
}
.product-list .image:hover .hoverbox{
	opacity:0;
}
.product-grid .listbtn{
	display:none;
}
.product-list .listbtn{
	display:block;
}
.product-grid .image{
	border:1px solid #e5e5e5;
	border-radius:4px;
}
.product-grid .product-thumb{
	border:none;
}
@media (max-width: 1200px) {

.product-grid .product-thumb .caption {
	padding: 0 10px;
	text-align:center;
	border-top:none;
}
}
#slideshow0 img{
	width:100%;
}
@media (max-width: 767px) {
.icon .dropdown-menu-right{
	right:auto;
}
.product-thumb .image img{
	width:100%;
}
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 16px;
}
.rating .fa-star {
	color: #ffa41f;
	font-size: 16px;
}
.rating .fa-star + .fa-star-o {
	color: #ffa41f;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	font-size:16px;
	font-weight:600;
	color:#000;
	margin:0;
	line-height:20px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	display: none;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*---------------------- 
[ Mycart / .mycart ]
------------------------ */ 
.mycart{
	margin:80px 0;
}
.mycart .nav-tabs{
	border:0;
	margin:0 0 50px;
}
.mycart .nav-tabs li{
	width:33%;
	text-align:center;
}
.mycart .nav-tabs  li.active  span{
	background:#FFA41F;
	border:1px solid #FFA41F;
	color:#fff;
}
.mycart .nav-tabs li span{
	display:block;
	font-size:22px;
	font-weight:700;
	color:#000;
	border:1px solid #e5e5e5;
	background:transparent;
	border-radius:50%;
	margin:0 auto 20px;
	width:50px;
	height:50px;
	padding:8px;
	background:#fff;
}
.mycart .nav-tabs > li > a{
	padding:0;
	font-size:14px;
	font-weight:600;
	color:#000;
	text-transform:uppercase;
	border:0;
}
.mycart .nav-tabs > li.active > a{
	border:0;
	background:transparent;
	color:#000;
}
.mycart .nav > li > a:hover, .mycart .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.mycart .bor{
	border-top: 2px solid #e5e5e5;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 17%;
	z-index:-1;
}
.mycart #tab-cart h2{
	font-size:14px;
	font-weight:600;
	color:#686868;
	margin:0 0 15px;
}
.mycart #tab-cart td{
	padding:20px 30px;
	border:0;
	border-top:1px solid #e5e5e5;
	vertical-align: middle;
}
.mycart #tab-cart thead td{
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	color:#000;
}
.mycart #tab-cart td img{
	margin:0 20px 0 0;
	float:left;
	border:1px solid #e5e5e5;
}
.mycart #tab-cart td .name h4{
	font-size:16px;
	font-weight:600;
	color:#000;
	margin:30px 0 5px;
}
.mycart #tab-cart td .name p{
	font-size:13px;
	font-weight:600;
	color:#686868;
	margin:0px 0 10px;
}
.mycart #tab-cart td .rating i{
	font-size:14px;
	color:#FFA41F;
}
.mycart #tab-cart td .rating i:last-child{
	color:#b2b2b2;
}
.mycart #tab-cart tbody tr td:nth-child(2), .mycart #tab-cart tbody tr td:nth-child(4){
	font-size:15px;
	font-weight:600;
	color:#000;
}
.mycart #tab-cart .qtypara{
	margin:0;
	position:relative;
}
.mycart #tab-cart .qtypara .minus {
    position: absolute;
    left:0;
    cursor: pointer;
    top:5px;
    bottom:auto;
}
.mycart #tab-cart .qtypara .add {
	position: absolute;
    cursor: pointer;
	right:0;
	top:5px;
    bottom:auto;
}
.mycart #tab-cart .qtypara .add .icofont {
    border-radius: 0 15px 15px 0;
}
.mycart #tab-cart .qtypara .icofont{
	background-color:#e5e5e5;
	color:#A4A4A4;
	font-size:14px;
	border-radius: 15px 0 0 15px;
    padding: 9px 17px;
}
.mycart #tab-cart .qtypara .icofont:hover{
	background-color:#FFA41F;
	color:#fff;
}
.mycart #tab-cart .qtypara .form-control{
	height:32px;
	text-align:center;
	border-radius:40px;
}
.mycart #tab-cart  tbody tr td h3{
	font-size:22px;
	font-weight:600;
	color:#000;
	margin:0 0 48px;
}
.mycart .buttons .btn-primary{
	border:1px solid #E5E5E5;
	color:#000;
	padding:12px 25px;
	background:#fff;
}
.swiper-slide{
	width:auto !important;
}
@media(min-width:1300px){
	.swiper-slide{
		width:100% !important;
	}
}
.mycart .btn-primary:hover{
	border:1px solid #FFA41F;
	color:#fff;
}
.mycart #tab-info, .mycart #tab-payment {
	border:1px solid #e5e5e5;
	border-radius:4px;
	padding:50px 30px;
}
.mycart #tab-info h6{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 30px;
	text-transform:uppercase;
}
.mycart #tab-info .form-group{
	margin:0;
}
.mycart #tab-info .form-control{
	height:45px;
	margin:0 0 30px;
	text-transform:uppercase;
	border:1px solid #e5e5e5;
	color:#b3b3b3;
}
.mycart #tab-payment form{
	margin:0 100px 120px;
}
.mycart #tab-payment form .link{
	margin:0 0 50px;
}
.mycart #tab-payment form .link li{
	border:3px solid #e5e5e5;
	padding:23px 13px;
	border-radius:50%;
	margin-right:20px;
	position:relative;
}
.mycart #tab-payment form .link li:hover, .mycart #tab-payment form .link li.active{
	border:3px solid #FFA41F;
}
.mycart #tab-payment form .link li:hover::after, .mycart #tab-payment form .link li.active::after  {
    border-bottom: 7px transparent dashed;
    border-top: 10px solid #FFA41F;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    bottom: -18px;
    display: block;
    content: "";
    left:0;
    right:0;
    margin:0 auto; 
    width:6px;
    height:6px;
}
.mycart #tab-payment .form-group{
	margin:0;
}
.mycart #tab-payment .form-control, .mycart #tab-payment  form .bootstrap-select .btn{
	height:45px;
	margin:0 0 30px;
	text-transform:uppercase;
	border:1px solid #e5e5e5;
	color:#b3b3b3;
	background:#fff;
}
.mycart #tab-payment label{
	font-size:14px;
	font-weight:600;
	margin:0 0 15px;
	text-transform:uppercase;
	color:#000;
	width:100%;
	padding:0 15px;
}
.swiper-viewport{
	background: transparent none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 0 20px !important;
}
@media (max-width:1180px){
	ul.megamenu > li {
		padding:0 10px !important;
	}
	.button-top .btn-primary{
		font-size:13px;
		height:auto;
		padding:10px 0;
	}
	.header{
		margin:5px 0;
	}
	#newsletter .news{
		font-size:25px;
	}
	#newsletter p{
		font-size:12px;
		padding:10px 0 0 26px;
	}
	#newsletter .input-group input{
		width:70% !important;
	}
	footer{
		padding:90px 0 30px;
	}
	#newsletter .form-group {
		margin: 0;
	}
	.commontop h4{
		font-size:18px;
	}
	.commontop p{
		font-size:12px;
	}
	.about .commontop hr{
		margin:0 0 20px;
	}
	.menu .nav-tabs > li > a{
		padding:10px 18px;
		font-size:12px;
	}
	.menu .box .caption .icon button + button {
		margin-left: 5px;
	}
	.loginto h5,.loginto ul li a{
		font-size:15px;
	}
	.loginnow{
		padding:50px;
	}
	.bread-crumb .matter{
		max-width:50%;
		bottom:10%;
	}
	.bread-crumb .matter h2{
		font-size:25px;
	}
	.address .social ul li{
		height:32px;
		width:32px;
		margin:0 5px 5px 0;
		padding:7px;
	}
	.address .box h4{
		font-size:14px;
	}
}
@media (max-width:1000px){
	#top .icon li i{
		margin-right:2px;
	}
	#top .icon li,#top .social li{
		padding:0 5px 0 0;
	}
	#top .icon li a, #top .social li a,#top #form-language .btn-link{
		font-size:12px;
	}
	#top{
		padding:0 0 3px;
	}
	.button-top .btn-primary{
		font-size:10px;
		height:auto;
		padding:5px 0;
	}
	ul.megamenu > li {
		padding:0 6px !important;
	}
	.menutitle{
		font-size:13px !important;
	}
	#mega_menu ul.megamenu > li > a{
		text-transform:none !important;
	}
	.toplable{
		line-height:12px;
		top:-16px;
	}
	.toplable::before{
		top:6px;
	}
	#mega_menu{
		margin:15px 0 0 !important;
	}
	#menu{
		min-height:auto;
	}
	ul.megamenu li .sub-menu .content .hover-menu .menu ul{
		min-width:auto !important;
	}
	.subcategory li a{
		font-size:10px !important;
	}
	.menu .nav-tabs > li > a{
		padding:8px 10px;
		font-size:11px !important;
		text-transform:none;
	}
	#newsletter .news {
		font-size: 20px;
		float:none;
		display:block;
	}
	#newsletter p{
		padding:0 0 0 15px;
		line-height:15px;
		font-size:12px;
		margin:10px 0;
	}
	#newsletter .input-group input{
		padding:5px !important;
		height:34px !important;
	}
	#newsletter .input-group .btn-news{
		padding:7px 10px !important;
		font-size:12px !important;
	}
	
	footer ul li a, footer ul li{
		font-size:11px;
		line-height:17px;
		padding:0 0 10px;
	}
	.team ul li{
		margin-right:5px;
	}
	.bread-crumb .matter h2{
		font-size:20px;
	}
	.bread-crumb .matter li a,.loginto p,.loginnow .links{
		font-size:12px;
	}
	.loginto{
		padding:0 15px;
	}
	.commontop hr{
		margin:0 auto 10px;
	}
	.loginto h5{
		font-size:12px;
		margin:20px 0;
	}
	.left .search{
		padding:20px 5px;
	}
	.left .search input{
		font-size:9px;
	}
	.left h4{
		font-size:14px;
		padding:15px 0;
	}
	.left .check li a{
		font-size:12px;
	}
	.left h3{
		font-size:13px;
	}
	.sort .form-group label{
		font-size:12px;
	}
	.shopdetail .qtypara .form-control{
		font-size:14px;
	}
	.btn-primary,.address .box p{
		font-size:12px;
	}
	.shopdetail .nav-tabs > li a{
		font-size:12px;
		padding:10px 15px;
	}
	.shopdetail .shortdes{
		font-size:12px;
	}
	
}
@media (max-width:767px){
	#top .pull-left,#top .pull-right{
		float:none !important;
		margin:0 auto;
		text-align:center;
	}
	.common-home header{
		position:relative;
		background:rgba(0, 0, 0, 0.8);
	}
	.order #search{
		padding:0 10px;
	}
	.order img{
		margin:0 auto 50px;
		width:310px;
	}
	.commontop h4{
		margin:10px 0;
	}
	.commontop p{
		margin:0 auto 5px;
	}
	.order ul li{
		padding:0 15px 0 0;
	}
	.commontop hr{
		margin:0 auto 20px;
	}
	.reservation .form-control, .reservation .bootstrap-select .btn{
		margin:0 0 10px;
		height:35px;
	}
	#newsletter .input-group{
		margin:0 0 20px;
	}
	footer{
		background:#000 !important;
		padding:30px 0;
	}
	footer h3{
		margin:15px 0;
	}
	.bread-crumb .matter{
		max-width:100%;
		bottom:0;
		padding:5px 0; 
	}
	.bread-crumb .matter h2{
		font-size:16px;
		font-weight:400;
	}
	.bread-crumb .matter li a{
		font-size:12px;
		font-weight:400;
	}
	.button-top {
		padding-left: 15px;
	}
	.team .box{
		margin:0 0 10px;
	}
	.team .box img{
		margin:0 auto;
	}
	.contactus form .form-control,.address .box{
		margin:0 0 15px;
	}
	.contactus form .form-group{
		margin-bottom:0px;
	}
	#top .icon li a, #top .social li a,#top #form-language .btn-link{
		font-size:11px;
	}
	.contact li:first-child{
		padding:0 0 20px;
	}
	footer .social{
		text-align:left;
	}
	.reserved img{
		margin:0 0 10px;
	}
	.thanks {
		margin: 30px 0;
	}
	.thanks h2{
		margin:20px 0;
		font-size:25px;
	}
}
@media(min-width:2000px){
	.bread-crumb .matter{
		max-width:15%;
	}
}
