body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #3E3E3E;
	font-size: 13px;
	line-height: 20px;
	    background:url(../image/bg-body.jpg);
}
h1, h2, h3, h4, h5, h6 {
	color: #343436;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 26px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
a {
	color: #2F2F2F;
}
a:hover {
	text-decoration: none;
}
a:focus, a:hover{color: #D13857;}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #D13857;
}
/* wrapper */
.wrap-body{
	width: 100%;
	background: #fff;
	border-radius: 8px;
	border:1px solid #E6E6E6;
}
@media (min-width: 1200px){
	.wrap-body{
		width: 1200px;
		margin: 30px auto;
	}
}
/* top */
#top {
	background:url(../image/bg-body.jpg);
	border-bottom: 1px solid #F2F2F2;
	padding: 3px 0px 2px 0;
	margin: 0;
	min-height: 40px;
	border-radius: 8px 8px 0 0;
}
#top .container {
	padding: 0 20px;
}
#top .btn-link, #top .btn-link:hover{/*currency*/
	color: #fff;
	text-decoration: none;
}
#top .btn-link strong {/* $ currency*/
	font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}
#top #currency .currency-select {
	text-align: left;
	color: #666;
}
#top #currency .currency-select:hover {
	color: #ffffff;
	background-color: #D13857;
}
#top-links li, #top-links a, #top-links a:hover {
	color: #616161;
	text-decoration: none;
}
#top-links .dropdown-menu a {
	color: #666;
}
#top #currency button span,#top #currency button{color: #616161;}
#top-links .dropdown-menu a:hover{
	color: #fff;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;margin-top: 20px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
	background:#9D9D9D;border:1px solid #8E8E8E;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
#search .btn-lg:hover{background:#D13857;border-color: #C13150;}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {

	color: #666;
}
#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;
}
/* menu */

.mymenu{padding-left: 0;padding-right: 0;}
.navbar{margin-bottom: 0;border-radius:0 0 5px 5px;}
#menu {
	background:url(../image/menu.png) repeat-x;height: 
	border:none;border-radius: 0px;
	padding-bottom: 4px;padding-top: 4px;
	padding-left: 170px;
	height: 50px;
	border:none;
}
.navbar .nav > li {padding:0px!important;
	
}

#menu .nav > li > a {
	color: #fff;
	padding: 0px 15px 0px 15px;
	background-color: transparent;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #fff;
	background:#D13857;border-radius: 3px;
}
#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: 13px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	background: #D13857;
}
#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: 13px;
	color: #333;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #D13857;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #616161;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #CACACA;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius:0;
	}
	#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%;
	}
	#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;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */

footer {
	color: #777;
	border-radius: 0 0 8px 8px;
	padding-top: 30px;
	background:url(../image/bg-body.jpg);

}
footer .container{padding-top: 1px;border-bottom: 1px solid #F2F2F2;border-top: 1px solid #E6E6E6;}

footer a {
	color: #616161;font-size: 13px;
}
footer a:hover {
	color: #F84343;text-shadow: none;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D13857;
	line-height: 40px;
	display: inline-block;
	margin-bottom:10px;
}



/* 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 {
	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 #999;
	border-bottom: 1px solid #999;
	-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-radius: 4px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;
	background-color: #9D9D9D;
	background-image: linear-gradient(to bottom, #9D9D9D, #747474);
	background-repeat: repeat-x;
	border-color: #747474 #747474 #9D9D9D #9D9D9D;

}
.btn-default:hover {
    color: #fff;text-shadow: 1px 1px 1px #000;
    background-color: #747474;
	background-image: linear-gradient(to bottom, #747474, #9D9D9D);
	background-repeat: repeat-x;
	border-color: #9D9D9D #9D9D9D #747474 #747474;
}

.btn-primary {
    color: #fff;
    background-color: #D13857;
    border-color: #C13150;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #9D9D9D;border-color: #8E8E8E;
	background-position: 0 -15px;
	
}
.btn-warning {
	color: #ffffff;
	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] {
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
}
.btn-success {
	color: #ffffff;
	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] {
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #3BA201;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
}
.btn-inverse {
	color: #ffffff;
	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;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.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 #ddd;
	margin-bottom: 20px;
	overflow: hidden;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	
}
.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 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 120px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
	.product-thumb .image{
		
		 -webkit-transition: 0.6s;
            	-moz-transition: 0.6s;
           	 -ms-transition: 0.6s;
           	 -o-transition: 0.6s;
           	 transition: 0.6s;
	}
	.product-thumb:hover .image img{border-bottom:1px solid #E0E0E0;}
	.product-thumb:hover .image{
		-webkit-transform:rotateY(180deg);
           	-moz-transform:rotateY(180deg); 
           	-ms-transform:rotateY(180deg);
           	-o-transform:rotateY(180deg);
           	transform:rotateY(180deg);
	}

	
.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: block;
}
.product-thumb .button-group {
	overflow:hidden;
}
.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 {
	display: inline-block;
	text-align: center;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}




.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.thumbnail{border-color: #BCBCBC;}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #BCBCBC;
}
.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%;
    }
}

@font-face { font-family:"Russian_Spring"; src: url(../fonts/Russian_Spring.ttf);}
#logo{background: url(../image/logo.png) no-repeat 20px 10px;padding-left: 64px;background-size: 160px;height: 170px;
	margin-bottom: -100px;width: 220px;
}

#logo a{text-shadow: 1px 1px 2px #000;margin-top: 50px;letter-spacing: 3px;}
.logoB1{display: inline-block;position: relative;top:10px;left: -18px;
		 -webkit-transform: rotate(-35deg);
   	 -moz-transform: rotate(-35deg);
   	 -o-transform: rotate(-35deg);
   	 transform: rotate(-35deg);
}
.logoB2{display: inline-block;position: relative;top:-30px;left: 8px;
		 -webkit-transform: rotate(-35deg);
   	 -moz-transform: rotate(-35deg);
   	 -o-transform: rotate(-35deg);
   	 transform: rotate(-35deg);
}

#logo:hover .logoB1{color: #fff!important;}
#logo:hover .logoB2{color: #DB4161!important;}

.price .price-new{color: #E0393E;}
footer .list-unstyled li{line-height: 40px;/*border-top: 1px solid #CBCBCB;border-bottom: 1px solid #fff;*/}

/*footer .list-unstyled li:first-child{border-top: none;}
footer .list-unstyled li:last-child{border-bottom: none;}*/
footer .list-unstyled li:hover{background: none;border-radius: 5px;}
footer .list-unstyled li:hover a{color: #D13857;font-weight: bold;padding-left: 10px;}
#column-left .col-lg-3{width: 100%;}
.col-sm-9 .row .product-layout{width: 33%;}
@media only screen and (orientation:portrait) { .col-sm-9 .row .product-layout{width: 100%;}}

#content .list-unstyled li h2{color: #CB332A;}


#cart button{background:none;border:none;}
#cart button span{color: #616161;line-height: 80px;display: inline-block;background: url(../image/cart61.png) no-repeat top left;
	background-size:88px;padding-left:95px;
           -webkit-transition: background 2s ease;
           -ms-transition: background 2s ease;
           -o-transition: background 2s ease;
           transition: background 2s ease;
}

#cart button span:hover{background: url(../image/cart61.png) no-repeat top right;
	background-size: 88px;font-weight: bold;color: #D13857;
}
#top-links .list-inline > li > a:hover,#top .pull-left #currency .btn-group .hidden-md:hover{color: #D13857;}


footer .container .row{margin-right: 0px;margin-left: 0px;}
.poweredBY{line-height: 40px;color: #616161;border-radius: 0 0 8px 8px;border-top: 1px solid #B4B4B4;}
.poweredBY a{color: #fff;}
.poweredBY a:hover{color: #D13857;}

.product-thumb .button-group{background:none;text-align: center;}
.product-thumb .button-group button{margin-left: 5px;margin-bottom: 10px;border-radius:50%;width: 50px!important;height: 50px!important;
	background: none;color: #616161;border:1px solid #616161;
}

.product-thumb .button-group button:hover{color: #D13857!important;border-color: #D13857!important;background: #fff!important;}
.product-thumb:hover .button-group button{color: #fff;border-color: #fff;background: none;}

.product-thumb .button-group .fa-shopping-cart:before,.product-thumb .button-group .fa-heart:before,
.product-thumb .button-group .fa-exchange:before
{font-size: 20px;}




.product-thumb{border:1px solid #E6E6E6;border-radius: 5px;background:#E3E3E3;
	
    -webkit-transition: transform .15s ease;
    -moz-transition: transform .15s ease;
    -ms-transition: transform .15s ease;
    -o-transition: transform .15s ease;
    transition: transform .15s ease;
}
.product-thumb:hover{border-color: #D13857;background:#D13857;
	
    -moz-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}
.product-thumb .caption h4 a{color: #595959;font-size: 15px;}
.product-thumb .caption p{color: #595959;}
.product-thumb:hover .caption h4 a{color: #fff;}
.product-thumb:hover .caption p{color: #fff;}
.product-thumb .caption h4 a:hover{color: #bbb;}

.product-thumb:hover .price .price-new{color: #fff;}
.product-thumb:hover .price .price-old{color: #fff;}

#product .form-group #button-cart{background:#D13857;border-radius: 8px;line-height: 18px;border-color: #C13150;}
#product .form-group #button-cart:hover{background:#9D9D9D;text-shadow: 1px 1px 1px #000;border-color: #8E8E8E;}

.price .price-new{font-size: 16px;}
.caption .price{text-align: center;}
.caption .price-old{color: #867E7C;}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #D13857;
}



@media only screen and (orientation:portrait) { 
	.specialPic,.latestPic{background: none;height: auto;border:none;margin-top: 10px;margin-bottom: 10px;}
	.col-xs-6{width: 100%;}
}

header .container{background:url(../image/bg-body.jpg);padding-left: 0;padding-right: 0;width: 1198px;border-top: 1px solid #B4B4B4;}
header #search{right: -60px;top: 10px;}

header #cart{right: -40px;top:0px;}

@media (min-width: 1200px){
	.container {
	    width: 1198px;
	}
}
.wrap-body{position: relative;}
header{position: relative;z-index: 100;}
header #logo{position: relative;z-index: 100;}
.cchPC{position: relative;z-index: 99;}
.cchMobile{display: none;}
@media only screen and (orientation:portrait) {
	.cchMobile{display: block;position: relative;z-index:99;}
	.cchPC{display: none;}
 }


.btn-group.open .dropdown-toggle{box-shadow: none;}
.carousel-control.left,.carousel-control.right{background: none;}

hr {border-top: 1px solid #BCBCBC;}
.nav-tabs {
    border-bottom: 1px solid #BCBCBC;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #343436;font-size: 18px;
    cursor: default;
    background-color: #E3E3E3;
    border: 1px solid #BCBCBC;
    border-bottom-color: transparent;
}
.breadcrumb{background: #E3E3E3;border-color: #C9C9C9;margin-top: 20px;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}

.list-group-item{background:#E3E3E3;}
.list-group a{color: #666;padding: 8px 12px;border:1px solid #ECECEC;}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #fff;
    background: #9D9D9D;
    border: 1px solid #8E8E8E;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ECECEC!important;
}
.table-bordered {
    border: 1px solid #5F5F55;
}
.panel-default > .panel-heading {
    color: #2F2F2F;
    background: none;
    border-color: #ECECEC;
}
.panel-default {
    border-color: #ECECEC;
}
.panel{background: none;}
.form-control{background: #fff;border-color: #BCBCBC;color: #333;}
legend{color: #343436;border-bottom: 1px solid #ddd;}


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  		 -webkit-box-shadow:0 0 0px 1000px #fff inset;
  		 -webkit-text-fill-color: #3E3E3E;
   		border-color: #ddd;
 }

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #F7F7F7;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #F24848;
}
.text-danger {
    color: #E04646;
}
.alert-success{background: #ddd;border-color: #ccc;}
.alert-success a{color: #273B4B;}
.alert-success a:hover{color: #C63128;}
#cart .dropdown-menu{
	background: #fff;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	background:none;
}

#search .input-lg{background: #fff;border-color: #BCBCBC;color: #2B2B24;}



@media only screen and (orientation:portrait) {
	header #search{right: 0px;top: 0px;padding: 1px 10px;}
	header #cart{right: 0px;top: 0px;}
	#cart button span{border-bottom: none;}
	
	.dropdown-menu{background: #fff;}
	footer .col-sm-3{text-align: center;}
 }


@media only screen and (orientation:portrait) {

	#search .input-lg{background: #fff;color: #333;}
	#cart{z-index: 9991;}
	#top{z-index: 9992;position: relative;}
	#carousel-example-generic{z-index: 0;position: relative;}
	.navbar-header,#menu{background: #D13857;}

	#menu{padding-bottom: 0px;border-bottom: none;padding-left: 0;}
	.navbar .nav > li{border-left: none;border-right: none;}
	#menu .nav > li > a{line-height: 30px;background: #EDEDED;color: #777;}
	#menu .dropdown-inner,#menu .see-all,#menu div.dropdown-menu{background: #F7F7F7;}
	.navbar-nav{background: #EDEDED;}
	header .container{width: 100%;}
	.footerPic{width: 100%;}
	#logo{margin-left: 15%;}
	#menu .nav > li > a:hover, #menu .nav > li.open > a {background: #D13857;color: #fff;}
	#menu .dropdown-inner a,#menu .see-all{color: #777;}
	header .col-sm-3{margin-top: 120px;}
	.cchMobile .container{padding-left: 0;padding-right: 0;}
}


.form-control:focus{box-shadow:none;border-color: #D13857!important;}
.wrap-body > .container{background: url(../image/bg-body.jpg);}

.titleBG{background: url(../image/bg-heading.png) no-repeat center center;
	text-shadow: 1px 1px 1px #000;height: 56px;
}

#column-left .titleBG{background-size: 270px;}











