/* CSS Document */
body {
	background: #fff;
	font-family: 'Ubuntu', Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 16px;
	font-weight: 200;
	line-height: 24px;
	overflow-x: hidden;
	overflow-y: scroll;
	color: #333;
}

.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
	color: #d7ad53;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  background: transparent;
  border: 1px solid #d7ad53;
  /*border-right: none;*/
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}

.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}

.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
	color: #d7ad53;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d7ad53;
  color: white;
}

.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
	color: #d7ad53;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de !important;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #3c8dbc !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
/*
* Select2 ends
*/

.preloader {
	position: fixed;
	background: url(../images/loader.gif) center center #fff no-repeat;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}

.main_content {
	position: relative;
	padding: 50px 0;
}

.form-control:focus,
.form-control:active,
.btn:focus,
.btn:active {
	outline: none;
	border: none;
}

.bg-primary {
	background: #d7ad53;
}

#success {
	text-align: left;
	text-transform: none;
}

textarea {
	resize: none;
}

h1,h2,h3,h4,p {
	margin: 0;
	padding: 0;
}

.main_content h1,
.main_content h2,
.main_content h3,
.main_content h4 {
	margin-bottom: 30px;
	text-transform: capitalize;
}

.main_content p {
	margin-bottom: 10px;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 0;
}

.alert {
	padding: 5px;
}

a {
	color: #d7ad53;
}

.form-control, .btn {
	border-radius: 0;
}

.btn {
	text-transform: capitalize;
	border: none;
}

.btn-success,
.btn-primary {
	background: #d7ad53;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #c69032 !important;
}

.input-group {
	margin-bottom: 10px;
}

.input-group-addon .fa {
	width: 15px;
}

.breadcrumb {
	text-transform: capitalize;
}

.top_bar {
	background: transparent;
	padding: 15px 0;
}

.inner_content {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
}

.navbar-default .navbar-nav>li>a {
	
}

.navbar-default {
	background: transparent;
	border: none;
	margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
	text-shadow: 1px 1px 2px #333;
	padding: 15px 15px;
	font-size: 17px;
	text-transform: capitalize;
	color: #fcf8d1;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: transparent;
	text-decoration: none;
	border-bottom: 1px solid #f3f3f3;
	color: #fff;
}

.navbar-default img {
	height: 70px;
	width: auto;
	margin-right: 50px;
	filter: drop-shadow(0px 0px 5px #000);/*x y blur colour*/
}

#search select {
	border: 1px solid #d7ad53 !important;
}

.page_title {
	background: url(../images/page_title2.jpg) no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 15px;
	color: #f3f3f3;
}

.page_title .main_content {
	padding-top: 230px;
	padding-bottom: 10px;
}

.page_title h3 {
	margin-bottom: 0;
}

.breadcrumb {
	background: transparent;
	display: table;
	border-top: 1px solid #afcbbd;
	border-bottom: 1px solid #afcbbd;
	border-radius: 0;
	padding: 2px 0;
	color: #f3f3f3;
}

.breadcrumb .active {
	color: #f3f3f3;
}

.breadcrumb a {
	text-decoration: none;
	color: #f3f3f3;
}

.breadcrumb > li + li:before {
    content: "\00bb ";
    padding: 0 5px;
}

.sharethis-inline-share-buttons {
	margin: 0;
	text-align: left;
}

.banner {
	background: url(../images/home_logo.jpg) no-repeat center;
	background-size: cover;
	height: 250px;
	position: relative;
}

#zoom_slider {
	position: relative; 
	overflow: hidden;
	width: 100%;
	height: 600px;
	text-transform: capitalize;
	background-position: top;
	color: #ffffff;
}

.welcome .col-sm-12 {
	text-align: center;
}

.main_content.home_instagram  {
	background: #ededed;
    padding: 40px 0;
}

.services .intro p {
	font-size: 18px;
}

.services .inner_content {
	width: 100%;
	padding: 15px;
	text-align: center;
	border-top-right-radius: 20px;
	color: #fff;
}

.services .inner_content h1 {
	margin-bottom: 15px;
}

.services img {
	width: 60%;
	height: auto;
	border-radius: 50%;
	border: 5px solid #d7ad53;
	margin: 0 auto 15px;
}

.services .inner_content p {
	color: #333;
}

.services .inner_content p:last-of-type {
	font-size: 14px;
}

.welcome p {
	font-size: 18px;
	line-height: 28px;
}

.welcome a {
	margin-top: 20px;
}

.latest_products {
	background: #fff;
}

.categories {
	background: #ffffff;
}

.latest_products .panel,
.latest_products .panel-body {
	border-radius: 0;
	border: none;
}

.categories .panel-body,
.store .panel-body {
	position: relative;
	padding: 0;
}

.category .panel,
.category .panel-body {
	border: none;
	font-weight: 600;
}

.category a {
	text-decoration: none;
}

.category a:hover,
.category a:active,
.category a:focus {
	color: #d7ad53;
}

.category .product_price {
	padding: 5px 0;
	margin: 0;
}

.colour_select .selected_option {
	border: 2px solid #d7ad53;
}

.latest_products .panel-body,
.category .panel-body {
	padding: 0;
	border-radius: 0;
	position: relative;
}

.latest_products .panel-footer,
.category .panel-footer {
	position: relative;
	min-height: 80px;
}

.category .panel-body p {
	margin: 0;
}

.latest_products .panel-footer .front_price,
.category .panel-footer .front_price {
	width: 88%;
	position: absolute;
	bottom: 5;
}

.latest_products .panel-body .overlay,
.category .panel-body .overlay {
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	padding: 10px 0;
}

.categories .panel-body .overlay,
.store .panel-body .overlay {
	height: 60px;
	padding: 15px;
	bottom: 0;
	font-weight: bold;
	text-align: center;
}

.latest_products .panel-footer,
.category .panel-footer {
	border-top: none;
}

.latest_products .panel-footer p,
.category .panel-footer p {
	margin: 2px 0;
}

.front_price {
	background: #d7ad53;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.add_to_cart {
	background: transparent;
	border: 1px solid #d7ad53;
	width: 40px;
	height: 28px;
	display: table;float: left;
	text-align: center;
	outline: none;
	color: #d7ad53;
}

.overlay .col-xs-6.text-right,
.latest_products .overlay .col-xs-6.text-right {
	padding-right: 30px;
}

.latest_products .overlay .col-xs-6.text-right .btn {
	margin-top: 0;
}

.store .panel-body,
.store .panel-footer {
	padding: 0;
}

.store .panel-footer p {
	margin: 10px;
}

.store a:hover,
.categories a:hover {
	text-decoration: none;
	color: #d7ad53;
}

.form-control.product_color,
.form-control.front_size {
	width: 160px;
}

.lSPager {
	margin-top: -10px !important;
	margin-bottom: 10px !important;
}

.similar .col-xs-3 {
	height: 120px;
	overflow: hidden;
}

.similar .col-xs-3 img {
	object-fit: cover;
}

.services .intro {
	margin-bottom: 30px;
}

.tab-content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 10px;
}

#map {
	width: 100%;
	height: 400px;
}

.go-top {
	position: fixed;
	bottom: 45px;
	right: 20px;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 20px;
	font-weight: 300;
	padding: 5px 10px 10px 10px;
	display: none;
	border-radius: 50%;
	color:#d7ad53 !important;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.newsletter {
	position: relative;
	background: #fcf8d1;
	font-size: 18px;
	text-transform: capitalize;
	text-align: center;
	color: #333;
}

.newsletter .input-group-addon,
.setup-content .input-group-addon,
.contact .input-group-addon {
	border: 1px solid #d7ad53;
	border-right: none;
	background: transparent;
	color: #d7ad53;
}

.newsletter .form-control,
.setup-content .form-control,
.contact .form-control {
	background: transparent;
	border: 1px solid #d7ad53;
	border-left: none;
	color: #d7ad53;
}

.newsletter .form-control {
	color: #333;
}

.row_actions span {
	display: inline-block;
	margin-bottom: 5px;
}

.account .panel-heading h4,
.order .panel-heading h4 {
	margin: 0;
}

.account .table-responsive {
	font-size: 14px;
}

.account .dataTables_paginate,
.account input[type='search']  {
	float: right;
}

#instafeed .col-xs-3 {
	background: url(../images/loader.gif) no-repeat center center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 2px;
	height: 300px;
	overflow: hidden;
}

#instafeed img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	object-fit: cover;
}

.contact_button {
	background: #f5f5f5;
}

.footer_logo img {
	width: 100px;
	height: auto;
}

.footer_logo p {
	margin: 0;
}

.footer_logo .fa {
	font-size: 20px;
	margin-right: 10px;
	margin-top: 5px;
}

.footer,.credits,
.footer a,
.credits a {
	font-size: 13px;
	text-transform: capitalize;
	line-height: 21px;
	color: #f3f3f3;
}

.footer ul {
	list-style: none;
	padding: 0;
}

.footer li .fa {
	margin-right: 10px;
}

.footer {
	background: #333;
	text-align: left;
}

.footer .form-control {
	z-index: 0;
}

.footer .col-sm-12 {
	text-align: center;
	padding-top: 30px;
}

.footer .col-sm-12 img {
	margin: 0 auto;
	max-width: 200px;
}

.credits {
	background: #666;
	padding: 15px 0;
	text-transform: capitalize;
	text-align: center;
}

@media(max-width:1199px) {
	
	.banner {
		height: 400px;
	}
	
}
	
@media (max-width:767px) {
	
	.main_content {
		padding: 25px 0;
	}

	.navbar-header a {
		display: table;
	}
	
	.navbar-default img {
		height: 60px;
		width: auto;
		margin-left: 15px;
	}
	
	.navbar-default .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar-default .navbar-nav>li>a {
		background: rgba(0,0,0,.6);
		border-bottom: 1px solid #ddd;
		padding: 12px 0;
		line-height: 20px;
		text-align: center;
	}
	
	#zoom_slider {
		height: 350px;
	}
	
	.banner {
		height: 100px;
	}
	
	.inner_content {
		margin-bottom: 10px;
	}
	
	.welcome .col-sm-12 h1 {
		font-size: 24px;
	}
	
	.welcome .col-sm-12 p {
		font-size: 16px;
		line-height: 24px;;
	}
	
	.home_instagram .col-xs-3 {
		padding: 5px !important;
	}
	
	.cart_form {
		padding-left: 0;
	}
	
	.category .panel-footer {
		padding: 10px 8px;
	}
	
	.category .overlay form {
		margin-left: 20px;
	}
	
	.category .overlay .add_to_cart {
		width: 35px
	}
	
	#instafeed .col-xs-3 {
		margin: 0;
		padding: 2px;
		height: 90px;
		overflow: hidden;
	}
	
	.similar .col-xs-3 {
		padding: 2px
	}
	
	.single_product h4.front_price {
		font-weight: normal;
		font-size: 12px
	}
	
	.footer ul {
		margin-top: 10px
	}
	
	.footer li {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	
}

