/*
Template Name: Cyberwire - Premium eCommerce
Version: 1.0
Author: Artur Sułkowski
Website: http://artursulkowski.pl
*/

/*------------------------------------------------------------------
[Table of contents]

1. Main Styles
2. Inputs
3. Dropdown
4. Buttons
5. Header
6. Top Bar
7. Top of pages
8. Breadcrumb
9. Main Content
10. CustomFooter
11. Footer
12. Copyright
13. OpenCart Style
14. Facebook widget
15. Twitter widget
16. Custom widget
17. Opencart 2.0
18. Carousel Brands
19. Banner module
20. Camera slider
21. Lazy load
-------------------------------------------------------------------*/

/* @group 1. Main Styles */

body {
	color: #444;
	font-size:14px;
	font-weight: 400;
	line-height:1.6;
	font-family: 'Raleway', sans-serif;
	background:#fff;
}

	.fixed-body {
		padding: 0px 20px;
	}

* {
     outline: 0;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}

.pull-right-sm {
	float: right !important;
}

@media (max-width: 991px) {
	.responsive .pull-right-sm {
		float: none !important;
	}
}

b,
strong {
	font-weight: 700;
}

a {
	color:#1A75BB;
	line-height:1.6;
	cursor: pointer;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}

a:hover {
	color: #0088cc;
	text-decoration:none;
}

.container .container {
	width: auto !important;
	max-width: none !important;
}

.standard-body .full-width .container {
	max-width: 1290px;
	margin: 0px auto;
	padding-left: 75px;
	padding-right: 75px;
}
	.standard-body .full-width .container .container {
		padding: 0px;
	}

	.standard-body .full-width .shadow {
		display: none;
	}

.standard-body .fixed {
	padding: 0px 20px;
}

	.standard-body .fixed .background {
		margin: 0px auto;
		max-width: 1250px;
		background: #fff;
		position: relative;
	}

		.standard-body .fixed .background .shadow {
			width: 100%;
			height: 100%;
			position: absolute;
			bottom: 0;
			top: 0;
			left: 0;
			right: 0;
			z-index: -1;
			-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
			-moz-box-shadow:    0 0 10px rgba(0,0,0,0.2);
			box-shadow:         0 0 10px rgba(0,0,0,0.2);
		}

	.standard-body .fixed .container {
		padding-left: 55px;
		padding-right: 55px;
		margin: 0px;
		max-width: 100% !important;
	}
		.standard-body .fixed .container .container {
			padding: 0px;
		}

.main-fixed {
	margin: 0px auto;
	max-width: 1250px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow:    0 0 10px rgba(0,0,0,0.2);
	box-shadow:         0 0 10px rgba(0,0,0,0.2);
}

	.main-fixed .fixed {
		padding: 0px !important;
	}

		.main-fixed .background .shadow {
			display: none !important;
		}

.fixed-body .container {
	padding-left: 55px;
	padding-right: 55px;
	max-width: none;
}

	.fixed-body .container .container {
		padding: 0px;
	}

/* @end */

/* @group 2. Inputs
-------------------*/

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    background: #fff;
    color: #555;
    font-weight: 400;
    font-family: Raleway;
    border: 1px solid #bbb;
    margin: 5px 0px;
    padding: 5px 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

	input#input-captcha {
		margin-bottom: 15px;
	}

	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	.uneditable-input:focus {
	  border-color: #ddd;
	  outline: 0;
	  /* IE6-9 */

	  -webkit-box-shadow: none;
	     -moz-box-shadow: none;
	          box-shadow: none;
	}

	textarea {
		max-width: 100%;
	}

	select {
		height: 34px;
	}

/* @end */

/* @group 3. Dropdown
-------------------*/

#main .dropdown-menu {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 18px;
}

#main .open > .dropdown-menu {
  margin-top: 8px;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.dropdown-menu {
	background: #fff;
	border: none;
	color: #555555;
	padding: 0px 0px;
	margin-top: 9px;
	border-radius:         0px;
	-moz-border-radius:    0px;
	-webkit-border-radius: 0px;
	box-shadow:            0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow:       0 6px 12px rgba(0,0,0,.175);
	-webkit-box-shadow:    0 6px 12px rgba(0,0,0,.175);
	min-width: 83px;
}
	.nav-header {
		color: #555555;
	}

/* @end */

/* @group 4. Buttons
------------------*/

.button,
.btn {
	display:inline-block;
	cursor:pointer;
	border: none;
	color:#fff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
    padding: 8px 20px;
	border-radius:         50px;
	-moz-border-radius:    50px;
	-webkit-border-radius: 50px;
	transition:         all 0.2s ease-in;
	-moz-transition:    all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
    background: #0173b9; /* Old browsers */
	outline: none;
}

	.btn-danger {
		background-color: #d31717 !important;
	}

	.btn-danger:hover {
		background-color: #ba1a1a !important;
	}

	.button:hover,
	.btn:hover {
		color: #fff;
		background: #015284;
	}

	.btn-default:hover {
		background: #0173b9;
		color: #fff;
		border-color: #0173b9; 
	}

	.buttons .left .button,
	.buttons .center .button,
	.btn-default,
	.input-group-btn .btn-primary {
		background: #fff;
		color: #0173b9; /* Old browsers */
		border: 1px solid #bbb
	}

	.input-group input {
		border-right: none;
	}

	.input-group-btn .btn {
		height: 40px;
		margin: 5px 0px;
	}

.slider-button {
	padding: 10px 30px 10px 30px;
	font-size: 16px;
}

.buttons {
	overflow: auto;
	margin: 30px 0px 20px 0px;
	border-top: 1px solid #bbb;
}

	.buttons .btn {
		margin-top: 10px;
		text-transform: uppercase;
	}

	.buttons .left {
		float: left;
		text-align: left;
	}

	.buttons .right {
		float: right;
		text-align: right;
	}

		.buttons .right .button {
			margin-left: 10px;
		}

	.buttons .center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

.button-continue-shopping {
	display: block;
	float: left;
}

.button-checkout {
	display: block;
	float: right;
}

/* @end */

/* @group 5. Header
------------------*/

header {
	position: relative;
}

	header .background-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -3;
	}

/* @end */

/* @group 6. Top Bar
------------------*/

#top-bar {
    position: relative;
    border-bottom: 2px solid #aaccc9;
}

#top-bar, #top-bar a {
	color: #444;
}

#top-bar .background-top-bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#top-bar .container {
	min-height: 37px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 13px;
}

#top-bar .container > div > div > div > a,
#top-bar .container > div > div > form > div > a {
	color: #555555;
}

	#top-bar .left {
		float: left;
	}

	#top-bar .right {
		float: right;
	}

	@media (max-width: 767px) {
		.responsive #top-bar .left {
			float: none;
		}

		.responsive #top-bar .right {
			float: none;
		}
	}

	/* @group Welcome text */

	#top-bar .welcome-text {
		font-weight: bold;
		text-transform: uppercase;
	}

	/* @end */

	/* @group Currency and Language */

	#top-bar .dropdown {
		float: right;
		margin: 3px 0px 1px 36px;
		position: relative;
	}

		#top-bar .dropdown:before {
			position: absolute;
			content: '';
			width: 1px;
			height: 15px;
			background: #dddddd;
			top: 3px;
			left: -19px;
		}

		#top-bar .dropdown > a:after {
			content: '';
			position: absolute;
			width: 100%;
			height: 9px;
			left: 0;
			top: 100%;
			z-index: 3;
		}

		#top-bar form {
			float: right;
			width: auto;
		}

	 	#top-bar .dropdown .caret {
	 		border-top: 4px solid #fff;
	 	}

	 	#top-bar .dropdown > a {
	 	}

 		#top-bar .dropdown img {
 			vertical-align: middle;
 		}

 		#top-bar .dropdown-menu {
 			right: 0px;
 			left: auto;
 		}
 			#top-bar .dropdown-menu img {
 				margin: 0px 5px 3px 0px;
 			}


	/* @end */

	/* @group Links */

	#top-bar .welcome-text .header-links li:first-child {
		padding-left: 0;
	}

	#top-bar .header-links,
	#top-bar .header-socials {
		list-style: none;
		padding: 3px 0px 1px 0px;
		margin: 0px;
		display: inline-block;
		text-transform: uppercase;
	}

		#top-bar .header-links li {
			display: inline-block;
			padding: 0px 0px 0px 27px;
			position: relative;
		}

		#top-bar .header-socials li {
			display: inline-block;
			padding: 0px 0px 0px 10px;
			position: relative;
		}

			#top-bar .header-links li:before {
				position: absolute;
				content: '';
				width: 1px;
				height: 15px;
				background: #bbb;
				top: 2px;
				left: 11px;
			}

			#top-bar .welcome-text .header-links li:before {
				position: absolute;
				content: '';
				width: 2px;
				height: 15px;
				background: #53b5ac;
				top: 2px;
				left: 11px;
			}

				#top-bar .header-links li:first-child:before,
				#top-bar .header-socials li:first-child:before {
					display: none;
				}

			#top-bar .header-links li a {
				font-size: 13px;
			}

	#top-bar .header-socials {
		margin-left: 10px;
	}

	#top-bar .welcome-text .header-links li a,
	#top-bar .header-socials li a {
		color: #53b5ac;
	}

	#top-bar .header-socials li a i {
		font-size: 16px;
		vertical-align: text-top;
	}

	/* @end */

	/* @group Social Top */

	#top-bar .social-top {
		float: right;
		padding: 3px 0px 1px 34px;
		position: relative;
	}

		#top-bar .social-top:before {
			position: absolute;
			content: '';
			width: 1px;
			height: 15px;
			background: #dddddd;
			top: 6px;
			left: 18px;
		}

		#top-bar .social-top a {
			color: #fff;
			font-size: 13px;
			margin: 0 5px;
		}

	/* @end */

	@media (max-width: 767px) {
		.responsive #top-bar .social-top,
		.responsive #top-bar .header-links,
		.responsive #top-bar .dropdown,
		.responsive #top-bar form {
			float: none;
			display: inline-block;
		}

		.responsive #top-bar {
			text-align: center;
		}

		.responsive #top-bar .social-top {
			display: none;
		}

		.responsive #top-bar .dropdown {
			margin-left: 17px;
			margin-right: 17px;
		}

		.responsive #top-bar .header-links li {
			padding-left: 17px;
			padding-right: 17px;
		}

		.responsive #top-bar .dropdown:before {
			left: auto;
			right: -17px;
		}

		.responsive #top-bar .header-links li:before {
			left: 0;
		}
	}

/* @end */

/* @group 7. Top of pages
------------------*/

#top {
	position: relative;
}

	#top .container {
		padding-top: 30px;
		padding-bottom: 24px;
	}

		#top .container .container {
			padding-top: 0px;
			padding-bottom: 0px;
		}

	#top .background-top {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	/* @group Logo */

	#top .logo {
		margin: 0px;
		line-height: 100%;
		font-size: 100%;
		float: left;
	}

	/* @end */

	/* @group  Search 

	#top .search_form {
		margin: 27px 0px 0px 50px;
		padding: 0px;
		position: relative;
		float: left;
		width: 600px;
		border: 1px solid #dddddd;
		border-radius: 10px;
		background: #fff;
		height: 44px;
		display: table;
	}

		#top .search_form .inner {
			display: table-cell;
			width: 100%;
			vertical-align: top;
		}

			#top .search_form input {
				width: 100%;
				height: 48px;
				line-height: 48px;
				margin: 0px;
				background: none;
				border: none;
				padding: 0px 20px;
			}

		#top .search_form .search-cat {
			display: table-cell;
			position: relative;
			border-right: 1px solid #75a233;
			vertical-align: top;
		}

			#top .search_form .search-cat select {
				width: auto;
				border: none;
				background: none;
				margin: 0px;
				height: 48px;
				padding: 0px;
				-webkit-appearance: none;
				-moz-appearance: none;
				padding: 0px 26px 0px 30px;
			}

			@media (max-width: 540px) {
				.responsive #top .search_form .search-cat select {
					padding-left: 20px;
					padding-right: 15px;
					max-width: 167px;
				}
			}

			#top .search_form .search-cat:after {
				content: '';
				position: absolute;
				display: inline-block;
				width: 0;
				height: 0;
				margin-left: 2px;
				vertical-align: middle;
				border-top: 4px dashed;
				border-top: 4px solid\9;
				border-right: 4px solid transparent;
				border-left: 4px solid transparent;
				top: 19px;
				right: 14px;
				color: #999;
			}

		.search_form .button-search,
		.search_form .button-search2 {
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			-webkit-font-smoothing: antialiased;
			display: block;
			vertical-align: middle;
			width: 44px;
			height: 44px;
			line-height: 44px;
			padding: 0;
			margin: 4px;
			border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			border: none;
			font-size: 16px;
			color: #fff;
			text-align: center;
			outline: none;
			background: #eeeeee;
			cursor: pointer;
			min-width: 34px;
			z-index: 2;
		}

			/* .search_form .button-search:hover,
			.search_form .button-search2:hover {
			}

			.search_form .button-search:before,
			.search_form .button-search2:before {
				content: "\f002";
			} */

	/* @end */

	/* @group Cart block */

	#top #cart_block, #top #top_wa_block {
		margin: 11px 0px 0px 0px;
		float: right;
		position: relative;
		margin-bottom: -13px;
	}

		#top #cart_block .cart-heading {
			position: relative;
			cursor: pointer;
			color: #444;
		}

			#top #cart_block .cart-heading .itm-cont {
				position: absolute;
				height: 20px;
				width: 20px;
				position: absolute;
				display: inline-block;
				background: #1a75bb !important;
				text-align: center;
				line-height: 20px;
				border-radius: 50%;
				color: #fff;
				top: 0px;
				left: 32px;
				font-size: 12px;
				font-weight: 600;
			}

			#top #cart_block .cart-heading i,#top #top_wa_block .cart-heading i {
				height: 44px;
				width: 44px;
				border-radius: 7px;
				margin-right: 20px;
				line-height: 47px;
				color: #53b5ac;
				float: left;
				text-align: center;
				font-size: 30px;
			}

			#top #cart_block .cart-heading p ,#top #top_wa_block .cart-heading p {
				float: left;
				padding: 0px;
				margin: 7px 0 0 0;
				font-size: 15px;
				line-height: 17px;
			}

			#top #cart_block .cart-heading p span {
				text-transform: capitalize;
			}

		#top #cart_block .dropdown-menu {
			width: 450px;
			text-align: left;
			padding: 0px;
			right: 0;
			left: auto;
			border: 1px solid #53b5ac;
		}

			#main #top #cart_block.open > .dropdown-menu {
				margin-top: 0px;
			}

			#top #cart_block .dropdown-menu .mini-cart-info a,
			#top #cart_block .dropdown-menu .mini-cart-total a {
				font-size: 14px;
				font-weight: 600;
			}
            div#top_wa_block {left: -40px}

				/* @group Content */

				.mini-cart-info table {
					border-collapse: collapse;
					width: 100%;
					margin-bottom: 5px;
				}

					.mini-cart-info td {
						padding: 10px;
						border-bottom: 1px solid #ddd;
					}

						.mini-cart-info .image {
							padding: 12px;
						}

						.mini-cart-info .image img {
							border: 1px solid #ddd;
							display: block;
							padding: 8px;
						}

						.mini-cart-info .name {
							padding: 20px 10px;
						}
						.mini-cart-info .quantity {
							text-align: right;
							padding: 20px 10px;
							color: #444;
							font-weight: 600;
						}

						.mini-cart-info td.total {
							text-align: right;
							padding: 20px 10px;
							color: #444;
							font-weight: 600;

						}

						.mini-cart-info .remove {
							text-align: right;
							padding: 10px 20px 13px 10px;
						}

							.mini-cart-info .remove img {
								cursor: pointer;
							}

				.mini-cart-total {
					text-align: right;
				}

					.mini-cart-total table {
						border-collapse: collapse;
						display: inline-block;
						padding: 20px;
					}

						.mini-cart-total td {
							padding: 0px 4px;
							color: #444;
							font-weight: 600;
						}

							.mini-cart-total td:last-child {
								color: #444;
								font-weight: 600;
							}

				#cart_block .checkout {
					text-align: right;
					clear: both;
					padding: 0px 20px 20px 20px;
					text-transform: uppercase;
    				letter-spacing: 0.5px;
				}

				#cart_block .empty {
					padding: 50px 20px;
					text-align: center;
				}

			/* @end */

	/* @end */

	@media (max-width: 1290px) {
		.responsive #top .search_form {
			width: 500px;
		}
	}

	@media (max-width: 1098px) {
		.responsive #top .search_form {
			width: 380px;
		}
	}

	@media (max-width: 991px) {
		.responsive #top .search_form {
			clear: both;
			width: 100%;
			margin: 20px 0px 0px 0px;
		}

		.responsive #top .container {
			padding-top: 14px;
			padding-bottom: 25px;
		}
	}

	@media (max-width: 540px) {
		.responsive #top #cart_block .cart-heading p {
			display: none;
		}

		.responsive #top #cart_block .cart-heading .flaticon-shopping-bag {
			margin-right: 0;
		}

		.responsive #top #cart_block .dropdown-menu {
			width: 300px;
		}
	}

/* @end */

/* @group 8. Breadcrumb
------------------*/

.breadcrumb {
}

	.breadcrumb .container > div {
		padding: 0px 0px 17px 0px;
	}

		.breadcrumb .container ul {
			list-style: none;
			padding: 12px 23px;
			margin: 0px;
			border-bottom: 1px solid #bbb;
			font-weight: 400;
		}

			.breadcrumb .container ul li {
				display: inline-block;
				padding-right: 6px;
				text-transform: lowercase;
			}

				.breadcrumb .container ul li a {
					color: #3D8A83;
				}

				.breadcrumb .container ul li:before {
					content: "\f101";
					font-family: "Font Awesome 5 Pro";
					color: #3D8A83;
					padding-right: 9px;
				}

					.breadcrumb .container ul li:first-child:before {
						display: none;
					}

/* @end */

/* @group 9. Main Content
------------------*/

.main-content .pattern > .container,
.standard-body .main-content .pattern > .container {
	padding-bottom: 60px;
}

	/* @group Banner */

	.banners > div {
		padding-top: 30px;
	}

		.banners > div img {
			display: block;
		}

	/* @end */

	/* @group Center column */

	.center-column {
		padding-top: 24px;
		position: relative;
		margin-bottom: -20px;
	}

		.center-column h1,
		.center-column h2,
		.center-column h3,
		.center-column h4,
		.center-column h5,
		.center-column h6 {
			margin: 0px 0px 10px 0px;
			padding: 10px 0px 0px 0px;
		}

	/* @end */

	/* @group Inner page */

	.inner-page .pattern > div > .row:first-child > div {
	}

	/* @end */

	/* @group Block */

	.box {
		padding-top: 0px;
	}

		.box.no-heading {
			padding-top: 60px;
		}

		.center-column .box {
			padding-bottom: 10px;
			position: relative;
			margin-top: 40px;
		}

		.box .box-heading {
			margin: 0px 0px 38px 0px;
			padding: 15px 0px 21px 0px;
			font-size: 20px;
			font-weight: bold;
			line-height: 1em;
			color: #53B5AC;
			border-bottom: 2px solid transparent;
			position: relative;
			text-transform: uppercase;
		}

			.box .box-heading:after {
				display: none;
				height: 2px;
				background: #0088cc;
				content: "";
				position: absolute;
				bottom: -1px;
				width: 90px;
				left: 0px;
			}

			.col-sm-3 .box .box-heading:after,
			.col-sm-4 .box .box-heading:after,
			.col-md-3 .box .box-heading:after,
			.col-md-4 .box .box-heading:after {
				display: none;
			}

				.common-home .col-sm-3 .box .box-heading:after,
				.common-home .col-sm-4 .box .box-heading:after,
				.common-home .col-md-3 .box .box-heading:after,
				.common-home .col-md-4 .box .box-heading:after {
					display: block;
				}

			.col-sm-3 .box .box-heading,
			.col-sm-4 .box .box-heading,
			.col-md-3 .box .box-heading,
			.col-md-4 .box .box-heading {
				padding: 35px 0px 17px 0px;
				border: none;
				font-size: 17px;
				margin: 0px 0px 19px 0px;
				border-bottom: 2px solid #53b5ac;
			}

				.common-home .col-sm-3 .box .box-heading,
				.common-home .col-sm-4 .box .box-heading,
				.common-home .col-md-3 .box .box-heading,
				.common-home .col-md-4 .box .box-heading {
					padding: 61px 0px 21px 0px;
					border-bottom: 1px solid #e5e5e5;
					font-size: 20px;
					margin: 0px 0px 40px 0px;
				}

		.box .strip-line {
			display: none;
		}

		.box .box-content {
			clear: both;
		}

			.box .box-content.products {
				float: left;
				width: 100%;
			}

				.col-sm-3 .box .box-content.products,
				.col-sm-4 .box .box-content.products,
				.col-md-3 .box .box-content.products,
				.col-md-4 .box .box-content.products {
					float: none;
				}

		.box > .prev,
		.box > .next {
			float: right;
			margin: 7px 0px 0px 10px;
			width: 32px;
			height: 32px;
			border-radius:         4px;
			-moz-border-radius:    4px;
			-webkit-border-radius: 4px;
			background: #fff; /* Old browsers */
			color: #53b5ac;
			line-height: 34px;
			text-align: center;
			transition: all 0.2s ease-in;
			-webkit-transition: all 0.2s ease-in;
			-moz-transition: all 0.2s ease-in;
			position: relative;
			z-index: 2;
			font-size: 20px;
		}

			.box > .prev:hover,
			.box > .next:hover {
				background: none !important;
				border-color: none;
			}

			.col-sm-3 .box > .prev,
			.col-sm-3 .box > .next,
			.col-sm-4 .box > .prev,
			.col-sm-4 .box > .next,
			.col-md-3 .box > .prev,
			.col-md-3 .box > .next,
			.col-md-4 .box > .prev,
			.col-md-4 .box > .next {
				display: none;
			}

			.box > .prev span:before,
			.box > .next span:before {
				content: "\f104";
				display: inline-block;
			    /*font: normal normal normal 14px/1 FontAwesome;*/
			    font-family:"Font Awesome 5 Pro";
				font-size: inherit;
			    text-rendering: auto;
			    -webkit-font-smoothing: antialiased;
			    -moz-osx-font-smoothing: grayscale;
			}

				.box > .next span:before {
					content: "\f105";
				}

	/* @end */

	/* @group Block Category */

	.box-category {
	}

		.box-category ul {
			list-style: none;
			padding: 0 0 10px 0;
			margin: 0px;
		}

			.box-category > ul > li {
				padding: 4px 15px;
				text-transform: uppercase;
				font-size: 13px;
				border-bottom: 1px solid #ddd;
			}

				.box-category ul li a {
					line-height: 35px;
					font-weight: 600;
				}

					.box-category ul li a:hover,
					.box-category ul li a.active {
						color: #0173b9;
					}

					.box-category ul li .head a {
						font-size: 16px;
						line-height: 35px;
						color: #aaa;
					}

						.box-category ul li .head .plus {
							display: none;
						}

							.box-category ul li .head .collapsed .plus {
								display: block;
							}

							.box-category ul li .head .collapsed .minus {
								display: none;
							}

				.box-category ul li ul li {
					padding: 0px 0px 0px 15px;
				}

					.box-category ul li ul li a {
						line-height: 25px;
					}

	/* @end */

	/* @group Product */

     /* @group Icon enquiry */

     .icon-enquiry[align=left] {
          display: inline-block;
          margin-right: 10px;
          vertical-align: top;
          margin-top: 2px;
     }

     .icon-enquiry[align=right] {
          display: inline-block;
          margin-left: 10px;
          vertical-align: top;
          margin-top: 2px;
     }

     .text-enquiry {
          vertical-align: top;
          display: inline-block;
     }

     /* @end */

     #mfilter-content-container .product-grid {
		display: none;
	}

		#mfilter-content-container .product-grid.active {
			display: block;
		}

		#mfilter-content-container > span {
			background: none !important;
		}

			#mfilter-content-container > span:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				background: #fff;
				filter: alpha(opacity=40);
				filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
				opacity: 0.4;
				-moz-opacity: 0.40;
				left: 0;
				top: 0;
			}

			#mfilter-content-container > span > img {
				top: -90px !important;
				position: relative;
				z-index: 20;
			}

	.product-grid {
		position: relative;
		margin-top: -30px;
		clear: both;
	}

		.col-sm-3 .product-grid,
		.col-sm-4 .product-grid,
		.col-md-3 .product-grid,
		.col-md-4 .product-grid {
			display: table !important;
		}

		.center-column .product-grid {
			margin-bottom: 30px;
		}

		.box-product .owl-controls {
			display: none !important;
		}

		.product-grid .product {
			margin-top: 30px;
			background: #fff;
			border: 1px solid #bbb;
			padding: 14px;
			position: relative;
		}

			.sale {
				width: 50px;
				height: 50px;
				padding: 0;
				background: #27a8e0 !important;
				border-radius: 50px;
				-webkit-border-radius: 50px;
				-moz-border-radius: 50px;
				color: #fff;
				font-weight: 400;
				font-size: 14px;
				font-weight: 600;
				position: absolute;
				top: 12px;
				right: 12px;
				line-height: 48px;
				text-align: center;
				text-transform: uppercase;
				z-index: 1;
			}

				.sale-badge:after {
					content: "Offerta";
					display: block;
					padding: 5px 13px 4px;
					color: #fff;
					font-size: 12px;
					font-weight: 700;
					text-transform: uppercase;
					background-color: #FF9326;
					position: absolute;
					top: 15px;
					left: 0;
				}

				.product-image.sale-badge:after {
					left: 15px;
				}

				.product-info .sale {
					right: 27px;
					top: 12px;
					z-index: 0;
				}

			.product-grid .product .image {
				position: relative;
				overflow: hidden;
			}

				.product-grid .product .image img {
					display: block;
					margin: 0px auto;
				}

				.product-grid .product .image .quickview {
					position: absolute;
					top: 50%;
					margin-top: -7px;
					width: 100%;
					z-index: 1;
					text-align: center;
				}

					.product-grid .product .image .quickview a {
						margin: 0px auto;
						display: inline-block;
						background: #fefefe;
						border: 1px solid #e6e6e6;
						font-size: 10px;
						padding: 2px 5px;
						border-radius: 2px;
						-moz-border-radius: 2px;
						-webkit-border-radius: 2px;
						opacity: 0;
						filter: alpha(opacity=0);
						-webkit-transform: scale(0);
						-ms-transform: scale(0);
						transform: scale(0);
						-webkit-transition: all 0.2s;
						-moz-transition:    all 0.2s;
						-o-transition:      all 0.2s;
						transition:         all 0.2s;
						cursor: pointer;
					}

						.product-grid .product:hover .image .quickview a {
							opacity: 1;
							filter: alpha(opacity=100);
							-webkit-transform: scale(1,1);
							-ms-transform: scale(1,1);
							transform: scale(1,1);
						}

				.product-grid .product .image img.zoom-image-effect {
					-webkit-transform: scale(1,1);
					-webkit-transition-timing-function: ease-out;
					-webkit-transition-duration: 250ms;
					-moz-transform: scale(1,1);
					-moz-transition-timing-function: ease-out;
					-moz-transition-duration: 250ms;
					transform: scale(1,1);
					transition-timing-function: ease-out;
					transition-duration: 250ms;
				}

					.product-grid .product:hover .image img.zoom-image-effect {
						-webkit-transform: scale(1.05,1.07);
						-webkit-transition-timing-function: ease-out;
						-webkit-transition-duration: 250ms;
						-moz-transform: scale(1.05,1.07);
						-moz-transition-timing-function: ease-out;
						-moz-transition-duration: 250ms;
						transform: scale(1.05,1.07);
						transition-timing-function: ease-out;
						transition-duration: 250ms;
					}

					.product-grid .product .image-swap-effect {
						position: relative;
					}

						.product-grid .product .image-swap-effect .swap-image {
							position: absolute;
							visibility: hidden;
						}

							.product-grid .product:hover .image-swap-effect .swap-image {
								visibility: visible;
							}

			.product-grid .product .name {
				font-size: 15px;
				padding-top: 20px;
				height: 58px;
				overflow: hidden;
			}

				.product-grid .product .name a {
					color: #3D8A83;
					font-weight: 600;
					display: block;
					text-align: center;
					line-height: 20px;
				}

					.product-grid .product .name a:hover {
						color: #1A75BB;
					}

			.product-grid .product .left-side {
				float: left;
			}

				.product-grid .product .left-side .rating {
					padding: 2px 0px 0px 0px;
				}

				.product-grid .product .price {
					color: #53B5AC;
					font-size: 18px;
					font-weight: 600;
					padding: 9px 0px 0px 0px;
				}

					.product-grid .product .price .price-old {
						color: #aaa;
						text-decoration: line-through;
						padding-left: 10px;
						font-weight: normal;
					}

			.product-grid .product .right-side {
				float: right;
				padding-left: 10px;
				padding-top: 20px;
				font-size: 27px;
			}

				.product-grid .product .add-to-cart {
					height: 42px;
					width: 42px;
					color: #1A75BB !important;
					float: right;
					text-align: center;
					line-height: 44px;
					padding-right: 2px;
					border-radius: 7px;
				}

					.product-grid .product .add-to-cart.left-cart-button {
						display: none;
					}

					.product-grid .product .add-to-cart:hover {
						background: #0088cc;
						color: #fff !important;
					}

			/* @group jQuery countdown */

			.is-countdown {
				background: none;
				padding: 0px;
				position: absolute;
				left: 0;
				right: 0;
				margin: -61px 10px 0px 10px;
			}

			.countdown-holding span {
				color: #888;
			}

			.countdown-row {
				clear: both;
				width: 100%;
				padding: 0px;
				display: block;
				text-align: center;
			}

			.countdown-show1 .countdown-section {
				width: 100%;
			}

			.countdown-show2 .countdown-section {
				width: 50%;
			}

			.countdown-show3 .countdown-section {
				width: 32.5%;
			}

			.countdown-show4 .countdown-section {
				width: 25%;
			}

			.countdown-show5 .countdown-section {
				width: 19.5%;
			}

			.countdown-show6 .countdown-section {
				width: 16.25%;
			}

			.countdown-show7 .countdown-section {
				width: 14%;
			}

			.countdown-section {
				display: block;
				float: left;
				font-size: 75%;
				text-align: center;
				padding: 0px 5px;
			}

				.countdown-section > span {
					display: block;
					background: #fff;
					border: 2px solid #bbb;
				}

					.countdown-section > span:first-child {
						border-bottom: none;
						font-weight: bold;
						padding: 7px 0px 3px 0px;
					}

					.countdown-section > span:last-child {
						border-top: none;
						padding: 0px 0px 4px 0px;
						color: #888;
					}

			.countdown-amount {
			    font-size: 200%;
			    line-height: 1;
			}

			.countdown-period {
			    display: block;
			}

			.countdown-descr {
				display: block;
				width: 100%;
			}

			/* @end */

	/* @end */

	/* @group Product for column left & right */

	.col-sm-3 .products,
	.col-sm-4 .products,
	.col-md-3 .products,
	.col-md-4 .products {

	}

	.col-sm-3 .item,
	.col-sm-4 .item,
	.col-md-3 .item,
	.col-md-4 .item {
		overflow: hidden;
	}

		.col-sm-3 .box-product .owl-controls,
		.col-sm-4 .box-product .owl-controls,
		.col-md-3 .box-product .owl-controls,
		.col-md-4 .box-product .owl-controls {
			display: block !important;
		}

		.box-product .owl-pagination {
			position: relative;
			z-index: 15;
			width: 60%;
			margin: 0px 0px 10px 0px;
			padding-left: 0;
			margin-left: 20%;
			text-align: center;
			list-style: none;
		}

			.box-product .owl-pagination > div {
				display: inline-block;
				width: 14px;
				height: 14px;
				margin: 1px 3px;
				padding: 0px;
				text-indent: -999px;
				cursor: pointer;
				background: #fff;
				border: 1px solid #d5d5d5;
				border-radius: 10px;
			}

			.box-product .owl-pagination > div.active {
				background: #0088cc; /* Old browsers */
				border-color: #0088cc;
			}

		.col-sm-3 .products .product-grid,
		.col-sm-4 .products .product-grid,
		.col-md-3 .products .product-grid,
		.col-md-4 .products .product-grid {
			margin: -15px 0px;
		}

		.col-sm-3 .products .row > div,
		.col-sm-4 .products .row > div,
		.col-md-3 .products .row > div,
		.col-md-4 .products .row > div {
			width: 100%;
			margin: 0px;
		}

			.col-sm-3 .products .row > div .product,
			.col-sm-4 .products .row > div .product,
			.col-md-3 .products .row > div .product,
			.col-md-4 .products .row > div .product {
				margin: 0px;
				padding: 15px 0px;
				text-align: left;
				border: none;
				border-top: 1px solid #e6e6e7;
				box-shadow: none;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
			}

				.col-sm-3 .products .row > div .product .left,
				.col-sm-4 .products .row > div .product .left,
				.col-md-3 .products .row > div .product .left,
				.col-md-4 .products .row > div .product .left {
					float: left;
					width: 34%;
				}

				.col-sm-3 .products .row > div .product .right,
				.col-sm-4 .products .row > div .product .right,
				.col-md-3 .products .row > div .product .right,
				.col-md-4 .products .row > div .product .right {
					float: left;
					width: 60%;
					margin-left: 6%;
					padding-top: 5px;
				}

				.col-sm-3 .products .product .name,
				.col-sm-4 .products .product .name,
				.col-md-3 .products .product .name,
				.col-md-4 .products .product .name {
					padding: 0px;
					height: 44px;
				}

				.col-sm-3 .products .product .sale,
				.col-sm-4 .products .product .sale,
				.col-md-3 .products .product .sale,
				.col-md-4 .products .product .sale {
					display: none;
				}

				.col-sm-3 .products .product .rating,
				.col-sm-4 .products .product .rating,
				.col-md-3 .products .product .rating,
				.col-md-4 .products .product .rating {
					display: none;
				}

				.col-sm-3 .products .product .right-side,
				.col-sm-4 .products .product .right-side,
				.col-md-3 .products .product .right-side,
				.col-md-4 .products .product .right-side {
					display: none;
				}

				.col-sm-3 .products .is-countdown,
				.col-sm-4 .products .is-countdown,
				.col-md-3 .products .is-countdown,
				.col-md-4 .products .is-countdown {
				     display: none;
				}

	/* @end */

	/* @group Product list */

	#mfilter-content-container .product-list {
		position: absolute;
		width: 100%;
		max-height: 100px;
		overflow: hidden;
		opacity: 0;
		z-index: -10;
	}

		#mfilter-content-container .product-list.active {
			position: relative;
			visibility: visible;
			max-height: none;
			overflow: visible;
			opacity: 1;
			z-index: 0;
		}

		.product-list > div {
			position: relative;
			margin: 0px 0px 30px 0px;
			padding: 9px;
			border: 1px solid #e6e6e6;
			background: #fff;
		}

			.product-list > div:hover {
			}

			.product-list .image {
				text-align: center;
			}

				.product-list .image img {
					display: block;
					margin: 0px auto;
				}

			     .product-list .image .quickview {
			     	position: absolute;
			     	top: 50%;
			     	margin-top: -10px;
			     	width: 100%;
			     	z-index: 1;
			     	left: 0;
			     }

			     	.product-list .image .quickview a {
			     		margin: 0px auto;
			     		display: inline-block;
			     		background: #fefefe;
			     		border: 1px solid #e6e6e6;
			     		font-size: 10px;
			     		padding: 2px 5px;
			     		border-radius: 2px;
			     		-moz-border-radius: 2px;
			     		-webkit-border-radius: 2px;
			     		opacity: 0;
			     		filter: alpha(opacity=0);
			     		-webkit-transform: scale(0);
			     		-ms-transform: scale(0);
			     		transform: scale(0);
			     		-webkit-transition: all 0.2s;
			     		-moz-transition:    all 0.2s;
			     		-o-transition:      all 0.2s;
			     		transition:         all 0.2s;
			     		cursor: pointer;
			     	}

			     		.product-list > div:hover .image .quickview a {
			     			opacity: 1;
			     			filter: alpha(opacity=100);
			     			-webkit-transform: scale(1,1);
			     			-ms-transform: scale(1,1);
			     			transform: scale(1,1);
			     		}

			.product-list .name-desc {
				padding-top: 15px;
			}

				.product-list .name-desc .name a {
					font-size: 14px;
					color: #0168b8;
				}

				.product-list .name-desc .description {
					padding: 10px 0px 0px 0px;
				}

				.product-list .name-desc .rating {
					margin: 10px 0px 0px 0px;
				}

			.product-list .actions {
				position: static;
			}

				.product-list .actions > div {
					padding: 15px 0px 0px 20px;
				}

					.product-list .actions > div:before {
						width: 1px;
						background: #f5f5f5;
						content: '';
						position: absolute;
						top: 10px;
						bottom: 10px;
						margin: 0px 0px 0px -20px;
					}

					.product-list .actions > div .price {
						text-align: center;
						font-size: 16px;
						color: #333;
						font-weight: bold;
						padding: 0px 0px 10px 0px;
					}

						.product-list .actions > div .price .price-old {
							text-decoration: line-through;
							color: #667280;
							font-size: 12px;
							display: block;
						}

					.product-list .actions > div .add-to-cart {
						text-align: center;
					}

					.product-list .actions > div ul {
						text-align: center;
						list-style: none;
						margin: 0px;
						padding: 13px 0px 0px 0px;
						font-size: 13px;
					}

	/* @end */

	/* @group Category page */

	.category-title {
		font-size: 22px;
		margin-top: 0px;
		margin-bottom: 35px;
		padding-bottom: 10px;
		font-weight: 700;
		color: #53b5ac;
		text-transform: uppercase;
		border-bottom: 2px solid #53b5ac;
	}

	.category-info {
		padding: 0px 0px 0px 0px;
		position: relative;
		margin: 0px -20px 0px 0px;
		display: none;
	}

		.category-info .image {
			padding: 4px 20px 20px 0px;
			float: left;
			width: auto;
			max-width: 100%;
		}

		     .category-info .image img {
		          border: 1px solid #e6e6e6;
		          padding: 2px;
		     }

		.category-info > p {
			padding: 2px 20px 20px 0px;
		}

	.refine_search {
		margin-top: 7px !important;
		margin-bottom: 20px !important;
		padding: 0px !important;
	}

	.category-list {

	}

	.category-list-text-only {
		margin-bottom: 20px;
	}

		.category-list .row > div {
			margin-bottom: 26px;
			text-align: center;
		}

			.category-list-text-only .row > div {
				margin-bottom: 6px;
				text-align: left;
			}

			.category-list img {
				display: block;
				margin-bottom: 15px;
				margin-left: auto;
				margin-right: auto;
				border-radius:         2px;
				-moz-border-radius:    2px;
				-webkit-border-radius: 2px;
			}

	.product-filter {
		padding: 20px 30px;
		margin: 0px 0px 35px 0px;
		font-size: 14px;
		background: #F6F6F6;
		border-radius: 10px;
	}

		.product-filter .list-options {
			float: right;
			width: auto;
			padding: 0px 0px;
			text-transform: capitalize;
			color: #555555;
			font-weight: 600;
		}

			.product-filter .list-options .sort {
				padding: 0px 0px;
				float: left;
				width: auto;
			}

			.product-filter .list-options .limit {
				padding: 0px 0px 0px 26px;
				float: left;
				width: auto;
			}

				.product-filter .list-options select {
					margin: 0px 0px 0px 10px;
					width: auto;
				}

		.product-filter .options {
			float: right;
			width: auto;
			padding: 4px 0px 0px 0px;
			display: none;
		}

			.product-filter .options .product-compare {
				float: left;
				width: auto;
				padding: 0px 20px 0px 0px;
			}

			.product-filter .options .button-group {
				float: left;
				width: auto;
			}

				.product-filter .options .button-group button {
					margin: 0px;
					padding: 0px 5px;
					line-height: 22px;
					border: none;
					background: none;
					color: #888;
					outline: none;
				}

					.product-filter .options .button-group button:hover,
					.product-filter .options .button-group .active {
						color: #0088cc;
					}

	/* @end */

	/* @group Product info */

	.product-info {
		padding: 14px 0px 0px 0px;
	}

		/* Product info - Image */

		.product-info .product-image {
			margin: 0px 0px 20px 0px;
			background: #fff;
			text-align: center;
			border: 1px solid #bbbbbb;
			position:relative;
		}

			.product-info .product-image a {
				display: block;
			}

			.product-info .product-image img {
				display: block;
				cursor: pointer;
				margin: 0px auto;
				width: 100%;
				padding: 30px;
			}


		/* Product info - thumbnails */

		.product-info .thumbnails {
		}

			.product-info .thumbnails ul {
				list-style: none;
				margin: 0px 0px 0px -20px;
				position: relative;
				padding: 0px;
			}

				.product-info .thumbnails ul li {
				}

					.product-info .thumbnails li p {
						margin: 0px;
						padding: 0px 0px 20px 20px;
					}

					.product-info .thumbnails li img,
					.product-info .thumbnails-carousel img {
						display: block;
						margin: 0px auto;
					}

		/* Product info - thumbnails carousel */

		.overflow-thumbnails-carousel {
			 padding: 0px 50px 30px 50px;
			 display: none;
		}

			.product-info .thumbnails-carousel {
				 margin: -10px;
			}

			     .product-info .thumbnails-carousel .item {
			          margin: 10px !important;
			     }

			     .product-info .thumbnails-carousel .owl-controls {
			          display: block !important;
			     }

			     .product-info .thumbnails-carousel .owl-pagination {
			          display: none;
			     }

			     .product-info .thumbnails-carousel .owl-buttons {
			          position: absolute;
			          top: 50%;
			          margin-top: -15px;
			          width: 100%;
			     }

			          .product-info .thumbnails-carousel .owl-buttons .owl-prev,
			          .product-info .thumbnails-carousel .owl-buttons .owl-next {
			               width: 30px;
			               height: 30px;
			               position: absolute;
			               left: -40px;
			               border: 1px solid #eaeaea;
			               color: #888;
			               line-height: 28px;
			               border-radius: 4px;
			               -moz-border-radius: 4px;
			               -webkit-border-radius: 4px;
			               background: #fff;
			               transition: all 0.2s ease-in;
			               -webkit-transition: all 0.2s ease-in;
			               -moz-transition: all 0.2s ease-in;
			          }

			          	   .product-info .thumbnails-carousel .owl-buttons .owl-prev:hover,
			          	   .product-info .thumbnails-carousel .owl-buttons .owl-next:hover {
			          	   	background: #1589ca;
			          	   	border-color: #1589ca;
			          	   	color: #fff;
			          	   }

			               .product-info .thumbnails-carousel .owl-buttons .owl-next {
			                    right: -40px;
			                    left: auto;
			               }

			                    .product-info .thumbnails-carousel .owl-buttons .owl-next:before {
			                         content: "\f105";
			                         font: normal normal normal 22px/22px FontAwesome;
			                         font-size: inherit;
			                         text-rendering: auto;
			                         -webkit-font-smoothing: antialiased;
			                         -moz-osx-font-smoothing: grayscale;
			                         display: block;
			                         text-align: center;
			                         line-height: 28px;
			                    }

			                    .product-info .thumbnails-carousel .owl-buttons .owl-prev:before {
			                         content: "\f104";
			                         font: normal normal normal 22px/22px FontAwesome;
			                         font-size: inherit;
			                         text-rendering: auto;
			                         -webkit-font-smoothing: antialiased;
			                         -moz-osx-font-smoothing: grayscale;
			                         display: block;
			                         text-align: center;
			                         line-height: 28px;
			                    }

		/* Product info - product center */

		.product-info .product-center {
			position: relative;
			margin-top: -20px;
		}

		     .product-info .product-name {
		          padding: 17px 0px 5px 0px;
		          margin: 0px;
				  font-weight: normal;
				  font-size: 26px;
				  line-height: 1.2em;
				  color: #004c6d;
				  text-transform: uppercase;
		     }

		          .product-info .product-name a {
		               line-height: 1.3;
				  }
				  
			.product-info .description {
				line-height: 25px;
			}

			.product-info .description,
			.product-info .product-center .price,
			.product-info .options,
			.product-info .cart {
				padding: 25px 0px 20px 0px;
				border-bottom: 1px solid #bbb;
				text-transform: uppercase;
				color: #444;
			}

			.product-info .product-center .price,
			.product-info .cart {
				padding: 20px 0px 20px 0px;
			}

				.product-info .product-center .price .price-new {
					font-size: 22px;
					line-height: 28px;
					color: #53B5AC;
					font-weight: 700;
				}

				.product-info .product-center .price .price-old {
					font-size: 22px;
					text-decoration: line-through;
					margin-left: 15px;
					line-height: 27px;
					color: #aaa;
					font-weight: 300;
				}

			/* Product info -> Options */

			.product-info .options {
				padding-bottom: 10px;
			}

				.product-info .options h2 {
					padding: 0px;
					margin: 0px 0px 10px 0px;
				}

				.product-info .options .form-group {
					margin: 12px 0px 10px 0px;
				}

					.product-info .options .error {
						margin: 0px;
					}

			/* Product info -> Radio button, checkbox button */

			.product-info .radio-type-button {
			     display: inline-block;
			     vertical-align: top;
			     width: auto;
			     margin: 10px 7px 5px 0px;
			     padding: 0px;
			}

			     .product-info .radio-type-button input {
			          visibility: hidden;
			          position: absolute;
			     }

			     .product-info .radio-type-button span {
			          display: block;
			          opacity: 0.3;
			     }

			          .product-info .radio-type-button span:hover {
			               opacity: 0.6;
			          }

			          .product-info .radio-type-button span.active {
			               opacity: 1;
			          }

			     .product-info .radio-type-button img {
			          display: block;
			          border-radius: 100px;
			          -webkit-border-radius: 100px;
			          -moz-border-radius: 100px;
			     }

			.product-info .radio-type-button2 {
			     display: inline-block;
			     vertical-align: top;
			     width: auto;
			     margin: 10px 7px 5px 0px;
			     padding: 0px;
			}

			     .product-info .radio-type-button2 input {
			          visibility: hidden;
			          position: absolute;
			     }

			     .product-info .radio-type-button2 span {
			          background: #fff;
			          border: 1px solid #e0e0e0;
			          border-radius: 100px;
			          -webkit-border-radius: 100px;
			          -moz-border-radius: 100px;
			          height: 33px;
			          min-width: 33px;
			          display: block;
			          text-align: center;
			          padding: 5px 10px;
			     }

			          .product-info .radio-type-button2 span:hover {
			               background: #fafafa;
			          }

			          .product-info .radio-type-button2 span.active {
			              background: #0088cc;
			              border-color: #0088cc;
			              color: #fff;
			          }

			/* Product info -> Buttons */

			.product-info .cart {
			}

				.product-info .cart .add-to-cart {
				}

					.product-info .cart .add-to-cart p,
					.product-info .cart .add-to-cart input,
					.product-info .cart .add-to-cart .quantity {
						display: block;
						float: left;
					}

					.product-info .cart .add-to-cart p {
						padding: 12px 15px 5px 0px;
						color: #888;
						text-transform: capitalize;
					}

					.product-info .cart .add-to-cart input {
						margin: 0px 15px 0px 0px !important;
						height: 42px;
						text-transform: uppercase;
					}

					.product-info .cart .add-to-cart .quantity {
						position: relative;
					}

						.product-info .cart .add-to-cart .quantity input {
							width: 105px;
							text-align: center;
							border-radius: 50px;
							-webkit-border-radius: 50px;
							-moz-border-radius: 50px;
							border: 1px solid #bbb;
						}

							.product-info .cart .add-to-cart .quantity #q_up {
								display: block;
								position: absolute;
								right: 26px;
								top: 13px;
								border-top: none;
								border-right: none;
								height: 16px;
								width: 18px;
								text-align: center;
								font-size: 10px;
								color: #888;
							}

							.product-info .cart .add-to-cart .quantity #q_down {
								display: block;
								position: absolute;
								left: 12px;
								top: 13px;
								height: 16px;
								width: 18px;
								text-align: center;
								font-size: 10px;
								color: #888;
							}

				/* Product info -> Add to compare, wishlist */

				.product-info .cart .links {
					padding: 10px 0px 0px 0px;
				}

					.product-info .cart .links a {
						padding-right: 15px;
						cursor: pointer;
						color: #444;
						text-transform: initial;
					}

						.product-info .cart .links a:before {
							content: "\f004";
							padding-right: 10px;
							display: inline-block;
							color: #53B5AC;
							font-size: 15px;
							-moz-osx-font-smoothing: grayscale;
							font-family: "Font Awesome 5 Pro";
						}

						.product-info .cart .links a:hover:before {
							font-weight: bold;
						}

						.product-info .cart .links a:nth-child(2) {
							display: none;
						}

						.product-info .cart .links a:nth-child(2):before {
							content: "\f0c9";
						}

				/* Information about minimum products */

				.product-info .cart .minimum {
					padding: 10px 0px 0px 0px;
				}

				/* Reviews */

				.product-info .review {
					padding: 13px 0px 3px 0px;
				}

					.product-info .review > div {
						padding: 7px 0px;
					}

						.product-info .review a {
							cursor: pointer;
						}
						.product-info .review a:last-child {
							color: #004c6d;
						}

		/* Tags */

		.tags_product {
			margin: 0px 0px 20px 0px;
		}

		/* @end */

	/* @group Product Block */

	.product-block {
		border: 1px solid #e6e6e6;
		background: #fff;
		padding: 20px;
		border-radius:         2px;
		-moz-border-radius:    2px;
		-webkit-border-radius: 2px;
		margin: 0px 0px 20px 0px;
	}

		.product-block .title-block {
			float: left;
			margin: 5px 15px 23px 0px;
			padding: 0px;
			font-size: 18px;
			font-weight: 400;
		}

		.product-block .strip-line {
			background: url(../img/patterns/heading/01.png) 0px 50% repeat-x;
			height: 30px;
			overflow: hidden;
		}

		.product-block .block-content {
			clear: both;
		}

	/* @end */

	/* @group Ratings */

	.rating i {
		margin: 0px 1px 0px 0px;
		font-size: 13px;
		color: #fecb00;
	}

	/* @end */

/* @end */

/* @group 10. CustomFooter
------------------*/

.custom-footer {
	position: relative;
}

	.custom-footer .background-custom-footer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	.custom-footer .background,
	.standard-body .custom-footer .background {
	}

	.custom-footer .pattern {
	}

	/* @group Newsletter */

	.footer-newsletter {
		padding: 40px 0;
		overflow: hidden;
	}

		/* .footer-newsletter:before {
			background: url(../img/env-icon.png) no-repeat;
			height: 144px;
			width: 201px;
			position: absolute;
			left: 14%;
			content: "";
			top: 10px;
		} */

		.footer-newsletter h4 {
			margin: 0px;
			color: #3D8A83;
			font-size: 24px;
			line-height: 1.1;
			font-weight: 400;
		}

			@media (max-width: 991px) {
				.footer-newsletter .clearfix {
					margin-top: 30px;
				}
			}

			.footer-newsletter span {
				font-weight: 700;
				font-size: 16px;
				color: #53B5AC;
			}

		.footer-newsletter .clearfix {
			position: relative;
			position: relative;
			/* border: 1px solid #53b5ac; */
			/* border-radius: 50px; */
		}

			.footer-newsletter input {
				border-radius: 50px;
			    height: 50px;
			    width: 100%;
			    color: #000;
			    border: none;
			    background: #fff;
			    padding: 0 20px;
			    margin: 0px;
			    font-size: 15px;
			}

			.footer-newsletter .subscribe {
				border: none;
				background: #0173b9 !important;
				height: 50px;
				line-height: 52px;
				color: #fff;
				padding: 0 30px;
				position: absolute;
				right: -1px;
				top: 0px;
				font-size: 15px;
				font-weight: 600;
				border-radius: 0 50px 50px 0px;
			}

			.footer-newsletter .subscribe:hover {
				background: #015284 !important;
				border-color: #015284 !important;
				color: #fff !important;
			}

	/* @end */

	/* @group Brands */

	.brands {
		padding: 0px 0px 30px 0px;
		margin: 0px;
		list-style: none;
	}

		.brands li {
			float: left;
			width: 20%;
			margin-top: 0px;
			text-align: center;
			list-style: none;
			padding-top: 30px;
		}

			.brands.type2 li {
				width: 25%;
			}

			.brands li img {
				opacity: 0.7;
				transition: all 0.2s ease-in;
				-webkit-transition: all 0.2s ease-in;
				-moz-transition: all 0.2s ease-in;
				display: block;
				margin: 0px auto;
			}

				.brands li img:hover {
					opacity: 1;
				}

			@media (max-width: 991px) {
				.responsive .brands li {
					width: 33.33333%;
				}

				.responsive .brands.type2 li {
					width: 50%;
				}
			}

			@media (max-width: 767px) {
				.responsive .brands li {
					width: 50%;
				}

				.responsive .brands.type2 li {
					width: 50%;
				}
			}

	/* @end */

	/* @group Links */

	.foot-link {
		border-bottom: 1px solid #e5e5e5;
	}

		.foot-link ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}

			.foot-link ul li {
				display: inline-block;
				margin-right: 20px;
			}

				.foot-link ul li a {
					font-size: 14px;
					display: inline-block;
					padding: 15px 0;
					color: #555555;
				}

	/* @end */

/* @end */

/* @group 11. Footer
------------------*/

.footer {
	position: relative;
}

	.footer .background-footer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	.footer .background,
	.standard-body .footer .background {
		background: #53B5AC;
	}

	.footer .pattern {
		padding: 0px 0px 60px 0px;
		color: #555;
	}

		.footer .pattern a {
			color: #fff;
		}

		.footer .pattern p {
			padding: 0px;
			margin: 0px;
		}

		.footer h4 {
			color: #fff;
			font-size: 18px;
			font-weight: 600;
			padding: 53px 0px 25px 0px;
			margin: 0px 0px 0px 0px;
			text-transform: uppercase;
		}

			.footer .strip-line {
				display: none;
			}

		/* @group List */

		.footer ul {
			list-style: none;
			position: relative;
			margin: 0 0px 0px 0px;
			padding: 0px;
			clear: both;
		}

			.footer ul li a {
				line-height: 30px;
				font-weight: 400;
				font-size: 15px;
			}

		/* @end */

		/* @group Contact */

		#main .footer-contact p {
			line-height: 20px;
			margin: 5px 0px 5px 0px;
			padding: 0px;
			color: #fff;
		}

		.social-links {
			margin-top: 25px;
		}

			.social-links a {
				margin-right: 20px;
				font-size: 18px;
				color: #333333;
			}

		/* @end */

/* @end */

/* @group 12. Copyright
------------------*/

.copyright {
	position: relative;
}

	.copyright .background-copyright {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	.copyright .background,
	.standard-body .copyright .background {
		background: #ffffff;
	}

	.copyright .pattern {
		padding: 0px 0px 32px 0px;
		background: #3D8A83;
	}

		.copyright .pattern a {
		}

		.copyright .pattern .line {
			display: none;
		}

		.copyright p {
			float: right;
			margin: 0px;
			padding: 39px 0px 5px 0px;
			color: #fff;
			font-weight: 400;
		}

		.copyright ul {
			width: auto;
			list-style: none;
			padding: 38px 0px 0px 0px;
			margin: 0px;
		}

			.copyright ul li {
				display: block;
				float: left;
				margin-right: 14px;
			}

				.copyright ul li img {
					display: block;
				}

/* @end */

/* @group 13. OpenCart Style
--------------------------- */

/* @group Content */

.main-content .content {
	padding: 0px 0px 20px 0px;
}

	.main-content .content:before,
	.main-content .content:after {
	  display: table;
	  content: " ";
	}

	.main-content .content:after {
	  clear: both;
	}

	.main-content .content .left {
		float: left;
		width: 47%;
		padding: 0px;
	}

	.main-content .content .right {
		float: right;
		width: 47%;
		padding: 0px;
	}

/* @end */

/* @group List content */

.center-column .list-unstyled li {
	line-height: 30px;
}

/* @end */

/* @group Login content */

.login-content {
}

	.login-content:before,
	.login-content:after {
	  display: table;
	  content: " ";
	}

	.login-content:after {
	  clear: both;
	}

	.login-content .left {
		float: left;
		width: 47%;
	}

	.login-content .right {
		float: right;
		width: 47%;
	}

		.login-content .content {
			margin: 20px 0px 0px 0px;
		}

			.login-content .left .button {
				margin-top: 10px;
			}

/* @end */

/* @group Autocomplete */

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 999;
}

.autocomplete-results {
	position: relative;
}

	.ui-autocomplete {
		background: #fff !important;
		border: 1px solid #eee !important;
		padding: 0px !important;
		margin-top: 14px !important;
		top: 0 !important;
		right: -49px !important;
		left: auto !important;
		min-width: 600px !important;
		border-radius:         0px !important;
		-moz-border-radius:    0px !important;
		-webkit-border-radius: 0px !important;
		box-shadow:            0 6px 12px rgba(0,0,0,.175) !important;
		-moz-box-shadow:       0 6px 12px rgba(0,0,0,.175) !important;
		-webkit-box-shadow:    0 6px 12px rgba(0,0,0,.175) !important;
	}

		@media (max-width: 1290px) {
			.responsive .ui-autocomplete {
				right: -44px !important;
				left: 0 !important;
				min-width: 1px !important;
			}

			.responsive .ui-autocomplete li img  {
				display: none;
			}
		}

		.container-megamenu .ui-autocomplete {
			left: auto !important;
		}

			.container-megamenu .ui-autocomplete:before {
			  left: auto;
			  right: 18px;
			}

			.container-megamenu .ui-autocomplete:after {
			 left: auto;
			  right: 19px;
			}

		.ui-autocomplete li {
			padding: 0px !important;
			margin: 0px !important;
			cursor: pointer !important;
			border: none !important;
			border-top: 1px solid #e6e6e6 !important;
			background: none !important;
			list-style: none !important;
		}

			.ui-autocomplete li:first-child {
				border-top: none !important;
			}

			.ui-autocomplete li a {
				display: block;
				padding: 10px !important;
				margin: 0px !important;
				cursor: pointer !important;
				border: none !important;
				background: none !important;
				overflow: hidden;
				border-radius:         0px !important;
				-moz-border-radius:    0px !important;
				-webkit-border-radius: 0px !important;
				color:#555 !important;
				font-size:13px !important;
				font-weight: 400 !important;
				line-height:1.6 !important;
				font-family:'Raleway' !important;
			}

				.ui-autocomplete li a.ui-state-focus {
					background: #f7f7f7 !important;
				}

				.ui-autocomplete li img {
					float: left;
					width: 70px;
					margin-right: 10px;
				}

				.ui-autocomplete li span.description {
					font-size: 11px !important;
					opacity: 0.7 !important;
				}

				.ui-autocomplete li span.price {
					color: #333333 !important;
					font-weight: bold !important;
					display: block !important;
					padding-top: 4px !important;
				}

				.ui-autocomplete-loading  {
					background-image: url('../img/loader.gif') !important;
					background-repeat: no-repeat !important;
					background-position: center !important;
				}
/* @end */

/* @group Pagination */

div.pagination-results {
    clear: both;
    padding: 30px 0px 0px 0px;
    margin: 0px 0px 19px 0px;
    position: relative;
    overflow: auto;
}

	div.pagination-results .text-right {
		padding:5px 0px 10px 10px;
		color: #444;
	}

	div.pagination-results .text-left {
		padding:0px 10px 0px 0px;
	}

	div.pagination-results ul {
		padding:0px;
		margin: 0px;
		list-style: none;
	}

		div.pagination-results ul li {
			display: inline-block;
			width: 32px;
			height: 32px;
			background: #fff;
			border: 1px solid #ddd;
			text-align: center;
			padding: 4px 0px 0px 2px;
			margin: 0px 5px 10px 0px;
			font-size: 14px;
			font-weight: 600;
		}

		div.pagination-results ul li:last-child {
			margin: 0;
		}

		div.pagination-results ul li a {
			color: #888;
			padding: 8px;
		}

		div.pagination-results ul li.active {
			background-color: #ffffff !important;
			border-color: #53b5ac !important;
			color: #53b5ac;		
		}

		div.pagination-results ul li:hover {
			border-color: #53b5ac;
		}

		div.pagination-results ul li:hover a {
			color: #53b5ac;
		}

/* @end */

/* @group List Box */

.list-box {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

/* @end */

/* @group Error form */

span.error {
	padding: 5px 0px;
	display: block;
	color: red;
}

	.form span.error {
		display: inline-block;
		padding-left: 20px;
	}

	.product-info span.error {
		padding-top: 0px;
	}

/* @end */

/* @group Help */

.help {
	font-size: 10px;
	display: block;
}

/* @end */

/* @group Table form */

table.form {

}

	table.form td {
		padding: 5px 13px 0px 0px;
	}

		table.form td input,
		table.form td select,
		table.form td textarea {
			margin-left: 7px;
		}

/* @end */

/* @group Htabs */

.htabs {
	margin: 22px 0px 0px 0px;
	position: relative;
	z-index: 1;
	border-bottom: 2px solid #53B5AC;
}

	.htabs:before,
	.htabs:after {
	  display: table;
	  content: " ";
	}

	.htabs:after {
	  clear: both;
	}

	.htabs a {
		float: left;
		margin: 10px 40px 0px 0px;
		padding: 0px 0px 14px 0px;
		font-size: 20px;
		display: block;
		color: #bbb;
		position: relative;
		text-transform: uppercase;
		font-weight: bold;
	}
		.htabs a:hover,
		.htabs a.selected {
			color: #53B5AC;
			pointer-events: none;
		}

.center-column .tab-content {
	margin: 0px 0px 20px 0px;
	padding: 30px 0px 0px 0px;
	clear: both;
}

	.center-column .tab-content > *:last-child {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.center-column .tab-content > *:first-child {
		padding-top: 0px;
		margin-top: 0px;
	}

	.center-column .tab-content h2#review-title {
		padding: 0px 0px 20px 0px;
		margin: 0px;
	}

/* @end */

/* @group Notification */

.success,
.warning,
.attention,
.information {
	padding: 10px 10px 10px 40px;
	margin:0px 0px 20px 0px;
	clear: both;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

	.success {
		background: #EAF7D9 url('../img/success.png') 13px center no-repeat;
		border: 1px solid #BBDF8D;
	}

	.warning {
		background: #FFD1D1 url('../img/warning.png') 13px center no-repeat;
		border: 1px solid #F8ACAC;
	}

	.attention {
		background: #FFF5CC url('../img/attention.png') 13px center no-repeat;
		border: 1px solid #F2DD8C;
	}

	.information {
		background: #E8F6FF url('../img/information.png') 13px center no-repeat;
		border: 1px solid #B8E2FB;
	}

/* @end */

/* @group Review */

.review-list .author,
.review-list .rating {
	display: inline-block;
}

	.review-list .rating {
		float: right;
		width: auto;
	}

	.review-list .author span {
		font-size: 10px;
		opacity: 0.8;
		font-style: italic;
		padding-left: 3px;
	}

.review-list .text {
	margin: 15px 0px 20px 0px;
	padding: 20px;
	position: relative;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius:         2px;
	-moz-border-radius:    2px;
	-webkit-border-radius: 2px;
}

	.review-list .text:before {
		position: absolute;
		top: -9px;
		left: 9px;
		display: inline-block;
		border-right: 9px solid transparent;
		border-bottom: 9px solid #ccc;
		border-left: 9px solid transparent;
		border-bottom-color: #e6e6e6;
		content: '';
	}

	.review-list .text:after {
		position: absolute;
		top: -8px;
		left: 10px;
		display: inline-block;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #ffffff;
		border-left: 8px solid transparent;
		content: '';
	}

/* @end */

/* @group Tables
------------------*/

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.cart-info table,
.checkout-product table,
.table {
	border-collapse: separate;
	border-spacing: 0;
    border: 1px solid #bbb;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

	table.attribute tr,
	table.list tr,
	.wishlist-product table tr,
	.wishlist-info table tr,
	.compare-info tr,
	.cart-info table tr,
	.checkout-product table tr,
	.table {
	    background: #fff;
	}

		table.attribute tr:hover,
		table.list tr:hover,
		.wishlist-product table tr:hover,
		.wishlist-info table tr:hover,
		.compare-info tr:hover,
		.cart-info table tr:hover,
		.checkout-product table tr:hover,
		.table tr:hover {
		    background: #f7f7f7;
		    -webkit-transition: all 0.1s ease-in-out;
		    -moz-transition: all 0.1s ease-in-out;
		    transition: all 0.1s ease-in-out;
		}

	table.attribute td,
	table.list td,
	.wishlist-product table td,
	.wishlist-info table td,
	.compare-info td,
	.cart-info table td,
	.checkout-product table td,
	.table td {
		border-left: 1px solid #bbb;
		border-top: 1px solid #bbb;
	    padding: 10px;
	    text-align: left;
	    vertical-align: top;
	}

		.table td.text-center {
			text-align: center;
		}

			.table td.text-center .input-group {
				margin: 0px auto;
			}

		.table td.text-right {
			text-align: right;
		}

	table.attribute thead td,
	table.list thead td,
	.wishlist-product table thead td,
	.wishlist-info table thead td,
	.compare-info thead td,
	.cart-info table thead td,
	.checkout-product table thead td,
	.table thead td {
	    background-color: #fafafa;
	    font-weight: bold;
	}

		table.attribute thead:first-child td,
		table.list thead:first-child td,
		.wishlist-product table thead:first-child td,
		.wishlist-info table thead:first-child td,
		.compare-info thead:first-child td,
		.cart-info table thead:first-child td,
		.checkout-product table thead:first-child td,
		.table thead:first-child td {
			border-top: none;
		}

	table.attribute td:first-child,
	table.list td:first-child,
	.wishlist-product table td:first-child,
	.wishlist-info table td:first-child,
	.compare-info td:first-child,
	.cart-info table td:first-child,
	.checkout-product table td:first-child,
	.table td:first-child {
	    border-left: none;
	}

/* @end */

/* @group Wishlist info */

.wishlist-info table td {
	vertical-align: middle;
	text-align: center;
}

/* @end */

/* @group Cart info */

.cart-info table td {
	vertical-align: middle;
	text-align: center;
}

/* @end */

/* @group Price Compare */

.compare-info .price-new {
	color: #ff6b6b;
}

	.compare-info .price-old {
		color: #808080;
		text-decoration: line-through;
		padding-right: 2px;
	}

/* @end */

/* @group Table img */

table img {
	max-width: none;
}

/* @end */

/* @group Cart Total */

.cart-total {
    overflow: auto;
    margin-bottom: 30px;
    padding-top: 10px;
    font-size: 18px;
}

	.cart-total table {
		float: right;
	}

		.cart-total td {
			padding: 0px 0px 0px 10px;
			text-align: right;
		}

		.cart-total td strong {
			font-weight: normal;
		}

		.cart-total table tr td:last-child {
			color: #53b5ac;
			font-weight: bold;
		}


/* @end */

/* @group Download List, Orders */

.download-list,
.order-list {
	overflow:auto;
}

	.download-list .download-id,
	.order-list .order-id {
		width: 49%;
		float: left;
		margin-bottom: 2px;
	}

	.download-list .download-status,
	.order-list .order-status {
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px;
	}

	.download-list .download-content,
	.order-list .order-content {
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	}

	.download-list .download-content div,
	.order-list .order-content div {
		float: left;
		width: 33.3%;
	}

	.download-list .download-info,
	.order-list .order-info {
		text-align: right;
	}

/* @end */

/* @group manufacturer */

.manufacturer-list {
	border: 1px solid #e6e6e6;
	border-radius:         2px;
	-moz-border-radius:    2px;
	-webkit-border-radius: 2px;
	padding: 0px;
	overflow: auto;
	margin-bottom:20px;
	background: #fff;
}

	.manufacturer-heading {
		background: #f3f4f5;
		border-bottom: 1px solid #e6e6e6;
		padding: 10px;
	}

	.manufacturer-content {
		padding: 10px;
		overflow:auto;
	}

	.manufacturer-list ul {
		float: left;
		width: 25%;
		margin: 0 0 0 20px;
		padding: 0;
	}

/* @end */

/* @group checkout */

.center-column .panel {
	position:relative;
	margin: 0px 0px 20px 0px;
}

	.center-column .panel-heading {
		background: #fafafa;
		border: 1px solid #bbb;
		padding: 10px;
	}

		.center-column .panel-heading h4 {
			text-transform: capitalize;
			padding: 0px;
			margin: 0px;
			font-size: 15px !important;
			color: #29B5AC;
		}

	.center-column .panel-body {
		position:relative;
		border: 1px solid #bbb;
		background: #fff;
		padding:20px;
		position: relative;
		margin-top: -1px;
	}

		.center-column .panel-body .buttons {
			margin: 0px;
		}

/* @end */

/* @group Returns */

.return-list {
}

	.return-list .return-id {
		width: 49%;
		float: left;
		margin-bottom: 2px;
	}

	.return-list .return-status {
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px;
	}

	.return-list .return-content {
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	}

	.return-list .return-content div {
		float: left;
		width: 33.3%;
	}

	.return-list .return-info {
		text-align: right;
	}

.return-product {
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.return-detail {
}

	.return-opened textarea {
		width: 100%;
	}

/* @end */

/* @group Scroll up */

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    color: #ffffff;
    border: 2px solid #0173b9;
    background: #0173b9;
    font-size: 26px;
    line-height: 36px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.scrollup i {
	font-weight: 400;

}
.scrollup:hover {
	background: #015284 !important;
    border-color: #015284 !important;
	color: #fff !important;
}

/* @end */

/* @group Banner */

.banner {
	text-align: center;
	width: 100%;
	margin: 30px 0px 0px 0px;
}

	.banner img.with-link {
		cursor: pointer;
	}

/* @end */

/* @group Filter */

ul.box-filter {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

	ul.box-filter > li {
		padding: 0px 0px 15px 0px;
	}

		ul.box-filter > li > span {
			font-weight: bold;
		}

	ul.box-filter ul {
		list-style: none;
		padding: 0px;
	}

/* @end */

/* @end */

/* @group 14. Facebook Widget  */

.facebook_left {
    width: 308px;
    position: fixed;
	left: -308px;
	top: 150px;
	z-index: 999;
}

.facebook_right {
    width: 308px;
    position: fixed;
	right: -308px;
	top: 150px;
	z-index: 999;
}

	.facebook_left .facebook-icon,
	.facebook_right .facebook-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/facebook-icon.png) no-repeat;
		cursor: pointer;
		position: absolute;
	    z-index: 999;
	}

	.facebook_right .facebook-icon {
		left: -50px;
		right: auto;
	}

	.facebook_right .facebook-content,
	.facebook_left .facebook-content {
	    background-color: #FFFFFF;
		border: 4px solid #4b6baf;
		position: relative;
	    z-index: 999;
	}

/* @end */

/* @group 15. Twitter Widget  */

.twitter_left {
    width: 250px;
    position: fixed;
	left: -250px;
	top: 150px;
	z-index: 998;
}

.twitter_right {
    width: 250px;
    position: fixed;
	right: -250px;
	top: 150px;
	z-index: 998;
}

	.facebook_right + .twitter_right,
	.facebook_left + .twitter_left {
		top: 210px;
	}

	.twitter_left .twitter-icon,
	.twitter_right .twitter-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/twitter-icon.png) no-repeat;
		cursor: pointer;
		position: absolute;
	    z-index: 998;
	}

	.twitter_right .twitter-icon {
		left: -50px;
		right: auto;
	}

	.twitter_right .twitter-content,
	.twitter_left .twitter-content {
	    background-color: #FFFFFF;
		border: 4px solid #36a7e5;
		position: relative;
	    z-index: 998;
	}

/* @end */

/* @group 16. Custom Widget  */

.custom_left {
    width: 250px;
    position: fixed;
	left: -250px;
	top: 150px;
	z-index: 996;
}

.custom_right {
    width: 250px;
    position: fixed;
	right: -250px;
	top: 150px;
	z-index: 996;
}

	.facebook_right + .twitter_right + .custom_right,
	.facebook_left + .twitter_left + .custom_left {
		top: 270px;
	}

	.facebook_right + .custom_right,
	.twitter_right + .custom_right,
	.twitter_left + .custom_left,
	.facebook_left + .custom_left {
		top: 210px;
	}

	.custom_left .custom-icon,
	.custom_right .custom-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/custom-icon.png) no-repeat;
		cursor: pointer;
		position: absolute;
	    z-index: 996;
	}

		.custom_left .custom-icon {
			background: url(../img/custom-icon-right.png) no-repeat;
		}

	.custom_right .custom-icon {
		left: -50px;
		right: auto;
	}

	.custom_right .custom-content,
	.custom_left .custom-content {
	    background-color: #FFFFFF;
		border: 4px solid #ea2e49;
		position: relative;
	    z-index: 996;
	    padding: 10px;
	}

/* @end */

/* @group 17. Opencart 2.0 */

.picker-switch .btn {
	background: none !important;
	color: #808080 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
}

.timepicker-picker .btn {
	background: none !important;
	color: #808080 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* @end */

/* @group 18. Carousel Brands */

.carousel-brands {
	background: #fff;
    margin: 53px 0px 0px 0px !important;
    padding: 22px 38px;
    position: relative;
    border: 1px solid #53B5AC;
    border-radius: 7px;
}

	/** Carousel Controls **/

	.carousel-brands .owl-prev,
	.carousel-brands .owl-next {
		position: absolute;
		top: 50%;
		margin-top: -16px;
		right: 0px;
		cursor: pointer;
		width: 32px;
		height: 32px;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		background: #fff;
		/* border: 1px solid #86b83b; */
		color: #53b5ac;
		font-size: 24px;
		text-align: center;
		line-height: 28px;
		transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		opacity: 0;;
	}

     	.carousel-brands .owl-next:before {
 			content: "\f105";
 			display: inline-block;
 			font: normal normal normal 14px/1 FontAwesome;
 			font-size: inherit;
 			text-rendering: auto;
 			-webkit-font-smoothing: antialiased;
 			-moz-osx-font-smoothing: grayscale;
     	}

	.carousel-brands .owl-prev {
	left: 0px;
	}

     	.carousel-brands .owl-prev:before {
     		content: "\f104";
     		display: inline-block;
     		font: normal normal normal 14px/1 FontAwesome;
     		font-size: inherit;
     		text-rendering: auto;
     		-webkit-font-smoothing: antialiased;
     		-moz-osx-font-smoothing: grayscale;
     	}

     	.carousel-brands .owl-prev:hover,
     	.carousel-brands .owl-next:hover {
			background: none;
			border-color: none;
		 }

	.owl-carousel.carousel-brands:hover .owl-prev,
	.owl-carousel.carousel-brands:hover .owl-next {
	opacity: 1;
	}

.owl-carousel.carousel-brands .owl-item .item {
	margin: 0;
	border: 1px solid transparent;
}

.owl-carousel.carousel-brands .owl-item .item:hover {
	border: 1px solid #ddd;
}

/* @end */

/* @group 19. Banner module */

.banner-module {
	margin: 50px 0px 0px 0px !important;
}

	@media (max-width: 767px) {
		.responsive .banner-module {
			margin: 20px 0px 0px 0px !important;
		}
	}

/* @end */

/* @group 20. Camera slider */

.camera_slider {
	margin: 30px 0px 0px 0px;
	position: relative;
}

.camera_wrap {
	margin: 0px !important;
	width: auto;
	direction: ltr;
	display: none;
	position: relative;
	z-index: 1;
}

	.spinner {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 22;
		background: #fff url(../img/loader.gif) 50% 50% no-repeat;
	}

	#slider .fullwidth .camera_slider,
	#slider .fullwidth .camera_slider .camera_wrap {
		margin: 0px !important;
		padding: 0px;
	}

	.camera_wrap img {
		display: block;
		margin: 0px auto;
	}

		.camera_wrap .owl-controls .owl-buttons {
			opacity: 0;
			filter: alpha(opacity=0);
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-o-transition: all 0.4s;
			transition: all 0.4s;
			visibility: hidden;
		}

			.camera_wrap:hover .owl-controls .owl-buttons {
				visibility: visible;
				opacity: 1;
				filter: alpha(opacity=100);
			}

			.camera_wrap .owl-controls .owl-buttons .owl-prev,
			.camera_wrap .owl-controls .owl-buttons .owl-next {
				position: absolute;
				left: 0px;
				top: 50%;
				margin: -55px 0px 0px 0px !important;
				height: 110px;
				width: 30px;
				margin: 0px;
				background: rgba(0, 0, 0, .25);
				display: block;
				overflow: hidden;
				text-indent: -1000px;
				transition: all 0.2s ease-in;
				-webkit-transition: all 0.2s ease-in;
				-moz-transition: all 0.2s ease-in;
			}

				.camera_wrap .owl-controls .owl-buttons .owl-prev:hover,
				.camera_wrap .owl-controls .owl-buttons .owl-next:hover {
					background: rgba(0, 0, 0, .5);
				}

				.camera_wrap .owl-controls .owl-buttons .owl-next {
					left: auto;
					right: 0;
				}

				.camera_wrap .owl-controls .owl-buttons .owl-prev:before,
				.camera_wrap .owl-controls .owl-buttons .owl-next:before {
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
					text-align: center;
					display: block;
					content: "\f104";
				    display: inline-block;
				    font: normal normal normal 14px/1 FontAwesome;
				    font-size: inherit;
				    text-rendering: auto;
				    -webkit-font-smoothing: antialiased;
				    -moz-osx-font-smoothing: grayscale;
				    font-size: 24px;
				    color: #fff;
				    text-indent: 0;
				    line-height: 110px;
				}

					.camera_wrap .owl-controls .owl-buttons .owl-next:before {
						content: "\f105";
					}

		.camera_wrap .owl-controls .owl-pagination {
			position: absolute;
			bottom: 0;
			text-align: center;
			width: 100%;
			padding: 0px;
			visibility: visible !important;
			opacity: 1 !important;
			filter: alpha(opacity=100) !important;
		}

			.camera_wrap .owl-controls .owl-pagination .owl-page {
				display: inline-block;
			}

				.camera_wrap .owl-controls .owl-pagination span {
					cursor: pointer;
					margin: 0px 3px 12px 3px;
					width: 11px;
					height: 11px;
					padding: 0px;
					background: #ddd;
					border: none;
					transition:         all 0.4s;
					-o-transition:      all 0.4s;
					-ms-transition:     all 0.4s;
					-moz-transition:    all 0.4s;
					-webkit-transition: all 0.4s;
					display: block;
					border-radius:         20px;
					-moz-border-radius:    20px;
					-webkit-border-radius: 20px;
				}

					.camera_wrap .owl-controls .owl-pagination .active span {
						background: #0088cc;
					}

/* @end */

/* @group 21. Lazy load */

img[src="image/catalog/blank.gif"] {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff;
     width: 100%;
     max-height: 200px;
}

/* @end */

/* @group 22. Magnific popup */

.mfp-iframe-scaler iframe {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff !important;
}

.quickview {
}

     .quickview body {
          background: #fff;
          padding: 20px 30px 0px 30px;
     }

     .quickview .mfp-iframe-holder .mfp-content {
          max-width: 900px;
          height: 573px;
     }

     .quickview .mfp-iframe {
          opacity: 0;
          transition: all 0.2s ease-in-out;
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7);
     }

     .quickview.mfp-bg {
          opacity: 0.01;
          transition: all 0.2s ease-out;
     }

     .quickview.mfp-ready .mfp-iframe {
          opacity: 1;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
     }

     .quickview.mfp-ready.mfp-bg {
          opacity: 0.75;
     }

     .quickview.mfp-removing .mfp-iframe {
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7);
          opacity: 0;
     }

     .quickview.mfp-removing.mfp-bg {
          opacity: 0;
     }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* @end */

/* @group Header notice */

.header-notice {
     background: #0088cc;
     color: #fff;
     font-size: 12px;
     font-weight: 600;
     display: none;
}

     .header-notice a {
          color: #fff;
     }

     .header-notice p {
          padding: 14px 0px 18px 0px;
          margin: 0px;
     }

     .header-notice a.close-notice {
          display: block;
          float: right;
          width: 36px;
          height: 36px;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          background: #fff;
          margin: 6px 10px;
          text-align: center;
          padding: 9px 0px 0px 0px;
          color: #0088cc;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
     }

          .header-notice a.close-notice:before {
                 content: "\f00d";
                 font: normal normal normal 14px/1 FontAwesome;
                 text-rendering: auto;
                 -webkit-font-smoothing: antialiased;
                 -moz-osx-font-smoothing: grayscale;
          }

          .header-notice a.close-notice:hover {
               background: #333333;
               color: #fff;
          }

/* @end */


/* @group Advanced grid */

.advanced-grid {
     position: relative;
}

     .advanced-grid .container {
     }

     /* @group Products */

     .advanced-grid-products {

     }

          .advanced-grid-products .product {
               margin: 0px;
               padding: 15px 0px 0px 0px;
          }

               .advanced-grid-products .product:first-child {
                    padding-top: 0px;
               }

                    .advanced-grid-products .product .image {
                         float: left;
                         width: 34%;
                         max-width: 80px;
                    }

                         .advanced-grid-products .product .image img {
                              display: block;
                              padding: 5px;
                              border: 1px solid #e6e6e6;
                         }

                    .advanced-grid-products .product .right {
                         float: left;
                         width: 66%;
                         padding-left: 10px;
                         padding-top: 4px;
                    }

                    	.advanced-grid-products .product .right .name {
                    		height: auto;
                    	}

                         .advanced-grid-products .product .right .price {
                              color: #333333;
                              font-size: 16px;
                              font-weight: bold;
                         }

                         	.advanced-grid-products .product .right .price .price-old {
                         		display: none;
                         	}

     /* @end */

     /* @group Latest blogs */

     .advanced-grid-latest-blogs {

     }

          .advanced-grid-latest-blogs .news {
               margin: 0px;
               padding: 15px 0px;
               border-top: 1px solid #e6e6e7;
          }

               .footer .advanced-grid-latest-blogs .news {
                    border-color: rgba(255,255,255,0.1);
               }

               .advanced-grid-latest-blogs .news:first-child {
                    border: none;
                    padding-top: 0px;
               }

                    .advanced-grid-latest-blogs .news:last-child {
                         padding-bottom: 0px;
                    }

                    .advanced-grid-latest-blogs .news .image {
                         margin: 0px 20px 0px 0px;
                         float: left;
                    }

                         .advanced-grid-latest-blogs .news .image a {
                              display: block;
                              background-size: cover;
                              position: relative;
                         }


                    .advanced-grid-latest-blogs .news .right .name {
                         padding: 2px 0px;
                    }

                    .advanced-grid-latest-blogs .news .right .article-date-added {
                         font-size: 11px;
                         font-style: italic;
                    }

                         .advanced-grid-latest-blogs .news .right .article-date-added i {
                              margin-right: 3px;
                         }

     /* @end */

/* @end */

/* @group Popup Module */

.popup {
     background: #FFF;
     padding: 50px 60px;
     text-align: left;
     max-width: 750px;
     margin: 40px auto;
     position: relative;
}

body .popup-module .mfp-close {
     top: -40px;
     color: white;
     right: -6px;
     text-align: right;
     padding-right: 6px;
     width: 100%;
}

     body .popup-module.without-button-close .mfp-close {
          display: none;
     }

     .popup h4 {
          font-size: 20px;
          padding-bottom: 10px;
          margin: 0px;
     }

     .popup .content {
          padding: 0px 0px 10px 0px;
          margin: 0px;
     }

     /* @group Newsletter */



     /* @end */

     /* @group Buttons yes no */

     .popup .buttons-yes-no {
          padding: 20px 0px 0px 0px;
     }

          .popup .buttons-yes-no .button:first-child {
               margin-right: 20px;
          }

     /* @end */

     /* @group Form contact */

     .popup .form-contact {

     }

          .popup .form-contact .error {
               border-color: red;
          }

     /* @end */

/* @end */

/* @group Blog list default */

ul.blog-list-default {
     list-style: none;
     padding: 0px;
     margin: 0px;
     position: relative;
}

     ul.blog-list-default li {
          padding: 21px 0px 20px 0px;
     }

          ul.blog-list-default li:first-child {
               padding-top: 0px;
          }

          ul.blog-list-default li:last-child {
               padding-bottom: 0px;
          }

          ul.blog-list-default li:before {
               content: '';
               position: absolute;
               left: 0;
               right: 0;
               height: 1px;
               background: rgba(0, 0, 0, .1);
               margin-top: -21px;
          }

               ul.blog-list-default li:first-child:before {
                    display: none;
               }

          ul.blog-list-default li .thumb-holder {
               float: left;
               width: auto;
               margin-right: 20px;
          }

               ul.blog-list-default li .thumb-holder img {
                    display: block;
               }

          ul.blog-list-default li .date-published {
               padding: 4px 0px 3px 0px;
               font-size: 11px;
               font-weight: bold;
          }

          ul.blog-list-default li h5 {
               padding: 0px;
               margin: 0px;
               font-size: 15px;
               line-height: 18px;
          }

/* @end */

/* @group Tagcloud */

.blog-tags .box-content {
     border-bottom: none !important;
}

.tagcloud {
     line-height: 15px;
     position: relative;
     margin: 0px 0px -10px 0px;
}

     .tagcloud a {
          display: inline-block;
          background: #0088cc;
          font-size: 9px;
          line-height: 15px;
          color: #fff;
          font-weight: bold;
          text-transform: uppercase;
          border-radius: 20px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          margin: 0px 7px 9px 0px;
          padding: 1px 10px 1px 10px;
     }

          .tagcloud a:hover {
               background: #333;
          }

/* @end */

/* @group News */

.news {
     position: relative;
     margin-bottom: -30px;
}

     .news .media {
          position: relative;
          margin-bottom: 30px;
     }

     .news .thumb-holder {
          overflow: hidden;
     }

          .news .thumb-holder img {
               display: block;
               width: 100%;
          }

     .news .media-body {
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          cursor: pointer;
     }

          .news .media-body:before {
               content: "";
               background: url('../img/bg-news.png') bottom left repeat-x;
               opacity: 0.6;
               top: 0;
               left: 0;
               bottom: 0;
               right: 0;
               position: absolute;
               z-index: -1;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }

               .news .media-body:hover:before {
                    opacity: 0.7;
               }

          .news .media-body .tags {
               position: absolute;
               top: 18px;
               left: 20px;
               right: 10px;
               margin: 0px;
               padding: 0px;
               line-height: 1.6;
          }

               .news .media-body .tags a {
                    display: inline-block;
                    background: #0088cc;
                    font-size: 9px;
                    line-height: 15px;
                    color: #fff;
                    font-weight: bold;
                    text-transform: uppercase;
                    border-radius: 20px;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    margin: 0px 7px 9px 0px;
                    padding: 1px 10px 1px 10px;
               }

                    .news .media-body .tags a:hover {
                         background: #333;
                    }

          .news .media-body .bottom {
               position: absolute;
               bottom: 0;
               left: 0;
               right: 0;
               text-align: center;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }

               .news.v1 .media-body .bottom {
                    color: #fff;
               }

               .news .media-body:hover .bottom {
                    bottom: 10px;
               }

               .news .media-body .date-published {
                    display: inline-block;
                    font-size: 12px;
                    font-weight: bold;
                    border-bottom: 1px solid rgba(255, 255, 255, .2);
                    padding-bottom: 9px;
                    padding-top: 25px;
               }

               .news .media-body h5 {
                    padding: 12px 20px 34px 20px;
                    margin: 0px;
                    font-size: 18px;
                    line-height: 23px;
                    text-transform: none;
                    font-weight: 500 !important;
                    color: #fff;
               }

/* @end */

/* @group News V2 */

.news.v2 .media {
     padding-bottom: 53px;
}

.news.v2 .media .thumb-holder img {
     -webkit-transform: scale(1,1);
     -webkit-transition-timing-function: ease-out;
     -webkit-transition-duration: 250ms;
     -moz-transform: scale(1,1);
     -moz-transition-timing-function: ease-out;
     -moz-transition-duration: 250ms;
     transform: scale(1,1);
     transition-timing-function: ease-out;
     transition-duration: 250ms;
}

     .news.v2 .media:hover .thumb-holder img {
          -webkit-transform: scale(1.04,1.04);
          -webkit-transition-timing-function: ease-out;
          -webkit-transition-duration: 250ms;
          -moz-transform: scale(1.04,1.04);
          -moz-transition-timing-function: ease-out;
          -moz-transition-duration: 250ms;
          transform: scale(1.04,1.04);
          transition-timing-function: ease-out;
          transition-duration: 250ms;
     }

.news.v2 .media-body:before {
     display: none !important;
}

.news.v2  .media-body .bottom {
     background: #fff;
     border: 1px solid #e6e6e6;
     border-top: none;
     color: #1349b2;
     bottom: 0 !important;
}

     .news.v2  .media-body .bottom h5 {
     }

     .news.v2 .media-body .date-published {
          border-color: rgba(0, 0, 0, .2);
     }

     .news.v2 .media-body h5 {
          padding-bottom: 33px;
     }

          .news.v2 .media-body h5 a {
               line-height: 23px;
          }

/* @end */

/* @group Megamenu home */

.mega-inside {
	max-height: 450px;
	overflow-y: scroll;
	margin: 0px -15px 0px -15px;
	position: relative;
}

	.mega-inside ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
		position: relative;
	}

		.mega-inside ul li {
			width: 20% !important;
			float: left;
			padding: 0 15px;
			text-align: center;
			margin-bottom: 20px;
			margin-top: 10px;
			min-height: 205px;
		}

			@media (max-width: 767px) {
				.responsive .mega-inside ul li {
					width: 50% !important;
				}
			}

			.mega-inside .home-links li img {
			    border: 6px solid #f3f3f3;
			    display: inline-block;
			    width: 100%;
			    transition: all 0.2s ease-in;
			    -webkit-transition: all 0.2s ease-in;
			    -moz-transition: all 0.2s ease-in;
			}

				.mega-inside .home-links li a:hover img{
					border-color:#dfdfdf;
				}

			.mega-inside .home-links li a span {
			    font-size: 16px;
			    color: #222222;
			    font-weight: bold;
			}

/* @end */

/* @group Megamenu megamenu */

.top-lins {
    padding: 0 0px;
    display: inline-block;
    width: 100%;
}

	.top-lins ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

		.top-lins ul li {
			display: inline-block;
		}

			.top-lins ul li a {
			    padding: 0px 10px !important;
			    color: #555555;
			    border-right: 1px solid #e5e5e5;
			    line-height: 16px;
			}

				.top-lins ul li:nth-child(1) a {
				    padding-left: 0px !important;
				}

				.top-lins ul li:last-child a {
					border-right: none;
				}

/* @end */

/* @group Home slider and banners */

.slider-and-banners {

}

	.slider-and-banners .row {
		margin: 0px !important;
	}

		.slider-and-banners .row > div {
			padding: 0px !important;
		}

		.slider-and-banners .row > .col-sm-9 {
			width: 70%;
		}

		.slider-and-banners .row > .col-sm-3 {
			width: 30%;
		}

		@media (max-width: 991px) {
			.responsive .slider-and-banners .row > .col-sm-9 {
				width: 100%;
			}

			.responsive .slider-and-banners .row > .col-sm-3 {
				width: 100%;
			}
		}

	.slider-and-banners .camera_slider {
		margin-top: 0px !important;
	}

	.like-bnr {
		height: 250px;
		min-height: inherit;
		background: #f5f5f5;
		position: relative;
	}

		.position-center-center {
		    left: 50%;
		    position: absolute;
		    top: 50%;
		    -webkit-transform: translate(-50%, -50%);
		    -moz-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		    transform: translate(-50%, -50%);
		}

		.like-bnr .position-center-center {
		    width: 100%;
		    padding: 0 30px;
		}

		.like-bnr h5 {
		    color: #888888;
		    margin: 0px;
		    font-size: 20px;
		    font-weight: normal;
		}

		.like-bnr h4 {
		    color: #0088cc;
		    font-weight: 800;
		    font-size: 26px;
		    line-height: 40px;
		    margin: 0px;
		}

		.like-bnr .price {
		    font-size: 26px;
		    font-weight: 800;
		    color: #222222;
		}

	.week-sale-bnr {
	    background: #1589ca;
	    height: 250px;
	    text-align: center;
	    padding: 20px 35px;
	    padding-bottom: 0px;
	    padding-top: 45px;
	}

		.week-sale-bnr h4 {
			color: #fff;
			font-size: 30px;
			margin: 0px;
			margin-bottom: 5px;
		}
		.week-sale-bnr h4 span {
			color: #000;
			font-weight: 700;
		}
		.week-sale-bnr p {
			color: #bbd8ed;
			font-size: 20px;
			margin-bottom: 20px;
			line-height: 24px;
			opacity: 0.8;
		}
		.week-sale-bnr .btn-round {
			font-weight: bold;
			display: inline-block;
			border-radius: 50px;
			color: #fff;
			background: #006da3;
			font-size: 16px;
			padding: 11px 30px;
		}
		.week-sale-bnr .btn-round:hover {
			background: #333;
		}

	@media (max-width: 991px) {
		.responsive .like-bnr,
		.responsive .week-sale-bnr {
			float: left;
			width: 50%;
			background-size: cover !important;
		}
	}

	@media (max-width: 540px) {
		.responsive .like-bnr,
		.responsive .week-sale-bnr {
			float: none;
			width: 100%;
		}
	}

/* @end */

/* @group Shipping info */

.shipping-info {
	margin-top: 60px;
    margin-bottom: 37px;
}

.shipping-info ul {
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 2px solid #55b3aa;
	border-radius: 10px;
}

.shipping-info li {
	list-style: none;
	float: left;
	width: 25%;
	padding: 40px 0;
    padding-left: 25px;
	padding-bottom: 40px;
	border-right: 1px solid #55b3aa;
    background: #fff;
}

.shipping-info li:first-child {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.shipping-info li:last-child {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-right: none;
}
.shipping-info .media-body {
	padding-bottom: 0px;
}

.shipping-info li i {
	font-size: 30px;
	color: #27A8E0 !important;
	margin-right: 5px;
	line-height: 36px;
}

.shipping-info li h5 {
	color: #53B5AC;
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
    margin-bottom: 5px;
}

.shipping-info li span {
    font-size: 14px;
    color: #444
}

.shipping-info li b {
	font-weight: 700;
}

.shipping-info .media-body, .shipping-info .media-left, .shipping-info .media-right {
    display: table-cell;
    vertical-align: top;
}

.shipping-info .media-left {
    padding-right: 10px;
}

@media (max-width: 991px) and (min-width: 541px) {
	.responsive .shipping-info li {
		width: 50%;
	}
	.responsive .shipping-info li:nth-child(1) {
		border-bottom: 1px solid #55b3aa;
	}
	.responsive .shipping-info li:nth-child(2) {
		border-bottom: 1px solid #55b3aa;
		border-right: none;
	}

	.responsive .shipping-info li:nth-child(1) {
		border-top-left-radius: 10px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0;
	}
	.responsive .shipping-info li:nth-child(2) {
		border-top-left-radius: 0; border-top-right-radius: 10px; border-bottom-right-radius: 0; border-bottom-left-radius: 0;
	}
	.responsive .shipping-info li:nth-child(3) {
		border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 10px;
	}
	.responsive .shipping-info li:nth-child(4) {
		border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 10px; border-bottom-left-radius: 0;
	}
}

@media (max-width: 540px) {
	.responsive .shipping-info li {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #ddd;
	}

	.responsive .shipping-info li:nth-child(1) {
		border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 0; border-bottom-left-radius: 0;
	}
	.responsive .shipping-info li:nth-child(2),
	.responsive .shipping-info li:nth-child(3) {
		border-radius: 0;
	}
	.responsive .shipping-info li:nth-child(4) {
		border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;
		border-bottom: 0;
	}
}


.shipping-info-left {
	margin-top: 33px;
    margin-bottom: 3px;
}

.shipping-info-left ul { 
	padding: 0;
}

.shipping-info-left li {
	width: 100%;
    padding: 25px;
	margin: 0px;
	border: 2px solid #55b3aa;
	border-radius: 10px;
	list-style: none;
    background: #fff;
}

.shipping-info-left li:not(:last-child) {
    margin-bottom: 20px;
}

.shipping-info-left li i {
	font-size: 30px;
	color: #27A8E0 !important;
	margin-right: 5px;
	line-height: 36px;
}

.shipping-info-left .media-body, .shipping-info-left .media-left, .shipping-info-left .media-right {
    display: table-cell;
    vertical-align: top;
}

.shipping-info-left .media-left {
    padding-right: 12px;
}


/* @end */

/* @group Home products multitle tabs */

.filter-product2 {
	padding: 60px 0px 0px 0px;
}

	.filter-product2 .filter-tabs {
		padding-bottom: 40px;
	}

		.filter-product2 .filter-tabs ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}

			.filter-product2 .filter-tabs ul li {
				float: left;
				text-align: center;
				width: 16.66666666%;
			}

				.filter-product2 .filter-tabs ul li a {
					position: relative;
					display: block;
					padding: 10px 15px;
					font-size: 15px;
					padding-top: 20px;
					font-weight: bold;
					border-top: 1px solid #dddddd;
					border-bottom: 1px solid #dddddd;
					border-right: 1px solid #dddddd;
					border-left: none !important;
					min-height: 140px;
					transition: all 0.2s ease-in;
					-webkit-transition: all 0.2s ease-in;
					-moz-transition: all 0.2s ease-in;
				}

					.filter-product2 .filter-tabs ul li:nth-child(1) a {
					    border-left: 1px solid #dddddd !important;
					}

					.filter-product2 .filter-tabs ul li a i {
					    display: inline-block;
					    width: 100%;
					    font-size: 32px;
					}

					.filter-product2 .filter-tabs ul li a span {
					    color: #888888;
					    font-size: 13px;
					    display: inline-block;
					    width: 100%;
					    font-weight: normal;
					    transition: all 0.2s ease-in;
					    -webkit-transition: all 0.2s ease-in;
					    -moz-transition: all 0.2s ease-in;
					}

					.filter-product2 .filter-tabs ul li.active a {
						background: #0088cc !important;
						border-color: #0088cc !important;
						color: #fff !important;
					}

						.filter-product2 .filter-tabs ul li.active a span {
							color: #fff;
						}

					.filter-product2 .filter-tabs ul li.active a:before {
						content: "\f0d7";
						font-family: 'FontAwesome';
						position: absolute;
						left: 0px;
						z-index: 2;
						font-size: 30px;
						color: #0088cc;
						bottom: -28px;
						right: 0px;
						width: 100%;
					}

.filter-product2 .product-grid .product,
.filter-product2 .product-grid {
	margin-top: 0 !important;
}

@media (max-width: 991px) {
	.responsive .filter-product2 .filter-tabs ul li {
		width: 33.333333333%;
	}

	.responsive .filter-product2 .filter-tabs ul li:nth-child(4) a {
	    border-left: 1px solid #dddddd !important;
	    border-top: none !important;
	}

	.responsive .filter-product2 .filter-tabs ul li:nth-child(5) a,
	.responsive .filter-product2 .filter-tabs ul li:nth-child(6) a {
		border-top: none !important;
	}
}

@media (max-width: 767px) {
	.responsive .filter-product2 .filter-tabs ul li {
		width: 50%;
	}

	.responsive .filter-product2 .filter-tabs ul li:nth-child(3) a {
	    border-left: 1px solid #dddddd !important;
	    border-top: none !important;
	}

	.responsive .filter-product2 .filter-tabs ul li:nth-child(4) a {
	    border-left: none !important;
	    border-top: none !important;
	}

	.responsive .filter-product2 .filter-tabs ul li:nth-child(5) a {
	    border-left: 1px solid #dddddd !important;
	    border-top: none !important;
	}

	.responsive .filter-product2 .filter-tabs ul li:nth-child(6) a {
		border-top: none !important;
	}
}

.filter-product2 .box-product .owl-controls {
	display: block !important;
}

.filter-product2 .box-product .owl-pagination {
	margin-top: 15px;
	margin-bottom: 13px;
}

/* @end */

/* @group Blog latest posts */

.blog-latest-posts .thumb-holder {

}

	.blog-latest-posts .thumb-holder img {
		display: block;
		width: 100%;
		margin: 0px auto;
	}

.blog-latest-posts .head {
	color: #999999;
	font-size: 13px;
	padding: 20px 0px 0px 0px;
}

	.blog-latest-posts .head i {
		color: #27A8E0;
		margin-right: 10px;
		font-size: 16px;
	}

	.blog-latest-posts .head span {
		color: #3D8A83;
		font-weight: 600;
		font-size: 14px;
		text-transform: lowercase;
	}

.blog-latest-posts .post-title {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 15px;
}

	.blog-latest-posts .post-title a {
		font-weight: bold;
		font-size: 16px;
		color: #3D8A83 !important;
	}

.blog-latest-posts .blog-des {
    height: 42px;
	overflow: hidden;
	margin-bottom: 25px;
}

.blog-latest-posts .readmore {
	color: #ffffff !important;
    font-weight: 600;
    background: #0173b9;
    border-radius: 50px;
	padding: 7px 20px 8px;
}

.blog-latest-posts .readmore:hover {
	background: #015284 ;
	border-color: #015284;
}

/* @end */

/* @group Fixed header */

.fixed-header {
	background: #0088cc;
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	z-index: 120;
	visibility: hidden;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}

.fixed-header.active {
	top: 0;
	visibility: visible;
}

/* @end */

/* @group Contact page */

.contact-page .how-to-contact { padding-bottom: 15px;padding-left: 30px;padding-right: 30px;background: #fff;
     border: 1px solid #e7ebed;border-radius: 3px;
-webkit-border-radius: 3px;-moz-border-radius: 3px;margin-bottom: 35px;position: relative; }
.contact-page .how-to-contact .contact-way {
  padding:15px 0;
  text-align: center;
}
.contact-page .how-to-contact .contact-way .inner-contact {
  text-align:center;
  display: inline-block;
}
.contact-page .how-to-contact .contact-way .inner-contact span {
  font-size:40px;
  text-align:center;
  color:#29B5AC;
  padding:20px;
  display:block;
}
.contact-page .how-to-contact .contact-way .inner-contact span.icon-contact { text-indent:7px; }
.contact-page .how-to-contact .contact-way .inner-contact h3 {
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  margin:0;
  padding-bottom:15px;
}
.contact-page .how-to-contact .contact-way .inner-contact p {
  color:#444;
  font-size:13px;
  margin:0;
  line-height:20px;
}
.contact-page .contact-form { padding:40px 0; }
.contact-page .contact-map {
  overflow:hidden;
  padding:30px 0 20px 0;
}
.contact-page .contact-map iframe { width:100%; }
#contactForm {
  max-width:620px;
  margin:0 auto;
}
#contactForm h2.legend {
  font-size:18px;
  text-align:center;
  margin:0;
  padding:0;
  font-weight:600;
  line-height:1.7;
}
#contactForm .form-list {
  padding:30px 0;
  margin: 0px;
  list-style:none;
}
#contactForm .form-list label {
  font-size:14px;
  color:#999999;
  font-weight:400;
}
#contactForm .form-list .input-box { margin-bottom:10px; }
#contactForm .form-list .input-box input {
  width:100%;
  height: 45px;
}
#contactForm .form-list .input-box textarea {
  width:100%;
  height:210px;
}
#contactForm .buttons-set { text-align:center; }

/* @end */

/* @group About us */

.about-adds {
	background: #e7e6e6 url(../img/about-adds.jpg) right center no-repeat;
	background-size: cover;
	min-height: 416px;
	position: relative;
	margin: 30px 0px;
}
.about-adds h2 {
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 36px;
	line-height: 30px;
}
.about-adds h2 small {
	font-weight: normal;
	font-size: 24px;
	display: inline-block;
	width: 100%;
	color: #777;
}
.about-adds .position-center-center {
	width: 100%;
	padding: 0 60px;
}

.about-us .shipping-info li h5 {
	padding: 0px;
}

.skills {
	padding-top: 90px;
}

.about-us .heading {
	margin-bottom: 40px;
}
.about-us .heading h2 {
	color: #222222;
	font-size: 20px;
	margin: 0px;
	margin-bottom: 20px;
}
.about-us .heading hr {
	border: none;
	position: relative;
	margin: 0px;
	height: 1px;
	width: 100%;
	background: #e5e5e5;
}
.about-us .heading hr:before {
	height: 2px;
	background: #0088cc;
	content: "";
	position: absolute;
	top: -1px;
	width: 90px;
	left: 0px;
}
.about-us .heading.text-center hr:before {
	left: 0px;
	right: 0px;
	margin: 0 auto;
}


.about-us .progress-bars p {
	margin: 0px;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.about-us .progress-bars {
	display: inline-block;
	width: 100%;
	position: relative;
}
.about-us .progress {
	border-radius: 0px;
	position: relative;
	background: #bdbdbd;
	box-shadow: none;
	display: inline-block;
	width: 100%;
	overflow: inherit;
	position: relative;
	height: 9px;
	margin-bottom: 0px;
	margin-top: 9px;
	border-radius: 0px;
	border: none;
}
.about-us .bar {
	margin-bottom: 40px;
}
.about-us .progress-bar {
	border-radius: 0px;
	background: #0088cc;
	height: 9px;
	box-shadow: none;
}
.about-us .progress-bar-tooltip {
	float: right;
	color: #222222;
	font-size: 16px;
	height: 15px;
	padding: 0 5px;
	line-height: 15px;
	font-weight: 600;
	margin-top: -25px;
	position: relative;
}

.meet-our-team {
	padding-top: 60px;
	padding-bottom: 60px;
}

.team h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.team span {
	font-size: 14px;
	color: #888888;
	display: inline-block;
	margin-bottom: 30px;
}

/* @end */

/* @group Version 02 */

.slider-and-banners2 .row {
	margin: 0px !important;
}

	.slider-and-banners2 .row > div {
		padding: 0px !important;
	}

	.slider-and-banners2 .camera_slider {
		margin: 0px;
	}

	.slider-and-banners2 .col-sm-3 {
		width: 23.6%;
	}
	.slider-and-banners2 .col-sm-9 {
		width: 76.4%;
	}

@media (max-width: 991px) {
	.responsive .slider-and-banners2 .col-sm-3 {
		width: 100%;
		display: none;
	}
	.responsive .slider-and-banners2 .col-sm-9 {
		width: 100%;
	}
}

.banners-version-2 {
	margin-top: 40px;
}

.banners-version-2 .like-bnr {
	height: 250px;
	min-height: inherit;
	background: #f5f5f5 url(../img/slider-bnr.jpg) right top no-repeat;
}
.banners-version-2 .like-bnr.watch {
	background: #f5f5f5 url(../img/watch-bg-2.jpg) right top no-repeat;
}
.banners-version-2 .like-bnr .price {
	font-size: 26px;
	font-weight: 800;
	color: #222222;
}

.banners-version-2 .week-sale-bnr p {
	margin-bottom: 20px;
	color: #fff;
}
.banners-version-2 .like-bnr h4 {
	color: #7a9b08;
}
.banners-version-2 .cate-style {
	background: #7a9b08;
}
.banners-version-2 .week-sale-bnr {
	background: #7a9b08 url(../img/week-sale-bg-green.jpg) center center no-repeat;
	min-height: 250px;
	padding-top: 50px;
}

.banners-version-2 .week-sale-bnr .btn-round {
	background: #729107;
}

.banners-version-2 .week-sale-bnr .btn-round:hover {
	background: #333;
}

.wide-bnr {
	background: #333 url(../img/sale-bnr-large.jpg) no-repeat;
	background-size: cover !important;
	margin: 60px 0 0 0;
	padding: 45px;
	display: inline-block;
	width: 100%;
}
.wide-bnr h5 {
	display: inline-block;
	color: #fff;
	margin-bottom: 0px;
	font-size: 22px;
}
.wide-bnr h5 span {
	font-weight: bold;
	color: #7a9b08;
}
.wide-bnr .btn {
	border: none;
	float: right;
	padding-left: 40px;
	padding-right: 40px;
}

@media (max-width: 991px) {
	.responsive .wide-bnr {
		text-align: center;
	}
	.responsive .wide-bnr h5 {
		width: 100%;
		text-align: center;
	}
	.responsive .wide-bnr .btn {
		margin-top: 20px;
		float: none;
	}
}

@media (max-width: 991px) {
	.responsive .featured-product {
		padding-top: 30px;
	}
}

.featured-product .owl-carousel {
	margin: -10px;
}

.featured-product .owl-carousel .owl-item .item {
	margin: 10px;
}

.featured-product .thumbnails {
	padding-top: 15px;
}

.featured-product img {
	cursor: pointer;
}

.featured-product .product-grid .product .name {
	height: auto;
	padding-bottom: 8px;
}

/* @end */

/* @group Version 03 */

.slid-sec .like-bnr.ultra {
	background: url(../img/bnr-feature.jpg) right top no-repeat;
}
.slid-sec .like-bnr.ultra-1 {
	background: url(../img/bnr-feature-1.jpg) right top no-repeat;
}
.slid-sec .like-bnr.ultra-1 .price {
	color: #fff;
}

.some-cate {
	padding: 30px;
	margin-top: 40px;
	border: 2px solid #f0f0f0;
	position: relative;
	background: #fff;
}
.some-cate h5 {
	margin: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	z-index: 1;
}
.some-cate ul {
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 1;
}
.some-cate li {
	list-style: none;
}
.some-cate li a {
	color: #888888;
	line-height: 26px;
}
.some-cate li:nth-last-child(1) a {
	color: #f74b16;
}
.some-cate li a:hover {
	color: #f74b16;
	padding-left: 5px;
}
.some-cate img {
	position: absolute;
	right: 0px;
	z-index: 0;
}

.layout-3.wide-bnr {
	background: url(../img/sale-bnr-large-3.jpg) no-repeat;
}
.layout-3.wide-bnr h5 span {
	color: #f74b16;
}

.box2 {
	padding: 0px 0px 0px 0px;
}

	.box2 .box-heading {
		margin: 0px 0px 40px 0px;
		padding: 61px 0px 21px 0px;
		font-size: 20px;
		line-height: 20px;
		font-weight: bold;
		color: #222;
		border-bottom: 1px solid #e5e5e5;
		position: relative;
	}

		.box2 .box-heading:after {
			height: 2px;
			background: #0088cc;
			content: "";
			position: absolute;
			bottom: -1px;
			width: 90px;
			left: 0px;
	}

/* @end */

/* @group Header type 2 */

.header-type-2 #top .pattern .overflow {
	position: relative;
	z-index: 99;
}

.header-type-2 #top .horizontal {
	float: left;
	padding: 0px 0px 0px 100px;
	padding-top: 14px !important;
}

	@media (max-width: 1150px) {
		.responsive .header-type-2 #top .horizontal {
			padding-left: 50px;
		}
	}

	.header-type-2 #top .horizontal ul.megamenu,
	.header-type-2 #top .horizontal .megamenu-wrapper {
		position: static;
	}

	.header-type-2 #top .horizontal .megamenu-wrapper {
		background: none;
	}

	.header-type-2 #top .horizontal ul.megamenu > li > a {
		color: #555;
		background: none;
	}

		.header-type-2 #top .horizontal ul.megamenu > li > a:hover {
			color: #333;
		}

		.header-type-2 #top .horizontal ul.megamenu > li > a strong {
			font-weight: 600;
		}

		.header-type-2 #top .horizontal ul.megamenu > li.with-sub-menu > a:after {
			color: #555;
		}

@media (max-width: 991px) {
	.responsive .header-type-2 #top .horizontal {
		padding: 0px !important;
		clear: left;
		float: none;
	}

	.responsive .header-type-2 #top .horizontal .megamenuToogle-wrapper .container {
		padding-left: 20px !important;
	}

	.responsive .header-type-2 #top .horizontal .megaMenuToggle  {
		position: absolute;
		top: 100% !important;
		right: 0 !important;
		margin-top: 25px !important;
	}

	.responsive .header-type-2 #top .horizontal .megamenu-wrapper {
		border-top: 1px solid #e6e6e6;
		margin-top: 20px !important;
	}

	.responsive .header-type-2 #top .horizontal .megaMenuToggle .container {
		font-size: 0;
	}

	.responsive .header-type-2 #top .horizontal .megaMenuToggle .megamenuToogle-wrapper .container {
		padding: 0px !important;
	}

	.responsive .header-type-2 #top .horizontal .megamenuToogle-wrapper .container > div {
		width: 42px;
		height: 42px;
		background: #fff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		margin: 6px 0px;
		padding: 13px 0px 0px 0px;
	}

		.responsive .header-type-2 #top .horizontal .megamenuToogle-wrapper .container > div span {
			background: #000;
			width: 12px;
			height: 2px;
			margin: 2px auto;
		}
}

.header-type-2 #top .right {
	display: table;
	width: 100%;
	padding-left: 50px;
}

@media (max-width: 991px) {
	.responsive .header-type-2 .right {
		padding-left: 0;
	}
}

	.header-type-2 #top .right .search_form {
		margin: 5px 0px;
		height: 44px;
		width: 500px;
	}

	@media (max-width: 1200px) {
		.responsive .header-type-2 #top .right .search_form {
			width: 100%;
		}
	}

	@media (max-width: 991px) {
		.responsive .header-type-2 #top .right {
			padding-left: 0;
		}
	}

	.header-type-2 #top .search_form .search-cat {
		max-width: 160px;
	}

		.header-type-2 #top .search_form .search-cat select {
			max-width: 100%;
		}

	.header-type-2 #top .search_form input,
	.header-type-2 #top .search_form .search-cat select {
		height: 42px;
	}

	.header-type-2 #top .search_form .button-search,
	.header-type-2 #top .search_form .button-search2 {
		height: 38px;
		line-height: 38px;
		background: none !important;
	}

.header-type-2 #top-bar .nav-right {
	display: none;
}

.header-type-2 .header-contact-phone .social-top {
	display: none;
}

.header-type-2 .header-contact-phone {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

	.header-type-2 .header-contact-phone .nav-right {
		color: #fff;
	}

	@media (max-width: 1200px) {
		.responsive .header-type-2 .header-contact-phone {
			display: none;
		}
	}

/* @end */

/* @group Version 04 */

.footer-4.shipping-info {
	background: none;
	position: relative;
	margin: 50px 0px -42px 0px;
}
.footer-4.shipping-info ul {
	border: none;
	border-top: 1px solid #454545;
}
.footer-4.shipping-info ul li {
	border: none !important;
}
.footer-4.shipping-info li i {
	color: #888888;
}
.footer-4.shipping-info li h5 {
	color: #fff;
	margin-bottom: 0;
}
.footer-4.shipping-info li {
	padding: 30px 0 0 0;
}

.footer-newsletter2 {
	border-bottom: 1px solid #454545;
	margin-bottom: -5px;
	position: relative;
	padding: 30px 0px 30px 0px;
}

.footer-newsletter2 i {
	float: left;
	font-size: 36px;
	color: #aaaaaa;
	margin-right: 15px;
	height: 50px;
}

.footer-newsletter2 h3 {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}
.footer-newsletter2 small {
	color: #777;
}

.footer-newsletter2 .clearfix {
	position: relative;
	margin-top: 10px;
}

.footer-newsletter2 .email {
	border-radius: 50px;
	height: 50px;
	width: 100%;
	color: #000;
	border: none;
	background: #fff;
	padding: 0 20px;
	font-size: 15px;
	margin: 0px;
}

.footer-newsletter2 .subscribe {
    border: none;
    background: #006699;
    height: 50px;
    line-height: 50px;
    color: #fff !important;
    padding: 0 30px;
    position: absolute;
    right: -2px;
    top: 0px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0 50px 50px 0px;
}

@media (max-width: 991px) {
	.responsive .footer-newsletter2 .clearfix {
		margin: 20px 0px 25px 0px;
	}
}

.hotdeal-bnr {
	background: #eee url(../img/hot-deal-bnr.jpg) no-repeat;
	min-height: 435px;
	padding-top: 80px;
	padding-left: 30px;
	margin-top: 50px;
	width: 100% !important;
}
.hotdeal-bnr.like-bnr h5 {
	color: #888888;
	margin: 0px;
	font-weight: normal;
	font-size: 18px;
}
.hotdeal-bnr.like-bnr h4 {
	color: #f12a43;
	font-weight: 800;
	margin: 0px;
}
.hotdeal-bnr.like-bnr .price {
	font-size: 26px;
	font-weight: 800;
	color: #222222;
}

@media (max-width: 767px) {
	.responsive .hotdeal-bnr {
		margin-top: 0;
	}
}

.today-deals-products .border {
	border: 3px solid #bbb;
	padding: 20px;
	background: #fff;
}

	.today-deals-products .left {
		width: 54.9%;
		float: left;
		padding-right: 90px;
		position: relative;
	}

		.today-deals-products .left .image img {
			display: block;
			margin: 0px;
			width: 100%;
		}

		.today-deals-products .left .is-countdown {
			margin: 0px;
			top: 0;
			right: 0;
			width: 80px;
			left: auto;
		}

			.today-deals-products .left .is-countdown .countdown-section {
				float: none !important;
				width: 100% !important;
				margin: 0px !important;
				padding: 0px !important;
				margin-bottom: 10px !important;
				font-size: 14px;
			}

			.today-deals-products .left .is-countdown .countdown-section > span:first-child {
				padding: 17px 0px 5px 0px;
				font-size: 160%;
			}

			.today-deals-products .left .is-countdown .countdown-section > span:last-child {
				padding: 0px 0px 10px 0px;
			}

	.today-deals-products .right {
		float: left;
		width: 45.1%;
		padding-left: 20px;
	}

		.today-deals-products .right .name {
			font-size: 18px;
			padding: 15px 0px 2px 0px;
		}

			.today-deals-products .right .name a {
				color: #555;
			}

		.today-deals-products .right .price {
			font-size: 22px;
		    color: #d8263c;
		    font-weight: 700;
		    padding: 7px 0px 0px 0px;
		}

			.today-deals-products .right .price .price-old {
				color: #aaaaaa;
				font-size: 16px;
				margin-left: 10px;
				text-decoration: line-through;
			}

		.today-deals-products .right .description {
			margin: 18px 0px 23px 0px;
			max-height: 138px;
			overflow: hidden;
		}

	@media (max-width: 767px) {
		.responsive .today-deals-products .left {
			width: auto;
			float: none;
			padding: 0px;
		}

		.responsive .today-deals-products .right {
			float: none;
			width: auto;
			padding: 15px 0px 0px 0px;
		}

		.responsive .today-deals-products .left .is-countdown {
			position: relative;
			top: auto;
			left: auto;
			right: auto;
			bottom: auto;
			width: auto;
			margin: 5px -5px 0px -5px;
		}

		.responsive .today-deals-products .countdown-show1 .countdown-section {
			width: 100% !important;
		}

		.responsive .today-deals-products .countdown-show2 .countdown-section {
			width: 50% !important;
		}

		.responsive .today-deals-products .countdown-show3 .countdown-section {
			width: 32.5% !important;
		}

		.responsive .today-deals-products .countdown-show4 .countdown-section {
			width: 25% !important;
		}

		.responsive .today-deals-products .countdown-show5 .countdown-section {
			width: 19.5% !important;
		}

		.responsive .today-deals-products .countdown-show6 .countdown-section {
			width: 16.25% !important;
		}

		.responsive .today-deals-products .countdown-show7 .countdown-section {
			width: 14% !important;
		}

		.responsive .today-deals-products .left .is-countdown .countdown-section {
			float: left !important;
			padding: 0px 5px !important;
		}
	}

.box3 {
	padding: 43px 0px 0px 0px;
	clear: both;
}

	.box3 .box-heading {
		color: #222222;
		font-size: 20px;
		font-weight: bold;
		float: left;
		padding: 0px 0px 14px 0px;
	}

		.box3 .paginationbuttons {
			float: right;
			margin-top: 10px;
		}

		.box3 .prev,
		.box3 .next {
			float: left;
			position: relative;
			z-index: 3;
			display: inline-block;
			height: 20px;
			color: #aaa;
		}

			.box3 .prev:hover,
			.box3 .next:hover {
				color: #555;
			}

			.box3 .next {
				border-left: 1px solid #e1e1e1;
				padding-left: 15px;
				margin-left: 15px;
			}

	.box3 .box-content {
		clear: left;
	}

	@media (max-width: 767px) {
		.responsive .box3 .box-heading {
			float: none;
		}

		.responsive .box3 .paginationbuttons {
			float: left;
			margin: 0px 0px 15px 0px;
		}
	}

/* @end */

/* @group Header type 3 */

.header-type-3 + .breadcrumb {
	border-top: 1px solid #eee;
}

.header-type-3 ul.megamenu {
	display: table;
	width: 100%;
}

	.header-type-3 ul.megamenu > li {
		float: none;
		display: table-cell;
		width: 16.66666666666666%;
		text-align: center;
		border-left: 1px solid #eee;
	}

		@media (max-width: 991px) {
			.responsive .header-type-3 ul.megamenu > li {
				border-left: none;
			}
		}

		.header-type-3 ul.megamenu > li > a strong {
			font-size: 15px;
			font-weight: bold;
		}

		.header-type-3 ul.megamenu > li:first-child {
			border: none;
		}

		.header-type-3 ul.megamenu > li.with-sub-menu > a:after {
			display: none;
		}

		.header-type-3 ul.megamenu > li .sub-menu {
			text-align: left;
		}

		.header-type-3 ul.megamenu > li > a {
			height: 127px;
			padding: 24px 20px 20px 20px;
		}

			.header-type-3.fixed-header ul.megamenu > li > a {
				height: 55px;
				padding: 14px 20px;
			}

			.header-type-3 ul.megamenu > li > a img {
				display: block;
				height: auto;
				margin: 0px auto -6px auto;
				position: relative;
			}

				.fixed-header.header-type-3 ul.megamenu > li > a img {
					width: 50px;
					display: none;
				}

.header-type-3 #top .search_form {
	float: right;
	width: 450px;
	margin-right: 30px;
	margin-left: 0;
	margin-top: 16px;
	height: 44px;
}

	.header-type-3 #top .search_form .search-cat select {
		height: 42px;
		max-width: 170px;
		overflow: hidden;
	}

	.header-type-3 #top .search_form input {
		height: 42px;
		line-height: 42px;
	}

	.header-type-3 .search_form .button-search,
	.header-type-3 .search_form .button-search2 {
		height: 38px;
		height: 38px;
		line-height: 38px;
		background: none;
	}

	.header-type-3 #top #cart_block {
		padding-top: 16px;
	}

	.header-type-3 #top #cart_block .cart-heading .flaticon-shopping-bag {
		height: 44px;
		width: 44px;
		line-height: 44px;
	}

	.header-type-3 #top #cart_block .cart-heading .itm-cont {
		left: 30px;
		top: -6px;
	}

.header-type-3 #top-bar .call-mun {
	display: none;
}

.header-type-3 #top .social-top {
	display: none;
}

.header-type-3 #top .call-mun {
	float: right;
	margin-right: 35px;
	color: #fff;
	line-height: 18px;
	margin-top: 21px;
}

	.header-type-3 #top .call-mun i {
		float: left;
		font-size: 30px;
		margin-top: 6px;
	}

	.header-type-3 #top .call-mun p {
		float: left;
		margin: 0px;
		padding: 0px;
	}

@media (max-width: 1290px) {
	.responsive .header-type-3 #top .call-mun {
		display: none;
	}
}

@media (max-width: 1098px) {
	.responsive .header-type-3 #top .search_form {
		width: 380px;
	}
}

@media (max-width: 991px) {
	.responsive .header-type-3 #top .call-mun {
		float: left;
		display: block;
	}

	.responsive .header-type-3 #top .search_form {
		clear: both;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.responsive .header-type-3 #top .call-mun {
		display: none;
	}

	.responsive .header-type-3 #top .search_form {
		width: 100%;
		float: left;
	}
}

/* @end */

/* @group Header type 4 */

.header-type-4 .horizontal ul.megamenu > li > a strong {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
	line-height: 1em;
}

.header-type-4 #top .search_form {
	float: right;
    width: calc(95% - 542px);
    margin-right: 60px;
    margin-left: 0;
}

	.header-type-4 #top .search_form .search-cat select {
		max-width: 170px;
		overflow: hidden;
		height: 42px;
	}

	.header-type-4 #top .search_form input {
		height: 42px;
		line-height: 42px;
	}

	.header-type-4 .search_form .button-search,
	.header-type-4 .search_form .button-search2 {
		height: 42px;
		width: 42px;
		line-height: 42px;
		background: none;
		position: absolute;
		top: 0;
		right: 10px;
		cursor: pointer;
	}

.header-type-4 #top-bar .call-mun {
	display: none;
}

.header-type-4 #top .social-top {
	display: none;
}

.header-type-4 #top .call-mun {
	float: right;
	margin-right: 35px;
	color: #555;
	line-height: 18px;
	margin-top: 21px;
}

	.header-type-4 #top .call-mun i {
		float: left;
		font-size: 30px;
		margin-top: 6px;
	}

	.header-type-4 #top .call-mun p {
		float: left;
		margin: 0px;
		padding: 0px;
	}

@media (max-width: 1290px) {
	.responsive .header-type-4 #top .call-mun {
		display: none;
	}
}

@media (max-width: 1098px) {
	.responsive .header-type-4 #top .search_form {
		width: 100%;
		margin: 27px 0 0;
	}
}

@media (max-width: 991px) {
	.responsive .header-type-4 #top .call-mun {
		float: left;
		display: block;
	}

	.responsive .header-type-4 #top .search_form {
		clear: both;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.responsive .header-type-4 #top .call-mun {
		display: none;
	}

	.responsive .header-type-4 #top .search_form {
		width: 100%;
		float: left;
	}
}

/* @end */

/* @group Version 05 */

.layout-5 .like-bnr.ultra {
	background: url(../img/bnr-feature-2.jpg) right top no-repeat;
}
.layout-5 .like-bnr.ultra-1 {
	background: url(../img/bnr-feature-3.jpg) right top no-repeat;
}
.layout-5 .like-bnr.ultra-1 .price {
	color: #222222;
}

.lay-5-links h5 {
	margin: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}
.lay-5-links li {
	list-style: none;
}
.lay-5-links li:nth-last-child(1):before {
	display: none;
}
.lay-5-links {
	margin: 30px 0px 0px 0px;
}
/* .lay-5-links {
	padding: 30px;
	border: 2px solid #ededed;
	background: url(../img/bnt-btn-img.jpg) bottom no-repeat;
	min-height: 649px;
	background-size: contain;
	margin: 30px 0px 0px 0px;
} */
.lay-5-links ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.lay-5-links li a {
	line-height: 30px;
	color: #555555;
	font-size: 14px;
}

.layout-5 .box {
    margin-top: 30px;
}

@media (min-width: 1200px) {
	.layout-5 .featured-product .product {
		padding-bottom: 46px;
	}
}

@media (max-width: 1199px) {
	.responsive .layout-5 .featured-product {
		padding-top: 30px;
	}
   
}

.lay-5-links .bullet-round-list {
	position: relative;
}
.lay-5-links .bullet-round-list li {
	position: relative;
	padding-left: 20px;
}
.lay-5-links .bullet-round-list li:before {
	height: 6px;
	width: 6px;
	content: "";
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 12px;
	background: #cccccc;
}

/* @end */

/* @group Header type 5 */

.header-type-5 .menu-background {
	background: none;
}

.header-type-5.fixed-header {
	background: none;
}

@media (max-width: 991px) {
	.responsive .header-type-5 .two-modules .megaMenuToggle {
		right: 5px;
	}
}

.header-type-5 ul.megamenu > li.phone-item > a {
	padding-right: 20px;
}

@media (max-width: 1280px) and (min-width: 1024px) {
     #myFormNL .privacy-block input[type="checkbox"], #myFormNL #privacy_box {display: inline}
}
@media (max-width: 1098px) and (min-width: 992px) {
	.responsive .header-type-5 ul.megamenu > li.phone-item > a {
		padding-right: 10px;
	}
}

.header-type-5 #top .search_form {
	margin-left: 0;
	margin-right: 30px;
	width: 40.2%;
}

.header-type-5 #top .search_form .search-cat select {
	max-width: 170px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.responsive .header-type-5 #top .search_form {
		display: none;
	}
}

.header-type-5 + .main-content .box .box-heading {
	text-align: center;
}

.header-type-5 + .main-content .box .box-heading:after {
	left: 50%;
	margin-left: -45px;
}

.header-type-5 + .main-content .filter-product .filter-tabs {
	padding-right: 0;
}

.header-type-5 + .main-content .filter-product .filter-tabs ul {
	text-align: center;
}

	.header-type-5 + .main-content .filter-product .filter-tabs ul > li {
		float: none;
		margin: 0px 14px -1px 14px;
		display: inline-block;
		border-bottom: 2px solid transparent;
	}

		.header-type-5 + .main-content .filter-product .filter-tabs ul > li.active {
			border-bottom-color: #0088cc;
		}

		.header-type-5 + .main-content .filter-product .filter-tabs ul > li a {
			background: none !important;
			color: #555 !important;
			font-size: 20px;
			padding: 15px 0px !important;
		}

			.header-type-5 + .main-content .filter-product .filter-tabs ul > li.active a {
				color: #222 !important;
			}


	.header-type-5 + .main-content .tab-content .prev-button,
	.header-type-5 + .main-content .tab-content .next-button {
		top: 50%;
		left: -16px;
		right: auto;
		margin-top: -16px;
		z-index: 9;
	}

		.header-type-5 + .main-content .tab-content .next-button {
			left: auto;
			right: -16px;
		}

.header-type-5 + .main-content .box {
	position: relative;
}

.header-type-5 + .main-content .box > .prev,
.header-type-5 + .main-content .box > .next {
	display: block;
	position: absolute;
	left: -16px;
	top: 60%;
	z-index: 9;
	margin: 0px;
}

	.header-type-5 + .main-content .box > .next {
		left: auto;
		right: -16px;
	}

/* @end */

/* @group Version 06 */

@media (max-width: 991px) {
	.responsive .featured-product.type2 {
		padding-top: 0px;
		padding-bottom: 30px;
	}
}

.layout-6 .like-bnr.ultra {
	background: url(../img/bnr-feature-2.jpg) right top no-repeat;
}
.layout-6 .like-bnr.ultra-1 {
	background: url(../img/bnr-feature-4.jpg) right top no-repeat;
}

/* @end */

/* @group Version 07 */

.layout-7.week-sale-bnr p {
	color: #fff;
}

.layout-7.week-sale-bnr .btn-round {
    background: #6fa717;
}

	.layout-7.week-sale-bnr .btn-round:hover {
		background: #333;
	}

.layout-7.shipping-info {
	margin-top: 60px;
}

	.layout-7.shipping-info ul {
		background: #fff;
	}

.filter-links {
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 20px;
	margin-top: 60px;
}
.filter-links ul {
	margin-bottom: 20px;
	padding: 0px;
}
.filter-links li {
	list-style: none;
	line-height: 40px;
	color: #555555;
}
.filter-links li a {
	line-height: 40px;
	color: #555555;
	display: inline-block;
	width: 100%;
}
.filter-links li a span {
	float: right;
	color: #aaaaaa;
	font-size: 12px;
}
.filter-links li a:hover {
	padding-left: 5px;
}
.filter-links h5 {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-weight: 600;
	color: #83bb2b;
	font-size: 17px;
	border-bottom: 1px solid #e5e5e5;
}

/* @end */

/* @group Version 08 */

.big-nsv {
	background: #fff;
	border-bottom: 1px solid #eee;
}

.common-home .big-nsv {
	border-bottom: none;
}

.big-nsv .nav li {
	float: left;
	text-align: center;
	width: 16.66666666%;
}
.big-nsv .nav li i {
	display: inline-block;
	width: 100%;
	font-size: 32px;
}
.big-nsv .nav li a {
	font-size: 15px;
	padding-top: 25px;
	font-weight: bold;
	border-right: 1px solid #eeeeee;
	min-height: 127px;
	background: none !important;
	line-height: 1.45;
}
.big-nsv .nav li:nth-last-child(1) a {
	border-right: none !important;
}
.big-nsv .nav li a span {
	color: #888888;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
}
.big-nsv .nav li.active a {
	background: #0088cc;
	color: #fff;
}
@media (max-width: 767px) {
	.responsive .big-nsv .nav li {
		width: 50%;
	}

	.responsive .big-nsv .nav li a {
		border-top: 1px solid #eee;
		border-right: 1px solid #eee;
	}

	.responsive .big-nsv .nav li:first-child a,
	.responsive .big-nsv .nav li:nth-child(2) a {
		border-top: none;
	}

	.responsive .big-nsv .nav li:nth-child(2n) a {
		border-right: none;
	}
}

.layout-8 .like-bnr.ultra {
	background: url(../img/bnr-feature-2.jpg) right top no-repeat;
}
.layout-8 .like-bnr.ultra-1 {
	background: url(../img/bnr-feature-4.jpg) right top no-repeat;
}

/* @end */

/* @group Version 09 */

.custom-footer .shipping-info.layout-9 {
	margin: 0px;
}

.custom-footer .shipping-info.layout-9 ul {
	display: block;
	border: none;
}

.layout-9 .week-sale-bnr {
	height: 250px;
	padding-top: 50px;
	background: url(../img/week-sale-bg-1.jpg) no-repeat;
	background-size: cover;
}
.layout-9 .like-bnr {
	background: url(../img/week-sale-bg-1-1.jpg) no-repeat;
	background-size: cover;
}

.layout-9 .like-bnr h4 {
	color: #22c961;
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: 600;
}

.layout-9 .like-bnr.watch {
	background: url(../img/week-sale-bg-1-2.jpg) no-repeat;
	background-size: cover;
}
.layout-9 .week-sale-bnr p {
	color: #fff;
}
.layout-9 .btn-round {
	background: #22c961 !important;
}
.layout-9 .btn-round:hover {
	background: #333 !important;
}

.view-all {
	color: #888888;
	border-bottom: 1px solid #b2b2b2;
	display: inline-block;
	margin-top: 25px;
}

/* @end */

/* @group Version 10 */

.layout-10.shipping-info {
	margin: 0px;
}

.layout-10.shipping-info ul {
	border: none;
	padding: 20px 0;
}

.layout-10.shipping-info li {
	padding: 10px 0;
	padding-left: 30px;
}

.big-bnr-add {
	background: #fafafa url(../img/b-bnr-bg.jpg) no-repeat;
	background-size: cover;
	min-height: 250px;
	padding: 30px;
	margin: 30px 0px 0px 0px;
}
.big-bnr-add .price {
	font-weight: 800;
	color: #f12a43;
	float: left;
	font-size: 30px;
}
.big-bnr-add span.line-through {
	color: #aaaaaa;
	text-decoration: line-through;
	font-weight: normal;
	margin-left: 10px;
	font-size: 24px;
}
.big-bnr-add .btn {
	margin-top: 20px;
	color: #000 !important;
}

@media (max-width: 767px) {
	.responsive .big-bnr-add .btn {
		margin-bottom: 30px;
	}
}

.big-bnr-add .btn:hover {
	color: #fff !important;
}

.big-bnr-add h3 {
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 600;
}
.big-bnr-add .text-sec {
	padding: 30px;
	padding-bottom: 0px;
}

/* @end */

/* @group Header type 6 */

.header-type-6 #top .search_form {
	margin-left: 0;
	margin-right: 30px;
	width: 40.2%;
}

.header-type-6 #top .search_form .search-cat select {
	max-width: 170px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.responsive .header-type-6 #top .search_form {
		display: none;
	}
}

.header-type-6 ul.megamenu > li > a strong {
	font-weight: bold;
}

.header-type-6 ul.megamenu > li .call-mun {
	font-weight: normal;
}

	.header-type-6 ul.megamenu > li .call-mun i {
		color: #888888;
	}

/* @end */

/* @group Version 11 */

.layout-11.wide-bnr h5 span {
	color: #ff4040;
}

.slider-and-banners3 .col-sm-9 {
	width: 66%;
}
.slider-and-banners3 .col-sm-3 {
	width: 34%;
}

@media (max-width: 991px) {
	.responsive .slider-and-banners3 .col-sm-9 {
		width: 100%;
	}
	.responsive .slider-and-banners3 .col-sm-3 {
		width: 100%;
	}
}

.slider-and-banners3 .camera_slider {
	margin-top: 0;
}

.layout-11.week-sale-bnr {
	margin-top: 30px;
	height: 220px;
	padding-top: 25px;
}
.layout-11.week-sale-bnr p {
	color: rgba(255,255,255,0.5);
}

.layout-11.week-sale-bnr .btn-round {
    background: #f12a43;
}

.layout-11.week-sale-bnr .btn-round:hover {
	background: #333;
}

@media (max-width: 991px) {
	.responsive .layout-11.week-sale-bnr {
		margin-top: 0;
		height: 250px;
		padding-top: 40px;
	}
}

/* @end */

/* @group Header type 7 */

.header-type-7 .menu-background {
	background: none;
}

.header-type-7 .overflow-megamenu.two-modules .relative {
	background: #0088cc;
}

.header-type-7.fixed-header {
	background: none;
}

.header-type-7 #top .right {
	padding-right: 30px;
}

@media (max-width: 991px) {
	.responsive .header-type-7 #top .horizontal .megaMenuToggle {
		right: 5px !important;
	}

	.responsive .header-type-7 #top .right {
		padding-left: 5px;
		padding-right: 5px;
	}
}

/* @end */

/* @group Version 12 */

.slider-and-banners4 .camera_slider {
	margin: 0px;
}

.slider-and-banners4 .row {
	margin: 0px -5px !important;
}

	.slider-and-banners4 .row > div {
		padding: 0px 5px;
	}

	.slider-and-banners4 .row > div.col-sm-3 {
		width: 25%;
	}

	.slider-and-banners4 .row > div.col-sm-7 {
		width: 53%;
		padding: 0px;
	}

	.slider-and-banners4 .row > div.col-sm-2 {
		width: 22%;
		padding-left: 15px;
	}

	@media (max-width: 991px) {
		.responsive .slider-and-banners4 .row > div.col-sm-3 {
			width: 100%;
		}

		.responsive .slider-and-banners4 .row > div.col-sm-7 {
			width: 100%;
			padding: 0px 5px;
		}

		.responsive .slider-and-banners4 .row > div.col-sm-2 {
			width: 100%;
			padding: 0px 5px;
		}
	}

.layout-12.like-bnr {
	background: url(../img/wit-slide-add.jpg) center center no-repeat;
	min-height: 500px;
	padding: 25px;
	background-size: cover !important;
}
.layout-12.like-bnr h5 {
	font-size: 20px;
	line-height: 1.1;
}
.layout-12.like-bnr h4 {
	font-size: 20px;
	color: #1fc0a0;
}

.layout-12.like-bnr .price {
	line-height: 1.4;
}

.layout-12.like-bnr .btn {
	margin-top: 10px;
}

.layout-12.shipping-info ul {
	background: #fafafa;
}

.select-tab {
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.select-tab li {
		display: inline-block;
		padding: 0px 15px;
	}

		.select-tab li a {
			font-size: 15px;
			color: #000;
			font-weight: normal;
		}

			.select-tab li.active a {
				font-weight: bold;
			}

@media (max-width: 991px) {
	.responsive .select-tab {
		float: none;
		clear: both;
		padding: 20px 0px 0px 0px;
	}

	.responsive .select-tab li {
		padding: 3px 30px 3px 0px;
	}
}

.size-cover > div {
	background-size: cover !important;
}

.products-tabs .product {
	border: 1px solid #e6e6e6;
	padding: 9px;
	background: #fff;
	margin: 0px 0px 30px 0px;
}

	.products-tabs .product .left {
		float: left;
		width: 50%;
		max-width: 170px;
		padding-right: 10px;
	}

		.products-tabs .product .left .image img {
			display: block;
			width: 100%;
			margin: 0px auto;
		}

	.products-tabs .product .right {
		float: left;
		width: 50%;
	}

		.products-tabs .product .right .name {
			height: 44px;
			overflow: hidden;
		}

		.products-tabs .product .right .price {
			font-weight: bold;
			color: #333333;
			padding: 5px 0px;
		}

			.products-tabs .product .right .price .price-old {
				margin-left: 10px;
				font-weight: normal;
				text-decoration: line-through;
				color: #aaa;
			}

		.products-tabs .product .right .add-to-cart {
			height: 42px;
			width: 42px;
			border-radius: 50%;
			background: #eeeeee;
			color: #888888 !important;
			text-align: center;
			line-height: 44px;
			display: block;
			margin: 5px 0px 0px 0px;
		}

			.products-tabs .product .right .add-to-cart:hover {
				background: #0088cc;
				color: #fff !important;
			}

.products-grid-with-carousel .product-grid {
	margin: 0px;
}

	.products-grid-with-carousel .product-grid .product {
		margin: 0px;
	}

.layout-12.week-sale-bnr {
	background: url(../img/week-sale-bg-green-1.jpg) center center no-repeat;
	background-size: cover;
	height: 100%;
	min-height: 160px;
	padding-top: 32px;
	margin: 50px 0px 20px 0px;
}

.layout-12.week-sale-bnr p {
    color: #fff;
    opacity: 0.8;
}

.layout-12-1.like-bnr {
	background: url(../img/watch-bg-2.jpg) center center no-repeat;
	background-size: cover !important;
	min-height: 250px;
}

/* @end */

/* @group Version 13 */

.foot-link.type2 ul li a {
	color: #aaa;
}

.foot-link.type2  {
	border-color: #454545;
}

.dream-adds {
	background: url(../img/dream-add-bnr.png) center center no-repeat;
	height: 174px;
	text-align: center;
	padding-top: 26px;
	margin: 60px 0px 0px 0px;
}
.dream-adds h3 {
	margin: 0px;
	font-size: 30px;
	color: #101f29;
	font-weight: 700;
}
.dream-adds h5 {
	margin: 0px;
	font-size: 18px;
	color: #888888;
	font-weight: normal;
}
.dream-adds span {
	margin: 0px;
	font-size: 30px;
	color: #dd571c;
	font-weight: 800;
}
.dream-adds span small {
	margin: 0px;
	font-size: 18px;
	color: #888888;
	font-weight: normal;
}

.today-deals-products.type2 .left {
	padding-right: 0;
}

.today-deals-products.type2 .left .is-countdown {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: auto;
	margin: 0px -5px;
}

	.today-deals-products.type2 .left .is-countdown .countdown-show1 .countdown-section {
		width: 100% !important;
		float: left !important;
	}

	.today-deals-products.type2 .left .is-countdown .countdown-show2 .countdown-section {
		width: 50% !important;
		float: left !important;
	}

	.today-deals-products.type2 .left .is-countdown .countdown-show3 .countdown-section {
		width: 32.5% !important;
		float: left !important;
	}

	.today-deals-products.type2 .left .is-countdown .countdown-show4 .countdown-section {
		width: 25% !important;
		float: left !important;
	}

	.today-deals-products.type2 .left .is-countdown .countdown-show5 .countdown-section {
		width: 19.5% !important;
		float: left !important;
	}

	.today-deals-products.type2 .left .is-countdown .countdown-show6 .countdown-section {
		width: 16.25% !important;
		float: left !important;
	}

	.today-deals-products.type2 .left .is-countdown .countdown-show7 .countdown-section {
		width: 14% !important;
		float: left !important;
	}

	.today-deals-products.type2 .left .is-countdown .countdown-section {
		margin: 10px 0px 0px 0px !important;
		padding: 0px 5px !important;
	}

.today-deals-products.type2 .right .name {
	font-size: 15px;
	font-weight: bold;
}

.today-deals-products.type2 .right .rating {
	padding: 4px 0px 0px 0px;
}

.today-deals-products.type2 .add-to-cart {
	height: 42px;
	width: 42px;
	border-radius: 50%;
	background: #eeeeee;
	color: #888888 !important;
	text-align: center;
	line-height: 44px;
	display: block;
}

	.today-deals-products.type2 .add-to-cart:hover {
		background: #0088cc;
		color: #fff !important;
	}

.layout-13.like-bnr.ultra {
	background: url(../img/bnr-feature-2.jpg) right top no-repeat;
}
.layout-13.like-bnr.ultra-1 {
	background: url(../img/bnr-feature-4.jpg) right top no-repeat;
}

/* @end */

/* @group Header type 8 */

.header-type-8 .menu-background {
	background: none;
}

.header-type-8.fixed-header {
	background: none;
}

.header-type-8 + .main-content .filter-product .filter-tabs {
	padding-right: 0;
}

.header-type-8 + .main-content .filter-product .filter-tabs ul {
	text-align: center;
}

	.header-type-8 + .main-content .filter-product .filter-tabs ul > li {
		float: none;
		margin: 0px 14px -1px 14px;
		display: inline-block;
		border-bottom: 2px solid transparent;
	}

		.header-type-8 + .main-content .filter-product .filter-tabs ul > li.active {
			border-bottom-color: #0088cc;
		}

		.header-type-8 + .main-content .filter-product .filter-tabs ul > li a {
			background: none !important;
			color: #555 !important;
			font-size: 20px;
			padding: 15px 0px !important;
		}

			.header-type-8 + .main-content .filter-product .filter-tabs ul > li.active a {
				color: #222 !important;
			}


	.header-type-8 + .main-content .tab-content .prev-button,
	.header-type-8 + .main-content .tab-content .next-button {
		top: 50%;
		left: -16px;
		right: auto;
		margin-top: -16px;
		z-index: 9;
	}

		.header-type-8 + .main-content .tab-content .next-button {
			left: auto;
			right: -16px;
		}

@media (max-width: 991px) {
	.responsive #main .two-modules .megamenuToogle-wrapper .container > div {
		margin-right: 6px;
	}
}

/* @end */

/* @group Version 14 */

.top-items ul {
	margin: 0px !important;
	padding: 0px;
	list-style: none;
}
.top-items img {
	display: block;
	width: 100%;
	margin: 0px auto;
}
.top-items li {
	padding: 0px;
	list-style: none;
	position: relative;
}
.top-items .bottom-details {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-left: 50px;
	padding-bottom: 30px;
}
.top-items h3 {
	margin: 0px;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}
.top-items span {
	font-size: 18px;
	color: #888888;
}
.top-items a {
	font-size: 14px;
	color: #888888;
	height: 38px;
	width: 38px;
	border: 1px solid #888888;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 36px;
}

@media (max-width: 991px) {
	.responsive .top-items li {
	    width: 50%;
	    float: left;
	}
}

@media (max-width: 540px) {
	.responsive .top-items li {
	    width: 100%;
	    float: none;
	}
}

.layout-14.shipping-info {
	margin-top: 60px;
}

	.layout-14.shipping-info ul {
		border: none;
	}

	.layout-14.shipping-info li {
	    padding: 20px 0;
	    padding-left: 30px;
	}

/* @end */

/* @group Version 15 */

.layout-15.like-bnr {
	background: url(../img/wit-slide-add-1.jpg) center center no-repeat;
	min-height: 500px;
	padding: 25px;
	background-size: cover;
}

.layout-15.like-bnr h4 {
	font-size: 20px;
}

.layout-15.like-bnr .price {
	line-height: 1.4;
}

.layout-15.like-bnr .btn {
	margin-top: 10px;
}

.like-bnr.for-lay {
	background: url(../img/wit-slide-add-2.jpg) center bottom no-repeat;
	background-size: cover;
	padding: 30px;
	padding-right: 20px;
	min-height: 405px;
	padding-top: 50px;
	margin-top: 48px;
	width: 100%;
}

@media (max-width: 767px) {
	.responsive .like-bnr.for-lay {
	    min-height: inherit;
	    background-size: contain !important;
	    background-position: right bottom;
	    padding-top: 50px;
	    background-color: rgba(0,0,0,0.05);
	    padding-bottom: 50px;
	    float: none;
	    height: auto;
	}
}

.for-lay.fst {
	background: url(../img/wit-slide-add-3.jpg) center bottom no-repeat;
	background-size: cover;
}
.for-lay.snd {
	background: url(../img/wit-slide-add-4.jpg) center bottom no-repeat;
	background-size: cover;
}

/* @end */

/* @group Version 16 */

.products2 .is-countdown {
	margin: 5px -5px 0 -5px;
	position: relative;
}

.products2 .product .left {
	position: relative;
}

.products2 .product .left:before {
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 68px 68px 0;
    border-color: transparent #ea4242 transparent transparent;
    z-index: 1;
}

.products2 .product .left .sale-tag {
	border-radius: 2px;
	font-size: 13px;
	color: #fff;
	position: absolute;
	padding: 5px 10px;
	font-weight: 600;
	right: -3px;
	margin-top: 2px;
	background: none !important;
	top: 5px;
	left: auto;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}

.layout-16.big-bnr-add .btn {
	color: #fff !important;
}

.layout-16.big-bnr-add .price {
	float: none;
}

.layout-16.big-bnr-add {
	margin-top: 60px;
	padding-left: 20px;
}

.layout-16.week-sale-bnr {
	background: url(../img/week-sale-bg-3.jpg) center center no-repeat;
}

.layout-16.week-sale-bnr p {
	color: rgba(255, 255, 255, .75);
}

.layout-16.week-sale-bnr .btn-round {
	background: #424378;
}

.layout-16.week-sale-bnr .btn-round:hover {
	background: #333;
}

.layout-16.like-bnr.watch {
	background: url(../img/watch-bg-2-1.jpg) right no-repeat;
	background-size: cover;
	min-height: 250px;
}

.layout-16.like-bnr .price {
	font-size: 26px;
	font-weight: 800;
	color: #ea4242;
}

/* @end */


/** CUSTOM EDIT **/
.privacy-block > input {
    width: auto;
    height: auto;
}

.privacy-block p#privacy_box {
    font-size: 12px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

form#myFormNL > #email {
    border: 1px solid #53b5ac;
    border-radius: 50px;
}
.privacy-block p#privacy_box a {font-weight: 600}
form#innerForm {position: relative}
form#innerForm #email {
    border: 1px solid #53b5ac;
    width: 85%;
    height: 50px;
}
form#innerForm #submit {
    border: none;
    background: #0173b9 !important;
    height: 50px;
    line-height: 52px;
    color: #fff;
    padding: 0 30px;
    position: absolute;
    font-size: 13px;
    top: 5px;
    font-weight: 600;
    width: 15%;
    border-radius: 0 50px 50px 0px;
}
div#form-builder-32 .box-heading {
    margin-bottom: 0;
    padding-bottom: 0;
}

span.value-cod {
    font-weight: 700;
    font-size: 16px;
}
#tab-description font{font-size:initial}
body.information-information-11 div#content > .category-title { display: none}
.category-title.custom-fb-title{margin-top:25px}
.container-fluid.warning-text.text-center p {
    margin-bottom: 0;
    padding: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
}
.container-fluid.warning-text.text-center {
    background: #FF9326;
}

.container-fluid.warning-text.covid-text.text-center {
    background: #ff2626;
}

.coupon-block {
    background: #FF9326;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 0;
}
.coupon-block > h2 {
    margin: 0 auto;
    padding: 10px 0;
}
.coupon-block > h2 > a {
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
}
.left .sale-shipping,
.product-info .product-image .sale-shipping{
    display: block;
    padding: 5px 13px 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #FF9326;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 9;
}

/** CUSTOM EDIT END **/

/* ---------- modifiche marco ---------- */

/* search start */
.custom-searc-bar {
	background: #1a75bb;
	padding: 12px 0;
	border-top: 1px solid #fff;
}

.custom-searc-bar .search_form {
	border: 1px solid #bbb;
	position: relative;
	border-radius: 50px;
}

.custom-searc-bar .search_form * { margin: 0; }
/* .custom-searc-bar .search_form > * { display: table-cell } */
.custom-searc-bar .search_form > * { display: block }

.custom-searc-bar .form-control,
.custom-searc-bar .search-query,
.custom-searc-bar .button-search {
	height: 42px;
	border: 0;
}

.custom-searc-bar .form-control {
	width: 180px;
	border-right: 1px solid #bbb;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding-left: 20px;
}

.custom-searc-bar .search-cat {
	position: relative;
	font-size: 15px;
}

.custom-searc-bar .search-cat select {
	-webkit-appearance: none;
    -moz-appearance: none;
}

.custom-searc-bar .search-cat:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
	border-top: 5px dashed;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: 19px;
    right: 14px;
    color: #999;
}

.custom-searc-bar .inner,
.custom-searc-bar .search-query {
	width: 100%;
}

.custom-searc-bar .search-query {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
	padding-left: 20px;
	font-size: 15px;
}

.custom-searc-bar .button-search {
	text-align: center;
}

.custom-searc-bar .button-search i {
    font-size: 20px;
	color: #53b5ac;
	line-height: 42px;
}
/* search end */ 

.tp-bullets.simplebullets.round .bullet {
	background: #0173b9 !important;
	border-radius: 50px;
}

.tp-bullets.simplebullets.round .bullet.selected {
    background-color: #53b5ac !important;
}

.banner-module.owl-carousel .owl-item .item {
    margin: 0;
}

.common-home .box .box-heading::after{
	display: block;
    content: " ";
    width: 15%;
	height: 2px;
	max-width: 125px;
    background-color: #53B5AC;
    position: absolute;
    top: 56px;
    left: 0;
}

body[class*="product-product-"] .box .box-heading,
body.blog-blog .box .box-heading,
body[class*="blog-blog-"] .box .box-heading,
body.blog-article .box .box-heading{
    border-color: #53B5AC;
}

.category-focus a {
	display: block;
    text-align: center;
}
.category-focus img {
	border: 1px solid #bbb;
    border-radius: 10px;
}

.category-focus p {
	font-size: 16px;
    font-weight: 700;
    color: #52B4AC;
    padding: 0 10px;
    line-height: 20px;
    margin-top: 10px;
}

.category-focus a:hover img {
	opacity: 0.9;
}

.accordion-toggle { padding: 0 !important; }


#column-left .product-grid .product {
    padding: 20px 0;
    min-height: 137px;
}
#column-left .product-grid .product .right {
	padding-top: 4px;
}

#column-left .product-grid .product .image img {
	border: 1px solid #bbb;
	min-height: 96px;
}

#column-left .product-grid .product .left:after {
	display: none;
}

#column-left .product-grid .product .name{
    padding: 0px;
    height: 28px;
}

#column-left .product-grid .product .name a,
#column-left.product-list .name-desc .name a {
	text-align: left;
    color: #666666;
    font-size: 12px;
    line-height: 15px;
}

#column-left .product-grid .product .right-side {
	display: block;
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 5px;
}

#column-left .product-grid .product .add-to-cart,
#column-left .product-grid .product .add-to-cart i {
	display: none;
}

#column-left .product-grid .product .add-to-cart.left-cart-button {
	display: block;
	height: 23px;
    line-height: 24px;
	width: 100%;
    float: none;
	color: #53B5AC !important;
    font-size: 12px;
    font-weight: 700;
	text-align: left;
    text-transform: uppercase;
}

#column-left .product-grid .product .add-to-cart.left-cart-button:hover {
	background: #fff;
}

#column-left .product-grid .product .left-side {
	display: block;
	float: none;
    width: 100%;
}

.blog-module.blog-latest-posts {
    margin-top: 37px;
}

.blog-module.blog-latest-posts.box > .prev,
.blog-module.blog-latest-posts.box > .next {
	display: none;
}

.blog-blog #content .box .box-heading ,
body[class*="blog-blog-"] #content .box .box-heading 
{
    font-size: 22px;
    padding: 6px 0px 17px 0px;
    margin-bottom: 25px;
}

.blog-blog .container-button-more,
body[class*="blog-blog-"] .container-button-more
 {
	width: 100%;
	text-align: right;
}

.posts .post .tags {
    display: none;
}

.blog-blog .center-column .box,
body[class*="blog-blog-"] .center-column .box
 {
	margin-top: 0;
}

.blog-article .post .post-title {
	font-size: 20px;
	padding: 22px 5px 0;
	margin: 0px;
	text-transform: none;
	color: #53b5ac;
}

.blog-article .post .date-published {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 5px 0;
	color: #3D8A83;
}

.blog-article .post .date-published i {
	font-size: 16px;
	margin: 0 5px 0 0;
	color: #27a8e0;
}

.blog-article .post .post-content {
    padding: 17px 5px 0;
    line-height: 29px;
    font-weight: 400;
	font-size: 15px;
	margin-bottom: 30px;
}

.blog-article .meta,
.blog-article .tags {
	display: none;
}

.blog-article .center-column .box {
	margin-top: 0;
	margin-bottom: 40px;
}

.blog-article .center-column .product-grid {
	margin-bottom: 0;
}

.blog-article .center-column .box-with-products {
    padding-bottom: 40px;
}

.account-login .center-column h2 {
	font-size: 22px;
	padding-top: 3px;
	padding-bottom: 14px;
	font-weight: 700;
	color: #53b5ac;
	text-transform: uppercase;
	border-bottom: 2px solid #53b5ac;
}

.account-login .well strong {
    color: #1a75bb;
    font-size: 16px;
    font-weight: 600;
}

.account-login .well h2 + p {
		margin: 0 0 20px;
}

body[class^="account-"] .list-box li {
	padding: 4px 15px;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

body[class^="account-"] #content > p,
body[class^="checkout-"] #content > p {
	font-size: 15px;
}

body[class^="account-"]:not(.account-success) #content > p {
	margin-bottom: 30px;
}

body[class^="account-"] legend,
body[class^="account-"] h2,
.checkout-cart h2  {
	font-size: 22px;
	padding-top: 3px;
	padding-bottom: 14px;
	margin-bottom: 30px;
	font-weight: 700;
	color: #53b5ac;
	text-transform: uppercase;
	border-bottom: 2px solid #53b5ac;
	line-height: 28px;
}

.newsletter-container {
	border-top: 2px solid #53b5ac;
}

.footer-newsletter .col-md-5 {
	padding: 10px 15px;
}

.footer-newsletter .col-md-3 {
	padding: 11px 15px;
    text-align: right;
}

.footer-newsletter .col-md-3 i {
	font-size: 30px;
    padding-top: 9px;
}

.footer-newsletter .col-md-3 span {
    margin-left: 10px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    line-height: 48px;
}

.footer.full-width ul:not(:last-child) {
	margin-bottom: 15px;
}

.footer.full-width ul * {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.footer.full-width .contacts ul li,
.footer.full-width .contacts ul li * {
 	line-height: 25px;
}

.footer.full-width .contacts ul li b {
	font-weight: 600;
}

.error-not_found #content p { font-size: 18px; }

@media (max-width: 991px) {
	.common-home .row.layout-5 .col-md-4 {
		text-align: center;
	}

	.footer-newsletter .col-md-3 {
		display: none;
	}
}
.hermes__openpharm__eulogo {
    max-width: 175px;
}

#rev_slider_2_2_wrapper{ max-height:1080px;}

@media (min-width: 40px) and (max-width: 768px) {
	#rev_slider_1_1_wrapper{display:none !important;}
	#rev_slider_3_2_wrapper{display:block !important;}
}

@media (min-width: 769px) and (max-width: 2900px){
	#rev_slider_3_2_wrapper{display:none !important;}
	#rev_slider_1_1_wrapper{display:block !important;}
}



/*ADA*/

#mfilter-content-container label b {color: #53B5AC}

h2 {color: #53B5AC}

#top #top_wa_block .cart-heading a {
	color: #666;
	line-height: 20px;
}

#top #top_wa_block .cart-heading i {
	height: 44px;
	width: 44px;
	border-radius: 0;
	margin-right: 20px;
	line-height: 47px;
	color: #53b5ac;
	float: left;
	text-align: center;
	font-size: 30px;
	border-right: 1px solid #ccc;
}

#top #top_wa_block .cart-heading p {
	float: left;
	padding: 0px;
	margin: 0;
	font-size: 15px!important;
	line-height: 17px!important;
}

#top #top_wa_block .cart-heading p b {
	display: block;
	color: #29B5AC;
}

.category-title > h1 {
    margin-bottom: 6px;
    font-size: 22px;
    margin-top: 0px;
    font-weight: 700;
    color: #53b5ac;
    text-transform: uppercase;
    padding: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 7px 0px 7px 0px;
	margin-bottom: 7px;
	font-size: 18px;
	line-height: inherit;
	color: #29B5AC;
	font-weight: bold;
}

.privacy-block {margin-top: 5px;}

.extra-info-footer {
    display: block;
    margin-bottom: 90px;
}

.extra-info-footer a {color:#cdf0ee}

.extra-info-footer a:hover {color:#cdf0ee}

.lay-5-links img {border: 1px solid #bbb;}

 .privacy-block > input, .privacy-block p#privacy_box {
    display: inline;
}

@media (min-width: 320px) and (max-width: 480px) {
	
	.responsive .filter-product .filter-tabs ul > li > a {
	font-size: 11px!important;
	padding-left: 6px!important;
	padding-right: 6px!important;
}
	
	.common-home .box .box-heading::after {
	display: block;
	content: " ";
	width: 15%;
	height: 2px;
	max-width: 125px;
	background-color: #53B5AC;
	position: absolute;
	top: 66px;
	left: 0;
}
	
	#top-bar .header-links li a {
	font-size: 12px!important;
}
	
	form#innerForm #email {
	border: 1px solid #53b5ac;
	width: 61%;
	height: 50px;
}
	form#innerForm #submit {
	border: none;
	background: #0173b9 !important;
	height: 50px;
	line-height: 52px;
	color: #fff;
	padding: 0 30px;
	position: absolute;
	font-size: 13px;
	top: 5px;
	font-weight: 600;
	width: 35%;
	border-radius: 0 50px 50px 0px;
}
	
	
}

@media (min-width: 768px) and (max-width: 990px) {
	
	.footer-item-block {
    min-height: 310px;
}
	
	#top #top_wa_block .cart-heading p {
	float: left;
	padding: 0px;
	margin: 7px 0 0 0;
	font-size: 12px !important;
	line-height: 17px !important;
}
	
	.logo img.img-responsive {max-width: 80%}
	
	.product-info .cart .add-to-cart .quantity input {
	width: 88px;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: 1px solid #bbb;
}
	
	.product-info .product-name {
	padding: 17px 0px 5px 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2em;
	color: #004c6d;
	text-transform: uppercase;
}
	
	.product-info .description, .product-info .product-center .price, .product-info .options, .product-info .cart {
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #bbb;
	text-transform: uppercase;
	color: #444;
}
	
	.product-grid .product .price {
	color: #53B5AC;
	font-size: 14px;
	font-weight: 600;
	padding: 9px 0px 0px 0px;
}
	
	.product-grid .item-filter-prd .product .price span.price-old {
    padding-left: 0;
}
.product-grid .item-filter-prd .product .price span {
    display: block;
}
.item-filter-prd .product {
    min-height: 300px;
}

.item-filter-prd .product-grid .product .right-side{padding-top:30px}
	
	.product-grid .product .name {
	font-size: 13px;
	padding-top: 20px;
	height: 58px;
	overflow: hidden;
}
	
}

@media (min-width: 991px) and (max-width: 1199px) {
	
	.box-category > ul > li {
	padding: 4px 15px;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}
	
	.product-info .cart .add-to-cart .quantity input {
	width: 83px!important;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: 1px solid #bbb;
}
	
	.product-info .cart .add-to-cart input {
	margin: 0px 10px 0px 0px !important;
	height: 42px;
	text-transform: uppercase;
	display: float !important;
	width: 166px!important;
	font-size: 11px;
	text-align: center;
}
	
	.product-info .cart .add-to-cart p {
	padding: 12px 8px 5px 0px;
	color: #888;
	text-transform: capitalize;
}
	
	#column-left .product-grid .product {
	padding: 20px 0;
	min-height: 147px;
}
	
	.product-info .description, .product-info .product-center .price, .product-info .options, .product-info .cart {
	padding: 40px 0px 20px 0px;
	border-bottom: 1px solid #bbb;
	text-transform: uppercase;
	color: #444;
	font-size: 12px;
}
	
	.product-info .product-name {
	padding: 17px 0px 5px 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.2em;
	color: #004c6d;
	text-transform: uppercase;
}
	
	.shipping-info-left .media-body {
	display: table-cell;
	vertical-align: top;
	font-size: 12px;
}
	
	.footer-item-block {
    min-height: 310px;
}
	
.product-grid .product .price {
	color: #53B5AC;
	font-size: 14px!important;
	font-weight: 600;
	padding: 9px 0px 0px 0px;
}
	
	.header-type-4 .horizontal ul.megamenu > li > a strong {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 0.8em;
}
	
	.product-info .cart .add-to-cart .quantity input {
	width: 83px;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: 1px solid #bbb;
}
	.product-info .cart .add-to-cart input {
	margin: 0px 10px 0px 0px !important;
	height: 42px;
	text-transform: uppercase;
	display: float !important;
	width: 157px;
	font-size: 11px;
	text-align: center;
}
	
	.product-grid .product .name {
	font-size: 13px;
	padding-top: 20px;
	height: 58px;
	overflow: hidden;
}
	
}

@media (min-width: 1920px) {
.advanced-grid.newsletter-container{max-width:1920px}
}


.hermes__openpharm__eulogo {max-width: 175px}
#newsletterPopup img,
#PromoPopup img,
.promo-prd-popup img{max-width:100%}
#newsletterPopup .modal-body,
#PromoPopup .modal-body,
.promo-prd-popup .modal-body{text-align:center}
#newsletterPopup button.close,
#PromoPopup button.close,
.promo-prd-popup button.close
 {
    top: 0px;
    position: absolute;
    left: 95%;
    font-size: 37px;
    color: #F00;
    opacity: 0.6;
}

/* PAGINA RIMEDI */

ul.letter-list li {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: #1a75bb;
    margin: 0 1px;
}
.anchor_letter h6 {
    margin: 20px 0;
    border-bottom: 1px dotted #ddd;
    clear: left;
    font-size: 24px;
    padding-bottom: 5px;
    padding-top: 15px;
}

.anchor_letter {
    display: block;
    position: relative;
    height: 54px;
    clear: left;
}
ul.letter-list li a {
    width: 100%;
    height: 100%;
    line-height: 38px;
    text-align: center;
    display: block;
    color:#FFF;
}
ul.letter-list li:hover{
    background:#FFF;
    border-bottom: 1px solid #1a75bb;
}
ul.letter-list li:hover > a{color:#1a75bb}
ul.letter-list {
    text-align: center;
    margin: 0px 0px 20px;
}
ul.lista_malattie li {
    display: block;
    float: left;
    width: 25%;
    padding: 10px;
}
ul.lista_malattie > li > a {color: #777}

/* NEWSLETTER MODAL */
form#widget-subscribe-form > .container { width: 100%}
div#newsletterPopup .modal-header{text-align:center}
.modal-form.contact_home input#email {
    width: 100%;
    margin: 20px auto 0;
}
div#newsletterPopup > .modal-dialog {background: #FFF}
div#newsletterPopup .modal-body > p {
    text-align: center;
    padding: 20px 20px 5px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
}
.bodyImg {
    text-align: center;
}
.bodyImg img{margin:0 auto}
div#newsletterPopup div#span-privacy label {
    display: inline;
    font-weight: 300;
    font-size: 11px;
    vertical-align: text-bottom;
}
div#newsletterPopup  div#button-subscribe {
    text-align: center;
    margin: 20px 0px 30px;
}
div#newsletterPopup div#button-subscribe button {
    color: #FFF;
    background: #1a75bb;
    margin: 0 5px 0 3px;
}
div#newsletterPopup div#button-subscribe button:hover {
    background: #FFF;
    color: #1a75bb;
    border: 1px solid #1a75bb;
}
div#newsletterPopup .modal-form.contact_home .row.clearfix.form-hidden {text-align: center}
div#newsletterPopup.hideModal{display:none}
div#newsletterPopup.formpop  > .modal-dialog{background:transparent}
#newsletterPopup.formpop .modal-body{
    padding-bottom: 0;
    padding-top: 0;
}
div#newsletterPopup.formpop img { margin-top: 15px}
span.text-danger.notinStock {
    color: #f00;
    font-size: 20px;
    font-weight: 700;
}
/* NEWSLETTER MODAL */

/** PAGINA HALLOWEEN **/
img#ohhh.no-click {pointer-events: none}
.scale-out-center {
	-webkit-animation: scale-out-center 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: scale-out-center 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.scale-in-center {
	-webkit-animation: scale-in-center 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: scale-in-center 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

div#ghostgrid > a {
    display: inline-block;
    float: left;
    width: 24.8%;
}
img#ohhh{max-width:45%}
.information-information-123 #content div > p.blockimg_halloween{text-align:center}
/* body.information-information-123 {background: #293133} */
@media (min-width:600px) and (max-width:991px){

}
@media (min-width:600px) and (max-width:991px){
	img#ohhh { max-width: 80%}
	div#ghostgrid > a {width: 49.7%}
}
@media (max-width:599px){
	img#ohhh { max-width: 100%}
	div#ghostgrid > a{
		float:none;
		width:auto;
	}
}

body.information-information-123, 
body.information-information-123 .newsletter-container div,
body.information-information-123 .copyright .pattern,
body.information-information-126, 
body.information-information-126 .newsletter-container div,
body.information-information-126 .copyright .pattern,
body.information-information-127, 
body.information-information-127 .newsletter-container div,
body.information-information-127 .copyright .pattern,
body.information-information-128, 
body.information-information-128 .newsletter-container div,
body.information-information-128 .copyright .pattern,
body.information-information-129, 
body.information-information-129 .newsletter-container div,
body.information-information-129 .copyright .pattern
{background: #000 !important}

body.information-information-123 .footer .background,body.information-information-123 .standard-body .footer .background,
body.information-information-126 .footer .background,body.information-information-126 .standard-body .footer .background,
body.information-information-127 .footer .background,body.information-information-127 .standard-body .footer .background,
body.information-information-128 .footer .background,body.information-information-128 .standard-body .footer .background,
body.information-information-129 .footer .background,body.information-information-129 .standard-body .footer .background
{background: #ff7514}

body.information-information-123 .newsletter-container,
body.information-information-126 .newsletter-container,
body.information-information-127 .newsletter-container,
body.information-information-128 .newsletter-container,
body.information-information-129 .newsletter-container
{border-top: 2px solid #ff7514}

body.information-information-123 .footer-newsletter h4,
body.information-information-123 .footer-newsletter span,
body.information-information-123 .privacy-block p#privacy_box a,
body.information-information-123 .category-title > h1,
body.information-information-123 h2,
body.information-information-123 .breadcrumb .container ul li a,
body.information-information-123 .breadcrumb .container ul li:before,
body.information-information-123 #top-bar .welcome-text .header-links li a, 
body.information-information-123 #top-bar .header-socials li a,
body.information-information-123 #top #cart_block .cart-heading i, 
body.information-information-123 #top #top_wa_block .cart-heading i,
body.information-information-123 #top #top_wa_block .cart-heading p b,
body.information-information-123 .privacy-block > input,
body.information-information-126 .footer-newsletter h4,
body.information-information-126 .footer-newsletter span,
body.information-information-126 .privacy-block p#privacy_box a,
body.information-information-126 .category-title > h1,
body.information-information-126 h2,
body.information-information-126 .breadcrumb .container ul li a,
body.information-information-126 .breadcrumb .container ul li:before,
body.information-information-126 #top-bar .welcome-text .header-links li a, 
body.information-information-126 #top-bar .header-socials li a,
body.information-information-126 #top #cart_block .cart-heading i, 
body.information-information-126 #top #top_wa_block .cart-heading i,
body.information-information-126 #top #top_wa_block .cart-heading p b,
body.information-information-126 .privacy-block > input,
body.information-information-127 .footer-newsletter h4,
body.information-information-127 .footer-newsletter span,
body.information-information-127 .privacy-block p#privacy_box a,
body.information-information-127 .category-title > h1,
body.information-information-127 h2,
body.information-information-127 .breadcrumb .container ul li a,
body.information-information-127 .breadcrumb .container ul li:before,
body.information-information-127 #top-bar .welcome-text .header-links li a, 
body.information-information-127 #top-bar .header-socials li a,
body.information-information-127 #top #cart_block .cart-heading i, 
body.information-information-127 #top #top_wa_block .cart-heading i,
body.information-information-127 #top #top_wa_block .cart-heading p b,
body.information-information-127 .privacy-block > input, 
body.information-information-123 .privacy-block p#privacy_box,
body.information-information-126 .privacy-block p#privacy_box,
body.information-information-127 .privacy-block p#privacy_box,
body.information-information-128 .privacy-block p#privacy_box,
body.information-information-129 .privacy-block p#privacy_box,
body.information-information-128 .footer-newsletter h4,
body.information-information-128 .footer-newsletter span,
body.information-information-128 .privacy-block p#privacy_box a,
body.information-information-128 .category-title > h1,
body.information-information-128 h2,
body.information-information-128 .breadcrumb .container ul li a,
body.information-information-128 .breadcrumb .container ul li:before,
body.information-information-128 #top-bar .welcome-text .header-links li a, 
body.information-information-128 #top-bar .header-socials li a,
body.information-information-128 #top #cart_block .cart-heading i, 
body.information-information-128 #top #top_wa_block .cart-heading i,
body.information-information-128 #top #top_wa_block .cart-heading p b,
body.information-information-128 .privacy-block > input, 
body.information-information-123 .privacy-block p#privacy_box,
body.information-information-126 .privacy-block p#privacy_box,
body.information-information-127 .privacy-block p#privacy_box,
body.information-information-128 .privacy-block p#privacy_box,
body.information-information-129 .privacy-block p#privacy_box,
body.information-information-129 .footer-newsletter h4,
body.information-information-129 .footer-newsletter span,
body.information-information-129 .privacy-block p#privacy_box a,
body.information-information-129 .category-title > h1,
body.information-information-129 h2,
body.information-information-129 .breadcrumb .container ul li a,
body.information-information-129 .breadcrumb .container ul li:before,
body.information-information-129 #top-bar .welcome-text .header-links li a, 
body.information-information-129 #top-bar .header-socials li a,
body.information-information-129 #top #cart_block .cart-heading i, 
body.information-information-129 #top #top_wa_block .cart-heading i,
body.information-information-129 #top #top_wa_block .cart-heading p b,
body.information-information-129 .privacy-block > input,
body.information-information-123 .col-md-3 .box .box-heading,
body.information-information-126 .col-md-3 .box .box-heading,
body.information-information-127 .col-md-3 .box .box-heading,
body.information-information-128 .col-md-3 .box .box-heading,
body.information-information-129 .col-md-3 .box .box-heading,
body.information-information-123 .box-category ul li a,
body.information-information-126 .box-category ul li a,
body.information-information-127 .box-category ul li a,
body.information-information-128 .box-category ul li a,
body.information-information-129 .box-category ul li a
{color:#ff7514}

body.information-information-123 .col-md-3 .box .box-heading,
body.information-information-126 .col-md-3 .box .box-heading,
body.information-information-127 .col-md-3 .box .box-heading,
body.information-information-128 .col-md-3 .box .box-heading,
body.information-information-129 .col-md-3 .box .box-heading
{border-bottom: 2px solid #ff7514}

body.information-information-123 #top-bar .welcome-text .header-links li:before,
body.information-information-126 #top-bar .welcome-text .header-links li:before,
body.information-information-127 #top-bar .welcome-text .header-links li:before,
body.information-information-128 #top-bar .welcome-text .header-links li:before,
body.information-information-129 #top-bar .welcome-text .header-links li:before
{background:#FFF}

body.information-information-123 .category-title,
body.information-information-126 .category-title,
body.information-information-127 .category-title,
body.information-information-128 .category-title,
body.information-information-129 .category-title
{
    border-bottom: 2px solid #ff7514;
	color:#ff7514
}

body.information-information-123 .breadcrumb .container ul{    border-bottom: 1px solid #ff7514;}

body.information-information-123 #content p,
body.information-information-123#top-bar, 
body.information-information-123 #top-bar a,
body.information-information-123 #top #top_wa_block .cart-heading a,
body.information-information-123 #top #cart_block .cart-heading p span,
body.information-information-126 #content p,
body.information-information-126#top-bar, 
body.information-information-126 #top-bar a,
body.information-information-126 #top #top_wa_block .cart-heading a,
body.information-information-126 #top #cart_block .cart-heading p span,
body.information-information-127 #content p,
body.information-information-127#top-bar, 
body.information-information-127 #top-bar a,
body.information-information-127 #top #top_wa_block .cart-heading a,
body.information-information-127 #top #cart_block .cart-heading p span,
body.information-information-128 #content p,
body.information-information-128#top-bar, 
body.information-information-128 #top-bar a,
body.information-information-128 #top #top_wa_block .cart-heading a,
body.information-information-128 #top #cart_block .cart-heading p span,
body.information-information-129 #content p,
body.information-information-129#top-bar, 
body.information-information-129 #top-bar a,
body.information-information-129 #top #top_wa_block .cart-heading a,
body.information-information-129 #top #cart_block .cart-heading p span
{color: #FFF}

body.information-information-123 #top-bar,
body.information-information-126 #top-bar,
body.information-information-127 #top-bar,
body.information-information-128 #top-bar,
body.information-information-129 #top-bar
{border-bottom: 2px solid #ff7514}

body.information-information-123 .menu-background, body.information-information-123 .megamenu-wrapper,
body.information-information-123 ul.megamenu > li > a:hover, 
body.information-information-123 ul.megamenu > li.active > a,
body.information-information-123 ul.megamenu > li.home > a,
body.information-information-123 ul.megamenu > li:hover > a,
body.information-information-123 .custom-searc-bar,
body.information-information-123 #top #cart_block .cart-heading .itm-cont,
body.information-information-123 .footer-newsletter .subscribe,
body.information-information-123 .menu-background,
body.information-information-123  .megamenu-wrapper, 
body.information-information-123 .fixed-header,
body.information-information-123 .megamenuToogle-wrapper,
body.information-information-123 .header-type-5 .overflow-megamenu.two-modules .relative,
body.information-information-123 .header-type-8 .overflow-megamenu.two-modules .relative,
body.information-information-123 .header-type-7 .overflow-megamenu.two-modules .relative,
body.information-information-126 .menu-background, body.information-information-126 .megamenu-wrapper,
body.information-information-126 ul.megamenu > li > a:hover, 
body.information-information-126 ul.megamenu > li.active > a,
body.information-information-126 ul.megamenu > li.home > a,
body.information-information-126 ul.megamenu > li:hover > a,
body.information-information-126 .custom-searc-bar,
body.information-information-126 #top #cart_block .cart-heading .itm-cont,
body.information-information-126 .footer-newsletter .subscribe,
body.information-information-126 .menu-background,
body.information-information-126  .megamenu-wrapper, 
body.information-information-126 .fixed-header,
body.information-information-126 .megamenuToogle-wrapper,
body.information-information-126 .header-type-5 .overflow-megamenu.two-modules .relative,
body.information-information-126 .header-type-8 .overflow-megamenu.two-modules .relative,
body.information-information-126 .header-type-7 .overflow-megamenu.two-modules .relative,
body.information-information-127 .menu-background, body.information-information-127 .megamenu-wrapper,
body.information-information-127 ul.megamenu > li > a:hover, 
body.information-information-127 ul.megamenu > li.active > a,
body.information-information-127 ul.megamenu > li.home > a,
body.information-information-127 ul.megamenu > li:hover > a,
body.information-information-127 .custom-searc-bar,
body.information-information-127 #top #cart_block .cart-heading .itm-cont,
body.information-information-127 .footer-newsletter .subscribe,
body.information-information-127 .menu-background,
body.information-information-127  .megamenu-wrapper, 
body.information-information-127 .fixed-header,
body.information-information-127 .megamenuToogle-wrapper,
body.information-information-127 .header-type-5 .overflow-megamenu.two-modules .relative,
body.information-information-127 .header-type-8 .overflow-megamenu.two-modules .relative,
body.information-information-127 .header-type-7 .overflow-megamenu.two-modules .relative,
body.information-information-128 .menu-background, body.information-information-128 .megamenu-wrapper,
body.information-information-128 ul.megamenu > li > a:hover, 
body.information-information-128 ul.megamenu > li.active > a,
body.information-information-128 ul.megamenu > li.home > a,
body.information-information-128 ul.megamenu > li:hover > a,
body.information-information-128 .custom-searc-bar,
body.information-information-128 #top #cart_block .cart-heading .itm-cont,
body.information-information-128 .footer-newsletter .subscribe,
body.information-information-128 .menu-background,
body.information-information-128  .megamenu-wrapper, 
body.information-information-128 .fixed-header,
body.information-information-128 .megamenuToogle-wrapper,
body.information-information-128 .header-type-5 .overflow-megamenu.two-modules .relative,
body.information-information-128 .header-type-8 .overflow-megamenu.two-modules .relative,
body.information-information-128 .header-type-7 .overflow-megamenu.two-modules .relative,
body.information-information-129 .menu-background, body.information-information-129 .megamenu-wrapper,
body.information-information-129 ul.megamenu > li > a:hover, 
body.information-information-129 ul.megamenu > li.active > a,
body.information-information-129 ul.megamenu > li.home > a,
body.information-information-129 ul.megamenu > li:hover > a,
body.information-information-129 .custom-searc-bar,
body.information-information-129 #top #cart_block .cart-heading .itm-cont,
body.information-information-129 .footer-newsletter .subscribe,
body.information-information-129 .menu-background,
body.information-information-129  .megamenu-wrapper, 
body.information-information-129 .fixed-header,
body.information-information-129 .megamenuToogle-wrapper,
body.information-information-129 .header-type-5 .overflow-megamenu.two-modules .relative,
body.information-information-129 .header-type-8 .overflow-megamenu.two-modules .relative,
body.information-information-129 .header-type-7 .overflow-megamenu.two-modules .relative,
body.information-information-123 p .btn.btn-primary,
body.information-information-126 p .btn.btn-primary,
body.information-information-127 p .btn.btn-primary,
body.information-information-128 p .btn.btn-primary,
body.information-information-129 p .btn.btn-primary
{background:#ff7514 !important}

body.information-information-123 .scrollup,
body.information-information-123 .scrollup:hover,
body.information-information-126 .scrollup,
body.information-information-126 .scrollup:hover,
body.information-information-127 .scrollup,
body.information-information-127 .scrollup:hover,
body.information-information-128 .scrollup,
body.information-information-128 .scrollup:hover,
body.information-information-129 .scrollup,
body.information-information-129 .scrollup:hover
{
	border-color:#ff7514 !important;
	background:#ff7514 !important;
}

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation scale-out-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
}
@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
}

.account-order-info .pull-right a:first-child {
    /* display: none; */
}


/** HALLOWEEN 2021 **/
.information-information-193 div#content,.information-information-193 .row p {
    margin: 0 auto;
    text-align: center;
}

.makeSpace,.generic-block {
    margin: 20px auto;
}

.generic-block strong {
    font-size: 17px;
}

.information-information-193 .center-column .product-grid{margin-top:15px}
.information-information-193 .box.clearfix.box-with-products.with-scroll{
    margin-bottom:30px;
    margin-top: 20px;
}
.information-information-193 .container-block {margin-top: 50px}

/** HALLOWEEN 2021 **/
.container-fluid.warning-text.text-center.promo-cont {
    background: #1a75bb;
}
.container-fluid.warning-text.text-center.promo-cont a {
	color:#FFF;
	text-decoration: underline;
}
 
 .manufacturerDescription {
    margin-bottom: 25px;
}
/** END **/

/** BOX CARRELLO **/
@media (min-width: 768px) {
    .block-custom-banner-cart .mobileImg {
        display: none;
    }
}
@media (max-width: 767px) {
    .block-custom-banner-cart .deskImg {
        display: none;
    }
}
/** BOX CARRELLO **/

.container-solari .solari {
    margin-bottom: 15px;
}

.container-solari .solari:hover img {
    opacity:0.7;
}
#copy1{cursor:pointer}
.container-fluid.warning-text.text-center a {
    color: #FFF !important;
}