div.div_class_name_pp {     /* this will hide div with class div_class_name_pp */
  display:none;
}
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 24px;
	width: 100%;
}

p {line-height:26px; font-size:14px;}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px; margin-bottom:15px;
}

h2 {
	font-size: 28px; margin-bottom:20px; margin-top:0;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color:#C48041;
}
a:hover {
	text-decoration: none; color:#8c511b;
}
a:focus {outline:none;}
btn:focus {outline:none;}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline:none;}

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	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: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {font-size: 13px; height: 30px; border-radius: 0; font-weight: 600; border-right: none; border-left: 1px solid #ddd; border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; background: #f5f5f5}
.input-group select {border-radius: 0 !important; height: 31px !important; border: 1px solid #ddd;}

/* 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;
}
/* top */
#top {
	/*background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;*/
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #c06511;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}

#top-links {padding-top: 6px; font-size:12px;}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */

/* cart */

#cart.open > .btn {
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {color: #444;}

#cart .dropdown-menu {min-width: 100%; z-index: 1001; padding: 0; border-radius: 0; background: #fff; border: none;}
#cart .dropdown-menu button.btn {color:#777; text-shadow: none; background: none; border: none; box-shadow: none; margin:0; padding:0;}
#cart .dropdown-menu button.btn:hover {color:#000;}
#cart .dropdown-menu .ccBtn {background:#C48041; color: #fff; padding: 9px 12px; border: none; border-radius: 3px; font-weight: 400; transition:all 0.3s ease 0s; font-size: 14px;}
#cart .dropdown-menu .ccBtn:hover {background:#222;}
#cart .dropdown-menu .ccBtn i {font-weight:400;}


#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	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;
}

/* content */
#content {min-height:500px;}

/* footer */
footer {
	margin-top: 50px;
	padding-top:0;
	background-color:#000;
	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;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 20px 0;
    padding: 8px 0 4px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #ffffff;}
	
.breadcrumb i {font-size:14px;}

.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;
}
/* 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-primary.focus, .btn-primary:focus {color:#fff; background-color: #d7914f; border-color: #C48041;}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .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 {color:#fff; background-color: #d7914f; border-color: #C48041;}



.btn-default {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #C48041;
    border: 1px solid #8c511b;
	padding: 9px 23px;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	    -ms-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
}

.btn-default:hover {
       background-color: #333; color:#fff;
    background-position: 0 -15px;
    border-color: #000;}
	
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #C48041;		
	border:1px solid #8c511b;
	padding: 9px 23px;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	    -ms-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #333;
    background-position: 0 -15px;
    border-color: #000;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #C48041;		
	border:1px solid #8c511b;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #333;
    background-position: 0 -15px;
    border-color: #000;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #C48041;		
	border:1px solid #8c511b;
	padding: 9px 23px;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	    -ms-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #333;
    background-position: 0 -15px;
    border-color: #000;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #C48041;		
	border:1px solid #8c511b;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #333;
    background-position: 0 -15px;
    border-color: #000;
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #C48041;		
	border:1px solid #8c511b;
	padding: 9px 23px;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #000; border-color:#000;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #c06511;
	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 #e8e8e8;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;}
	
.product-thumb .button-group button span {display:none;}
	
.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;
}


.product-thumb h4 {font-weight:600; font-size:15px; line-height:24px; height:70px; overflow:hidden;}

.product-thumb h4 a {color:#333; text-decoration:none;}
.product-thumb h4 a:hover {color:#c18245; text-decoration:none;}

.product-thumb .caption {
	padding: 0 12px;
	/*min-height: 180px;*/
	min-height: 10px; text-align:center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}

.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:#c18245; font-size:16px; font-weight:600;}

.product-thumb .price-new {font-weight: 600;}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #eee;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button {transition:all 0.2s ease 0s; outline:none;
	width:50%;
	border: none;
	display: inline-block;
	float: left;
	background-color:#f5f5f5;
	color: #777;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;}
.product-thumb .button-group button i {font-size:20px; position:relative;}
.product-thumb .button-group button i.fa-heart {top:3px;}
	
.product-thumb .button-group button + button {width:50%; border-left:1px solid #e1e1e1;}

.product-thumb .button-group button:hover {
	color:#fff;
	background-color: #c18245;
	text-decoration: none;
	cursor: pointer;
}


.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 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-color: #000; border-color:#000;
}


/************************* Sameer css start *************************/

.no-padding {padding:0 !important;}
.col-left {float:left !important;}
.col-right {float:right !important;}

header {background:#fff; box-shadow:0 0px 8px rgba(0,0,0,0.1);}
.header-section {margin:15px 0; display:block;}
.header-section #logo {margin:0; padding:0;}
.header-section .logo-area {margin:0; display:block;}
.header-section .search-area {margin:0 0 0 90px; display:block;}
.search-area #top-links .dropdown-menu {border-radius:0 0 4px 4px; background:#444; border:none; padding:0;}
.search-area #top-links .dropdown-menu li {padding:0; margin:0;}
.search-area #top-links .dropdown-menu a {color:#fff; padding:10px 15px; font-size:13px; text-decoration:none; font-weight:400;}
.dropdown-menu li > a:hover {background:#C48041;}


.cart_header #cart {padding:0; margin:0;}
.cart_header {display:block; margin:0; padding:0;}

/*.cart_header button {background:none; text-shadow:none; background-image:none; border:none; transition:all 0.3s ease 0s; box-shadow:none; color:#000; padding:0; margin:0; font-size:12px; line-height:18px;}
.cart_header button:hover {background:none;}*/


.search-area .my_account {display: inline-block; float: right; width:34%;}
.search-area .cart_header {display: inline-block; margin: 0; padding: 0; float: left; width:33%;}
.search-area .cart-right {display: block; float: right; text-align: right; margin:0; min-height:42px;}

.search-area .wishlistTop {display: inline-block; width:33%; float:left; position:relative;}
.search-area .wishlistTop a {background: url(../image/cart-sprite.png) no-repeat scroll 0 -75px; width:32px; height:40px; display:inline-block; margin:0; padding:0;}
.search-area .wishlistTop a:hover {background-position:-83px -75px;}
.search-area .wishlistTop a#wishlist-total span {border-radius: 50%; background: #c18245; color:#fff; padding: 0; position: absolute; top:0; right: -21px; font-size: 11px;
    font-weight: 600; line-height: 26px; width: 26px; height: 26px; display: inline-block; text-align: center;}
	
.search-area .cart_header button.btn-cart {background: url(../image/cart-sprite.png) no-repeat scroll 0 12px; width:32px; height:40px; display:inline-block; margin:0; padding:0; box-shadow:none; color:#000; font-size:12px; line-height:18px; border:none; float:right; transition:none;}
.search-area .cart_header button.btn-cart:hover {background-position:-83px 12px;}
.search-area .cart_header button.btn-cart #cart-total {border-radius: 50%; background: #c18245; color:#fff; padding: 0; position: absolute; top:0; right: -21px; font-size: 11px; font-weight: 600;
    line-height: 26px; width: 26px; height: 26px; display: inline-block; text-align: center;}

.search-area .my_account a.userIcon {background: url(../image/cart-sprite.png) no-repeat scroll 0 -160px; width:40px; height:40px; display:inline-block; margin:0; padding:0;}
.search-area .my_account a.userIcon:hover {background-position:-87px -160px;}
.search-area .my_account a.userIcon .caret {display:inline-block; width: 0; height:0; margin-left:2px; vertical-align:middle; border-top:6px dashed #363636; border-top: 4px solid\9; border-right:6px solid transparent; border-left:6px solid transparent; position:relative; top:10px;}
.search-area .my_account a.userIcon:hover .caret {border-top:6px dashed #C48041;}

.search_header #search {margin:0; padding:0; display: block; border:1px solid #333; min-height:42px; transition:all 0.4s ease 0s;}
.search_header #search:hover {border:1px solid #C48041;}
.search_header #search:hover button {background-position:0px -49px;}	
.search_header {display:block; margin:0; padding:0; position:relative;}
.search_header #search .input-lg {height:40px;
    line-height: 20px;
    padding: 10px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    max-width:93%;
    display: inline-block;}
.search_header #search .input-group-btn {
    position: absolute; right:6px; top:8px; font-size: 0;
    white-space: nowrap;
    max-width: 8%;
    text-align: right;
    width: auto;
    display: inline-block;
}
.search_header #search button {border: none;
    text-shadow: none;
    transition:none;
    background: rgba(0, 0, 0, 0) url(../image/searchIcon.png) no-repeat scroll 0 0;
    width: 24px;
    height: 24px;
    text-align: right;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;}

.my_account .dropdown-menu {border-radius:0; padding:0; margin:0; border:1px solid #e1e1e1;}	
.my_account .dropdown-menu li {padding:0; margin:0; display:block;}
.my_account .dropdown-menu li a {display: block; padding: 10px 20px; clear: both; font-weight: 400; line-height: 18px; color: #333; white-space: nowrap; border-bottom: 1px solid #e1e1e1;}
.my_account .dropdown-menu li a:hover {color:#fff; text-decoration:none; border-bottom: 1px solid #C48041;}

#top-links .list-inline li.switch {padding-right:0; padding-left:0; position:relative; top:-2px;}
#top-links .list-inline li.switch a	{    background: transparent;
    padding: 8px 2px 2px;
    border-radius: 0;
    text-shadow: none;
    color: #000;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #000;
    font-weight: 600;
    font-size: 14px;}
#top-links .list-inline li.switch a:hover {color:#cc8748; text-decoration:none; border-bottom: 1px solid #cc8748;}

.search_header #search .btn-lg .fa {color: transparent; font-size: 0;}


.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {background:none;}
#common-home {margin:0 auto; padding:0;}
#common-home h3 {font-size: 30px; line-height: 36px; margin: 0 0 20px; color: #333; font-weight: 600;}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {border-color:#cc8748;}
.form-control:focus {border-color:#cc8748;}


footer .footer_section {
	background: rgba(0, 0, 0, 0) url(../image/guitar_wallpaper.jpg) no-repeat scroll 100% 27% / cover;
    box-sizing: border-box;
    display: block;
    padding: 50px 0 0;
    position: relative;
    width: 100%; min-height:350px;}

footer .footer_section::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;}	

footer .footer_section .footer-col	{margin:0; padding:0; display:block;}
footer .footer_section hr {border-bottom:1px solid #fff; margin:20px 0;}
footer .footer_section .footer-col li {font-size:14px; line-height:22px; text-decoration:none;}

footer h5 {border-bottom:1px solid;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0 0 7px;
    position: relative;
    text-transform: uppercase;}

ul.list-unstyled.conctactus_cls li {margin-bottom: 9px;}

.category-menu-vertical #cssmenu {border: 0px; width: 100%; border-radius: 0px; font-family: 'Lato', sans-serif;}

.product-detail h1 {font-size: 25px; font-weight: 500; color:#333; line-height: 36px; margin-bottom: 20px; margin-top:0;}
.product-detail p {font-size:15px; line-height:26px;}
.product-detail .item-desc li {font-size:15px; font-weight:600; line-height:25px; color:#333;}
.product-detail .item-desc li span {font-weight:400;}
.product-detail .main-price li h2 {font-size:28px; font-weight:600; line-height:36px; color:#333; margin:20px 0 25px;}

.product-detail .item-desc {margin:20px 0;}
.product-detail .detailSearch input[type="text"] {border-radius:0; border: 1px solid #e1e1e1;}

.footer_section .footer-col ul li {list-style:outside none none; margin-bottom:10px; padding:0; position: relative;}
.footer_section .footer-col ul li a {color:#fff; text-decoration:none; transition:all 0.4s ease 0s;}
.footer_section .footer-col ul li a:hover {color:#C48041;}

.footer_section .address-col ul li {list-style: outside none none; margin-bottom: 15px; padding-left: 40px; position: relative;}
.footer_section .address-col .loaction_icon {background: rgba(0, 0, 0, 0) url(../image/location-pin.png) no-repeat scroll 3px 3px;}
.footer_section .address-col .address_icon {background: rgba(0, 0, 0, 0) url(../image/smartphone-call.png) no-repeat scroll left center;}
.footer_section .address-col .mail_icon {background: rgba(0, 0, 0, 0) url(../image/opened-email-envelope.png) no-repeat scroll left center;}

.footer_section .social-col ul li {list-style: outside none none; margin-bottom: 15px; padding:0; position: relative; min-height:28px;}
.footer_section .social-col ul li a {padding-left:40px; text-decoration:none; letter-spacing:0.5px;}
.footer_section .social-col ul li a:hover {color:#C48041; text-decoration:none;}
.footer_section .social-col .facebook_icon {background: rgba(0, 0, 0, 0) url(../image/fb-icon.png) no-repeat scroll 0 2px;}
.footer_section .social-col .facebook_icon:hover {background-position:0 -38px;}
.footer_section .social-col .instagram_icon {background: rgba(0, 0, 0, 0) url(../image/instagram-icon.png) no-repeat scroll 0 3px;}
.footer_section .social-col .instagram_icon:hover {background-position:0 -29px;} 
.footer_section .social-col .ebay_icon {background: rgba(0, 0, 0, 0) url(../image/ebay-icon.png) no-repeat scroll 0 4px;}
.footer_section .social-col .ebay_icon:hover {background-position:0 -26px;}
.footer_section .social-col .reverb_icon {background: rgba(0, 0, 0, 0) url(../image/reverb-icon.png) no-repeat scroll 0 2px;}
.footer_section .social-col .reverb_icon:hover {background-position:0 -46px;} 

.footer_section .copyright {font-size:13px; margin-bottom:20px;}
.footer_section .copyright a {text-decoration:none; color:#C48041;}
.footer_section .copyright a:hover {color:#fff;}

.search-check {margin-bottom:15px;}	

.wishlist-group {float:right; width:100%;}
.wishlist-group .btn-wishlist {background:#C48041; border:1px solid #8c511b; min-height:41px; width:90%; float:right;}
.wishlist-group .btn-wishlist:hover {background-color: #333; background-position: 0 -15px; border-color: #000;}
.wishlist-group .btn-wishlist i {color:#fff;}

#account-newsletter .form-horizontal .control-label {text-align:left;}
#account-account h2 {margin:20px 0 12px; font-size: 24px; font-weight: 500; color:#000;}

.form-horizontal .control-label {text-align:left;}
.list-unstyled li a {font-size:13px;}
.panel-title {font-size:14px;}

.main-slider {margin: 0 auto; display: block; width: 100%; background: #000;}
.main-slider .swiper-slide {margin:0 auto;}
.main-slider .swiper-slide img {margin: 0 auto; padding:0;}
.main-slider .swiper-viewport {margin: 0 0 20px; background:#000; z-index: 1; border: none; border-radius: 0; box-shadow: none; width: 100%; position: relative; overflow: visible;}

.alert-dismissable .close, .alert-dismissible .close {right:0;}
.alert {color:#000; background-color:#f8f8f8; border-color:#e1e1e1;}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {border-radius:0}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {border-radius:0}
.dropdown-menu .cart-total {font-weight:600; color:#000;}

.btn-cart {background:none; border:none; color:#555;}
.btn-cart:hover {color:#000;}
.btn-close {background:none; border:none; color:#f8421e;}
.btn-close:hover {color:#000;}

.swiper-viewport {border:none !important;}
.swiper-viewport .swiper-slide .img-responsive {margin:0 auto; width:100%;}
.swiper-viewport .swiper-pagination {bottom:30px;}


.navbar-brand > img {display: block; max-width: 100%;}


/* account login page */

#account-login .newcustm-wrap { background: #ffffff; border: 1px solid #dedede; padding: 30px; min-height: 375px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;

-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;

}

#account-login .newcustm-wrap h2 { color: #c18245; font-size: 24px; }
#account-login .newcustm-wrap p { font-size: 16px; font-weight: 400; color: #4d4d4d;}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select.form-control
 {font-size: 14px; line-height: 40px; height: 40px; border: 1px solid #dec8b3;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;

-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}

textarea.form-control {font-size: 14px; border: 1px solid #dec8b3;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;

-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}

/* account login page */


/* cart popup */

.cart_header .table-striped > tbody > tr:nth-of-type(2n+1){ background: none; }

.cart_header .img-thumbnail {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}

.cart_header table tr td { border:1px solid #e9e9e9; }

/* cart popup */


/* search page */
.search-wrap { margin: 0 0 30px; padding:20px 30px 30px; border: 1px solid #e5e5e5;}
.search-wrap .checkbox-inline{margin-top: 8px;}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover { background-color: #c18245; border-color: #c18245;}

.pagination > li > a, .pagination > li > span { color: #c18245;}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover { color: #c18245;}

#grid-view.btn-default i, #list-view.btn-default i { text-shadow: none !important;}

/* search page */

#information-information #content p img { max-width: 100%;}

.cd-accordion-menu {display:none;}