@font-face {
	font-family: "Helvetica";
	font-style: normal;
	font-weight: normal;
	src: local("Helvetica"), url("../font/Helvetica.woff") format("woff");
}
@font-face {
	font-family: "Helvetica-Bold";
	font-style: bold;
	font-weight: bold;
	src: local("Helvetica-Bold"), url("../font/Helvetica-Bold.woff") format("woff");
}
@font-face {
	font-family: "helvetica-light";
	font-style: normal;
	font-weight: normal;
	src: local("helvetica-light"), url("../font/Helvetica-light.woff") format("woff");
}
@font-face {
	font-family: "Helvetica-Oblique";
	font-style: oblique;
	font-weight: oblique;
	src: local("Helvetica-Oblique"), url("../font/Helvetica-Oblique.woff") format("woff");
}
@font-face
{
 font-family: "IcoFont";
font-weight: normal;
font-style: "Regular";
src: url("./font/icofont.woff2") format("woff2"),
url("./font/icofont.woff") format("woff");
}
body {
	font-family: "Helvetica",sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
    background-color: #fafafa;
}
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: #bca480;
}
a:hover,a:focus {
	text-decoration: none;
    outline: 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: 12px;
}
.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: #bca480;
	background-image:none;
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #bca480;
	padding: 5px 0px 0px;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 15px;
}
#top #form-currency{
    position: relative;
}
#top #form-currency .btn-group .btn-link{
     padding: 5px 12px 5px 0;
}
#top #form-currency:after{
    content: '';
    position: absolute;
    top: 10px;
    left: auto;
    width: 16px;
    height: 8px;
    border-bottom: 1px dashed #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-70deg);
    right:-3px;
}
#top #form-language .btn-link {
    padding: 5px 12px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .dropdown-menu .currency-select,
#top #form-language .dropdown-menu .language-select {
	color: #333;
    padding: 5px 12px;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #bca480;
	background-color: transparent;
}
#top i{
    font-size: 16px;
    vertical-align: text-bottom;
}
#top #top-links ul{
    margin-bottom: 0px;
}
#top #top-links i{
    vertical-align: top;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-shadow: none;
	text-decoration: none;
    font-size: 14px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}
#top-links .dropdown-menu a,#top-links .dropdown-menu .btn-link {
	text-shadow: none;
    color:#333;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 5px;
}
#top-links .login{
    padding-right: 10px;
    margin-right:8px;
}
#top-links .login:after{
    content: '';
    position: absolute;
    top: 14px;
    left: auto;
    width: 16px;
    height: 8px;
    border-bottom: 1px dashed #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-70deg);
}
#top-links .logout{
    position: relative;
    padding-right: 10px;
    margin-right:8px;
}
#top-links .logout:after{
    content: '';
    position: absolute;
    top: 2px;
    left: auto;
    width: 16px;
    height: 8px;
    border-bottom: 1px dashed #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-70deg);
    right:auto;
}
/* logo */
#logo {
	margin:0px 0 10px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .bootstrap-select{
    width: auto;
    float: left;
}
#search .bootstrap-select .btn-default{
    background: #bca480;
    border-color: #bca480;
    border-radius: 0px;
    color: #fff;
    text-shadow: none;
    padding-top:8px;
    font-size: 16px;
}
#search .btn-lg i{
    color: #fff;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
    border-color: #bca480;
    border-radius: 0px;
    box-shadow: none;
}
#search .btn-lg {
	font-size: 18px;
	line-height: 20px;
	padding: 9px 15px;
	text-shadow: none;
    background: #bca480;
    border-color: #bca480;
    border-radius: 0px;
}
/* cart */
.wishlistbox i{
    font-size: 18px;
    color:#000;
    line-height: 22px;
}
.wishlistbox .totalwish{
    background: #bca480;
    position: absolute;
    border-radius: 50%;
    padding: 0px 6px;
    color: #fff;
    top: 3px;
    right: 6px;
    vertical-align: top;
}
.wishlistbox{
    border: 1px dashed #333;
    padding: 12px 20px 2px 10px !important;
    vertical-align: top;
    position: relative;
}
#cart {
	margin-bottom: 10px;
    border: 1px dashed #333;
}
.cartright{
    float: right;
}
#cart > .btn {
	font-size: 14px;
	line-height: 20px;
	color: #000;
    background-color: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    padding: 8px 10px 7px;
}
#cart .btn i{
    font-size: 20px;
    margin-right: 5px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border:none;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-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;
}
/* menu */
#menu {
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
	border-color:transparent;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#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;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	padding: 15px 0;
	border: none;
    background: transparent;
    text-align: center;
    border-bottom: 1px solid #bca480;
    border-radius: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li a{
    color:#242424;
    font-size: 16px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 0px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '\f105';
	padding: 0 10px;
    font-family: fontawesome;
    color: #242424;
    font-size: 16px;
}
.breadcrumb li:hover a{
    color: #bca480;
    transition: all .4s ease 0s;
}
.breadcrumb li:last-child a{
    color: #bca480;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow:none;
}
.well{
	background-color: #ffffff;
	box-shadow: none;
}
.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;
}
.thumbnail{
	border-radius:0px;
}
.btn-primary {
	color: #ffffff;
	text-shadow:none;
	background-color: #bca480;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #bca480;
    font-size: 18px;
    font-family: "Helvetica-Oblique";
    text-transform: capitalize;
    padding: 10px 18px 9px;
    line-height: 17px;
}
.input-group-btn .btn-primary{
	padding: 7.5px 12px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #333;
	border-color: #333;
}
.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 i{
    margin-right: 5px;
}
.list-group a {
	color: #000;
	background:transparent;
	border-bottom:none;
    border-top: none;
    border-left: none;
    border-right: none;
	text-shadow: none;
    font-size: 16px;
    font-family: "Helvetica-Oblique";
    padding: 10px 0;
}
.list-group .sub{
    font-size: 14px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #bca480;
	background:transparent;
	text-shadow: none;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: none;
}
.list-group-item{
    border:none;
    padding: 0px;
}
/* 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 {
	background: #fff;
	margin-bottom: 25px;
	overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s ease-in-out;
}
.product-thumb:hover{
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.product-thumb .image {
	text-align: center;
    background: #f5f5f5;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	/*padding: 0 15px;
	width:285px;*/
}
}
.product-thumb h4 a:hover{
    color: #bca480;
}
.product-thumb h4 a{
    color: #000;
    font-family: "Helvetica-Oblique";
    text-transform: capitalize;
    font-size: 18px;
}
.product-thumb h4 {
	font-weight: 400;
}
.product-thumb .caption {
	padding: 0 0px;
	min-height: 60px;
    text-align: center;

}
.product-list .product-thumb{
	overflow:hidden;
}
.product-list .product-thumb .caption {
	text-align:left;
	float: left;
	padding: 0px 15px;
	position:relative;
	width:550px;
}
.product-list .product-thumb .caption p
{
	text-align:justify;
}
.product-list .product-thumb .desc
{
	display:block;
}
.product-list .product-thumb  .product-li-hidden
{
	display:none;
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.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: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
    color: #bca480;
    font-size:17px;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 5px;
    font-size:14px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
.product-thumb .button-group {
	border-top:none;
	background-color: transparent;
	overflow: auto;
    text-align: center;
    position: absolute;
    z-index: 30;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
}
.product-list .product-thumb .button-group {
	border-left:none;
	background:transparent;
	opacity: 1;
	transform:none !important;
	width:35%;
	position:relative;
	left:15px;
	transition:all 0s;

}
.product-list .product-thumb .button-group button{
	float: left;
	margin-right: 5px;
}
.product-list .product-thumb .button-group {
	border-left:none;
	background:transparent;
	opacity: 1;
	transform:none !important;
	width:35%;
	position:relative;
	left:15px;
	transition:all 0s;

}
.product-list .product-thumb .button-group button{
	float: left;
	margin-right: 5px;
}
.product-list .product-thumb .button-group {
	border-left:none;
	background:transparent;
	opacity: 1;
	transform:none !important;
	width:35%;
	position:relative;
	left:15px;
	transition:all 0s;

}
.product-list .product-thumb .button-group button{
	float: left;
	margin-right: 5px;
}
.product-grid .product-thumb .button-group{
	margin-top: -10px;
}
.product-list .product-thumb .button-group button i
{
	color:#fff !important;
}
.product-list .row-flex {

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;

}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: auto;
	display: inline-block;
	float: none;
	background-color:#bca480;
	color: #333;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
    padding: 8px 15px;
    border: none;
		border-radius:5px;
}
.product-thumb .button-group button i{
    font-size: 21px;
    color: #333;
}
.product-thumb .button-group button i:hover,.product-thumb .button-group button:hover i{
    color: #bca480;
}
.product-thumb .button-group button + button {
	border-left:1px solid #fff;
	margin-left: -2px;
}
.product-thumb .button-group button:first-child{border-left: none;}
.product-thumb .button-group button:last-child{border-right:none;}
.product-thumb:hover .button-group {
    -webkit-transform: translate(0, -110px);
    -ms-transform: translate(0, -110px);
    -o-transform: translate(0,-110px);
    transform: translate(0, -110px);
    background: transparent;
    opacity: 1;
	transition:all 0.7s;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: auto;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width:auto;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 0px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.thumbnails .image-additional a{
	float: left;
	margin-left: 15px;
	display: inline-block;;
	margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* 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;
}
.shipment-detail{
    border-bottom: 1px dashed #d6d6d6;
    padding: 10px 0 30px;
    margin-bottom: 30px;
}
.shipment-detail .col-sm-6+.col-sm-6,.shipment-detail .col-md-4 + .col-md-4{
    border-left:1px dashed #d6d6d6;
}
.shipment-detail .col-sm-6,.shipment-detail .col-md-4{
    padding:0 25px;
}
.shipment-detail .detail p{
    color: #fff;
    font-size: 13px;
    font-family: "helvetica-light";
}
.shipment-detail .detail h4{
    color: #bca480;
    font-size: 17px;
    font-family: "Helvetica-Bold";
    margin-bottom: 5px;
}
.shipment-detail .detail{
    text-align: right;
    margin-top: 20px;
}
.shipment-detail i{
    font-size: 40px;
    border-radius: 100%;
    border: 2px solid #fff;
    padding: 16px 17px;
    width: 80px;
    height: 80px;
    text-align: center;
    float: left;
}
footer .minbox li i{
    font-size: 20px;
    margin-right: 5px;
}
.footerlogo{
    margin: 10px 0 8px;
}
.footer-about{
    line-height: 25px;
    word-break: break-all;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: "helvetica-light";
}
.social-link li a i{
    background: #fff;
    color: #bca480;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 3px;
    margin-right: 0px;
}
.social-link li a:hover i{
    color:#fff;
    background: #bca480;
}
footer .minbox li {
    padding-bottom: 10px;
}
footer .minbox h3,.border{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
footer .minbox h3:before,.border span:before{
    content: " ";
  position: absolute;
  top: 5px;
  left: 0px;
  right: 5px;
  bottom: 0;
  border-bottom: 3px solid #bca480;
  transition: 0.3s;
  width: 10%;
}
footer .minbox h3:hover{
    color: #bca480;
}
footer .minbox h3:after,.border span:after {
  content: " ";
  position: absolute;
  top: 5px;
  left: 10%;
  right: 5px;
  bottom: 0;
  border-bottom: 3px solid #fff;
  transition: 0.3s;
  width: 20%;
}
footer .minbox h3:hover:before,.border:hover span:before {
    width: 100%;
    z-index: 999;
}
footer .minbox .payment_method i{
    font-size: 28px;
    margin-right: 0;
}
.owl-wrapper-outer{
    border: none !important;
    box-shadow: none !important;
}
.slider-top img{
    width:100%;
}
.slider-top .owl-pagination{
    top:-30px;
}
.slider-top .owl-controls .owl-page.active span{
    background: #bca480;
    box-shadow: none;
    border-radius: 3px;
}

.slider-top .owl-controls .owl-page span {
    background: #333;
    box-shadow: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px 3px;
    width: auto;
    height: auto;
}
.slider-top .owl-controls .owl-page{
    float: right;
}
/*demo banner*/
.jewellery-banner{
    margin-bottom: 20px;
}
.jewellery-banner a {
    overflow: hidden;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jewellery-banner a:before {
    background-color: #bca480;
    border-radius: 5px;
    content: "";
    height: 0;
    left: 0px;
    margin: auto;
    opacity: 0.2;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    position: absolute;
    top: 0px;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -khtml-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 0;
    z-index: 1;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(-150%);
    backface-visibility: hidden;
}
.jewellery-banner a:after {
    background-color: #bca480;
    border-radius: 5px;
    bottom: 0px;
    content: "";
    height: 0;
    opacity: 0.2;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    position: absolute;
    right: 0px;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -khtml-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 0;
}
.jewellery-banner a img {
    transition-duration: .9s;
}
.jewellery-banner a:hover:before,
.jewellery-banner a:hover:after {
    height: 100%;
    width: 100%;
}
.jewellery-banner a:hover img {
    transform: scale(1.1);
}
.jewellery-banner a:hover,.jewellery-banner a{
    border:1px dashed #bca480;
}
.headings{
    text-align: center;
    font-family: "Helvetica-Oblique" !important;
    font-size: 23px;
    text-transform: capitalize;
    color: #000;
}
/*.one:before {
    content: "\ef01";
    font-family: IcoFont !important;
    display: inline-block;
    position: relative;
    color: #bca480;
    top: -8px;
    font-size: 30px;
    padding: 0 5px;
    background: #fff;
    animation: 2s linear 0s normal none infinite;
}*/
.one{
    border: 0;
    height: 2px;
    text-align: center;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    width: 25%;
    margin-bottom: 40px;
}
.cate-product .image{
    position: relative;
}
.cate-product{
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}
.cate-product:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
        transition-duration: 500ms;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    opacity: 0;
    background-color: #f2e4cc;
}
.cate-product .name{
    position: relative;
    padding: 15px 0;
}
.cate-product .name a{
    color: #000000;
    font-size: 18px;
    font-family: "Helvetica-Oblique";
    text-transform: uppercase;
    font-weight: bold;
}
.cate-product .divide{
    border: 0;
height: 2px;
text-align: center;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
width: 50%;
margin:5px auto 0px;
}
.cate-product:hover:before {
    opacity: 1;
}
.desc{display:none;}
.parallax{
    margin: 0;
    position: relative;
    overflow: hidden;
    background-color: rgba(188,164,128, 0.2);
    transition: opacity .5s ease;
    margin: 25px 0 30px;
}
/*.parallax:after{
    background-color: inherit;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}*/
.parallax .section_wrap {
    overflow: hidden;
    position: relative;
    padding: 30% 0 0 0;
}
.parallax .scroll_layers.imageeffect {
    padding: 40% 0 0 0;
}
.parallax .imageeffect {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    z-index: 0;
     -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.discount-detail .one{
    width: 45%;
}
.discount-detail .headings{
    font-size: 28px;
}
.discount-detail h1{
    font-size: 35px;
    font-family: "Helvetica-Oblique";
}
.discount-detail {
    position: absolute;
    top: 18%;
    text-align: center;
    color: #333;
    left: auto;
    right: auto;
    margin: 0 auto;
    z-index: 9;
}
.news .news-div img{
    width: 100%;
}
.news .news-div{
    background-color: #fafafa;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    transition: all 300ms linear 0ms;
    margin-bottom: 10px;
    padding: 5px;
}
.news .news-div .caption{
    padding: 10px 10px 20px;
    min-height: 120px;
    text-align: center;
}
.news .news-div .name{
    margin: 10px 0;
}
.news .news-div .caption p{
    font-family: "helvetica-light";
    font-size: 14px !important;
    color: #000;
    word-break: break-all;
    line-height: 24px;
}
.read-more{
    text-align: center;
     position: relative;
    padding: 10px 0 0;
}
.news .read-more:before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #bca480;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 300ms linear 0ms;
}
.read-more a {
    opacity: 0;
    font-size: 14px;
    font-family: "Helvetica-Oblique";
    text-transform: capitalize;
    color: #1151d3;
    transition: all 300ms linear 0ms;
    font-weight: bold;
}
.news .news-div .name a {
    color: #000;
    font-family: "Helvetica-Oblique";
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
}
.news .product-layout{
    padding-top: 20px;
}
.news .product-layout:hover .news-div{
    transform: translateY(-10px);
}
.news .product-layout:hover .read-more a,.news .product-layout:hover .read-more:before{
    opacity: 1;
}
@media(max-width:480px)
{
	.product-thumb .image
	{
		width:100%;
	}
	.product-list .product-thumb .caption
	{
		text-align:center;
		width:100%;
	}
	.product-list .product-thumb .caption p
	{
		text-align-last:center;
	}
	.product-list .product-thumb .button-group
	{
		width:100%;
		left:0px;
	}
	.product-thumb .button-group button
	{
		width:auto;
	}
}

@media (min-width:768px) and (max-width:1024px)
{
	.product-grid .product-thumb .caption
	{
		min-height:auto;
	}

}
.product-search .product-thumb:hover .button-group
{
	transform: translate(0, -110px);
	transition:all 0.7s;
}
.product-search .product-thumb .button-group
{
	transition:all 0.7s;
}
.product-search .product-list .product-thumb .button-group
{
	left:15px;
	transition:none;
}

@media(max-width:480px)
{
	.product-search .product-list .product-thumb .button-group
	{
		left:0;
		transition:none;
	}
}
.featured-pros .product-thumb:hover .button-group
{
	transform: translate(0, -100%);
}
.headinglist{
    position: relative;
    padding-bottom: 15px;
    margin: 15px 0 ;
    text-transform: capitalize;
    color: #000;
    font-size: 20px;
}
.headinglist:before{
    content: " ";
  position: absolute;
  top: 5px;
  left: 0px;
  right: 5px;
  bottom: 0;
  border-bottom: 3px solid #bca480;
  transition: 0.3s;
  width: 20%;
}
.list-group .list-group-item input[type="checkbox"]{
    margin: 0  0 0 -22px;
}
.list-group .list-group-item .checkbox label{

}
.list-group .list-group-item .checkbox{
    padding-bottom: 5px;
}
#column-left .special .product-layout  .product-thumb .image,#column-right .special .product-layout .product-thumb .image{
    float: left;
    margin-right: 5px;
}
#column-left .special .product-layout .product-thumb .desc,#column-right .special  .product-layout .product-thumb .desc{
    display: none;
}
#column-left .special .product-layout .product-thumb .caption,#column-right .special  .product-layout .product-thumb .caption{
    text-align: left;
    padding-left: 100px;
}
#column-left .special .product-layout:last-child .product-thumb, #column-right .special .product-layout:last-child .product-thumb{
    border: none;
}
#column-left .special .product-layout .button-group, #column-right .special .product-layout .button-group{
    position: relative;
    opacity: 1;
    text-align: left;
		transform: translate(5px, -30px);
}
#column-left .special .product-layout:hover .button-group, #column-right .special .product-layout:hover .button-group{
    transform: none;
    background: transparent;
		transform: translate(5px, -30px);
}
#column-left .special .product-layout .button-group button, #column-right .special .product-layout .button-group button{
    width: auto;
    padding: 8px 13px;
}
.sortby{
    border:1px solid rgba(0,0,0,0.1);
    margin: 20px 0;
    padding: 15px 0;
}
.sortby .form-group {
    margin-bottom: 0px;
}
.sortby .btn-default .fa{
    font-size: 20px;
}
.sortby .btn-default {
    color: #000;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    box-shadow: none;
    padding: 5px;
}
.sortby .btn.active,.sortby .btn:active,.sortby .btn-default:hover{
    box-shadow: none;
    color: #bca480;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
}
.owl-carousel{
    background: transparent !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #bca480;
    border-color: #bca480;
}
.pagination > li > a{
     color: #bca480;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
   color: #fff;
}
.list-group{
    background: #fff;
    padding: 10px;
}
.information-contact .info {
		font-size: 15px;
		color: #2e3440;
		line-height: 25px;
}
.image-additional{
	padding:0 28px 0 15px;
}
.image-additional .owl-buttons div{
		opacity: 1 !important;
}
.image-additional .owl-buttons div i{
		color: #fff;
		background: #bca480;
		font-size: 25px !important;
		padding: 5px 8px 7px;
}
.image-additional .owl-buttons .owl-prev{
	left: 0 !important;
	top:42% !important;
}
.image-additional .owl-buttons .owl-next{
	right: 0 !important;
	top:42% !important;
}
.pro-right h1{
	font-size: 26px;
	margin: 0 0 15px;
}
.pro-right .rating .fa-stack{
	vertical-align: top;
}
.pro-right .info li{
		font-size: 13px;
		margin: 0 0 3px;
}
.pro-right .rating a{
	font-size: 15px;
}
.pro-right .price{
	padding: 15px 0 11px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.pro-right .new-price{
	font-size: 24px;
	color: #000;
}
.pro-right .old-price{
	font-size: 18px;
	color: #4d4d4d;
	margin-left: 10px;
}
.qtypara label{
	font-size: 15px;
	color: #242424;
}
.qtypara label{
	font-size: 15px;
	color: #242424;
	margin-right: 10px;
}
.qtypara .qty{
	width: auto;
  text-align: center;
  border-radius: 0px;
  display: inline-block;
	vertical-align: top;
	margin: 0 -4px;
}
.qtypara{
	margin: 25px 0;
}
.qtypara .fa{
	background: #bca480;
	color: #fff;
	padding: 10px 10px;
	cursor: pointer;
}
#button-cart {
	margin-right:1px;
	padding: 8px 16px 11px;
}
#button-cart i{
	font-size:23px;
	margin-right: 5px;
}
#product .btn-group .btn {
	background-color: #333;
	background-image: none;
	color: #fff;
	border-color: #333;
	box-shadow: none;
	text-shadow: none;
	font-size: 20px;
	margin-right: 5px;
	border-radius: 4px;
	padding: 7px 13px;
}
#product .btn-group .btn:hover {
	color: #fff;
	background-color: #bca480;
	border-color: #bca480;
}
.ptabs{
	margin: 25px 0;
}
.ptabs .nav-tabs{
	text-align: center;
	border-bottom: none;
	margin: 0 auto 20px;
}
.ptabs .nav-tabs > li > a{
	 font-size: 16px;
	 color: #4a4a4a;
	 text-transform: uppercase;
	 padding: 10px 20px;
	 border-bottom: 2px solid #ddd;
	 border-top: none;
	 border-left: none;
	 border-right: none;
}
.ptabs .nav-tabs > li{
	margin-bottom: 0;
	display: inline-block;
	float: none;

}
.ptabs .nav-tabs > li + li{margin-left: -5px;}
.ptabs .nav-tabs > li.active > a,.ptabs .nav-tabs > li.active > a:focus,.ptabs .nav-tabs > li.active > a:hover{
	 background-color: transparent;
	 color: #bca480;
	 border-bottom:2px solid #bca480;
	 border-top: none;
	 border-left: none;
	 border-right: none;
}
.ptabs .nav-tabs > li > a:hover{
	background-color: transparent;
	 border-bottom:2px solid  #ddd;
	 border-top: none;
	border-left: none;
	border-right: none;
}
.swiper-viewport{
	  border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}
.ptabs .tab-content{
	color: #4b4b4b;
	font-size: 14px;
	line-height: 22px;
}
.popular-categories{margin-bottom: 20px;}
.newss p{
	font-size: 14px;
	margin: 15px 0;
	line-height: 25px;
}
#back-top {
	z-index:99;
	display:none;
	text-decoration: none;
	position: fixed;
	overflow: hidden;
	bottom: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	border: none;
	text-indent: -999px;
	background: url('../image/top.gif') no-repeat;
	cursor: pointer;
	background-size: 135%;
    border-radius: 50%;
    background-position: center center;
}

@media(max-width:1100px){
	.social-link li a i{padding: 5px 7px;}
	.social-link li,.payment_method li{padding: 0 2px !important;}
}
@media(min-width:768px and max-width:1025px){
	footer .minbox li i {
    font-size: 14px;
    margin-right: 0px;
  }
	footer li a {
    font-size: 10px !important;
}
	.shipment-detail .col-sm-6, .shipment-detail .col-md-4 {
	    padding: 0px 15px;
	}

	.shipment-detail i{padding: 14px 14px;width: 70px;height: 70px;}
	.shipment-detail .detail h4{font-size: 12px;}
	.shipment-detail .detail p{font-size: 9px;}
	#cart > .btn{padding: 8px 4px 7px;font-size: 11px;}
	.wishlistbox i {
    font-size: 15px;
    color: #000;
    line-height: 19px;
  }
	.wishlistbox{padding:12px 12px 2px 6px !important;}
	.wishlistbox .totalwish{line-height: 16px;padding: 0px 4px;}
	#cart .btn i {font-size: 14px;}
}
@media (min-width: 768px){
	.swiper-viewport .swiper-button-next {
	    right: 10px !important;
	}
	.swiper-viewport .swiper-button-prev {
	    left: 10px !important;
	}
}
@media(max-width:768px){
	.cartright {float: none;margin: 0 auto;text-align: center;}
	#logo img{margin: 0 auto;}
	#top .btn-link, #top-links li, #top-links a{font-size: 12px;}
	#top #form-currency .btn-group > .btn-link {padding: 5px 5px 5px 0;}
	#top #form-language .btn-link {padding: 5px 5px;}
	#top-links .login {padding-right: 5px;margin-right: 14px;}
	#search .bootstrap-select .btn-default{padding-top: 12px;font-size: 13px;}
	.jewellery-banner a{margin-bottom: 10px;}
	.parallax .section_wrap{padding: 50% 0 0 0;}
  .parallax .scroll_layers.imageeffect{padding: 60% 0 0 0;}
	.discount-detail{top:10%;}
	.discount-detail .headings {font-size: 20px;}
	.one{margin-bottom: 20px;margin-top: 10px;}
	.discount-detail h1{font-size: 16px;margin-top: 10px;}
	.btn-primary{font-size: 16px;    padding: 8px 15px 6px;}
	.shipment-detail i{margin-bottom: 15px;float: none;margin: 0 auto;display: block;}
	.shipment-detail .detail{text-align: center;margin-bottom: 20px;}
	.form-horizontal .form-group > .col-xs-12 > .form-control{margin-bottom: 15px;}
}
