@import 'https://fonts.googleapis.com/css?family=Yellowtail';
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
@media (min-width: 1200px){
	.container{
		width: 970px;		
	}

}
.information-contact .form-horizontal .buttons{
	border: 0px !important;
}
header .row, header .container{
	background: #000 !important;
}
#shoppingcart .table > tbody > tr > td, #shoppingcart .table > tbody > tr > th, #shoppingcart .table > tfoot > tr > td, #shoppingcart .table > tfoot > tr > th, #shoppingcart .table > thead > tr > td, #shoppingcart .table > thead > tr > th {
    padding: 3px !important;
}
#hidden{
	display: none;
}
.container{
	background-color: #fff;
}
footer .container, #top .container, .menu-wrapper .container{
	background-color: transparent !important;
}
/***** common design stylings - quick fixing*/
/* change color: #f7941d; to other color code */
/***** mailchimp integration*/
.mailchimp-integration {
    margin-bottom: 0px !important;
    background: #f7941d !important;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 20px 0px;
    overflow: hidden;
}
.mailchimp-integration .box-content {
    text-align: center !important;
}
.mi-block .form-control {
    border: 0px !important;
    height: 46px !important;
    width: 102%;
}
.mi-block {
    margin: 20px auto !important;
    width: 30%;
    min-width: 100px !important;
    text-align: center !important;
}
#content .mi-button {
    margin: 20px 0px 20px 0px !important;
    width: auto !important;
}
.mi-toptext {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    color: #fff !important;
}
/*mailchimp integration ends*/

/***** owl carousel slider*/
.owl-carousel {
    float: left;
    margin-bottom: 0px !important;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 0px !important;
    border: 0px !important;
	box-shadow: none !important;
}
.owl-pagination {
    top: -30px !important;
}
.owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    box-shadow: none !important;
}
.active span {
    background: #f7941d !important;
}
/*owl carousel slider ends*/

/***** home page 3 images design*/
.HomePage3Images .hc:first-child {
    margin-left: 0px;
}
.HomePage3Images .hc {
    width: 31%;
    margin: 1%;
    float: left;
    position: relative;
}
.HomePage3Images .hc img {
    width: 100% !important; /*may change the width according to design*/
}
/*title*/
.HomePage3Images .hc h4 {
    background: #f7941d;
    padding: 10px 0px;
    width: 99%;
    color: #fff;
    font-family: '';
    font-size: 32px;
    text-align: center;
    margin: 1px auto !important;
}
/*home page 3 images design ends*/

/***** home page full row description text area*/
.HomePageDescription {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: url(../image/cbg.jpg) no-repeat top center;
    background-size: cover;
    padding: 20px 0px;
}
/*home page full row description text area*/

/***** social icons fa*/
.social .fa-facebook {
    padding: 10px 17px;
}
.social .fa {
    color: #fff;
    font-size: 30px;
    margin-left: 15px;
    padding: 10px 12px;
    background-color: #f7941d;
    border-radius: 50px;
}
/* social icons fa ends*/
.fa{
	color: #f87a13;
	/*color: #fff;*/
}
table .fa{
	color: #fff !important;
}
.add2cart{
	color: #f87a13;
}
.add2cart{
	font-size: 12px;
}
/***** other common elements - home featured area, menu bar, a color*/
.product-thumb .price {
	display: block;
	font-weight: bold;
	color: #f87a13;
	margin-bottom: 4px;
	text-align: center;
}
.product-thumb .image img {
    text-align: center;
    border: 1px solid #ddd;
}
#menu {
    background-color: #f7941d;
    border: 0px;
    min-height: 34px;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}
a{
	color: #f7941d;
}
/*for button-group change code in feature module*/
/*other common elements - home featured area ends*/


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: #f87a13;
}
a:hover {
	text-decoration: none;
}
#shoppingcart .text-right a{
	width: 100%;
	clear: both;
	display: block;
}
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;
	color: #000000;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #929292 !important;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #929292 !important;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #929292 !important;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #929292 !important;
}
.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: #f87a13;
}
.menu-wrapper{
	border-top: 2px solid white;
	background-color: #000;
	width: 100%;
}
/* top */
#top {
	width: 100%;
	font-size: 15px !important;
	padding: 8px 0px;
	text-align: center;
	border-top: 10px solid #000;
}
#top p{
	margin-bottom: 0px;
}
#top a{
	color: #000;
}

#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #f87a13;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	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;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo{
	margin: 0px auto;
	text-align: center;
	width: 100%;
	background-color: #000;
	padding: 40px 0px 15px 0px;
}
#logo a img{
	margin: 0px auto;
}
/* search */
#search {
	margin: 10px auto;
}
#search .input-lg {
	height: 36px;
	line-height: 20px;
	padding: 0 10px;
	border: 0;
}
#search .btn-lg {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 19px;
	text-shadow: 0 1px 0 #000;
	background: #333333;
	color: #000;
	border: 0;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@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;
}
#content, #column-left{
	background-color: #fff !important;
	padding-top: 15px !important;
}
.common-home .row{
	background-color: #fff;
}
footer .row{
	background-color: transparent !important;
}
/* menu */
#menu {
	background-color: #f87a13;
	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;
	font-family: 'Yellowtail';
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 14px 45px;
	min-height: 15px;
	font-size: 26px;
	background-color: transparent;
	transition: 300ms ease-in-out all;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #f87a13;
	/*text-shadow: 0 0 5px rgba(255,255,255,1) , 0 0 10px rgba(255,255,255,1), 0 0 15px #f87a13 , 0 0 20px #f87a13;*/
}
#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: #f87a13;
	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: #fff;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #fff;
}
.navbar-collapse{
	z-index: 100;
	position: absolute;
	float: left;
	background: #000;
	width: 100%;
}
.checkout-cart .btn-primary {
    background-color: #000;
    border: 1px;
    padding: 8.5px 12px;
}
.checkout-cart .btn-primary .fa{
	color: #fff;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (width: 768px) {
#menu .nav > li > a {
	    font-size: 22px;
	}
}
@media (max-width: 767px) {
/*	#content .col-sm-9{
		width: 70% !important;
		margin: 0px auto;
	}*/
	#list-view, #grid-view{
		display: none;
	}
	.product-grid > div {
	    width: 100% !important;
	}
	#logo .img-responsive{
		padding: 0px 15px;
	}
	#top {
	    font-size: 21px !important;
	}
	#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;
	}
}
#compare-total{
	/*display: none;*/
}
/* content */
#content {
	min-height: 600px;
}
.fa-facebook-square{
	font-size: 26px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	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: 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;
}
/* 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: 12px;
	text-transform: uppercase;
}
.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 {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #f87a13;
	transition: 300ms all ease-in-out;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #bb5706;
	border-color: #f37713;
}
.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] {
		background-color: #bb5706;
	border-color: #f37713;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #f87a13;
}
.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] {
		background-color: #bb5706;
	border-color: #f37713;
}
.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-color: #bb5706;
	border-color: #f37713;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #f37713;
	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 */
.list-group a {
    border-bottom: 1px dashed #DDDDDD !important;
    color: #888888;
    padding: 7px 9px;
    border-radius: 0 !important;
    border: 0;
    font-size: 13px;
    margin-bottom: 1px;
    transition: all 0.5s;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #ffffff !important;
    background: #f37713;
    border-bottom: 1px solid #f37713!important;
}
/* 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: 0px solid #ddd !important;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.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;
}
}
.product-thumb h4 a {
	font-size:15px;
	line-height: 24px;
}
.product-thumb .caption {
	padding: 10px 20px;
	/*min-height: 180px;*/
}
.product-thumb .caption a
{
	color:#000;
}
.product-thumb .caption a:hover
{
	color:#f47814;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
#menu .nav > li > a {
	padding: 14px 18px;
}
.information-contact .col-sm-6{
	width: 100%;
}
}
@media (max-width: 767px) {
	*{
		text-align: center;
	}
.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;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
.product-thumb .button-group {
	background-color: #eee;
	overflow: auto;
	border: 1px solid #dedede;
}
.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;
	border: 1px solid #ffeddf;
}
.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: 1024px) {

}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
/*	#content{
		width: 60% !important;
		margin: 0px auto !important;
	}*/
}
.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;
}

/* Responsive Shopping Cart */
@media only screen and (max-width: 550px) {
	#shopping-cart table, #shopping-cart thead, #shopping-cart tbody, #shopping-cart th, #shopping-cart td, #shopping-cart tr {
		display: block;
	}
	#shopping-cart thead tr {
		left: -9999px;
		position: absolute;
		top: -9999px;
	}
	#shopping-cart tr {
		border: 1px solid #ccc;
	}
	#shopping-cart td {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: -moz-use-text-color -moz-use-text-color #eee;
		border-image: none;
		border-style: none none solid;
		border-width: medium medium 1px;
		position: relative;
		text-align: center;
		white-space: normal;
	}
	#shopping-cart tfoot {
		width: 100%;
		display: block;
	}
	#shopping-cart td.totals {
		float: left;
		width: 75%;
	}
	#shopping-cart td.totals:nth-child(2) {
		float: right;
		width: 25%;
	}
	.table-responsive > .table > tbody > tr > td:nth-child(4) .input-group {
		margin: 0 auto;
		width: 100%;
	}
}
@media only screen and (min-width: 551px) {
	#shopping-cart .input-group .form-control:first-child {
		min-width: 54px !important;
	}
	.table-responsive > .table > tbody > tr > td:nth-child(4) {
		max-width: 150px !important;
	}
}
.table-responsive > .table > tbody > tr > td:nth-child(2) {
	white-space: normal !important;
}




/*rebuild styles*/
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #000;
	font-family: 'Open Sans', serif;
	margin: 0px;
	padding: 0px;
	background: url(/catalog/view/theme/default/image/bgn.jpg) center top repeat-y;
	overflow-x: hidden;
	background-size: cover; 
}
body, td, th, input, textarea, select{
	font-size: 14px; font-weight: 400;
}
#register .buttons .button{
	float: left !important;
	margin-right: 30px;
}
body p{line-height: 30px;}
.box-category, .box-content{
	color: grey;
}
h1, .welcome {
	font-family: 'Yellowtail';
    color: #000;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 40px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400 !important;
/*    border-bottom: 1px solid #DA1A32;*/    
	padding: 0px;
}
h2 {
	font-family: 'Yellowtail';
    color: #f87a13;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 36px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400 !important;
	border-bottom: 4px solid #000;      
	padding: 5px;
}
h3 {
	font-family: 'Yellowtail';
    color: #000;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 26px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400 !important;
    /*border-bottom: 4px solid #000;    */
	padding: 0px;
}
.account-account #content{
	text-align: center;
}
#casual-4-all{
	font-size: 16px;
	color: #000;
}
h4 {
 	color: #4A4A4A;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 400;

}
h5 {
 	color: #4A4A4A;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 400;

}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	/*color: #f87a13;*/
	text-decoration: none;
	cursor: pointer;
	/*	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #fff;
	padding: 20px 0px 30px 0px;
	display: table;
}
#column-left {
	float: left;
	max-width: 240px;
	padding-left: 15px;
}
#column-right {
	float: right;
	width: 160px;
	padding-right: 15px;
}
/* header */
#header {
    position: relative;
    z-index: 99;
}
#header{
	background: url("/catalog/view/theme/default/image/headbgn.jpg") center top no-repeat;
	text-align: center;
	width: 100%;
}
.headerright
{
	float: right;
	color: #fff;
	width: 252px;
	text-align: center;
}
.headerright a
{
	color: #fff;
}
.headerright .phone
{
	background: #DA1A32;
	padding: 3px 10px;
	font-size: 31px;
	font-weight: 600;
	display: block;
}
.headerright .mail
{
	background: #111111;
	padding: 3px 10px;
	font-size: 19px;
	display: block;
}

#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 145px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
.empty{
	color: grey;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* search */
#column-left #search {
	position: relative;
	width: 180px;
	margin-bottom: 20px;
	z-index: 15;
}
#column-left .button-search {
	position: absolute;
	right: 0px;
	background: url('/catalog/view/theme/997/image/search.png') center center no-repeat;
	top:0px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
#column-left #search input {
	background: #bbcad3;
	padding: 1px 5px;
	width: 150px;
	height: 25px;
	border: 1px solid #CCCCCC;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
/* menu */
#menu {
    background: #000;
    height: 50px;
    vertical-align: middle;
  	/*border-top: 2px solid white;*/
}
#menu ul {
	list-style: none;
	margin: 0px auto;
	padding: 0;
	text-align: center;

	/*width: 970px;*/
}
#menu > ul > li {
    position: relative;
    z-index: 20;
    display: inline-block;
}
#menu > ul > li:first-child>a{
	padding-left: 0px;
}
#menu > ul > li:last-child>a{
	padding-right: 0px;
}
#menu > ul > li > a {
    font-size: 26px;
    color: #FFFFFF;
    font-family: 'Yellowtail';
    line-height: 40px;
    text-decoration: none;
    display: block;
	padding: 0 66px;
    font-weight: 400;
    /*border-right: 1px solid #ccc;*/
}
#menu > ul > li:hover > a {
	color: #f87a13;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #da1a32;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	color: #CCCCCC;
	margin: 10px auto;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	/* color: #FF0000; */
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 250px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links a:hover {
	border: 1px solid #999;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
    cursor: pointer;
    color: #FFFFFF;
    line-height: 26px;
    font-size: 24px;
    font-family: 'Yellowtail' !important;
    background-color: #f87a13;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
    background: rgba(248,122,19,.8);
}

.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: hidden !important;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
	padding: 6px;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: hidden;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading, #column-left h3 {
    color: #FFFFFF;
    margin: 10px auto;
    font-family: 'Yellowtail';
    font-size: 25px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01);
    padding: 2px 10px;
    background: #000;
    text-align: left;
    display: block;
    float: none;
    clear: both;
}
#content .box-heading
{
    color: #f87a13;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    padding: 5px 14px;
    background: #fff;
    text-align: center;
    border-bottom: 5px solid #000;
}
.box .box-content {
    /*padding: 10px;*/
    background: #fff;
}
#content .box .box-content
{
background: #fff;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	/*width: 22.6%;*/
	display: block;
	float: left;
	text-align: center;
	vertical-align: top;
	margin: 8.5px;
}
.box-product > div:first-child{
	margin-left: 0px;
}
.box-product > div:last-child{
	margin-right: 0px;
}
#column-left + #column-right + #content .box-product > div {
	/*width: 119px;*/
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	/*padding: 3px;*/
	/*border: 1px solid #E7E7E7;*/
}
.box-product .name a {
	color: #000;
	/*font-weight: bold;*/
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #f87a13;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-category, #module_cart .box-content{
	font-size: 14px !important;
}
.box-content{
	font-size: 12px;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul, .box-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li, .box-content ul > li {
}
ul.box-category > li + li, .box-content ul > li+li, .list-group-item, .nav-tabs > li {
	/*border-bottom: 1px dotted grey;*/
}
ul.box-category > li > a, .box-content ul > li> a, .list-group-item, .nav-tabs > li > a {
    border-bottom: 1px dashed #DDDDDD !important;
    color: #888888;
    padding: 7px 9px;
    border-radius: 0 !important;
    border: 0;
    font-size: 13px;
    margin-bottom: 1px;
    transition: all 0.5s;
}
.nav-tabs>li>a:hover{
	    color: #ffffff !important;
    background: #f37713;
    border-bottom: 1px solid #f37713!important;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	border: none;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
	display: none;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.category-list ul li {
	width: 23%;
	margin: 1%;
	text-align: center;
	float: left;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none !important;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list > div:first-child {
	margin-top: 8px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
    float: none;
    height: 50px;
    margin-left: 8px;
    text-align: left;
    color: #333333;
    font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	display: none;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
	display: none;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	/*width: 100%;*/
	overflow: hidden;
}
.product-grid > div {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 1%;
	margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 0px !important;
}
.product-grid .name a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
	font-size: 21px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
	display: none;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	font-weight: bold;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info tbody .quantity {
	white-space: nowrap;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}

.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
 
#footer {
    color: #FFFFFF;
    clear: both;
    overflow: auto;
    padding: 20px;
    background: #000;
    width: 100%;
}
#footer-inner{
	width: 970px;
	padding: 0px 15px;
	margin: 0px auto;
}
#footer a{
    color: #fff;
    text-decoration: none;
    padding: 0px 10px;
    /*font-style: italic;*/
}
#footer li:first-child>a{
	padding-left: 0px;
}
#footer a:hover, #footer li:hover{
	color: #f87a13 !important;
}
.footer-links ul li:after{
	display: inline-block;
	content: '/';
	color: #fff;
}
.infoc .box-content{
	font-size: 14px;
	color: #000;
}
.footer-links ul li:last-child:after{
	content: ' '
}
.copyright-text
{
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
}
.copyright-text a, .social-media a{
	padding: 0px !important;
}
.social-media
{
	float:right;
	color: #fff;
	font-size: 19px !important;
	font-family: 'Yellowtail';
	margin-top: -45px;
	padding-right: 45px;
}
.social-media img
{
	vertical-align: middle;
	padding-left: 10px;
}
.footer-links ul{
	padding-left: 0px !important;
}
.footer-links a
{
    color: #fff !important;
}
#footer li, footer h5{
	display: inline-block; 
	color: #fff;
	/*border-right: 1px solid #fff; */
	/*padding: 0 10px;*/
	font-family: 'Yellowtail' !important;
	font-size: 20px;
}
#footer li:last-child{
	border-right: none;
	}
#footer li:first-child{
	 
	padding-left: 0px;
	}
#footer #social-icons {
	float: right;
	width: auto;
}
#footer #social-icons a {
	margin-left: 5px;
}
#powered, #footer #footer-menu {
	color: #fff;
}
#powered {
	clear: left;
	padding-top: 5px;
}
#powered a, #footer #footer-menu a {
	color: #4d4d4d;
	text-decoration: underline;
}
#footer #footer-menu a {
	padding: 0 3px;
	border-left: 1px solid #fff;
	display: block;
	float: left;
}
#powered a:hover, #footer #footer-menu a:hover, #footer a:hover {
	color: #da1a32;
	text-decoration: none;
}
#footer h3 {
	color: #4d4d4d;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: underline;
}


.name
{
	/*min-height: 40px;*/
	font-size: 26px;
	color: #000;
	font-family: 'Yellowtail';
}
.cart .name{
	min-height: 0px !important;
	height: auto !important;
	font-size: 14px;
	font-family: 'Open Sans';
	line-height: 20px !important;
}
.price
{
	padding: 8px 0;
}

.logoright {
    float: right;
}
#slideshow1, #slideshow2, #slideshow3, #slideshow4
{
	float: left;
	padding: 0 10px;
}
#slideshow1 .nivo-directionNav a,
#slideshow2 .nivo-directionNav a,
#slideshow3 .nivo-directionNav a,
#slideshow4 .nivo-directionNav a
{
	display: none !important;
}
#slideshow4
{
	padding-right: 0;
}
#slideshow1
{
	padding-left: 0;
}
.nivo-controlNav a
{
	background: none !important;
}

.banner-title
{
	position: absolute;
	display: block;
	color: black;
	bottom: -61px;
	text-align: center;
	float: none;
	width: 200px;
	font-size: 19px;
}
.viewitem a
{
	display: block;
	color: #fff;
	background: #da1a32;
	padding: 6px 20px;
}


.header-social
{
	color: #fff;
	line-height: 1;
}
.header-social a
{
	
}
.header-social a .fa
{
	color: #3B5998!important;
	line-height: 21px;
	padding-left: 10px;
}

@media screen and (max-width: 767px) {

	.featured
	{
		width: 80%;
		margin: 0 auto;
	}





	/* Force table to not be like tables anymore */
	.wishlist table, 
	.wishlist thead, 
	.wishlist tbody, 
	.wishlist th, 
	.wishlist td, 
	.wishlist tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.wishlist thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.wishlist tr { border: 1px solid #ccc; }
 
	.wishlist td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	.wishlist td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.wishlist td:before { content: attr(data-title); }










}