/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap
All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/
/* Global Styles */
html,  body {
	height: 100%;
}
body {
	padding-top: 0px; /* body padding for fixed top nav */
	font-family: Arial, Helvetica, sans-serif;
	background: #f7f7f7; overflow-x:hidden;
}
h1,  h2,  h3,  h4,  h5,  h6,  .h1,  .h2,  .h3,  .h4,  .h5,  .h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.img-home-portfolio,  .img-customer,  .portfolio-item {
	margin-bottom: 30px;
}
.tab-pane {
	margin-top: 15px;
}
/* Page Sections */
.section,  .section-colored {
	padding: 50px 0;
}
.section-colored {
	background-color: #e1e1e1; /* change this to change the background color of a colored section */
}
.sidebar {
	margin-top: 40px;
}
.sidebar ul {
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #cccccc;
}
/* Half Page Height Carousel Customization */
.carousel {
	height: 50%;
}
.item,  .active,  .carousel-inner {
	height: 100%;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
/* Social Icons Styles */
.list-social-icons {
	margin-bottom: 45px;
}
.tooltip-social a {
	text-decoration: none;
	color: inherit;
}
.facebook-link a:hover {
	color: #3b5998;
}
.linkedin-link a:hover {
	color: #007fb1;
}
.twitter-link a:hover {
	color: #39a9e0;
}
.google-plus-link a:hover {
	color: #d14836;
}
/* Service Page Styles */
.service-icon {
	font-size: 50px;
}
/* 404 Page Styles */
.error-404 {
	font-size: 8em;
}
/* Pricing Page Styles */
.price {
	font-size: 4em;
}
.price-cents {
	vertical-align: super;
	font-size: 50%;
}
.price-month {
	font-size: 35%;
	font-style: italic;
}
.header_top {
	border-bottom: #e4e4e4 1px solid;
}
.header_top p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	color: #707070;
	margin-bottom: 0;
	padding: 25px 15px;
	border-left: #e4e4e4 1px solid;
	border-right: #e4e4e4 1px solid;
}
.header_top p span {
	font-weight: normal;
	text-transform: none;
}
.header_top p span a {
	color: #707070;
	font-weight: normal;
	text-transform: none;
}
a:hover,  a:focus {
	text-decoration: none;
}
.contact_detail_top p:nth-last-child(1) {
	border-left: none;
}
.header_top a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #707070;
}
.login-register p span a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #707070;
}
.login-register p span {
	text-transform: uppercase;
}
.my_account span a {
	position: relative;
	padding-right: 25px;
}
.my_account span a:after {
	background: url(../images/my_account.png);
	width: 21px;
	height: 21px;
	position: absolute;
	right: -2px;
	top: -3px;
	content: ''
}
.cart-top span a {
	position: relative;
	padding-right: 25px;
}
.cart-top span a:after {
	background: url(../images/cart.png);
	width: 21px;
	height: 25px;
	position: absolute;
	right: -2px;
	top: -7px;
	content: ''
}
.login-register p:nth-last-child(2) {
	border-left: none;
}
.login-register p:nth-last-child(3) {
	border-left: none;
}
.login-register p {
	float: none;
	display: inline-block;
}
.custom_navbar {
	background: none;
	border: none;
	border-radius: 0;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(162, 162, 162, 0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(162, 162, 162, 0.75);
	box-shadow: 0px 2px 5px 0px rgba(162, 162, 162, 0.75);
}
p.search {
	padding: 22px 15px;
}
.custom_navbar a.navbar-brand {
	padding: 4px 15px;
}
.custom_navbar .custom_menu {
	margin-top: 20px;
	position: relative;
}
.custom_navbar .custom_menu ul li a {
	color: #707070;
	font-size: 13px;
	text-transform: uppercase;
	padding: 11px 16px;
}
.custom_navbar .custom_menu ul li.pdf a {
	background: #e6e6e6;
	position: relative;
	padding-right: 54px;
}
.custom_navbar .custom_menu ul li.pdf a:after {
	background: url(../images/pdf_dwnd.png);
	right: 0;
	position: absolute;
	content: '';
	top: 0;
	width: 54px;
	height: 42px;
}
.custom_navbar .custom_menu ul li a:hover,  .custom_navbar .custom_menu ul li a:focus {
	color: #332a84;
}
.custom_navbar .custom_menu ul li.active a {
	color: #332a84;
	background: none
}
.custom_navbar .custom_menu ul li.active a:hover,  .custom_navbar .custom_menu ul li.active a:focus {
	color: #332a84;
	background: none
}
/****** LOGIN MODAL ******/
.loginmodal-container {
	padding: 30px;
	max-width: 350px;
	width: 100% !important;
	background-color: #F7F7F7;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	font-family: roboto;
}
.loginmodal-container h2 {
	text-align: center;
	font-size: 1.8em;
	font-family: roboto;
}
.loginmodal-container input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.loginmodal-container input[type=text],  input[type=password] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;  /* border-radius: 2px; */
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.loginmodal-container input[type=text]:hover,  input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.loginmodal {
	text-align: center;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;/* border-radius: 3px; *//* -webkit-user-select: none;
    user-select: none; */
}
.loginmodal-submit {
	/* border: 1px solid #3079ed; */
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	background-color: #332a84;
	padding: 17px 0px;
	font-size: 16px;
	text-transform: uppercase;  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}
.loginmodal-submit:hover {
	/* border: 1px solid #2f5bb7; */
	border: 0px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	background-color: #42389b;  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}
.loginmodal-container a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
}
.login-help {
	font-size: 12px;
}
.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.mega-dropdown-menu:before {
	content: "";
	border-bottom: 15px solid #fff;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	position: absolute;
	top: -15px;
	left: 285px;
	z-index: 10;
}
.mega-dropdown-menu:after {
	content: "";
	border-bottom: 17px solid #ccc;
	border-right: 19px solid transparent;
	border-left: 19px solid transparent;
	position: absolute;
	top: -17px;
	left: 283px;
	z-index: 8;
}
.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #999;
	white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,  .mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
	color: #444;
	background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
	color: #428bca;
	font-size: 18px;
	font-weight: bold;
}
.mega-dropdown-menu form {
	margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
	margin-bottom: 3px;
}
.mega-dropdown-menu {
	padding: 0;
}
.main-sub {
	background: rgba(0, 0, 0, 0.8);
	padding: 0
}
.custom_slider .carousel-caption {
	left: 6%;
	text-align: left;
	right: 6%;
	bottom: inherit;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: none;
}
.custom_slider .carousel-caption h2 {
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
}
.custom_slider .carousel-caption h1 {
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
}
.custom_slider .carousel-caption p {
	font-size: 18px;
	color: #fff;
	margin-top: 18px;
}
.carousel-control.right {
	background: url(../images/right_arrow.png);
	width: 47px;
	height: 46px;
	opacity: 1;
	top: 50%;
	margin-top: -27px;
	right: -24px;
}
.carousel-control.left {
	background: url(../images/left_arrow.png);
	width: 47px;
	height: 46px;
	opacity: 1;
	top: 50%;
	margin-top: -27px;
	left: -24px;
}
.carousel-control.right span,  .carousel-control.left span {
	display: none;
}
.browse_part h2 {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: bold;
	border-left: #3d329a 4px solid;
	line-height: 48px;
	padding-left: 8px;
}
.browse_img_block {
	width: 100%;
	min-height: 145px;
	border: #c5c5c5 1px solid;
	overflow: hidden;
	background: #fff;
	position:relative;
}
.no-padding {
	padding: 0 !important
}
.browse_img_block img {
	max-height: 100%;
	max-width: 96%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.browse_img_block a {
	display: inline-block;
	width: 100%;
}
.overlay_browse {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	text-align: center;
	padding-top:40px;
	box-sizing:border-box;
}
.overlay_browse p {
	/*top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
	position: relative;
	margin-bottom: 0;
	color: #2f2f2f;
	text-transform: uppercase;
	font-weight: 600;
}
.browse_img_block a:hover .overlay_browse {
	display: none;
}
.browse_part {
	display: inline-block;
	width: 100%;
}
.product_section {
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.featured_product_part h2 {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: bold;
	border-left: #3d329a 4px solid;
	line-height: 48px;
	padding-left: 8px;
}
.featured_product_block {
	overflow: hidden;
	background: #fff;
	width: 100%;
	height:406px;
	padding: 20px;
}
.home .featured_product_block {height:auto;}
.home .added_to_cart {position:absolute; text-align:center; width:76px; bottom:12px; left:0; right:0; margin:auto !important;}
.border-box {
	border: #e7e7e7 1px solid;
	border-right: none;
}
.border-box:nth-last-child(1) {
	border-right: #e7e7e7 1px solid;
}
.featured_product_img {
	width: 100%;
	min-height: 130px;
	position: relative;
}
.featured_product_img img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.featured_product_content {height:75px; overflow:hidden;}
.featured_product_content p {
	color: #4c4c4c;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.starrr i {
	font-size: 16px;
	color: #18105c;
	margin-right: 3px;
}
/*.featured_product_block */.add_to_cart {
	background: #18105c;
	padding: 8px 12px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	float: right;
	border-radius: 4px;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:400 !important;
}
.price {
	display: inline-block;
	color: #4c4c4c;
	font-size: 14px;
	padding: 8px 0px;
}
.lead {
	margin-bottom: 10px;
}
.add_to_cart:hover,  .add_to_cart:focus {
	color: #fff
}
header {
	background: #fff
}
.about_section {
	background: url(../images/about_bg.png);
	background-size: cover;
	padding: 60px 0px;
}
.about_section h2 {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: bold;
	border-left: #c9c2fe 4px solid;
	line-height: 48px;
	padding-left: 8px;
	color: #fff;
}
.about_section h1 {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: bold;
	border-left: #c9c2fe 4px solid;
	line-height: 48px;
	padding-left: 8px;
	color: #fff;
}
.about_section p {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.new_product_header h2 {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	border-left: #18105c 4px solid;
	line-height: 48px;
	padding-left: 8px;
	color: #2f2f2f;
	display: inline-block;
}
.new_product_header h1 {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	border-left: #18105c 4px solid;
	line-height: 48px;
	padding-left: 8px;
	color: #2f2f2f;
	display: inline-block;
}
.new_product_header h1 {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	border-left: #18105c 4px solid;
	line-height: 48px;
	padding-left: 8px;
	color: #2f2f2f;
	display: inline-block;
}
.new_product_section {
	padding: 60px 0px;
}
.featured_product_content p a {
	color: #4c4c4c;
}
.footer_block h2 {
	margin: 0;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}
.footer_block ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0
}
.footer_block ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 4px;
}
.footer_block ul li a {
	color: #888888;
	font-size: 13px;
}
.footer_block p {
	color: #888888;
	font-size: 13px;
}
.footer_block .view_all {
	color: #a298fb;
	font-size: 13px;
}
.footer_blog p {
	color: #888888;
	font-size: 13px;
	line-height: 23px;
}
.footer_social a {
	margin-top: 5px;
	display: inline-block;
}
.footer_block form {
	text-align: left;
}
.footer_block form input {
	background: none;
	border: #fff 1px solid;
	height: 32px;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 6px;
	border-radius: 4px;
	color: #fff;
}
.footer_block form input.submit {
	background: #fff;
	border-radius: 3px;
	font-size: 13px;
	width: auto;
	color: #838383;
	padding-left: 15px;
	padding-right: 15px;
}
.footer_block {
	margin-bottom: 40px;
}
.footer_nav {
	border-top: #444444 1px solid;
	padding: 20px 0px;
	text-align: center;
}
.footer_nav ul {
	padding-left: 0;
	list-style-type: none;
	display: inline-block;
	margin-bottom: 0
}
.footer_nav ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0px 6px;
	position: relative;
}
.footer_nav ul li a {
	color: #cccccc;
	font-size: 13px;
	text-transform: uppercase;
}
.footer_nav ul li:after {
	position: absolute;
	right: -4px;
	top: 0;
	content: 'I';
	color: #a8a8a9;
}
.footer_nav ul li.last:after {
	content: none;
}
.copyright {
	background: #252525;
	padding: 20px 0px;
	color: #686868;
	font-size: 13px;
	text-align: center;
}
.copyright a {
	color: #686868;
}
.menu_product_img a {
	display: inline-block !important;
	width: 100% !important;
	height: auto !important;
	padding: 0;
	text-align: center;
}
.menu_product_block h3 {
	font-size: 16px;
	margin: 0;
	text-align: center;
}
.menu_product_block {
	margin-bottom: 0px;
	min-height: 190px;
}
.menu_link_right {
	margin-top: 25px;
}
.menu_link_right ul {
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0 !important;
	display: inline-block !important;
	position: static !important;
}
.menu_link_right ul li a {
	height: auto;
	line-height: 21px;
}
.menu_link_right h2 {
	display: inline-block;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 14px !important;
	margin-left: 14px !important;
	line-height: 28px !important
}
.menu-dropdown-block {
	border-right: #eee 1px solid;
	overflow: hidden;
	margin-right: 20px;
	padding-bottom: 30px;
	height: 490px;
}
.menu_product_img {
	min-height: 152px;
	max-height: 152px;
	overflow: hidden;
}
.cd-dropdown-content li.first .cd-secondary-dropdown {
	visibility: visible;
}
.cd-dropdown {
	background: #333 !important
}
ul.cd-dropdown-content li a:hover {
	background: #332a84
}
.menu_product_img a:hover,  .menu_link_right ul li a:hover,  .menu_product_block h3 a:hover {
	background: none !important
}
.cd-dropdown {
	min-height: 490px;
}
.left_category h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 14px 14px;
	background: #18105c;
	font-size: 18px;
	color: #fff
}
.left_category .navbar {
	background-color: #fff;
	border-radius: 0
}
.left_category .navbar ul li {
	display: inline-block;
	width: 100%;
}
.left_category .navbar ul li a {
	color: #707070;
	font-size: 13px;
	text-transform: uppercase;
	padding: 11px 16px;
	border-bottom: #707070 1px dotted
}
.left_category .navbar ul li a:hover {
	background: #18105c;
}
.listing-page-product a.add_to_cart {
	float: none;
}
.listing-page-product .featured_product_img {
	margin-bottom: 15px;
}
.listing-page-product .featured_product_content p {
/*min-height: 68px;*/
}
.left_category .navbar ul li ul {
	position: relative;
	padding: 0;
	box-shadow: none;
}
.left_category .navbar ul li ul li a {
	padding: 6px 16px;
	text-transform: none;
}
.left_category .navbar ul li ul li.active a{
 color: #fff;
}
.left_category .navbar ul li ul li a:hover,  .left_category .navbar ul li ul li a:focus {
	color: #fff
}
.left_category .navbar ul li a span.caret {
	position: absolute;
	right: 12px;
	top: 50%;
}
.left_category .navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
}
.left_category .navbar {
	position: relative;
	z-index: 1
}
.breadcrumb {
	padding: 10px 0px;
	border-bottom: #707070 1px dashed;
	border-radius: 0;
	margin-bottom: 0
}
.breadcrumb a {
	color: #332a84
}
.inner_body .new_product_section {
	padding: 45px 0px;
}
.zoom {
	display: inline-block;
	position: relative;
}
/* magnifying glass icon */
.zoom:after {
	content: '';
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
}
.zoom img {
	display: block;
}
.zoom img::selection {
	background-color: transparent;
}
img {
	max-width: 100%
}
.product_description_page p.price {
	font-size: 28px;
	color: #332a84;
	margin-bottom: 15px;
}
.product_description_page p {
	color: #999;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: justify;
}
.quontity_block {
	width: 160px;
	margin-top: 15px;
}
.add_to_cart_btn {
	padding: 12px 34px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #332a84;
	border: none;
	margin-top: 15px;
	position: relative;
	border-radius: 4px;
}
.quick_buy_button{
    padding: 12px 34px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #332a84;
	border: none;
	position: relative;
	border-radius: 4px;
}
.product_description_page ul {
	list-style-type: disc;
	padding-left: 18px;
	margin-bottom: 25px;
}
.product_description_page ul li {
	color: #999;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: justify;
}
.contact_page {
	padding: 45px 0px;
}
address {
	font-size: 15px;
	line-height: 28px;
}
.contact-list {
	list-style: none;
	padding: 0px;
	font-size: 20px;
}
.contact-list li {
	padding-bottom: 8px;
	overflow: hidden;
	color: #585858;
}
.contact-list-2x li i {
	font-size: 18px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 12px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
	color: #332a84;
	float: left;
}
.form-control {
	border-color: #e5e5e5;
	background-color: #fafafa;
	border-width: 1px;
	box-shadow: none;
	border-radius: 4px;
	height: 40px;
	position: relative;
	font-size: 13px;
}
.contact_btn {
	background-color: #332a84;
	border: none;
	padding: 12px 30px;
	font-size: 16px;
}
p.justify {
	text-align: justify;
}
.map {
	margin-top: 25px;
}
.left_category .navbar ul {
	margin-left: 0;
	margin-right: 0
}
.quontity_block input {
	height: 34px;
}
/* Footer Styles */
footer {
	margin: 0px 0;
	background: #0e1115;
	padding-top: 45px;
}
.custom_navbar .navbar-header {
	z-index: 1;
	position: relative;
}
.inner_banner {
	max-height: 200px;
}
#exTab1 {
	margin-top: 25px;
}
#exTab1 .tab-content {
	color: #333;
	background-color: #eee;
	padding: 5px 15px;
}
#exTab2 h3 {
	color: white;
	background-color: #428bca;
	padding: 5px 15px;
}
/* remove border radius for the tab */
#exTab1 .nav-pills > li > a {
	border-radius: 0;
}
#exTab1 ul li a {
	background: #D7D7D7;
	color: #0f0f0f;
	border-radius: 4px 4px 0px 0px !important;
}
#exTab1 ul li.active a {
	background: #332a84;
	color: #fff
}
.home.woocommerce .star-rating {
	width: 100%;
	float: left;
}
.home .alg-wc-cp-default-btn-wrapper a {
	font-size: 85% !important;
}
/*.home .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart {
	font-size:79% !important; letter-spacing:-0.4px;
}*/
/*.archive .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart {
	margin-top: 10px; margin-bottom:10px;
}*/
.archive .new_product_part .navbar-inverse .navbar-nav > .active > a,  .navbar-inverse .navbar-nav > .active > a:hover,  .navbar-inverse .navbar-nav > .active > a:focus {
/*background-color: #18105c !important;*/
}
.woocommerce a.added_to_cart  {background:#ebe9eb; padding: .618em 1em; letter-spacing:-0.4px; color:#515151; text-transform:uppercase; font-size:11px !important; font-weight:700; margin-right:6px;}
.archive .new_product_part .navbar-inverse .navbar-nav > .open > a,  .navbar-inverse .navbar-nav > .open > a:hover,  .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #18105c !important;
}
.archive .new_product_part .dropdown-menu > .active > a,  .dropdown-menu > .active > a:hover,  .dropdown-menu > .active > a:focus {
	background-color: #18105c !important;
	color: #ffffff !important;
}
.products .featured_product_block .featured_product_content {
	min-height: 85px;
}
.products .featured_product_block .btn-price {
	height: 57px;
}
.single-product .new_product_header .new_product_header {
	min-height: 106px;
}
.single-product .product_description_page .alg-wc-cp-default-btn-wrapper {
	margin-top: 29px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: none !important;
}
#exTab1 ul li a {
	display: block;
	padding: 15px 20px;
	border: 1px solid #ada9a9;
	margin: 0 6px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
	box-shadow: -2px 2px 0 #d7d7d7 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	box-shadow: -2px 2px 0 #ada9a9 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,  .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	border-color: #d7d7d7 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,  .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	box-shadow: 2px 2px 0 #ada9a9 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 !important;
	margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child:after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding: 15px 30px 40px !important;
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	border-top: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	color: #332a84;
}
.left_category .navbar ul {
	width: 100%;
}
.footer_social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #3B5998;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border: 1px solid #3B5998;
}
.footer_social a:hover {
	background: #fff;
	color: #3B5998;
}
.zoomImg {
	background: #fff;
}
.menu-categories-menu-container .dropdown-menu {
	display: block;
}
.left_category .navbar-inverse .navbar-nav > .active > a, .left_category .navbar-inverse .navbar-nav > .active > a:hover, .left_category .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #18105c;
}
.woocommerce-page .flex-viewport .flex-active-slide a {
	border: 1px solid #ccc;
	display: block
}
.woocommerce-page div.product div.images {
	width: 100%!important
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 22%!important;
	float: left;
	margin: 1%!important;
	list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	border: 1px solid #ccc;
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin: 0 0 0 14px!important;
}
.quick_buy_container {display:inline-block !important; margin-right:6px !important; margin-top:4px;}
.featured_product_block .quick_buy_container a {
  background: #ebe9eb none repeat scroll 0 0;
  border-radius: 2px;
  color: #515151;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 9px 12px;
  text-transform: uppercase;
  font-family:Arial, Helvetica, sans-serif !important;
}
.woocommerce .products ul, .woocommerce ul.products {margin:0 !important;}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text, .select2-container--default .select2-selection--single .select2-selection__rendered {height:29px  !important; border:1px solid #ccc !important; border-radius:0 !important; padding-left:6px !important;}
.select2-container--default .select2-selection--single {border-radius:0 !important;}
.woocommerce .woocommerce-additional-fields__field-wrapper textarea {height:300px !important;}
.woocommerce form .form-row .input-checkbox {margin-top:7px  !important;}
.woocommerce .checkbox {padding-left:6px !important;}
.woocommerce-MyAccount-navigation ul {margin:0; padding:0;}
.woocommerce-MyAccount-navigation ul li {list-style-type:none; }
.woocommerce-MyAccount-navigation ul li a {border:1px solid #ccc; display:block; color:#333; padding:9px; margin-bottom:9px;}
.woocommerce-MyAccount-navigation ul li a:hover {background:#ccc; color:#fff;}
.woocommerce-MyAccount-navigation ul li.is-active a {background:#ccc; color:#fff !important;}
.woocommerce-account .addresses .title h3 {margin:0;}
.woocommerce-Address header {padding:6px 12px;}
.woocommerce-account .addresses .title .edit {background:#ccc; padding:3px 9px; color:#000;}
.single-product .wc_quick_buy_button {padding: 12px 34px; font-size:14px; text-transform: uppercase;
    color: #fff; background: #332a84; border: none; margin-top: 15px; position: relative; border-radius:4px;}
.comment-form-author {width:49%; float:left;}
.comment-form-email {width:49%; float:right;}
.comment-form-author label, .comment-form-email label {display:block;}
.comment-form-author input, .comment-form-email input {width:100%; height:29px;}
#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {margin-bottom:0 !important; font-weight:400 !important;}
h3#ship-to-different-address label {margin-bottom:0 !important;  font-weight:400 !important;}
.woocommerce table.my_account_orders .button {margin:0 4px;}
.woocommerce-checkout .entry-content h1 {display:none !important;} 
.woocommerce-product-gallery__trigger{display:none;}
.flex-viewport{
	height:410px;}
/*-----------------------03.07.17*/
.button.product_type_simple.ajax_add_to_cart.add_to_cart {margin: 0 0 10px;}
.woocommerce-checkout .new_product_section .container > .row { margin:0;}
.woocommerce-cart .new_product_section .container > .row { margin:0;}

/* Responsive Styles */
@media (min-width:3000px) {
.container {max-width:2000px;}
.featured_product_block {height:626px;} 
.quick_buy_container {margin-top:12px;}
.products .featured_product_block .featured_product_content {min-height:166px;} 
.home .featured_product_block {height:430px;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {padding:6px !important;}
.home .added_to_cart {width:186px;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {width:100%; height:100%;}
.inner_banner {height:300px; overflow:hidden;} 
}
@media (min-width:768px) and (max-width:1199px) {
.dropdown-menu > li > a {word-break: keep-all !important; white-space:inherit !important;}
.listing-page-product a.add_to_cart {width:100%; float:none; text-align:center;}
.featured_product_block {padding:16px 7px;}
.woocommerce-account .addresses .title h3 {font-size:19px !important;}
.listing-page-product a.add_to_cart {float: none !important;}
.quick_buy_container {display: block !important;margin-right: 0 !important;}
.featured_product_block .quick_buy_container a {display: block;padding: 7px 12px;text-align: center;width: 100%;}
.home .button.product_type_simple.ajax_add_to_cart.add_to_cart {
  float: none;
  font-size: 12px;
  margin: 0 0 3px;
  padding: 9px 10px;
  text-align: center;
  width: 100%;
}
.featured_product_content {
  height: 75px;
}
.home .featured_product_block {
  height: 340px;
}
.left_category .dropdown-menu { min-width:100%;}
}
@media (min-width:768px) and (max-width:991px) {
.menu-dropdown-block {height:403px;}	
}
@media (max-width:1100px) {
.copyright {padding-left:9px; padding-right:9px;}
.cd-dropdown-content {
	width: 218px !important;
}
.cd-dropdown-content .cd-secondary-dropdown {
	width: 724px !important;
}
.cd-dropdown h2 {
	font-size: 18px;
	line-height: 26px !important;
}
.header_top p {
	padding: 25px 6px;
}
.add_to_cart {
	padding: 8px 8px;
	font-size: 12px;
}
.custom_navbar .custom_menu ul li a {padding-left:5px; padding-right:5px;}
}
 @media (max-width:980px) {
.cd-dropdown-content {
	width: 150px !important;
}
.cd-dropdown-content .cd-secondary-dropdown {
	width: 570px !important;
}
.cd-dropdown h2 {
	font-size: 16px !important;
	height: auto !important;
	line-height: 21px !important
}
ul.cd-dropdown-content li a {
	padding-left: 4px !important;
	padding-right: 4px !important
}
.menu_link_right h2 {
	margin-left: 10px !important;
	font-size: 14px !important
}
.menu_product_img img {
	max-width: 100%;
}
.menu_product_img {
	min-height: 100px;
	max-height: 100px;
}
.menu_product_block {
	min-height: 150px;
}
.mega-dropdown ul.cd-dropdown-content li a {
	font-size: 11px !important;
	line-height: 19px !important;
}
.custom_navbar .custom_menu ul li a {
	font-size: 12px;
	padding: 11px 6px;
}
.contact_detail_top {
	display: inline-block;
	width: 100%;
	text-align: center;
	border-bottom: #e4e4e4 1px solid
}
.header_top p {
	float: none;
	display: inline-block;
}
.header_top p {
	padding: 10px 2px; border:0;
}
.cd-dropdown {
	min-height: 402px;
}
.listing-page-product a.add_to_cart {
	float: right;
}
.featured_product_part{ margin-top:20px;}
}
 @media (max-width:767px) {
	 .woocommerce div.product .woocommerce-tabs ul.tabs li {width:100% !important; margin:0;}
	 .woocommerce div.product .woocommerce-tabs ul.tabs li a {margin:0 !important;}
.navbar-toggle {
	margin-top: 25px;
	background: #332a84;
}
.cd-dropdown-content {
	width: 100% !important;
}
.cd-dropdown-content .cd-secondary-dropdown {
	display: none;
}
.cd-dropdown-content {
	padding: 15px !important
}
.custom_slider .carousel-caption h2 {
	font-size: 18px;
}
.custom_slider .carousel-caption h1 {
	font-size: 18px;
}
.custom_slider .carousel-caption p {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 14px;
}
.carousel-control.right,  .carousel-control.left {
	display: none;
}
/*.cd-dropdown{ position: static !important; background: #fff !important; height: 400px !impo }*/
.cd-dropdown-content {
	padding: 0 !important;
	padding-top: 4px !important;
	padding-left: 6px !important;
}
.cd-dropdown {
	position: relative !important;
	display: none;
}
.dropdown-is-active {
	display: block;
}
.custom_menu ul li {
	display: inline-block;
	width: 100%;
}
.custom_navbar .custom_menu {
	margin-top: 0
}
.featured_product_part {
	margin-top: 25px;
}
.footer_nav ul li:after {
	content: none
}
.cd-dropdown {
	min-height: auto;
}
.left_category {
	margin-bottom: 35px;
}
.product_details_zoom {
	margin-bottom: 35px;
}
.comment-form-author, .comment-form-email {width:100%; float:none; margin-bottom:12px;}
.browse_part h2, .featured_product_part h2 {font-size:19px; line-height:39px;}
.new_product_section, .about_section {padding:26px 0;}
.product_section {margin:26px 0;}
.featured_product_content {height:auto; margin:12px 0 0 0; text-align:center;}
.btn-price .price {display:block; text-align:center;}
.new_product_header h2 {font-size:19px; line-height:39px;}
.products .featured_product_block .featured_product_content {min-height:inherit;}
.listing-page-product {text-align:center; }
.woocommerce-result-count {display:block; text-align:center; float:none !important;}
.woocommerce-ordering  {float:none !important;}
.orderby {width:100%; padding:6px; border:1px solid #ccc;}
/*.add_to_cart {width:100% !important;}*/
.woocommerce .products .star-rating {margin:auto !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {margin:0 !important;}
#exTab1 ul li a {border-radius:0 !important;}
.woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {padding:0 15px !important;}
.woocommerce-checkout-review-order label {display:inline;}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {margin:6px 9px 0 0 !important;}
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {margin-bottom: 19px;
    border-bottom: 2px solid #000;}
	.woocommerce-MyAccount-navigation {margin-bottom:19px;}
.listing-page-product .add_to_cart_button {margin-top:0 !important;}
.listing-page-product .quick_buy_container {display:block !important; float:left; margin-top:0;}
.listing-page-product .quick_buy_container a  {padding:6px 12px !important; float:left; font-size:13px !important;}
.listing-page-product a.added_to_cart {float:right; margin:0; font-size:13px !important; margin-right:6px;}
.listing-page-product a.add_to_cart { float: right !important;}
}
 @media (max-width:600px) {
.single-product .wc_quick_buy_button, .single-product .quick_buy_container, .quontity_block, .add_to_cart_btn {width:100%;}
.add_to_cart {width:auto !important;}
 }
 @media (max-width:320px) {
.custom_slider .carousel-caption h2 {
	font-size: 14px;
}
.custom_slider .carousel-caption p {
	font-size: 13px;
}
}
.how-to-buy{ background: #332a84; margin-right:5px;}
.how-to-buy:hover{
	background:#4d43a9;
	}
.how-to-buy a{ color:#fff !important;}
.how-to-buy a:hover { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
.about_section_content { color: #ede6e6; }