body {
	font-family: 'Poppins','Lato','Open Sans', Arial, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
/*.fa {
	font-size: 14px;
}*/
/* Override the bootstrap defaults */
h1 {
	font-size: 23px;
	color: #179F7D!important;
	}
h2 {
	font-size: 16px;
	font-weight:600;
	color: #666!important;
}
h3 {
	font-size: 15px;
	font-weight:600;
	color: #179F7D!important;
}
h4 {
	font-size: 17px;
	font-weight:600;
	color: #179F7D!important;;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #337ab7;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 14px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}



/* top */
#top {
	background-color: #465c57;
	border-bottom: 1px solid #00cc99;
	margin: 0 0 10px 0;
	min-height: 37px;
}
#top .container {
	padding: 0 10px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #FFF;
/*	text-shadow: 0 1px 0 #FFF;*/
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #FFF;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #666;
}
#btn-link2 a {
	text-shadow: none;
	color: #666!important;
		background-color: #fff!important;
}
#btn-link2 .dropdown-menu a:hover {
	text-shadow: none;
	color: #fff!important;
}


#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
	font-size: 16px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 6px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #465C57;
	border: 1px solid #465C57;
	color: #FFF;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #FFF;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #ff5c5c;
/*	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
	background-repeat: repeat-x;
	border-color: #cc49490 #cc4949 #cc4949;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #179F7D;
	background-image: linear-gradient(to bottom,  #73c5b1, #179F7D);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #179F7D;
	background-image: linear-gradient(to bottom, #73c5b1, #179F7D);
	background-repeat: repeat-x;
	border-color: ##73c5b1 ##73c5b1 ##73c5b1;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #465c57;
	border-top: 1px solid #ddd;
	color: #FFF;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: wrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
/*
.breadcrumb > li:after {
	content: '>';
	display: block!important;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
*/
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn2 {
	padding: 3px 12px;
	font-size: 12px;
	border: 0px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	background-color: #FFF;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn2 {
	font-size: 16px;
	padding-top: 6px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #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] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.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);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: ff5c5c;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #00CC99;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #179F7D;
/*	background-image: linear-gradient(to bottom, #444444, #222222);*/
	background-repeat: repeat-x;
	border-color: #465C57 #465C57 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #465C57;
/*	background-image: linear-gradient(to bottom, #333333, #111111);*/
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 400;
	font-size: 14px;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 150px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
	margin:0 0 0 0!important;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
	margin:0 0 0 0!important;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 500;
	color: red!important;
	font-size: 21px;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 0px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@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;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

@media (min-width: 768px) {
    .fullcat1 {
       display: none!important;
    }
}
@media (max-width: 767px) {
    .fullcat2 {
       display: none!important;}
    .smalldetail2{display:none;
    }
}
.bottomfooter-container{text-align:center;padding:12px;}
#bottomfooter ul li{background:none;border-left:solid 0px #ffffff;display:inline-block;margin:0 2px;padding:0 3px 0 10px;}
#bottomfooter ul li:first-child{background:none;}
.fa{margin:0 5px 0 0;}
.additional_info{display:none;font-weight:600!important;}
.productDetailsField{display:none;font-weight:600!important;}
.additional_info span{font-size:14px;font-weight:normal;}
.tab-content{background:#FFFFFF;border:0px solid #d4d4d4;padding:20px;overflow:hidden;border-radius:0 5px 5px;-webkit-border-radius:0 5px 5px;-khtml-border-radius:0 5px 5px;-moz-border-radius:0 5px 5px;font-family:Arial,Helvetica,sans-serif;}
#content ul.list-unstyled{margin-bottom:0px;padding:0px 0 0px;border-left:none;border-right:none;width:100%}
label{font-size:14px;font-weight:normal;padding-right:10px;font-weight:500;}
a.list-group-item{color:#666;font-weight:400;}
.radio label,.checkbox label{display:inline-block;font-weight:500;cursor:pointer;}
.tab-content{background:#FFFFFF;border:0px solid #d4d4d4;padding:5px;overflow:hidden;border-radius:0 5px 5px;-webkit-border-radius:0 5px 5px;-khtml-border-radius:0 5px 5px;-moz-border-radius:0 5px 5px;font-family:Arial,Helvetica,sans-serif;}
.tab-content2{background:#FFFFFF;border:1px solid #d4d4d4;padding:20px;overflow:hidden;border-radius:0 5px 5px;-webkit-border-radius:0 5px 5px;-khtml-border-radius:0 5px 5px;-moz-border-radius:0 5px 5px;font-family:Arial,Helvetica,sans-serif;}
#logo{display:inline-block;margin:0px 10px 0px 0px;width:100%;}
#logo img{margin-top:4px;margin-bottom:6px;}
.sale{background-color:#179F7E;border:dashed 1px #179F7E;border-radius:10px;color:#FFFEF5;line-height:24px;position:absolute;text-align:center;vertical-align:middle;top:4px;font-size:15px;font-family:Arial,Helvetica,sans-serif;color:#FFFEF5;left:14px;width:43px;height:23px;box-shadow:0 0 0px #6E6876 inset;-moz-box-shadow:0 0 0px rgba #6E6876 inset;-webkit-box-shadow:0 0 0px #6E6876 inset;}
.special-price{color:#ff5c5c!important;font-size:26px;font-weight:500;margin:0 0 5px;}
.special-price:after{content:"";font-size:13px !important;text-decoration:none !important;color:555;}
.regular-price:before{font-size:13px !important;text-decoration:line-through!important;color:555;}
.regular-price{color:#949494;font-size:13px;text-decoration:line-through;margin:0 5px 0 0;}
.product-thumb .price{color:red;font-size:18px;font-weight:500;margin:0 0 2px;font-family:"Lato",Arial,Helvetica,sans-serif;}
h1, h2, h3, h4, h5, h6{color:#6c6c7a;font-family:"Poppins","Lato",Arial,Helvetica,sans-serif;}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff!important;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 1.75em;
  font-family: Arial, Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em
}

.resp-sharing-button span {
  padding-left: 0.4em
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}
.freeglob{font-weight:600!important;color:#FFF;font-size:1.2pc;}
.freeglob2{font-weight:500!important;color:#FFF;font-size:0.8pc;}
.span500{font-weight:500;}
@media (max-width:979px){.google-maps{display:none;}
    .freeglob{font-size:17px;}
    .freeglob2{font-size:12px;}
    .top-links a {font-size: 24px!important;}

}
@media (max-width:679px){
    .freeglob{display:none;}
    .freeglob2{display:none;}
    .top-links a {font-size: 24px!important;}
}
.imglogbus{min-width:175px;width:20%;padding-bottom:10px;padding-left:30px;margin-left:15px;float:right;}
@media (min-width:979px){.footer_inside{width:900px!important;}
}
@media (max-width:769px){
.logo2{display:none}
.reviews2{display:none;}
.idb_iframe_container{display:none;}
}

@media (max-width:979px){#footer .column ul{display:none;}
#footer .column{width:100%;}
.smalldetail{display:none}
.reviews2{display:none;}
.idb_iframe_container{display:none;}
}
.footer_inside{width:80%;margin-left:auto;margin-right:auto;}
.toggle .mobile_togglemenu{background:url("../../image/megnor/toggle-arrow.png") no-repeat scroll right 2px transparent;display:block;cursor:pointer;width:100%;margin-top:-19px;overflow:hidden;padding:0 0 15px;}
.toggle{padding:8px 0 0;margin:0;}
.active .mobile_togglemenu{background-position:right -50px;}
#footer .mobile_togglemenu:hover{text-decoration:none;}
.google-maps{position:relative;overflow:hidden;}
.google-maps iframe{position:absolute;top:0;left:0;width:100% !important;}
@media (max-width:979px) {
#logo{display:inline-block;margin:0px 10px 0px 0px;width:100%;}
#logo img{max-width:262px;margin-top:3px;text-align:center;margin-bottom:4px;}
header .row{text-align:left;}
}
ul.list-footer{text-align:center;margin-bottom:0px;overflow:auto;padding:0px 0 0px;border-left:none;border-right:none;width:100%}
li.prodcat{font-weight:400!important;}
@media only screen and (min-width:600px) and (max-width:767px){.seg1{width:32%;}
.seg3{width:49%;margin-left:2%;margin-right:2%;}
#logo img{margin-top:14px;margin-bottom:16px;}
}
@media only screen and (max-width:329px){.smalllogoX{display:none;}
}
@media only screen and (max-width:479px){.cate_inner{display:none;}
#menu .static-menu{display:block}
.nav-responsive span{display:inline-block;}
/nav-responsive .expandable{display:none;}
.logo{display:none;}
.header3col{display:none;}
.responsive-menu .main-navigation{display:block;}
.expandable{display:block}
#search{width:100%;}
.contact_banner{width:100%;}
.header_ban{width:100%;}
.seg1{width:100%!important;}
.seg2{width:100%!important;}
.seg3{width:100%!important;margin-left:0%;margin-right:0%;}
}
.header_ban{text-align:center;display:block;}
.header_ban img{margin-left:auto;margin-right:auto;}
.header3col{position:relative;float:left;text-align:centre;}
.header3colr{position:relative !important;float:right;text-align:center;}
.seg2{width:33%;height:70px;}
.seg3{width:45%;margin-left:0px;margin-right:0px;margin-bottom:7px;}
@media (max-width:767px){.cate_inner, #menu .static-menu{display:block;}
.container .header-cart{display:inline-block;float:none;margin:0 0 10px;text-align:center;width:100%!important;}
.header-cart #cart{width:auto;float:none;}
}
@media only screen and (min-width:679px){
.smalllogo img{display:none;max-height:30px;}
}

.smalllogo img{text-align:left;max-height:43px;}
@media only screen and (max-width:679px){
.seg3{width:100%!important;margin-left:0%;margin-right:0%;}
.logo{display:none;}
.header3col seg1{display:none;}
.header3col{display:none;}
}
/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #465c57;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 4px 6px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #465c57;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
/*  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}
textarea.hidden_textarea
{
   display:none;
}
.smalldetail {
   font-size: 12px;
   }
}  
.logo2{margin-left:45px;}
.imglogbus2 {
    shape-outside: circle(50%);
    padding-top: 10px!important;
    padding-left: 10px;
    float: right;
}