body {
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	/*font-size: 14px;*/
}
/* Override the bootstrap defaults */
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
.information-information a{
	color: #23a1d1;
	text-decoration: underline;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
:focus{outline:none !important;}
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: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	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: #229ac8;
}
.dropdown-menu{
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    box-shadow: 0 2px 2px #CCCCCC;
	-moz-box-shadow:0 2px 2px #CCCCCC;
	-webkit-box-shadow:0 2px 2px #CCCCCC;
	transition: padding 3000ms ease 0s;
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #999999;
}

#language .dropdown-menu > li > a { padding:4px 4px;}
#currency .dropdown-menu .btn { 
	text-align:left;
	font-size: 14px !important;
	padding: 2px 4px !important;
}
#currency strong{font-weight:normal;}
#top .btn-link, #top-links li, #top-links a {
	color: #666;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color:#309BE3;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color:#309BE3;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	margin:13px 10px 0 0;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
.header-logo{
	/*float:left;*/
	/*margin:26px 0 0 7px;*/
}
.header-search ,.header-cart{
	/*float:right;*/
	 /*clear:both;*/
}
/*.header-cart{margin:12px 0 0;}*/
/*.header-cart button.dropdown-toggle{padding:0;}*/



/* cart */
#cart {
	/*background: url("../image/megnor/cart.png") no-repeat scroll left 0 transparent;*/
    /*padding: 10px 0 9px 36px;*/
	/*margin-right: -1px;*/
	cursor: pointer;
	transition: padding 3000ms ease 0s;
	/*background: url("../image/megnor/cart.png") no-repeat scroll left 0 transparent;*/
    /*padding: 10px 0 9px 36px;*/
	/*margin-right: -1px;*/
	position: relative;
}
/*@media (min-width: 767px) { 
#cart.active {
	padding-left: 100px;
	transition: padding 3000ms ease 0s;
}
}*/
#cart-total{
	background: #fb228b;
	color: #fff;
	position: absolute;
	right: -6px;
	top: 13px;
	font-weight: bold;
	border-radius: 50%;
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 1;
	font-size: 12;
	vertical-align: middle;
}
#cart > .btn {
	font-size: 14px;
	color:#309BE3;
	height: auto;
	position: static;
}
#cart.open > .btn {
	box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #CCCCCC;
	-moz-box-shadow:0 2px 2px #CCCCCC;
	-webkit-box-shadow:0 2px 2px #CCCCCC;
    clear: both;
    float: right;
    padding: 8px;
    top:28px;
	min-width:290px;
}
#cart .dropdown-menu li p{margin: 50px 0;}
#cart .button-container {
    display: inline-block;   
    text-align: right;
    width: 100%;
}
#cart .table-bordered{border:none;}
#cart .dropdown-menu table td{border:none;background:none; padding: 4px;}
/* menu */

.nav-responsive { display:none;}
.responsive-menu,
.main-menu {
	background: #e4f3ff;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
/*    box-shadow: 0 2px 2px #DDDDDD;
	-moz-box-shadow:0 2px 2px #DDDDDD;
	-webkit-box-shadow:0 2px 2px #DDDDDD;*/
    height: 42px;
    margin-bottom: 15px;
    padding: 0;
}
 
.main-menu ul {
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0; 
}
.main-menu > ul > li {
	position: relative;
	float: left;
	/*z-index: 20;*/
}
.main-menu > ul > li:hover {
} 
 
 .nav-responsive span,
.main-menu > ul > li > a {
	color: #309be3;
    display: block;
    font-size: 17px;
    margin-bottom: 0;
    padding: 11px 18px;
    /*position: relative;*/
    /*z-index: 6;*/
}
.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
	/*color:#753478;	*/
	color:#0088CC;	
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	background: none repeat scroll 0 0 #d5edff;
    border-radius: 0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
    display: none;
    padding: 10px 0;
    position: absolute;
    border: 0;
    z-index: 5;	
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
    background: none repeat scroll 0 0 #3291D1;
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 5;
	margin:0;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 180px;
}

.main-menu > ul > li > ul > ul {
	/*display: table-cell;*/
}
.main-menu > ul > li ul + ul {
	/*padding-left: 20px;*/
}
.main-menu > ul > li ul > li > a , .responsive-menu .main-navigation li a{	
	padding:5px 10px 5px 25px;
	color: #309be3;
	display: block;
	white-space: nowrap; 
	z-index: 10000;
}
.main-menu > ul > li ul > li > a{min-width: 185px;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color:#2579B5;
}
.main-menu > ul > li ul > li > a.activSub:before {	
	content:"\f0d7";
	font-family: FontAwesome;
	color:#fff;
	float:right;
}
.main-menu > ul > li ul > li:hover > a.activSub:before {
    content:"\f0da";
	font-family: FontAwesome;
    color: #2579B5;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #FFFFFF;
} 
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-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;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		color: #fff;
	}
}
header .row ,footer .row{
    margin: 0;
}


/* 1-col layout */

#column-left{	
}
#column-right{
}
.layout-1 #content{
	width:100%;
}
.layout-1 .category_img img{width:100%;}
@media (min-width: 768px) {
	.layout-1 #content .banner{width:100%; float:none; text-align:center;}
	.layout-1 #content .banner div{width:32.4%;}
	.layout-1 #content .banner a{display:inline-block;}
}
/* 2-col layout */

.layout-2.left-col #column-left{
	width:23.35%;
	padding: 0 0 0 15px;
}
.layout-2.right-col #column-right{
	width:23.35%;
	padding: 0 15px 0 0;
}
.layout-2 #content{
	width:76.5%;
}
.layout-2.left-col #content {
	padding:0 15px 0 20px;	   	
}
.layout-2.right-col #content {  
	padding:0 20px 0 14px;
}

/* 3-col layout */
.layout-3 #column-left{	
		width:23.35%;
		padding: 0 0 0 15px;
}
.layout-3 #column-right{	
	width:23.35%;
	padding: 0 15px 0 0;		
}
.layout-3 #content{	
	width:53.3%;
}

.layout-3 .banner div,.layout-3 .banner div,.layout-3 .banner div{width:163px;}

@media (min-width: 768px) {
	.layout-3 .product-thumb_inner{overflow:hidden;}
	.layout-3 .product-list .left{width:100%;}
	.layout-3 .product-list .right{
		width:100%;
		min-height:100%;
		padding:5px 0;
		margin:0;
		border-left:none;
	}
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding-top:5px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color:#9CD7FF;
}

footer a:hover ,footer a:focus {
	color: #fff;
}
footer h5 ,.content_footer_right h3 {
	color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 0;
    /*text-transform: capitalize;*/
}
.copyright .cards{
	float: right;
	margin-top: 7px;
}
@media (max-width: 979px) {
#footer .column ul {
    display: none;
}
#footer .column {
    width: 100%;
}

}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-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: 14px;
}
.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;
	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;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.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-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.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: #23A1D1;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background:none;
	box-shadow:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;

}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background:none;
}
@media (max-width: 767px) { 

 }

/* list group */

.box .filterbox {padding:0 10px 10px;}
.filterbox label{display: block;}
.filterbox .checkbox {padding-left:0; margin: 2px 0; display: inline-block;}
.list-group a {
	color: #666;
	padding:4px 0;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	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 #E3E3E3;
	margin-bottom: 20px;
	overflow: auto;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}
.product-thumb .image {
	text-align: center;
	margin-bottom: 10px;
}
.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;
	margin:0 10px 5px 0;
}
}
.product-thumb h4 {
	margin:0 0 5px 0;
	height: 70px;
}
.product-thumb h4 a{color:#309BE3;}
.product-thumb .caption {
	padding:0;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	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;
}
}

.rating .fa-stack {
	font-size:5px;
}
.rating .fa-star-o {
	color:#F02284;
	font-size: 13px;
}
.rating .fa-star {
	color: #F02284;
	font-size: 13px;
}
.rating .fa-star.off:before {
    color: #bbb;
}
.rating .fa-star + .fa-star-o {
	color:#F02284;
}
.product-layout .rating .fa-stack{
	height:3em !important;
	width:1.8em !important;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	margin:0 0 8px;
}
.product-thumb .price-new {
}
.product-thumb .price-old {
	color: #444;
	text-decoration: line-through;
	margin-right: 4px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.buttons a.agree{padding: 0;}
@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button,#cart .text-right .addtocart,#cart .text-right .checkout ,.product-layout .addto-cart ,.upload ,
#button-cart ,.account-address table .btn{ 
   background-color: #FFC737;
    background: linear-gradient(to bottom, #FDE256 0%, #FFC737 100%);
	background: #fde256; /* Old browsers */
	background: -moz-linear-gradient(top, #fde256 0%, #ffc737 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fde256), color-stop(100%,#ffc737)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fde256 0%,#ffc737 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fde256 0%,#ffc737 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fde256 0%,#ffc737 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fde256 0%,#ffc737 100%); /* W3C */
    border: 1px solid #FFC737;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    color: #555;
    cursor: pointer;
	padding:3px 12px;
}
.mini-cart-info img,.cart-info img{border: 1px solid  #EEEEEE;}
.product-layout .addto-cart{font-size:13px;}
#cart .text-right .addtocart,#cart .text-right .checkout{width:auto; display: inline-block;}
#cart .dropdown-menu li:first-child table tbody tr td{
	 border-bottom: 1px solid #EEEEEE;
}
#cart .dropdown-menu .img-thumbnail{width:auto;max-width:none;}
.product-thumb .button-group button:hover,#cart .text-right .addtocart:hover,#cart .text-right .checkout:hover{
	text-decoration: none;
	cursor: pointer;
	box-shadow:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#column-left .product-thumb .button-group button:hover span,#column-right .product-thumb .button-group button:hover span{
	text-decoration: underline;
	color: #309BE3;

}
.checkout-cart .hasCustomSelect{width: 94%!important;}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {	
}
.thumbnails {	
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E9E9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    clear: both;
    margin: 4px 3px;
    overflow: hidden;
}
.image-additional {
}
.thumbnails .image-additional {
	float: left;
}

	 
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
	#slogan{
		display: none;
	}
}
@media (max-width: 768px) {
	#slogan{
		display: none;
	}	
}


#input-captcha, #input-payment-captcha {
    margin-bottom: 10px;
}

.product-info .image {
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	display:block;
	margin-bottom: 15px;
	text-align: center;
}
.productpage h3 {margin-top:0; font-size:18px; margin:0 0 5px 0;}
.product-info .zoomContainer{ z-index:9; }/* It need for ie7 */
.product-info .additional-carousel{ position:relative; overflow: hidden;}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 15px;
    padding-right:15px;
	width:299px;
}
.fa-heart:before{display: none;}
.product-info .image-additional img {}
.product-info .image-additional a {
	float: none;
	display: block;	
	padding:0;
}
.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
}

<!-- Megnor www.templatemela.com - Start -->

/* box */  

.box {
	margin-bottom:12px;
}
.box .box-heading {
	/*color: #309BE3;*/
	color: #753478;
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
}
.box .box-content {
    padding: 0 10px 10px;
}
.box{margin:0 0 18px 0;}

#content .box .box-heading {
  border: medium none;
    color: #309BE3;
    font-size: 18px;
    padding: 6px 3px;
}
#content .box .box-content {
	background: none ;
    border: medium none;
    border-radius: 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
    padding: 0;
}

.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li , #content .content ul li {
	line-height:20px;
	padding:4px 0;
}.box .box-content ul li a.active{color: #309BE3;}
.box .box-content ul li a , #content .content ul li a{
}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul li a:hover , #content .content ul li a:hover{
}

.box .box-content ul ul{
	margin-left:15px;
}

.productpage .description label{width: 110px; margin: 0;}


/* Product Grid Start */
.product-grid-list { }
#content .box-product,
.product-grid-list ul{ 
	list-style-type: none;
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style: none;
	overflow: hidden;
}

.product-grid-list ul li,
#content .box-product .product-items { 
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	overflow: hidden;
}

.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
	width:185px;
	float:left;
	display: inline-block;
}
 
.ie7 .product-grid li{ width:192px !important; }
#content .image-additional .slider-item{	
	display: inline-block;
    float: left;
	width:83px;
}

#content .image-additional .slider-item .product-block{	
	margin:3px 0px; 
	background:#fff;
	clear:both;
	overflow:hidden;
	border:none;
}
#content .image-additional .slider-item .product-block:hover{border:none;}
#content .image-additional .slider-item .product-block:hover {   box-shadow: none !important; 
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important; 
}	
.product-block-inner {position: relative;}

.grid_default_width { width:188px;}
.featured_default_width{ width:182px;}
.module_default_width{ width:230px;}
.latest_default_width{ width:188px;}
.special_default_width{ width:230px;}
.related_default_width{ width:188px;}
.bestseller_default_width{ width:230px;}
.additional_default_width{ width:74px;}
.banners-slider-carousel .product-block-inner{text-align:center;}

#content .product-carousel .product-block,
#content .product-grid  .product-block,
#content .product-list  .product-block,
#content .box-product .product-block{ 
  background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    clear: both;
    margin: 6px 6px 6px 3px;
    overflow: hidden;
}
#content .product-list  .product-block{
	margin: 6px 0;
}
#content .product-carousel .product-block:hover,
#content .product-list .product-block:hover,
#content .product-grid.product-block:hover,
#content .box-product .product-block:hover ,.product-thumb:hover ,.image-additional a:hover{
      border: 1px solid #D1D1D1;
    box-shadow: 0 0 4px #C1C1C1;
	-moz-box-shadow:0 0 4px #C1C1C1;
	-webkit-box-shadow:0 0 4px #C1C1C1;
    clear: both;
    overflow: hidden;
}

.ie7 #content .product-carousel .product-block,
.ie7 #content .product-grid-list .product-block,
.ie7 #content .box-product .product-block {border:1px solid #ddd;}

.ie7 #content .product-carousel .product-block:hover,
.ie7 #content .product-grid-list .product-block:hover,
.ie7 #content .box-product .product-block:hover {border:1px solid #ddd;}


#content .product-carousel .product-block-inner,
#content .product-grid .product-block-inner,
#content .product-list .product-block-inner,
#content .box-product .product-block-inner{text-align:center; overflow:hidden; position:relative; margin:0;}


.banners-slider-carousel {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
	clear: both;
}

.sale{	    
	/* background: none repeat scroll 0 0 #43A7EA; */
    /* color: #FFFFFF; */
    /* font-family: 'Open Sans',Helvetica,sans-serif; */
    /* font-weight: bold; */
    /* left: -27px; */
    /* padding: 25px 21px 3px 22px; */
    position: absolute;
    /* text-transform: capitalize; */
    /* top: -16px; */
    /* transform: rotate(-45deg); */
	/* -moz-transform:  rotate(-45deg); */
  	/* -webkit-transform: rotate(-45deg); */
  	/* -o-transform:rotate(-45deg); */
  	/* -ms-transform:rotate(-45deg); */
  	background: url("../image/action-lbl.png") 0 0 no-repeat;
  	width: 68px;
    height: 42px;
    display: block;
    /* outline: 1px solid red; */
    text-indent: -9999px;
    left: 3px;
    top: 0;
    z-index: 10;
}
	
/* box products for Left Column and Right Column */
@media (min-width: 1200px) { 
#column-left .banner div,#column-right .banner div{width:auto;}
}
#column-left .banner div img,#column-right .banner div img{border:none; border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width: 100%;
}
#column-left .banner ,#column-right .banner{margin:0 0 18px;}


#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
}
#column-left .box-product > div,
#column-right .box-product > div  {
	display:block;
	vertical-align: top;
	margin-right:0px;
	margin-bottom: 5px;	
	width:100%;
}

#column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div,
#column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
    border: 0 none;
}

#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom: 0px;
	float:left;
	margin-right:7px;
}
#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {font-weight:normal; font-size:14px;}
#column-left .box-product .name,
#column-right .box-product .name {
	display: block;
}
#column-left .box-product .cart,
#column-right .box-product .cart {
	display: block;
}
#column-left .box-product .cart .button,
#column-right .box-product .cart .button{
	padding:0;
	background:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	height:auto;
	font-weight:normal;
	border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	color:#555;
	display:block;
	text-align:left;
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover { text-decoration:underline;}
#column-left .box-product .image img,
#column-right .box-product .image img { 
	width:55px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E7E7E7;
    padding: 3px;
}


#column-left .box-product .name,
#column-right .box-product .name,
#column-left .box-product .price,
#column-right .box-product .price,
#column-left .box-product .cart,
#column-right .box-product .cart {margin-left:47px; margin-bottom:0 }


#column-left .box-product .rating,
#column-right .box-product .rating {
	display: block;
	margin-bottom: 0px;
}
#column-left .product-thumb, #column-right .product-thumb {
	border:none;
	margin-bottom:5px;
	padding-bottom:5px;
}
#column-left .sale, #column-left .price-tax, #column-left .wishlist_button , #column-left .compare_button,
#column-right .sale, #column-right .price-tax, #column-right .wishlist_button , #column-right .compare_button {display:none !important;}
#column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button  {   
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
    width: auto;line-height: 28px;}	
#column-left .button-group .cart_btn,#column-right .button-group .cart_btn{margin: 0;}

#column-left .product-thumb .button-group, #column-right .product-thumb .button-group {background:none; border:none;margin-left:62px;}
.rating .fa-stack{width: 1.8em !important;}
.top_button {
    background: url("../image/megnor/top_arrow.png") no-repeat scroll 0 0 transparent;
	width:41px;
	height:41px;
	font-size:0;
   
} 
#content ul.list-unstyled li {
    line-height: 22px;
    padding: 4px 0;
}
.manufacturer-list {
     border: 1px solid #E9E9E9;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    margin-bottom: 20px;
	overflow: auto;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 15px;
}
.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}
#column-left .flexslider, #column-right .flexslider { margin: 0 0 20px; box-shadow: 0 0; border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#list-view:hover .fa-th-list:before,#list-view.active .fa-th-list:before{color: #309BE3;}
#grid-view:hover .fa-th:before,#grid-view.active .fa-th:before{color:#309BE3; }
.category_filter #grid-view:hover,.category_filter #list-view:hover,.category_filter #grid-view.active,.category_filter #list-view.active{background:none;}

.category_filter .btn-list-grid button:focus {box-shadow:none;}
.category_filter .sort .form-control {cursor:pointer;}
.productpage .box {margin-top:20px;}
.tab-content {
    padding: 10px 0;
	margin:0 0 20px 0;
	float:left;
	width:100%;
}
.col-sm-4.total_amount { margin-top: 70px;}
.product-tag{margin:5px 0 20px;}
.image1 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -165px;
    float: left;
    height: 50px;
    width: 60px;
}

.image2 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -105px;
    float: left;
    height: 50px;
    width: 60px;
}

.image3 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -45px;
    float: left;
    height: 50px;
    width: 60px;
}
.image4 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px 15px;
    float: left;
    height: 50px;
    width: 60px;
}
.aboutus h2{clear:both;}
.about-content{overflow:hidden;}
.category_filter .btn-list-grid{float:left;width:auto;padding:0;}
.compare-total {float: left;    margin:9px 0 0;}
.pagination-right { float: right;margin:0; width: auto;}
.category_filter .sort-by {float: left;margin:5px 10px 0 0;  width: auto;padding:0;}
.category_filter .show {float: left; margin:5px 10px 0;padding:0;}
.category_filter .sort { float: left; width: 144px;padding:0; margin:1px 0 0;}
.category_filter .limit {float: right; width: 58px;padding:0; margin:1px 0 0;}
.sort-by-wrapper,.show-wrapper{
    float: left;
	margin:5px 5px 0 0;
}
.category_filter,.pagination-wrapper {
    background: none repeat scroll 0 0 #F8FCFE;
    border: 1px solid #D9EEF7;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    margin-bottom: 10px;
    overflow: auto;
    padding-bottom: 5px;
}
.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
	margin:0 5px 0 0;
}
.pagination-wrapper .page-result
 {
    float: left;
    padding: 0;
    width: auto;
	margin:4px 0 0 10px;
}
.contact-info .left {
    float: left;
    margin: 20px 0;
    width: 50%;	
}
.contact-info .right {
    float: right;
    width: 50%;
}
.information-contact .panel-body{padding:30px;overflow:auto;}
.contact-info{color:#666;}
.contact-info .address-detail, .contact-info .telephone, .contact-info .fax {
    float: left;
    width: 100%;
}
.address-detail address {
    display: inline-block;
    /*margin: 0 0 0 40px;;*/
	clear:both;
	float:left;
}
#spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../image/megnor/ajax-loader.gif") 50% 50% no-repeat #fff;
}
.main-slider {
    position: relative;
    margin-bottom: 20px;
}


#accordion .panel-title > a {
    color: inherit;
    display: inline-block;
    width: 100%;	
}
#accordion .panel-heading .fa.fa-caret-down {float: right;}
#accordion .form-horizontal .control-label {text-align:left;}


#header{
	   /*background: url("../image/megnor/center_bg.png") repeat scroll center 0 transparent;*/
    margin-bottom: 5px;
    min-height: 110px;
    padding-bottom: 3px;
    z-index: 99;
}
#container_top{
    background: url("../image/megnor/bg.gif") repeat-x scroll center top transparent;
}
.header_right {
	float:right; 
	/*width:704px;*/
}
#currency .dropdown-toggl{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    float: right;
    margin: 7px 0 0 10px;
    padding: 4px 6px;
    z-index: 99;
}
#language .dropdown-toggle img{margin: 0 5px 0 0;}
#language .language-menu img{margin:0 5px 3px 0;}

/*.fa-shopping-cart:before,.fa-phone:before,.fa-user:before,.fa-heart:before,.fa-mail-forward:before, .fa-share:before ,.fa-exchange:before ,.fa-arrow-right:before,.fa-arrow-left:before{display:none;}*/
.fa-caret-down:before{
	content:"\f107";
	font-family: FontAwesome;
	padding:0 0 0 3px;
	font-size: 15px;
	vertical-align: middle;
}
.account-order-info .fa-shopping-cart:before{display: block;}
#language.active .fa-caret-down:before,#currency.active .fa-caret-down:before{content: "\f106"; font-family: FontAwesome;}
#top-links li{
	background: url("../image/megnor/pipe.gif") no-repeat scroll left center transparent;
    margin-left: 5px;
	padding:0 0 0 7px;
}
#top-links li:first-child{background:none;}
#currency .dropdown-menu ,#language .dropdown-menu ,#top-links .myaccount-menu{
	background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    display: none;
    margin:0;
    padding: 5px;
    right: 0;
	left:auto;
}


#top-links .myaccount-menu li{
	background:none;
	padding:0;
	margin:0;
}
#top-links .myaccount-menu li a{padding:2px 4px !important;}

.banner img {
    border-radius: 9px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
}
.banner{
	float: left;
    margin:16px 0 0 0;
}
.banner div{
	float:left;
	width:240px;
	margin-right:16px;
	margin-left:16px;
}
.banner div:first-child,.banner div:last-child{
	margin-right:0;
	margin-left:0;
}
.banner div:first-child img{
	    border: 1px solid #BBE3F2;
}
.banner div + div img{
    border: 1px solid #F2B8CD;
}
.banner div:last-child img{
    border: 1px solid #F4D68F;
}
.common-home .featured {
    background: none repeat scroll 0 0 #F4F4F4;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    margin-top: 20px;
}
.common-home .featured .box-heading{padding:10px 13px 0 !important;}
.common-home .featured .box-content{padding:5px 10px 10px !important;}
.common-home #content .box{
	width:100%;
	float:left;
}
#column-left .box, #column-right .box {
    background: url("../image/megnor/cate_flower.png") no-repeat scroll right top #FAFAFA;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	clear:both;
}
.responsive-menu .main-navigation li a, .main-menu > ul > li ul > li {
    /*background: url("../image/megnor/sub_menu.png") no-repeat scroll 10px 12px transparent;*/
    margin: 2px 2px 0;
    position: relative;
}
.main-menu > ul > li ul > li:before{
	content: '\f0a4';
	color: #753478;
	font-size: 14px;
	font-family: FontAwesome;
	position: absolute;
	left: 6px;
	top: 5px;
}

.main-menu > ul > li ul > li:hover > a.activSub{color:#2579B5;background-image:url(../image/megnor/menu_arrow_hover.png); }

.main-menu > ul > li ul > li > a:hover{color:#2579B5;}
.main-menu > ul > li ul > li:hover, .responsive-menu .main-navigation li a:hover {
    /*background: url("../image/megnor/menu_arrrowhr.png") no-repeat scroll 10px 12px #FECA39;*/
    background: #fff;
    color: #2579B5;
}
ul.box-category > li ul > li > a:before{
	content:"\f0da";
	font-family: FontAwesome;
	padding:0 5px 0 0;
	color:#8A8A8A;
}
ul.box-category > li ul > li > a:hover:before{color:#309BE3;}
.owl-controls .owl-page span {
	background: url("../image/megnor/sprite.png") no-repeat scroll 0 -58px transparent;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    cursor: pointer;
    display: block;
    height: 16px;
    text-indent: -9999px;
    width: 15px;	
}
.owl-controls .owl-page.active span,.owl-controls .owl-page:hover span {
	background-position:-19px -58px;
}
.slideshow_bottom{
	background:url("../image/megnor/main_bannershadow.png") no-repeat scroll 0 0 transparent;
	height:2px;
	width:75%;
	margin:1px auto;
}
.product-block:hover .caption h4 a ,.product-thumb:hover .caption h4 a{color:#F02284;}
#column-left .box-product .rating,#column-right .box-product .rating{
	top: auto;
	position: static;
}
.featured .caption .rating ,.latest .caption .rating ,.product-grid .caption .rating ,
#products-related .caption .rating{
	left: 0;
    position: absolute;
    right: 0;
    top: 130px;
    width: 100%;
}
#latest-carousel .rating{
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
}
.product-thumb .caption .button-group span{font-size:13px;}
.product-block:hover .button-group button.addto-cart ,.product-thumb:hover .addto-cart ,
.filterbox button:hover ,.buttons a:hover ,.account-address table .btn:hover{
	 background-color: #FF4B8C;
    background: linear-gradient(to bottom, #FF6DA2 0%, #FF4B8C 100%);
	background: #ff6da2; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6da2 0%, #ff4b8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6da2), color-stop(100%,#ff4b8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff6da2 0%,#ff4b8c 100%); /* W3C */
    border: 1px solid #FF4B8C;
    color: #FFFFFF;
}
.button-group .cart_btn{margin:7px 0 13px;}
.product-thumb .button-group button span{font-size:13px;}
ul.box-category > li ul > li > a:before{font-size: 12px;}
#column-left .box-product .caption a, #column-right .box-product .caption a {
    color: #F02284;
}
#column-left .box-product .caption a:hover, #column-right .box-product .caption a:hover {color:#309BE3;}
#column-left .button-group button, #column-right .button-group button{border:none;}
#column-left .product-block:hover .button-group button, #column-right button:hover .button-group button{  color: #309BE3; text-decoration: underline;}
.footer_upper_top {
    background: url("../image/megnor/footer_img.png") no-repeat scroll center top transparent;
    height: 45px;
}
.footer_upper {
    background: none repeat scroll 0 0 #309BE3;
    border-bottom: 1px solid #309BE3;
    box-shadow: 0 -6px 3px -3px #1B7EC0 inset;
	-moz-box-shadow: 0 -6px 3px -3px #1B7EC0 inset;
	-webkit-box-shadow: 0 -6px 3px -3px #1B7EC0 inset;
    padding-bottom: 10px;
}
.footer_inner ul{margin: 0;}
.footer_upper_inner {
    background: none repeat scroll 0 0 #309BE3;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
}
.left_banner {
    float: left;
    text-align: center;
    width: 55%;
}
.right_banner {
    background: url("../image/megnor/footerbanner_saprator.png") no-repeat scroll left center transparent;
    float: left;
    text-align: center;
    width: 42%;
}
.right_banner img {
    margin-left: 10px;
}
.content_footer_top h2{display:none;}
.footer_inner{background:#2184C6;}
/*.footer_inner .column{float:left; width:250px;}*/
.footer_inner .column ul li {
    padding: 6px 1px;
	list-style:none;
	color: #9CD7FF;
}
.footer_inner .column ul li a {  color: #9CD7FF; font-size:14px;}
.footer_inner .footer_left ul li a:before{
	content:"\f111";
	font-family: FontAwesome;
	color:#9CD7FF;
	font-size:6px;
	vertical-align:top;
	padding-right:6px;
}
.footer_inner .column ul li a:hover,.footer_inner .footer_left ul li a:hover:before {color: #fff;}


.content_footer_right ul ,.content_footer_right h2{padding:0; margin:0;}
.CMS_social li {
	padding:12px 1px !important;
}
.CMS_social li.facebook a:before{padding: 3px 0 0 9px;}
.CMS_social li a:before{	
    background: none repeat scroll 0 0 #309BE3;
    border-radius: 20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	box-shadow: 0 0 2px #0060A8;
	-moz-box-shadow:0 0 2px #0060A8;
	-webkit-box-shadow:0 0 2px #0060A8;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 25px;
    margin: -4px 12px 0 0;
    padding: 3px 0 0 7px;
    vertical-align: 0;
    width:25px;
	float:left;
	color:#fff;


}
.footer_inner .footer_left .CMS_social ul li a:before{
	font-size: 14px;
}
.footer_inner .footer_left .CMS_social ul li:hover a:before{
	background:#fff; 
	color:#309BE3;
}

.footer_inner .footer_left ul .facebook a:before{content:"\f09a";}
.footer_inner .footer_left ul .instaramm a:before{content:"\f16d";}
.footer_inner .footer_left ul .googleplus a:before{content:"\f1a0";}
.footer_inner .footer_left ul .vkontakte a:before{content:"\f189";}
.CMS_contact li{padding:0 !important; line-height:24px;}

.copyright {
    background: none repeat scroll 0 0 #095689;
    float: left;
    width: 100%;
}
#bottomfooter{float:left;}
#bottomfooter ul {
    margin: 12px auto;
    padding: 0;
}

#bottomfooter li.first {
    background: none;
    margin-left: 0;
    padding-left: 0;
}
#bottomfooter li {
    background: url("../image/megnor/footer_saprator.jpg") no-repeat scroll left center transparent;
    display: inline;
    margin: 0 2px;
    padding-left: 8px;
}
.powered {
    color: #9CD7FF;
    /*float: right;*/
    margin: 12px auto;
    /*text-align: center;*/
}
.category_img{
	padding:0 !important;
	margin:0 0 11px 0;
	text-align: justify;
}
.category_description ,.category_list ,.category_list ul{padding:0 !important;}
.category_description{margin:0 0 7px 0;}
.category_description p{
	font-size:13px;
	padding:0;
}
.fa-th-list:before,.fa-th:before{color: #999;}
.refine{font-size:14px; margin:0 0 8px 0; font-weight:bold; clear: both;}
.category_list{margin-bottom:20px;}
.category_list ul{margin:0; width:100%;}
.category_list li{list-style:none;}
.category_list ul li {
    float: left;
    margin: 0 7px 7px 0;
    overflow: auto;
    padding: 0;
}
.category_list ul li a {
    background-color: #F8FCFE;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    display: block;
    padding: 5px 8px;
}
.fa-th:before{
	content:"\f009";
	font-family: FontAwesome;
}
.btn-list-grid .btn-group {
    margin:6px 5px 0;
}
.category_filter .sort .form-control ,.category_filter .limit .form-control{
	height:28px;
	padding:3px 5px;
	font-size:14px;
	border:1px solid #D9EEF7;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.layout{margin-bottom: 10px; overflow: hidden;}
.product-layout{padding:0 !important;}
.product-list  .product-thumb_inner{padding-top: 5px; overflow: hidden; text-align: left;}
.product-list .left{width:72%; float:left;}
.product-list .right{
	float:right;
	border-left: 1px solid #DDDDDD;
    float: left;
    margin: 0 0 0 13px;
    min-height: 134px;
    padding: 10px 0px 0 25px;
    width: 145px;
}
.fa-arrow-right:before,.fa-arrow-left:before{display: none;}
.product-layout .button-group button{background:none; border:none; padding:0; margin-left:auto; margin-right: auto; }
.product-layout.product-grid .button-group button{text-align: center; display: block;}
.product-layout .button-group button.compare,.product-layout .button-group button.whishlist{box-shadow: none;}
.product-list .caption p{font-size:13px ;margin:0 0 5px 0;}
.product-layout .whishlist span{
	background: url("../image/megnor/compare.png") no-repeat scroll 0 1px transparent;
    font-size: 12px;
    padding-left: 18px;
}
/*.fa-mail-forward:before, .fa-share:before,#wishlist-total .fa-heart:before,.fa-user:before{display: none;}*/
.product-layout .whishlist:hover span{
    background-position: 0 -17px;
    text-decoration: underline;
	color:#309BE3;
}
.product-list .whishlist{margin:0 10px 0 0;}
.product-layout .compare span{
	background: url("../image/megnor/compare.png") no-repeat scroll 0 -35px transparent;
    font-size: 12px;
    padding-left: 18px;
}
.product-layout .compare:hover span{
	 background-position: 0 -51px;
    text-decoration: underline;
	color:#309BE3;
}
.product-layout .price-tax{font-size:14px;}
.product-grid .caption p{display:none;}
.product-grid .product-thumb{margin:6px 6px 6px 3px; text-align:center;}
.product-grid .price-tax{display:none;}
.product-grid .caption .rating{top:136px;}
.pagination-wrapper{margin:10px 0; padding:5px 0; width:100%;}
.product-grid .button-group {
    // left: 0;
    position: absolute;
    right: 12px;
    top: -4px;
	margin: 0 auto;
	width: auto;
	text-align: right;
}
.product-grid .right{
	/*margin:0 0 58px 0;*/
	margin:0 0 33px 0;
}

.product-thumb_inner .stock{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 4px;	
}
.productpage .stock{
	text-align: center;
	margin: -14px 0 14px;
}
.stock span{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.stock .available{
	color: #82a925;
}
.stock .soon-available{
	color: #e3cf1d;
}
.stock .not-available{
	color: #d52f68;
}
.alert .fa-info-circle:before ,.fa-check-circle:before{
	content:"\f164";
	font-family: FontAwesome;
	color:#999999;
	padding:0 5px 0 0;
	font-size:17px;
}
#column-left .product-block:hover, #column-right .product-block:hover{box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.filterbox button {
	 background-color: #FFC737;
    background: linear-gradient(to bottom, #FDE256 0%, #FFC737 100%);
	background: #fde256; /* Old browsers */
	background: -moz-linear-gradient(top, #fde256 0%, #ffc737 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fde256), color-stop(100%,#ffc737)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fde256 0%,#ffc737 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fde256 0%,#ffc737 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fde256 0%,#ffc737 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fde256 0%,#ffc737 100%); /* W3C */
    border: 1px solid #FFC737;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    color: #444444;
    cursor: pointer;
	padding:4px 12px;
}
.productpage .product-left{padding:0 15px 0 0;}
.productpage .product-right{padding:0; margin:0 0 40px 0;}
.productpage .product-left .fa-arrow-left:before{
	content:"\f104";
	font-family: FontAwesome;
	font-weight:bold;
	font-size:27px;
	display:block;
	color:#d1d1d1;
}
.productpage .product-left .fa-arrow-right:before{	
	content:"\f105";
	font-family: FontAwesome;
	font-weight:bold;
	font-size:27px;
	display:block;
	color:#d1d1d1;
}
.productpage .product-left .fa-arrow-left:hover:before ,.productpage .product-left .fa-arrow-right:hover:before{color:#777777}
.productpage .description {
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 5px 0 10px;
}
.productpage .description li{padding:1px 0;}
.productpage .description li a{color:#309BE3;}
.productpage .description li a:hover{color:#F02284;}
.productpage .product-right .price,.productpage .product-right .price-old ,.productpage .product-right .price-new h2{font-size:16px; margin: 0; font-weight: normal;}
.productpage .product-right .price-new h2{margin: 0 5px;}
.productpage .price-tax {font-size:12px; color:#999999; margin:0 5px;}
.productpage .product-right .price{margin-bottom: 10px;}
.reward{
	width:100%;
	font-size:10px;
	color:#999999;
	margin:0 0 15px 0;
}
.productpage .price{overflow:hidden;}
.productpage .price li{float:left;}
.productpage .discount {
	width:100%;
	font-size:12px;
	color:#4D4D4D;
}
/*#product{ 
	padding:10px 0 0;
	border-top:1px solid #E9E9E9;
}*/
/*#product h3{margin:0 0 12px 0;}*/
.date button,.time button ,.datetime button{
	border:1px solid #E9E9E9; 
	border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.qty-box {
	width:auto !important; 
	float:left;
	margin:0 10px;
	height:28px !important;
}
.qty-label{float:left; margin-top: 4px;}
#button-cart{
	width:auto;
	padding:5px 12px;
	float:left;
	font-size: 13px;
}
#button-cart:hover{
	 background-color: #FF4B8C;
    background: linear-gradient(to bottom, #FF6DA2 0%, #FF4B8C 100%);
	background: #ff6da2; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6da2 0%, #ff4b8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6da2), color-stop(100%,#ff4b8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff6da2 0%,#ff4b8c 100%); /* W3C */
    border: 1px solid #FF4B8C;
    color: #FFFFFF;
}
.productpage .btn-group button{border:none;}

.product-inner-alert .fa-info-circle:before{display:none; }
.productpage  .rating p{
	border-bottom: 1px solid #E9E9E9;
	border-top:1px solid #E9E9E9;
	padding:10px 0;
	clear:both;
}
/*#product .qty{
	 float: left;
	margin-bottom:10px;
	margin-top: 10px;
	padding-bottom: 5px;
}*/
.product-btn-inner {margin-bottom:10px; margin-left: 15px; margin-top: -5px;}
.read-review {
    margin: 0 10px 0 8px;
}

.product-layout.product-grid{overflow: hidden;}
.write-review:before{
	content:"\f040";
	font-family: FontAwesome;
	padding:0 5px 0;
}
#tab-description font{font-family:'Andada',Arial,Helvetica,sans-serif;}
#tab-specification thead td{
	background:#F7F7F7;
	border:none;
}
#tab-specification thead td strong{	font-weight:bold;}
#tab-review #review .rating ,#tab-review #review .review-date{
    display: inline-block;
    margin-left: 5px;
}

#tab-review .table-bordered{border:none; margin:0;}
#tab-review td{
	background:none;
	border:none;
}
#review .review-name {padding:0 0 10px 0;}
#review .comment{padding:0;}
#tab-review td .fa-stack{width:0.7em !important;height:1.2em;}
#tab-review td .fa{font-size:13px;}
#review td p{margin:0;}
#review {
	border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
    overflow: auto;
    padding: 10px 0;
}
#tab-review h2{
	margin:0 0 8px;
	text-transform:uppercase; 
	font-weight:bold;
	font-size:14px;
}
#tab-review .form-group label{
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	width: auto;
}
.fa-exclamation-circle:before{color:#EB6E5A; padding:0 5px 0 0;}
.fa-star:before,.fa-star-o:before{color:#F02284;}
.product-tag b{font-weight:bold;}
.related {margin:0 0 20px 0 !important; clear:both;}
.cart-btn{margin:0 0 10px;}
#products-related .caption .rating{top:135px;}
.upload-file {width:100%;}
button.product_compare:focus, button.product_compare:active,button.product_whishlist:focus, button.product_whishlist:active{box-shadow: none;}
.product-compare tbody tr td{text-align: center; width: 20%;}
.product-compare tbody tr td:first-child{text-align: right;}
#column-left button:focus,#column-left button:active,#column-right button:focus,#column-right button:active{
	box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;

}
button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active{
	 box-shadow: 0 0 3px #BBBBBB;
	-moz-box-shadow:0 0 3px #BBBBBB;
	-webkit-box-shadow:0 0 3px #BBBBBB;
    z-index: 1;
}
.forget-password a{text-decoration: underline;}
.cart-info table{margin:0 0 15px 0;}
.cart-info thead td ,#collapse-checkout-confirm thead td{
	background-color: #F7F7F7;
    color: #4D4D4D;
    font-weight: bold;
	border-bottom:1px solid #e9e9e9 !important;
	border-left:none !important;
	border-right:none !important;
}
.shopping-cart.table-bordered>tbody>tr>td{border-left: medium none; border-right: medium none;}
#collapse-checkout-confirm td{border:none !important;}
.cart-info tbody input {
    padding: 0;
    text-align: center;
    width: 40px !important;
	height: 28px;
	margin-right: -7px;
}
.cart-info .btn-block{width:77%;}
.gift-voucher h2{
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
}
.gift-voucher .panel-group {
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    margin-bottom: 20px;
}
.product-list .fa-shopping-cart:before,.product-grid .fa-shopping-cart:before,
.product-list .fa-heart:before,.product-list .fa-heart:before,.fa-exchange:before,.product-block .fa-shopping-cart:before{display: none;}
.checkout-cart .panel-title > a {
    float: left;
    width: 100%;
}
.choise i {
    float: right;
}
.checkout-cart .panel-default > .panel-heading {
    overflow: hidden;
}
.checkout-cart .control-label {
    padding: 0;
    width: 100%;
}
#button-coupon, #button-voucher {
    margin: 0 0 0 10px ;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.choise .form-horizontal .control-label {
    padding: 0 0 0 15px;
}
#review p{margin: 0;}
.cart-total{padding:0 !important;}
.filterbox{clear: both;}
.cart-total strong{font-weight:bold;}
.checkout-heading a ,.checkout-heading h4{font-size:13px; font-weight:bold;}
.agree{background:none !important; border:none !important;}
.agree:hover{background:none !important; border:none !important; color:#666 !important;}
#collapse-checkout-confirm td{border-bottom:1px solid #e9e9e9 !important;}
.checkout-checkout .btn-primary{font-size:13px; padding:6px 12px;}
#input-password{margin:0 0 10px;}
.well h2  {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.account-return-add fieldset {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    padding: 10px;
	margin:0 0 10px;
}
.information-contact h3 ,#collapse-checkout-option h2 ,.account-account h2 ,
.account-order-info h3{
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
}
.addtocart strong,.checkout strong{
	font-size:13px;
	font-weight:normal;
}
.account-account #content ul.list-unstyled li{padding:4px 0;}
.account-address table td{border:none !important;}
.account-order td ,.account-order-info td ,
.account-transaction td ,.account-reward td ,
.product-compare td ,.account-wishlist td ,
.affiliate-transaction td{
	border-bottom:none !important;
	text-align:left;
}
.account-reward tbody td,.account-transaction tbody td{text-align: center;}
.account-order thead td ,.account-order-info thead td ,
.account-transaction thead td ,.account-reward thead td ,
.product-compare thead td ,.account-wishlist thead td ,
.affiliate-transaction thead td{
	background:#fafafa; 
	font-weight:bold;
}  
.compare-info tr td:first-child{font-weight:bold;}
.compare-info .remove {
	margin-left: 10px;
}
.product-compare .btn-primary{margin: 5px 0;}
.compare-info .remove:hover {
}

.product-info {
    margin-bottom: 20px;
    overflow: auto;
}
#content .aboutus {
    margin-bottom: 20px;
}
/*#cart .fa-shopping-cart:before{display: none;}*/
.tm_headerlinkmenu{display:none;}
.tmhomeslider img{width:100%;}
.checkout-cart #content{margin-bottom:25px;}
.search-criteria{margin:0; font-weight:bold;}
.serch-category{margin-bottom:20px;}
.search-content p{margin:0;}
.search-btn{padding:6px; margin:0 0 10px 0; text-align:right;}
.product-meeting{font-size:14px; font-weight:bold; margin-bottom:5px;}
.productpage .btn-group button.product_whishlist,.productpage .btn-group button.product_compare{display: block; padding: 0; float: none;}
.checkout-cart #content #accordion .input-group .form-control{width: 95% !important;}
#collapse-coupon .col-sm-2.control-label{padding: 0; width: 25%; float: left;}
#collapse-voucher .col-sm-2.control-label{width: 31%; padding: 0;}
.form-group .col-sm-2.control-label{
	width: 25%; 
	/*float: left;*/
	text-align: right;
}
.form-group .col-sm-10{width: 75%; float: left;}
.affiliate-transaction tbody tr td{text-align: center;}
.form-group .captcha.col-sm-10{float: right;}
#content .content{
	border: 1px solid #E9E9E9;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: auto;
	padding: 10px;
}
.account-wishlist .table-bordered>tbody>tr>td img{border: 1px solid #DDDDDD;}
.account-wishlist .price s{color: #DF0505;}
.account-wishlist .table-bordered>tbody>tr>td:first-child,.account-wishlist .table-bordered>thead>tr>td:first-child{text-align: center;}
.affiliate-account .btn-primary:hover .list-group-item{color: #fff;}
.product-manufacturer p a{font-weight: bold;}
.filterbox a.list-group-item:hover,.filterbox a.list-group-item:focus {
	color:#666;
}
.filterbox div.list-group-item{padding-left: 15px; padding-top: 5px; padding-bottom: 5px;}
.contact-info .left {
    float: left;   
    width: 46%;	
}
.contact-info .right {
	float: left;
    width: 53%;
}
.row.contact-info {
    padding: 0;
}
.information-contact .panel-body{padding:12px 20px;overflow:auto;  border-radius: 5px;}
.contact-info{color:#666;}
.contact-info .address-detail strong {
    /*background: url("../image/megnor/cms-sprite.png") no-repeat scroll -6px -235px transparent;*/
   	/*padding: 2px 0 0 35px;*/
	height:28px;
	margin:10px 0;
	float:left;
	clear:both;
}
.contact-info .address-detail,.contact-info .telephone,.contact-info .fax{float:left;width:100%;}
.contact-info .telephone strong{
    /*background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -314px transparent;*/
    /*padding: 2px 0 0 35px;*/
	margin:10px 0;
	height:28px;
	float:left;
	clear:both;
}
.contact-info .fax strong{
    /*background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -272px transparent;*/
    /*padding: 2px 0 0 35px;*/
	height:28px;
	margin:10px 0;
	float:left;
	clear:both;
}
.contact-info address {
    display: inline-block;
    /*margin: 0 0 0 40px;*/
    margin-bottom: 5px;
    /*margin: 0;*/
	float:left;
	clear:both;
}



.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget td span:hover,
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover{
   background-color: #FFC737 !important;
    background: linear-gradient(to bottom, #FDE256 0%, #FFC737 100%);
	background: #fde256; /* Old browsers */
	background: -moz-linear-gradient(top, #fde256 0%, #ffc737 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fde256), color-stop(100%,#ffc737)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fde256 0%,#ffc737 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fde256 0%,#ffc737 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fde256 0%,#ffc737 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fde256 0%,#ffc737 100%); /* W3C */
    border: 1px solid #FFC737;
    border-radius: 5px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    color: #555 !important;

}
.bootstrap-datetimepicker-widget td span{width: 40px !important; height: 35px !important; line-height: 40px !important;}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second{width: 40px !important;}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover{background-color: #FF4B8C !important; color: #fff !important}
.bootstrap-datetimepicker-widget td.today:before{border-bottom: 7px solid #FF4B8C  !important;}
.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover{
	 background-color: #FF4B8C !important;
    background: linear-gradient(to bottom, #FF6DA2 0%, #FF4B8C 100%);
	background: #ff6da2; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6da2 0%, #ff4b8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6da2), color-stop(100%,#ff4b8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff6da2 0%,#ff4b8c 100%); /* W3C */
    color: #FFFFFF !important;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover{
	 background-color: #FF4B8C !important;
    background: linear-gradient(to bottom, #FF6DA2 0%, #FF4B8C 100%);
	background: #ff6da2; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6da2 0%, #ff4b8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6da2), color-stop(100%,#ff4b8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff6da2 0%,#ff4b8c 100%); /* W3C */
    color: #FFFFFF !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	 background-color: #FF4B8C !important;
    background: linear-gradient(to bottom, #FF6DA2 0%, #FF4B8C 100%);
	background: #ff6da2; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6da2 0%, #ff4b8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6da2), color-stop(100%,#ff4b8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff6da2 0%,#ff4b8c 100%); /* W3C */
    color: #FFFFFF !important;

}
.productpage div > span.or{color: #999; vertical-align: middle; margin-left: 5px;}
.product-right .links{display: inline-block; margin-top: -10px; vertical-align: top;}
#product  .links button{display: block; padding: 0;}
.bootstrap-datetimepicker-widget.dropdown-menu li > a:hover{
	 background-color: #FF4B8C !important;
    background: linear-gradient(to bottom, #FF6DA2 0%, #FF4B8C 100%);
	background: #ff6da2; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6da2 0%, #ff4b8c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6da2), color-stop(100%,#ff4b8c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6da2 0%,#ff4b8c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff6da2 0%,#ff4b8c 100%); /* W3C */
    color: #FFFFFF !important;

}
.checkout-checkout .buttons{overflow: hidden; padding: 0 5px;}
#collapse-checkout-confirm .buttons{overflow: hidden; padding: 0;}
#cart .dropdown-menu li.mini-cart-info table td{border-bottom: 1px solid #eee;}
@media (max-width: 1200px) {
	.product-info .image-additional { width: 100%;}
	#column-left .product-thumb .price-old, #column-right .product-thumb .price-old  {margin-left:0;}
	#column-left .fa-shopping-cart:before, #column-right .fa-shopping-cart:before  {display:none;}
	#column-left .hidden-xs, #column-left .hidden-sm, #column-left .hidden-md {display:block !important; text-transform: capitalize; font-weight:normal;   margin-top: -25px;}
	.col-sm-4.total_amount { margin-top: 88px;}
	.banner div{width:225px;}
	.layout-3 .banner div,.layout-3 .banner div,.layout-3 .banner div{width:152px;}
	.footer_inner .column{width:235px;}
	.footer_upper_inner{width:940px;}
	.product-list .left{width:68%;}
	.layout-1 #content .banner div{width:31.4%;}
	#content .image-additional .slider-item{width: 79px;}
	#column-left .banner div, #column-right .banner div{width: 211px;}
}
@media only screen and (max-width:1200px) and (min-width: 979px){
	#content .image-additional .slider-item{width: 79px;}
}
@media (max-width: 979px) {
	
	.layout-3 #column-left .banner div,.layout-3 #column-right .banner div{width:171px;}
	#column-left .box-product .image,
	#column-right .box-product .image {margin-right:7px;}
	.col-md-4.btn-list-grid {margin-bottom: 10px;}	
	.pagination-right {
		clear: both;
		float: left;
		margin: 5px 0;   
	}
	#header{background:none;}
	.layout-3 #content{width:50%;}
	/*.header_main{background: url("../image/megnor/center_bg.png") repeat-x scroll center top transparent;}*/
	.header_right{width:527px;}
	#top-links {
		float: right;
		margin:0 10px 0 0;
		text-align: right;
		width: 100%;
   }
   #search{margin:10px 0;}
   #column-left .banner div,#column-right .banner div{width: 173px;}
   .banner div{width:166px;}
   .footer_upper_inner{width:724px;}
   #footer .column{border-bottom:2px solid #309BE3;}
   #footer .CMS_contact{border-bottom:none;}
   #footer .column ul{margin:0 0 15px 0;}
   #bottomfooter {
		text-align: center;
		width: 100%;
	}
	.powered{clear:both; float:none;}
	.layout-3 .banner div, .layout-3 .banner div, .layout-3 .banner div{width:106px;}
	.product-list .left{width:56%;}
	.pagination-right{clear:none; float:right; margin:0;}
	.category_filter .sort{width:110px;}
	.category_filter .sort-by,.category_filter .show{margin:5px 5px 0 0;}
	.col-md-4.btn-list-grid{margin:0;}
	.contact-info .left,.contact-info .right{width:100%;}
	.slideshow_bottom{width:auto;}
	#column-left .product-thumb .button-group, #column-right .product-thumb .button-group ,
	#column-left .box-product .name,
	#column-right .box-product .name, #column-left .box-product .price, #column-right .box-product .price,
	#column-left .box-product .cart, #column-right .box-product .cart{margin-left:61px;}
	footer h5, .content_footer_right h3{margin-bottom: 10px; position: relative;}
	#top-links .myaccount-menu li{text-align: left;}
	#column-left .product-thumb .price-old, #column-right .product-thumb .price-old{display: block;}
	#content .image-additional .slider-item{width: 59px;}
	.productpage div > span.or{display: none;}
	#button-cart{margin-bottom: 10px;}
	.product-right .links{margin-top: 0px; display: block; clear: both;}
	#product  .links button{display: inline-block;}
	.product_whishlist{
		background: url("../image/megnor/pipe.gif") no-repeat scroll right center transparent !important;
		margin-right: 5px;
		padding:0px 10px 0 0!important;
	}
	.contact-info .left {margin: 0 0 20px;}
	.information-contact .panel-body{padding: 20px;}
	#top-links{margin: 0 4px 0 0;}
	
}
@media only screen and (max-width: 979px) and (min-width: 767px){
	.layout-3 .product-thumb_inner{text-align:center;}
	.layout-3 .product-list .product-thumb .image{float:none;}
	.layout-1 #content .banner div{width:32%;}
	.layout-1 #content .banner a{display:block;}
	.serch-category .col-sm-4{padding: 0 8px;}
}
@media (max-width: 767px) {
	.serch-category,.col-sm-4.sort{margin-bottom: 10px;}
	.sort-by-wrapper, .show-wrapper{margin: 5px 5px 0;}
	.product-info .image-additional {width: 100%;} 
	.product-info .image-additional a {padding: 1px;} 
	.header-logo,.header-cart ,	.header-search{display:inline-block;float:none;width:100%;}
	.header-logo{text-align:center;}
	.header-logo > div{display:inline-block;}
	.btn-info {margin-bottom:3px;} 
	#input-search {margin-bottom: 8px;}
	#logo 
	#logo .img-responsive { margin: 0 auto 15px;}
	.col-sm-4.total_amount {margin-top: 20px;}
	.header-cart { margin: 0 auto; padding: 0; width: 200px;}
	#cart .dropdown-menu {right: -89px;width: 350px;}
	.button_class {clear:both;}
	.show-wrapper{clear:both;margin:10px 0 0;}
	.category_filter .show {float: left; margin: 8px 10px 0 0;}
	.product-compare .table-bordered{float:left;width:100%;overflow:auto;display:inline;}
	.product-info .image, .product-info .additional-carousel { margin: 0 auto; width:292px;}
	.layout-2.left-col #content, .layout-2.right-col #content ,.layout-3 #content{width:100%;}
	 .banner div ,.layout-3 .banner div, .layout-3 .banner div, .layout-3 .banner div {width:32%; margin-right:2%; margin-left:2%;}
	 .banner div:first-child ,.banner div:last-child {margin-left:0; margin-right:0;}
	 .layout-3 .banner{float:none}
	 #bottomfooter ul {
   		 margin: 12px 10px;
	 }
	 #column-left,#column-right,.header_links{display:none;}
	 .tm_headerlinkmenu {
	 	display:block;
		border-radius:5px 0 0 5px;
		-webkit-border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
	}
	#language{border-radius:0 5px 5px 0;
			-webkit-border-radius:0 5px 5px 0;
			-moz-border-radius:0 5px 5px 0;
	}
	#currency{
		border-left:1px solid #fff;
		border-right:1px solid #fff;
	}
	 .headertoggle_img:before {
			color: #FFFFFF;
			content: "\f0c9";
			font-family: "fontawesome";
			font-size:20px;
	}
		 #language, #currency, .tm_headerlinkmenu {
		background-color:#309BE3;
		cursor: pointer;
		margin: -1px 0 0;
		padding: 6px 0;
		position: absolute;
		text-align: center;
		top: 10px;
		width: 33%;
    }
	#currency .dropdown-toggle{
		background:none;
		border:none;
		padding:0;
		margin:0;
		color:#fff;
		float:none;
	}
	#currency {right: 33%;}
	#language {
		right: 15px;
		width: 31%;
    }
	#language .btn-group, #currency .btn-group{width:100%; text-align:center;}
	#currency .dropdown-menu, #language .dropdown-menu{
		border: 1px solid #B8DEF1;
		border-radius: 0 0 5px 5px;
		-webkit-border-radius:0 0 5px 5px;
		-moz-border-radius:0 0 5px 5px;
		left: 0;
		top: 27px;
		text-align:left;
	}
		#top-links .myaccount-menu{
		border: 1px solid #B8DEF1;
		border-radius: 0 0 5px 5px;
		-webkit-border-radius:0 0 5px 5px;
		-moz-border-radius:0 0 5px 5px;
		right: 0;
		top:26px;
		text-align:left;
	}
	.tm_headerlinkmenu .header_links {
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #B8DEF1;
		border-radius: 0 0 5px 5px;
		-webkit-border-radius:0 0 5px 5px;
		-moz-border-radius:0 0 5px 5px;
		display: none;
		left:0;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 34px;
		width:96%;
		z-index: 95;
		list-style:none;
    }
	#top-links .myaccount-menu{
		border: 1px solid #B8DEF1;
		border-radius: 0 0 5px 5px;
		-webkit-border-radius:0 0 5px 5px;
		-moz-border-radius:0 0 5px 5px;
		right: 0;
		top:26px;
		text-align:left;
	}
	.tm_headerlinkmenu .header_links {
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #B8DEF1;
		border-radius: 0 0 5px 5px;
		-webkit-border-radius:0 0 5px 5px;
		-moz-border-radius:0 0 5px 5px;
		display: none;
		left:0;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 34px;
		width:96%;
		z-index: 95;
		list-style:none;
    }
	.tm_headerlinkmenu  .header_links li a {
		display: block;
		padding: 5px 10px;
		text-align:left;
    }
	.header-logo{margin:75px 0 0;}
	.header_right ,.header-cart{width:100%;}
	.header-cart{text-align:center;}
	#search .button-search{float:left;}
	#top-links {float:none; text-align:center;}
	#top-links{clear:both; margin:0;}
	#search{width:55%; float:none; margin:10px auto;}
	.footer_upper_inner{width:auto;}
	.footer_upper_inner img{max-width:92%;}
	.right_banner img{margin-left:10px;}
	.refine-box{overflow:hidden;}
	.show-wrapper{clear:none; margin:5px 5px 0;}
	.category_filter .sort-by, .category_filter .show{margin:4px 5px 0 0;}
	.product-list .product-thumb .image{float:left;}
	.product-thumb_inner{overflow:hidden;}
	.product-list .right{
		border-left:none;
		margin:0;
		padding:5px 10px;
		width:100%;
		min-height:100%;
	}
	.product-list .left{width:100%;}
	.product-list .button-group{padding:10px 10px 0;}
	.product-info .image-additional{padding:0 10px 0 9px;}
	.layout-2.left-col #content ,.layout-2.right-col #content {padding:0 15px;}
	.slideshow_bottom{background:none;}
	#top-links{display: none;}
	#language .dropdown-toggle img{margin: 0 0 3px 0;}
	.pagination-right{ clear: both; float: left; margin: 10px 0 0 5px;}
	.product-btn-inner{margin: 0 0 10px; overflow: hidden; clear: both; display: block !important;}
	#product .qty{clear: both;}
	.productpage .btn-group button.product_whishlist, .productpage .btn-group button.product_compare{display: inline;}
	#content .image-additional .slider-item{width: 80px;}
	.dropdown-menu{min-width: 100%;}
	.productpage .product-left{padding: 0;}
	.filterbox {
    background: url("../image/megnor/cate_flower.png") no-repeat scroll right top #FAFAFA;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	clear:both;
	padding: 10px;
	}
	#search .input-lg{width: 100%;}
	#search .button-search{margin-left: 10px;}
	.hidden-xs{display: none;}
}

@media only screen and (max-width: 479px) {
	.checkout-cart #content #accordion .input-group .form-control{width: 100% !important; float: none; margin-bottom: 10px;}
	#accordion .input-group-btn{display: block; clear: both;}
	#button-coupon, #button-voucher{margin: 0;}
	#collapse-coupon .col-sm-2.control-label{width: 100%; float: none;}
	#collapse-voucher .col-sm-2.control-label{width: 100%;}
	.form-group .col-sm-2.control-label{width: 100%; float: none;}
	.form-group .col-sm-10{width: 100%;}
	.product-info .image-additional a{ float:none; text-align:center; padding: 1px;}
	.table{	
		float: left;
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}
	.shopping-cart .input-group .form-control{width:auto;padding:0;text-align:center;}
	.account-wishlist .table-bordered{float:left;width:100%;overflow:auto;display:inline;}
	.flex-direction-nav a:before {font-size:27px !important;}
	#cart .dropdown-menu { right: -60px;  width: 290px;}
	.dropdown-menu.pull-right {width: 100%;}
	#cart .dropdown-menu li > div {min-width:100%;}	
	.category_filter .limit {float: left;}
	#currency span,#language span{display:none;}
	.tm_headerlinkmenu .header_links{width:148px;}
	#search{width:86%;}
	#language .dropdown-menu{right:0; left:auto;}
	#top-links .myaccount-menu{left:0;}
	#cart .dropdown-menu table td {padding:4px;}
	.mini-cart-info{overflow:hidden;}
	.product-list .product-thumb .image{float:none;}
	.product-thumb_inner{text-align:center;}
	.product-layout.product-grid {width:100%;}
	.nav-tabs > li{width:100%; text-align:center;}
	.pagination-wrapper .page-link{float: left; width: 100%; padding-left: 5px; text-align: left; margin: 10px 0;}
	.product-info .image{width: 250px; margin: 0 auto;}
	.product-info .additional-carousel{width: 120px; margin: 0 auto;}
	.product-info .image-additional{padding: 0 15px;}
	.nav-tabs > li > a{margin-right: 0 !important;}
	.left_banner,.right_banner{width: 100%;}
	.right_banner{background: none; margin-top: 20px;}
	#tab-review{padding: 0 5px;}
}
@media only screen and (max-width: 319px){
	.banner img{width: 100%;}
	.productpage .btn-group button.product_whishlist, .productpage .btn-group button.product_compare{display: block;}
	.write-review{display: block; margin-top: 10px;}
	#cart .dropdown-menu li:first-child table {display: inline-block;}
	.show-wrapper{clear: both; margin-top: 10px;}
	.product-info .product-image .customNavigation{ width:196px; margin:0 auto; position: relative; } 
	.header-logo .img-responsive ,#search { width: 100%;}
	.btn-primary {margin-bottom:2px;}
	.compare-total {clear: both; margin: 8px 10px 10px 0;}
	#cart .dropdown-menu { right: -31px;width: 210px;}
	#cart .dropdown-menu{width:210px;}
	#cart .text-right .addtocart{margin:0 0 5px 10px;}
	#cart .text-right .checkout{margin:0;}
	.banner div, .layout-3 .banner div, .layout-3 .banner div, .layout-3 .banner div{width: 100%; float: none; margin: 10px auto; text-align: center;}
	.banner{margin: 10px 0 0; float: none;}
	.item > a{ display: inline-block;}
	#cart .dropdown-menu{min-width:213px;}
	.compare-total{margin:8px 5px 0px;}
	.productpage .product-left{padding:0;}
	.product-info .image{width:auto;}
	.product_whishlist{background:none !important;}
	.product_compare{padding:3px 0 !important;}
	.buttons .btn{margin:0 0 5px 0;}
	.product-info .image{width: 100%; margin: 0 auto;}
	.product-info .image-additional{padding: 0 15px;}
	#product .links button{display: block;}
}



.row.product-layout-grid{margin: 0;}

#logo{
	float: left;
	margin-left: -15px;
}

#slogan{
	/* float: left; */
	color: #753478;
	text-transform: uppercase;
	/*margin-top: 20px;*/
	/* padding: 55px 0 0 19px; */
	white-space: nowrap;
	text-align: center;
	font-size: 26px;
	line-height: 1.1;
	position: absolute;
	left: 256px;
	top: 55px;
}
#slogan:first-line{
	font-weight: bold;
}

.phones{
	text-align: right;	
}
.main-phone{
	color: #753478;
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
	cursor: pointer;

}
.main-phone .fa{
	color: #fc6303;
}
.main-phone .caret{
    position: absolute;
    right: -10px;
    top: 42%;
}
.phones .dropdown-menu{
	padding: 8px 15px;
	font-size: 18px;
	line-height: 1.5;
	left: auto;
	right: 0;
	font-weight: bold;
	color: #753478;	
}

.btn-link_dash{
	color: #309be3;
	padding: 0;
	border: 0;
	margin: 0;
	background-color: transparent;
	border-bottom: 1px dashed #309be3;
	margin-right: 10px;
}
.btn-link_dash:active, .btn-link_dash:focus{
	box-shadow: none;
	-webkit-box-shadow:none;
}
.header-cart{
	text-align: right;
	margin-top: 40px;
}

.cart-title{
	font-size:16px;
	padding:11px;
}
.cart-title .fa{
	color: #f72483;
}
#cart > .btn{
	padding: 0;
	/*padding-left: 0;*/
}
#header .mode{
	font-size: 12px;
	color: #a1a1a1;
	margin-top: 3px;
	padding-right: 10px;
}

.modal .modal-header{
	border-bottom: 0;
}

.modal .modal-content{
	background: #f72483;
	color: #fff;
	text-align: center;
}
.modal h1{
	text-transform: uppercase;
}
.modal .form-wrapper{
	margin-top: -26px;
}
.modal .close{
	color: #fff;
	font-size: 40px;
	margin-right: -34px!important;
	margin-top: -34px!important;
}
.modal input{
	width: 80%;

}
.modal .help-block{
	display: none!important;
}
.modal .error-block{
	color: #000;
}
.modal #field-c12{
	background: #cd075f;
	text-transform: uppercase;
	font-weight: bold;
	border-color: #cd075f;
}
.search-btn.btn-link {
	content: "\f002";
	font-family: 'FontAwesome';
  	color: #309be3;
  	font-size: 16px;
  	margin: 0;
  	padding-top: 7px;
  	margin-right: 15px;
}
.modal a{
	color: #fff;
	text-decoration: underline;
}

#search {
	margin:6px 0 0;
	/*padding-right: 20px;*/
}
#search .input-lg {
	line-height:16px;
	padding:5px;
	width:205px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #D8D8D8;
}

#search .input-group-btn{
    margin-left: -23px;
    padding-top: 5px	
}

#search.input-group .form-control,
#search .input-group-btn{
	display: inline-block;
}

#search .button-search{
	text-align: center;
	background-color: transparent;
	border: 0;
	padding: 0;
}
#search .button-search:before{
	content: "\f002";
	font-family: 'FontAwesome';
	font-weight: normal;
  	font-style: normal;
  	display: inline;
  	color: #309be3;
  	font-size: 16px;
}
#language{
	padding: 3px;
}
#language button{
	text-transform: uppercase;
	color: #309be3;
}
.search-wrap.dropdown-menu{
	padding-left: 10px;
	padding-right: 10px;
	background: #d5edff;
	border: 0;
	border-radius: 0 0 5px 5px;
}
.c01{color: #753478;}
.c02{color: #de3169;}
.c03{color: #8ec231;}
.c04{color: #fc6303;}
.c05{color: #f72483;}


.blog-popular{
	background: #fafafa;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	padding: 10px;
	overflow: hidden;
}
.blog-popular h3{
	color: #f75096;
	font-size: 18px;
	font-weight: bold;
}
.blog-popular .image{
	border: 1px solid #e9e9e9;
	float: left;
	margin-bottom: 0;
	margin-right: 6px;
}
.blog-post{
	overflow: hidden;
	margin-bottom: 10px;
	height: 58px;
}
.blog-post h4{
	margin-top: 0;
	/*font-size: 13px;*/
}
.blog-post a{
	color: #309BE3;
}
.blog-post p{
	font-size: 13px;
	line-height: 1.2;
}
.img-categories{}
.img-categories a{
	font-size: 13px;
}
.img-categories .product-thumb {
	padding: 7px;
	text-align: center;
}
.img-categories [class*=col-]{
    padding-left: 7px;
    padding-right: 7px;	
}
.img-categories .row{
	margin-left: -7px;
	margin-right: -7px;
}
.img-categories h3{
	font-size: 18px;
	color: #753478;
	margin-left: 15px;
}


.latest-post-home{}
.latest-post-home .all-posts{
	float: right;
}
.latest-post-home .all-posts a{
	color: #309be3;
}
.latest-post-home h3{
	color: #753478;
	font-size: 18px;
	font-weight: bold;
}
.latest-post-home .image{
	border: 1px solid #E3E3E3;
	border-radius: 5px;	
	margin-bottom: 7px;
}

.content_footer_top,
.footer_inner{
	background: #309be3;
}
.content_footer_top{
	color: #fff;
}
.fname{
	font-weight: bold;
}

.page-title{
	font-weight: bold;
	color: #753478;
}

.btn-green,
#button-confirm{
	background: #8ec231;
	color: #fff;
	border-color: #8ec231;
	height: auto;
}
.btn-grey{
	background: #ddd;
	color: #666;
}
.category-title{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.1;
}
.category_description h2{
	font-size: 24px;
	font-weight: bold;
	margin: 28px 0 20px;
}
.product-layout .addto-cart{
	background: #8ec231;
	color: #fff;
	font-size: 14px;
	border-color: #8ec231;
}
.product-layout .addto-cart:hover,
.product-layout:hover .addto-cart{
	background: #2f9ae3;
	border-color: #2f9ae3;
}

.productpage{}
.product-title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.advance-payment{
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 30px;
	padding-bottom: 5px;
}
.advance-payment span{
	font-weight: bold;
	font-size: 18px;
	color: #3199f0;
}
.rent-wrap{
	margin: 0 38px;
}

.columns{
	/*overflow: hidden;*/
	display: table;
	table-layout: fixed;
	width: 102%;
	margin: 0 -4px 23px -4px;
    border-collapse: separate;
    border-spacing: 4px 0;
}
.columns .column {
	display: table-cell;
	text-align: center;
	position: relative;
}
.columns .column .term{
	margin: 9px 0 4px;
}
.columns .column .cost{
	font-weight: bold;
	font-size: 15px;
	color: #753478;
	margin-bottom: 7px;
}
.old-cost{
	font-size: 13px;
	text-decoration: line-through;
}

.columns .column:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -17px;
	content: '';
	/*background: red;*/
	height: 17px;
	width: 100%;
	display: block;
	border-top: 17px solid red;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
}

.columns .c21.column:after{
	border-top-color: #e8f3d6;
}
.columns .c22.column:after{
	border-top-color: #fee0cd;
}
.columns .c23.column:after{
	border-top-color: #f8d6e1;
}


.r-row{
	padding: 7px;
	text-align: center;
	margin-bottom: 7px;
	font-size: 12px;
}
.r-row.c21, .r-row.c23{
	color: #753478;
}
.r-row.c21 .fa{
	color: #94c547;
	font-size: 18px;
	margin-right: 3px;
}
.r-row.c23 .fa{
	color: #de3169;
	font-size: 18px;
	margin-right: 3px;
}
.c21{background: #e8f3d6;}
.c22{background: #fee0cd;}
.c23{background: #f8d6e1;}
.c24{background: #fff5da;}

#product #button-cart,
.wrap-btn-b #button-cart-buttom{
	background: #753478;
	color: #fff;
	font-weight: bold;
	border-color: #753478;
	float: none;
	font-size: 16px;
	height: auto;
    padding: 8px 36px;
    margin-bottom: 5px;
}
.wrap-btn-b {
	text-align: center;
}

#product{
	background: #fffbed;
	margin: 0 38px;
	text-align: center;
	padding: 14px 7px;
}
#product .btn-link_dash{
	margin: 0;
}
#product .form-group{
	margin-bottom: 0;
}
.wr-btn-compare{
	margin: 0 38px;
	text-align: right;
	color: #309be3;
}
.wr-btn-compare .product_compare{
	padding: 4px 0;
	font-size: 12px;
}
.owl-carousel{
	z-index: 0 !important;
}

.content_footer_top{
	padding: 10px 0 20px;
}
.content_footer_top .first-line{
	font-size: 22px;
	letter-spacing: 1px;
	margin: 10px 0;
}
.content_footer_top .second-line{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
}
.content_footer_top .last-line{
	font-size: 15px;
	color: #aad0f1;
	margin: 10px 0;
}
.content_footer_top .col-2{
	border-left: 1px solid #64b4ea;
}
.content_footer_top .col-1 .first-line:before{
	content: '';
	display: block;
	width: 30px;
	height: 60px;
	background: url(../image/footer-img.png) 0 0 no-repeat;
	float: right;
	margin: 10px 40px 0 40px;
}
.content_footer_top .col-2 .first-line:before{
	content: '';
	display: block;
	width: 40px;
	height: 60px;
	background: url(../image/footer-img.png) -30px 0 no-repeat;
	float: left;
	margin: 10px 40px 0 40px;
}
#content .box.related .box-heading{
	color: #753478;
	font-size: 18px;
}

#content .product-carousel .product-block, #content .product-grid .product-block, #content .product-list .product-block, #content .box-product .product-block{
	padding: 10px 0 5px;
	height: auto !important;
}
.banner{
	bottom: 20px;
}
.article-thumb{
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}
.article-thumb h2 a{
	color: #309be3;
	font-size: 20px;
	text-decoration: none;
}
.article-thumb h2 a:hover{
	text-decoration: underline;
}

.article-thumb .button-more{
	color: #309be3;
	text-decoration: underline;
}
.article-thumb .article-meta{
	color: #999;
	font-size: 13px;
	margin-bottom: 10px;
}
.article-thumb .image{
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.article-thumb .article-meta b{
	color: #666;
}

.article{}
.article h1{
	font-size: 24px;
	color: #753478;
	font-weight: bold;
}
.cart-remove{
	font-size: 24px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle !important;
}
.checkout-simplecheckout h1{
	font-size: 18px;
	font-weight: bold;
	color: #753478;
}
.checkout-simplecheckout .panel-heading{
	background: none;
	border: 0;
	font-weight: bold;
}
#simplecheckout_form_0{
	border: 1px solid #e9e9e9;
}
.simplecheckout-three-column{
	position: relative;
}
.simplecheckout-three-column:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	bottom: 0;
	right: -10px;
	display: block;
	background: #e9e9e9;
}
.simplecheckout-three-column + .simplecheckout-three-column + .simplecheckout-three-column:after{
	display: none;
}
#simplecheckout_customer .control-label,
#simplecheckout_customer .col-sm-9,
#simplecheckout_shipping_address .control-label,
#simplecheckout_shipping_address .col-sm-9{	
	width: 100%;
}

.checkout-simplecheckout .form-control,
#simplecheckout_comment textarea{
	border: 1px solid #e9e9e9;
	background: #f6f6f6;
	padding: 6px 12px;
}
#simplecheckout_comment{
	margin-top: -40px;
	padding: 0 2px 0 10px;
}
#simplecheckout_comment .panel-heading{
	padding: 0;
}
#simplecheckout_customer .simplecheckout-block-content {
    margin-right: -10px;
}
#simplecheckout_cart{
	border-top: 1px solid #e9e9e9;
	margin: 0 -12px 0 -9px;
}
#buttons.simplecheckout-button-block{
	padding: 20px 10px 0 10px;
}
.radio{
	position: relative;
}
.radio label span{
	position: absolute;
	right: 0;
	top: 0;
}

.checkout-success h1{
	color: #753478;
	font-weight: bold;
}
@media (max-width: 979px){
  .search-bar{
    position: relative;
    right: 40px;
    top: -40px;
  }	
}
@media (max-width: 767px){
	#logo{
		float: none;
		margin: 0;
	}
	#logo img{
		margin: 0 auto;
	}
	.phones, .header-cart{
		text-align: center;	
	}
	.main-phone{
		margin-top: 5px;
		font-size: 20px;
	}
	.header-cart{
		font-size: 18px;
		margin-top: 10px;
	}

  #menu .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #menu .open .dropdown-menu > li > a,
  #menu .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  #menu .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  #menu .open .dropdown-menu > li > a:hover,
  #menu .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2){ 
	#logo img{
		width: 50%;
		height: 50%;
	}
}

.author {}
.author .name{
	color: #999;
	font-size: 13px;
	margin-left: 10px;
}
.author .name b{
	color: #666;
}
#content.article .content{
	font-size: 15px;
	padding: 0;
	border: 0;
}
.share{
	border: 1px solid #d9eef7;
	background: #f8fcfe;
	border-radius: 5px;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.share .date{
	float: right;
	font-style: italic;
}
.ya-share2{
	display: inline-block;
    position: relative;
    top: -7px;
    margin-bottom: -11px;
}
.article .related{
	background: #fafafa;
	padding: 20px;
	margin-bottom: 20px;
}
.article .related h3{
	font-size: 18px;
	font-weight: bold;
	color: #753478;
	text-transform: uppercase;
}
.article .related a{
	color: #309be3;
}
.article .related a:hover{
	text-decoration: underline;
}
.article .related a:before{
	content: '';
	padding-left: 20px;
	display: inline-block;
	background: url(../image/related_bullet.png) 0 0 no-repeat;
	width: 12px;
	height: 14px;
}
img{
	max-width: 100%;
	height: auto;
}
.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}
.embed-responsive-16by9{padding-bottom:56.25%}
.embed-responsive-4by3{padding-bottom:75%}
/*iframe{
	max-width: 100%;
	height: auto;	
}*/
@media (min-width: 992px) and (max-width: 1199px){
	.columns .column:after{
		border-left-width: 55px;
		border-right-width: 55px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.columns .column:after{
		border-left-width: 37px;
		border-right-width: 37px;
	}
}
@media (max-width: 767px){
	.columns .column:after{
		border-left-width: 0;
		border-right-width: 0;
	}
	.rent-wrap, .advance-payment, #product, .wr-btn-compare{
		margin: 0;
	}
}
.article a{
	color: #23a1d1;
}
#content a:hover{
	text-decoration: underline;
}
#content .btn{
	color: #fff;
	text-decoration: none;
}
.pagination-wrapper2{
	margin: 20px 0;
}

/* #content .nav-tabs a.active{
	color: #fff;
} */
#footer .embed-responsive-16by9{
	padding-bottom: 80%;
	margin-bottom: 10px;
	width: 80%;
	height: 80%;
}

body[class*="product-category"] .box-cats .box-content{
	display: none;
}
body[class*="product-category"] .box-cats .box-heading {
	cursor: pointer;
}

.btn.btn-lg{
	height: auto;
	font-size: 15px;
	margin-bottom: 30px;
}

#instock-order{
	background: #999;
	font-weight: bold;
}
.instock{
	margin-top: -30px;
}
#instock-order-submit{
	background:#cd075f;
	border-color: #cd075f;
	color: #fff;
	font-weight: bold;
	margin: 15px 0;
}
.instock .input-group-addon{
	color: #cd075f;
	background: #fff;
	border: 0;
}
.forminstock{
	padding: 0 15px;
	margin-top: 20px;
}

.name-popup{
	text-transform: uppercase;
    font-size: 17px;
    font-weight: normal;
}

.instock .name-product{
	font-weight: bold;
    font-size: 16px;
}

.instock .form-control{
	line-height: 42px;
	height: 42px;
	border-radius: 0 4px 4px 0;
}
.instock .text-danger{
	color: yellow;
}
.aridiusinstock_errorfirstname{
	line-height: 1;
}