@-webkit-keyframes rotate
{
	0%
	{
		webkit-transform: rotate(0);
		webkit-transform: rotate(-360deg);
	}
}
@-moz-keyframes rotate
{
	0%
	{
		moz-transform: rotate(0);
		moz-transform: rotate(-360deg);
	}
}
@keyframes rotate
{
	0%
	{
		transform: rotate(0);
		transform: rotate(-360deg);
	}
}
select
{
	border: 1px solid #ccc!important;
	box-shadow: none!important;
}
*
{
	margin: 0;
	padding: 0;
}
img
{
	max-width: 100%;
}
html
{
	margin: 0;
	overflow-y: scroll;
	padding: 0;
}
ul,ol
{
	margin: 0;
}
li
{
	list-style: none;
}
body
{
	background-color: #fff;
	color: gray;
	font-family: 'Poppins',sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#content
{
	min-height: 300px;
	position: inherit;
}
#content .pull-left,#content .pull-right
{
	margin-bottom: 30px;
}
b,strong
{
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6
{
	color: #2f2f2f;
}
a:focus
{
	background: none;
}
#content h1,#content h2
{
	color: #444;
	font-size: 18px;
	text-transform: uppercase;
}
#content .account-border h1,#content .account-border h2
{
	display: inline-block;
	margin: 0;
	padding: 20px 0;
	width: 100%;
}
.fa
{
	color: #989898;
	font-size: 14px;
}
.category-row .fa
{
	color: #fff;
}
.category-row .item-inner .fa
{
	color: #989898;
}
.fa-home
{
	color: #989898!important;
}
h1
{
	font-size: 33px;
}
h2
{
	font-size: 20px;
}
h3
{
	font-size: 18px;
}
h4
{
	font-size: 15px;
}
h5
{
	font-size: 12px;
}
h6
{
	font-size: 10.2px;
}
a,a:visited,a b
{
	color: #666;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none!important;
}
:focus
{
	outline: none!important;
}
a:focus
{
	outline: none!important;
}
button
{
	background: transparent;
	border: 0;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
	width: auto;
}
a:hover
{
	color: #0e96ff;
	text-decoration: none;
}
legend
{
	font-size: 18px;
	padding: 7px 0 15px;
}
label
{
	font-size: 14px;
	font-weight: 400;
}
select.form-control,textarea.form-control,input[type="text"].form-control,input[type="password"].form-control,input[type="datetime"].form-control,input[type="datetime-local"].form-control,input[type="date"].form-control,input[type="month"].form-control,input[type="time"].form-control,input[type="week"].form-control,input[type="number"].form-control,input[type="email"].form-control,input[type="url"].form-control,input[type="search"].form-control,input[type="tel"].form-control,input[type="color"].form-control
{
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	height: 40px;
}
.input-group input,.input-group select,.input-group .dropdown-menu,.input-group .popover
{
	font-size: 12px;
}
.input-group .input-group-addon
{
	font-size: 12px;
	height: 30px;
}
span.hidden-xs,span.hidden-sm,span.hidden-md,span.hidden-lg
{
	display: inline;
}
.nav-tabs
{
	margin-bottom: 15px;
}
div.required .control-label:before
{
	color: red;
	content: '* ';
	font-weight: 700;
}
.dropdown-menu li > a:hover
{
	background: #292560;
	background-repeat: repeat-x;
	text-decoration: none;
}
buttons .close
{
	background: none;
}
.buttons
{
	margin: 1em 0;
}
.btn,button
{
	background: #222;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	padding: 10px 12px;
	text-transform: uppercase;
}
a.btn
{
	color: #fff;
}
.btn:hover,button:hover
{
	background: #0e96ff;
	color: #fff;
}
.btn-xs
{
	font-size: 9px;
}
.btn-sm
{
	font-size: 10.2px;
}
.btn-lg
{
	font-size: 15px;
	padding: 10px 16px;
}
.btn-group > .btn,.btn-group > .dropdown-menu,.btn-group > .popover
{
	font-size: 12px;
}
.btn-group > .btn-xs
{
	font-size: 9px;
}
.btn-group > .btn-sm
{
	font-size: 10.2px;
}
.btn-group > .btn-lg
{
	font-size: 15px;
}
.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]
{
	background-color: #0e96ff;
	background-position: 0 -15px;
}
.btn-warning
{
	background-color: #faa732;
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.btn-danger
{
	border-radius: 0;
	color: #fff;
}
.btn-success
{
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]
{
	box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
}
.btn-info
{
	background-color: #df5c39;
	background-image: linear-gradient(to bottom,#e06342,#dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]
{
	background-color: #df5c39;
	background-image: none;
}
.btn-link
{
	border-color: rgba(0,0,0,0);
	border-radius: 0;
	color: #23A1D1;
	cursor: pointer;
}
.btn-link,.btn-link:active,.btn-link[disabled]
{
	background-color: rgba(0,0,0,0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse
{
	color: #2f2f2f;
}
.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]
{
	background-color: #222;
	background-image: linear-gradient(to bottom,#333,#111);
}
.list-group a
{
	border: 1px solid #DDD;
	color: #888;
	padding: 8px 12px;
}
.list-group a.active,.list-group a.active:hover,.list-group a:hover
{
	background: #eee;
	border: 1px solid #DDD;
	color: #0e96ff;
	text-shadow: 0 1px 0 #FFF;
}
#logo
{
	height: 120px;
	line-height: 155px;
	padding-top: 15px;
	text-align: left;
}
#logo>div
{
	height: 100%;
	padding-top: 5px;
	text-align: left;
}
#logo a
{
	display: inline-block;
}
.top-header
{
	background: #8fbf13;
	color: #fff;
	font-size: 12px;
	line-height: 45px;
	position: relative;
	z-index: 100;
}
.header-welcome
{
	float: left;
}
.header-search-parent
{
	padding-top: 40px;
}
.box-language-currency
{
	float: right;
}
.box-language-currency > div
{
	float: left;
	min-width: 110px;
	overflow: hidden;
}
.box-language-currency .pull-left button
{
	color: #fff;
	font-size: 11px;
	overflow: hidden;
	text-decoration: none;
}
.box-language-currency .pull-left button:hover
{
	background: none;
	text-decoration: none;
}
.box-language-currency .pull-left button .fa
{
	color: #fff;
}
.box-language-currency .pull-left button.currency-select,.box-language-currency .pull-left .dropdown-menu1 li
{
	color: #3c3c3c;
	text-align: left;
	transition: none;
}
.box-language-currency .pull-left button.currency-select:hover,.box-language-currency .pull-left .dropdown-menu1 li:hover
{
	background: #8fbf13;
	color: #fff!important;
	transition: none;
}
.box-language-currency li:hover a
{
	transition: none;
}
.box-language-currency .pull-left .dropdown-menu1 li
{
	line-height: 30px;
}
.dropdown-menu1
{
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
	display: inline-block;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50px;
	width: 175px;
	z-index: 9999;
}
.currency:hover .dropdown-menu1,.language:hover .dropdown-menu1
{
	opacity: 1;
	top: 39px;
}
.currency:hover,.language:hover
{
	overflow: inherit;
}
.language .dropdown-menu1 li
{
	padding: 0 15px;
}
.language .dropdown-menu1 li a
{
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	width: 100%;
}
.top-link
{
	color: #fff;
	float: right;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	text-align: left;
}
.top-link .toplink-hover a
{
	color: #fff;
	font-size: 11px;
	line-height: 45px;
	padding-right: 5px;
	text-transform: uppercase;
}
.top-link .toplink-hover .fa
{
	color: #fff;
}
.top-link .top-link-inner
{
	background: #292560;
	display: inline-block;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 55px;
	z-index: 9;
}
.top-link:hover
{
	overflow: inherit;
}
.top-link:hover .top-link-inner
{
	opacity: 1;
	top: 45px;
}
.top-link .top-link-inner ul
{
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
	display: inline-block;
	padding: 0;
}
.top-link .top-link-inner ul li
{
	display: block;
	padding: 0;
	text-align: left;
}
.top-link .top-link-inner ul li:hover
{
	background: #8fbf13;
	color: #fff;
	transition: none;
}
.top-link .top-link-inner ul li:hover a
{
	color: #fff;
}
.box-language-currency .pull-left button.currency-select:hover,.box-language-currency .pull-left .dropdown-menu1 li:hover a
{
	color: #fff!important;
}
.top-link ul li a
{
	color: #3c3c3c;
	display: block;
	font-size: 11px;
	line-height: 35px;
	padding: 0 22px;
	text-transform: none;
	white-space: nowrap;
}
.top-link ul li a:hover
{
	color: #0e96ff;
	transition: none;
}
.top-wishlist
{
	display: inline-block;
	float: right;
	position: relative;
}
.top-wishlist:before
{
	background: #00a9e0;
	border-radius: 100%;
	color: #fff;
	content: "\f08a";
	float: left;
	font-family: FontAwesome;
	height: 41px;
	line-height: 41px;
	width: 41px;
}
.top-wishlist span
{
	background: #fff;
	border: 2px solid #00a9e0;
	border-radius: 100%;
	color: #00a9e0;
	font-size: 11px;
	height: 21px;
	line-height: 18px;
	position: absolute;
	right: -10px;
	text-align: center;
	text-indent: 1px;
	width: 21px;
}
.top-cart:before
{
	background: #f65656 url(../image/bkg_topcart.png) no-repeat center center;
	border-radius: 100%;
	content: "";
	float: left;
	height: 41px;
	left: -45px;
	position: absolute;
	top: 0;
	width: 41px;
}
.top-cart
{
	float: right;
	margin-left: 60px;
	position: relative;
}
span.item-cart
{
	font-size: 11px;
	font-weight: 400;
	text-transform: none;
}
#cart .icon-cart
{
	border: 1px solid #121212;
	border-radius: 100%;
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	margin-right: 10px;
	text-align: center;
	width: 44px;
}
#cart:hover .icon-cart
{
	background: #3799e4;
	border: 1px solid #3799e4;
}
#cart:hover .icon-cart .fa
{
	color: #fff;
}
#cart .icon-cart .fa
{
	font-size: 18px;
	margin: 0 1px 0 0;
}
#cart .btn-inverse
{
	background: none;
	color: #fff;
	height: 41px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}
#cart .title-cart
{
	color: #000;
	display: block;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
}
#cart #cart-total
{
	color: #000;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
}
#cart .top-cart span
{
	clear: both;
	color: #2f2f2f;
}
#cart .table td
{
	background: none;
	border: 0;
	padding: 0!important;
	text-align: right;
	vertical-align: inherit!important;
}
#cart .dropdown-menu
{
	width: 280px;
}
#cart > .btn
{
	box-shadow: none!important;
	font-size: 14px;
	line-height: 20px;
	text-shadow: none!important;
}
#cart.open > .btn
{
	box-shadow: none!important;
	color: #2f2f2f;
	text-shadow: none!important;
}
#cart.open > .btn:hover
{
	color: #444;
}
#cart .dropdown-menu
{
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.14);
	margin: 6px 0 0;
	padding: 15px 20px;
	z-index: 1001;
}
#cart .dropdown-menu
{
	min-width: 100%;
}
#cart .dropdown-menu table
{
	margin-bottom: 10px;
}
#cart .dropdown-menu li p
{
	font-size: 12px;
	padding: 0;
	padding: 10px;
	text-align: center;
}
.arrow-cart
{
	background: url(../image/arrow-up1.png) no-repeat scroll 0 0;
	height: 7px;
	position: absolute;
	right: 65px;
	top: -10px;
	width: 10px;
}
.row-cart
{
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.row-cart .image-cart
{
	float: left;
	width: 60px;
}
.row-cart .image-cart .img-thumbnail
{
	border-radius: 0;
}
.row-cart .cart-content
{
	font-size: 14px;
	margin-left: 75px;
	position: relative;
	text-align: left;
}
.cart-content .cart-button
{
	bottom: 0;
	position: absolute;
	right: 0;
}
.cart-content .btn
{
	background: none;
	padding: 0;
}
.cart-content .btn:hover
{
	background: none;
}
.cart-content .btn .fa-times-circle
{
	color: #333;
}
.cart-content .btn .fa-times-circle:hover
{
	color: #f57b7a;
}
.cart-content .product-name a
{
	color: #2d2d2d;
	font-size: 12px;
	font-weight: 700;
	text-transform: capitalize;
}
.cart-content .product-name a:hover
{
	color: #f57b7a;
}
.row2-cart
{
	font-size: 14px;
	text-align: right;
	width: 100%;
}
.row2-cart .box-cart
{
	margin-bottom: 5px;
}
.row2-cart .box-cart .text strong
{
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
}
.row2-cart .button-cart a
{
	background: #3799e4;
	border: 0 none;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 6px 10px;
	text-transform: uppercase;
}
.row2-cart .button-cart .fa
{
	color: #fff;
	margin-right: 5px;
}
.row2-cart .button-cart
{
	display: inline-block;
	margin-top: 15px;
	width: 100%;
}
.row2-cart .button-cart a:hover
{
	background: #333;
}
.header
{
	text-align: center;
	width: 100%;
}
.header.fix-nav
{
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9997;
}
.header .header-inner
{
	position: relative;
	z-index: 99;
}
.ma-footer-link-follow
{
	background: #e7e7e7;
}
.ma-footer-link-follow .container
{
	padding: 20px 15px;
}
.block-link-follow
{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 20px 0 10px;
}
.ma-footer-link-follow .f-col-2
{
	text-align: left;
}
.ma-footer-link-follow .f-col-1 h3
{
	color: #3c3c3c;
	float: left;
	font-size: 14px;
	font-weight: 700;
	line-height: 36px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}
.ma-footer-link-follow .link-follow
{
	float: left;
}
.ma-footer-link-follow .f-col-1
{
	text-align: center;
}
.ma-footer-link-follow .box-follow
{
	display: inline-block;
}
ul.link-follow li
{
	float: left;
	margin-right: 10px;
}
ul.link-follow li a
{
	color: #fff;
	font-size: 0;
	height: 36px;
	line-height: 36px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 36px;
}
ul.link-follow li a.twitter
{
	background: #00bff3;
}
ul.link-follow li a.google
{
	background: #ed1c24;
}
ul.link-follow li a.facebook
{
	background: #448ccb;
}
ul.link-follow li a.linkedin
{
	background: #7da7d9;
}
ul.link-follow li a.youtube
{
	background: #cc181e;
}
ul.link-follow li a:hover
{
	background: #0e96ff;
	color: #fff;
}
ul.link-follow li a:before
{
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
	text-align: center;
}
ul.link-follow a:hover
{
	color: #0e96ff;
}
ul.link-follow li a span::after
{
	border-top: 5px solid #111;
	bottom: -5px;
}
ul.link-follow li a span::before,ul.link-follow li a span::after
{
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 5px solid rgba(0,0,0,0);
	border-top: 5px solid rgba(0,0,0,0.1);
	bottom: -5px;
	content: "";
	height: 0;
	left: 46%;
	position: absolute;
	width: 0;
}
ul.link-follow li a span
{
	background: none repeat scroll 0 0 #111;
	bottom: 40px;
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	left: 57%;
	line-height: 20px;
	margin-left: -40px;
	min-width: 70px;
	opacity: 0;
	padding: 1px 5px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	text-indent: 0;
	text-transform: capitalize;
}
ul.link-follow li a span::after
{
	border-top: 5px solid #111;
	bottom: -5px;
}
ul.link-follow li a:hover span
{
	bottom: 50px;
	opacity: 1;
}
.ma-footer-link-follow .f-col-3
{
	text-align: right;
}
.ma-footer-link-follow .payment img
{
	margin-top: 5px;
}
.footer
{
	background: #e7e7e7;
	color: #a3a3a3;
	margin-top: 30px;
	padding: 20px 0 10px;
}
.footer .footer-content
{
	color: #7f7ca0;
	font-size: 14px;
	margin-top: 20px;
}
.footer .introduction
{
	padding-top: 10px;
	text-align: justify;
}
.footer .footer-title
{
	margin-top: 20px;
}
.footer h3
{
	color: #3c3c3c;
	display: inline;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}
.footer li
{
	font-size: 12px;
	line-height: 30px;
}
.footer li span
{
	color: #3c3c3c;
	display: inline-block;
	font-weight: 500;
	width: 70px;
}
.footer li a
{
	color: #757575;
	font-size: 12px;
}
.footer .banner-footer img
{
	display: inline-block;
	margin-top: 10px;
}
.footer li a:before
{
	color: #757575;
	content: "\f101";
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 8px;
}
.footer li a:hover
{
	color: #8fbf13;
	padding-left: 10px;
}
.powered
{
	background: #e7e7e7;
	padding: 0 0 20px;
}
.powered .right-powered
{
	color: #757575;
	font-size: 12px;
	text-align: center;
}
.powered .right-powered a
{
	color: #0e96ff;
	font-size: 12px;
}
.powered .right-powered a:hover
{
	text-decoration: underline;
}
.alert
{
	margin: 15px 0 0;
	padding: 8px 14px;
}
.category-row .vermagemenu .navleft-container
{
	padding: 0;
	position: static;
}
.category-row
{
	margin-bottom: 30px;
}
.category-row .price s
{
	color: #888;
}
.menu-category .bestsellers-container
{
	margin-top: 30px;
}
.breadcrumb
{
	background: none;
	border: 0;
	border-radius: 0;
	font-size: 14px;
	margin: 20px 0;
	padding: 0;
}
.breadcrumb li:last-child a
{
	color: #20141e;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}
.breadcrumb i
{
	font-size: 18px;
}
.breadcrumb > li
{
	padding: 0 20px;
	position: relative;
	text-shadow: 0 1px 0 #FFF;
	white-space: nowrap;
}
.breadcrumb > li + li:before
{
	content: '';
	padding: 0;
}
.breadcrumb li
{
	background: url(../image/breadcrumbs.png) no-repeat scroll 100% 50%;
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 0 15px 0 0;
}
.breadcrumb li:last-child
{
	background: none;
}
.pagination
{
	margin: 0;
}
.carousel-caption
{
	color: #FFF;
	text-shadow: 0 1px 0 #000;
}
.carousel-control .icon-prev:before
{
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before
{
	content: '\f054';
	font-family: FontAwesome;
}
.item
{
	margin-bottom: 20px;
}
.row.products-category
{
	margin-top: 30px;
}
.item-inner .sale
{
	background: url(../image/sale.png) no-repeat center center;
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	text-indent: -99999px;
	top: 10px;
	width: 49px;
	z-index: 1;
}
.item-inner .new
{
	background: url(../image/new.png) no-repeat center center;
	display: block;
	height: 22px;
	left: 0;
	position: absolute;
	text-indent: -99999px;
	top: 35px;
	width: 75px;
	z-index: 1;
}
.item-inner
{
	border: 1px solid #e5e5e5;
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.item-inner .image
{
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.item-inner .image a
{
	display: block;
	position: relative;
}
.item-inner .image a.img-other:before
{
	/*background: rgba(69,69,69,0.7);*/
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	/*opacity: 0;*/
	position: absolute;
	right: 0;
	top: 0;
}
.item-inner:hover .image a:before
{
	opacity: 1;
}
.item-inner .image a .img2
{
	left: 0;
	moz-transition: all .4s ease;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .4s ease;
	webkit-transition: all .4s ease;
}
.item-inner .image a:hover .img2
{
	moz-transition: all .4s ease;
	opacity: 1;
	transition: all .4s ease;
	webkit-transition: all .4s ease;
}
.product-thumb .image
{
	text-align: center;
}
.actions
{
	bottom: 28%;
	display: inline-block;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.item-inner:hover .actions
{
	opacity: 1;
}
.actions .button-group
{
	display: inline-block;
	height: 42px;
	position: relative;
}
.item-inner .box-view-actions
{
	moz-transition: all .5s ease;
	position: relative;
	top: 0;
	transition: all .5s ease;
	webkit-transition: all .5s ease;
}
.item-inner .box-view
{
	background: #fff;
}
/*.item-inner:hover .box-view-actions
{
	moz-transition: all .5s ease;
	top: -50px;
	transition: all .5s ease;
	webkit-transition: all .5s ease;
}*/
.item-inner:hover .cart
{
	opacity: 1;
}
.item-inner .add-to-links > div
{
	display: inline-block;
	moz-transform: translateY(-40px);
	ms-transform: translateY(-40px);
	o-transform: translateY(-40px);
	transform: translateY(-40px);
	webkit-transform: translateY(-40px);
}
.item-inner:hover .add-to-links > div
{
	moz-transform: translateY(0px);
	ms-transform: translateY(0px);
	o-transform: translateY(0px);
	transform: translateY(0px);
	webkit-transform: translateY(0px);
}
.item-inner:hover .wishlist,.item-inner .wishlist
{
	moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	webkit-transition: all .3s ease-out;
}
.item-inner:hover .compare,.item-inner .compare
{
	moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	webkit-transition: all .5s ease-out;
}
.item-inner:hover .qv-button-container,.item-inner .qv-button-container
{
	moz-transition: all .7s ease-out;
	transition: all .7s ease-out;
	webkit-transition: all .7s ease-out;
}
.add-to-links div button
{
	background: #fff;
	border: 2px solid #00a9e0;
	border-radius: 100%;
	color: #00a9e0;
	font-size: 0;
	height: 34px;
	line-height: 32px;
	padding: 0;
	width: 34px;
}
.add-to-links div button:before
{
	font-family: FontAwesome;
	font-size: 12px;
	text-align: center;
}
.add-to-links div button:hover
{
	background: #00a9e0!important;
	border-color: #00a9e0!important;
	color: #fff!important;
}
.add-to-links .wishlist button:before
{
	content: '\f08a';
}
.add-to-links .compare button:before
{
	content: '\f0c5';
}
.cart
{
	bottom: -30px;
	display: inline-block;
	opacity: 1;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
}
.cart button
{
	background: transparent;
	border: 2px solid #00a9e0;
	/* border-radius: 100px; */
	color: #00a9e0;
	font-size: 12px;
	font-weight: 700;
	padding: 9px 30px 6px;
}
.cart button:hover
{
	background: #00a9e0;
	color: #fff;
}
.box-view-actions
{
	text-align: center;
}
.box-view-actions .name
{
	padding-top: 10px;
	text-align: center;
}
.box-view-actions .price
{
	line-height: 14px;
	min-height: 40px;
	padding: 10px;
}
.owl-controls .owl-buttons div
{
	position: absolute;
}
.owl-controls
{
	display: inline-block;
}
.product-search .carousel-contain
{
	margin: 40px 0 0;
}
.product-search .search-products
{
	margin: 20px 0 0;
}
.product-grid .product-thumb .image
{
	float: none;
}
.product-thumb h4 a
{
	color: #222;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.product-thumb h4 a:hover
{
	color: #0e96ff;
}
.product-list .product-thumb .caption
{
	margin-left: 230px;
}
.product-list .left-block
{
	padding: 0;
}
.product-list .item-inner
{
	border: 0;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 30px;
}
.product-list .item-inner .left-block .product-image
{
	border: 1px solid #ddd;
}
.product-list .item-inner .left-block .product-image img
{
	transform: none;
}
.product-list .caption
{
	margin-top: 5px;
}
.product-list .item-inner .actions .add-to-links
{
	background: none;
}
.product-list .name
{
	margin: 15px 0 0;
	text-align: left;
}
.product-list .name a
{
	color: #404040;
	font-family: inherit;
	font-size: 20px;
	text-transform: capitalize;
}
.product-list .price
{
	font-size: 18px;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
}
.product-list .price .price-old
{
	color: #b3b3b3;
	font-size: 16px;
}
.product-list .rating
{
	margin: 5px 0 0;
	text-align: left;
}
.product-list .description
{
	clear: both;
	color: #909090;
	display: inline-block;
	font-size: 12px;
	padding: 10px 0;
	text-align: justify;
}
.product-grid .description
{
	display: none;
}
.product-list .box-list
{
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	display: block;
	float: right;
	margin: 5px 0 0;
	max-width: 190px;
	padding: 30px;
	width: 100%;
}
.product-list .actions
{
	background: none;
	margin: 0;
}
.product-list .button-group
{
	display: inline-block;
	margin: 20px 0 0;
	width: 100%;
}
.product-list .add-to-links
{
	margin: 0;
	width: auto;
}
.product-list .add-to-links .cart button
{
	background: url(../image/cart_icon.png) no-repeat scroll 0 3px #0e96ff;
	padding: 12px 25px;
}
.product-list .add-to-links .cart button:hover
{
	background: url(../image/cart_icon.png) no-repeat scroll 0 3px #666;
}
.product-list .cart
{
	display: inline-block;
	float: left;
	opacity: 1;
	position: static;
	text-align: left;
	width: auto;
}
.product-list .actions .cart button:after
{
	background: #c5282f!important;
}
.product-list .add-to-links .wishlist,.product-list .add-to-links .compare,.product-list .add-to-links .qv-button-container
{
	float: none;
	margin: 0 5px;
	width: auto;
}
.product-list .add-to-links div button span
{
	display: none;
}
.product-list .add-to-links .wishlist button:hover,.product-list .add-to-links .compare button:hover
{
	background-color: #0e96ff;
	background-position: 0 100%;
	border-color: #0e96ff;
}
.box-heading
{
	border-bottom: 3px solid #0e96ff;
}
.category-top
{
	display: inline-block;
	width: 100%;
}
.category-top h2
{
	display: none;
}
.category
{
	margin: 33px 0 0;
}
.category-top .category-image
{
	margin: 0;
	overflow: hidden;
	text-align: center;
}
.category-top .category-des
{
	font-family: inherit;
	font-size: 12px;
	margin-left: 220px;
}
.category .box-heading h3
{
	margin: 0;
	padding: 0 0 8px;
}
.category .box-heading h3 span
{
	color: #555;
	display: block;
	font-family: inherit;
	font-size: 25px;
	font-weight: 400;
	min-height: 16px;
	text-transform: uppercase;
}
.category .list-group
{
	padding: 15px 0 0;
}
.category .list-group li
{
	line-height: 35px;
}
.category .list-group li ul li
{
	padding: 0 10px;
}
.category .list-group li:last-child
{
	border: 0;
}
.category .list-group li a
{
	background: url(../image/bg_vertical.png) repeat-x scroll 0 50%;
	border: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	color: #444;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	padding: 0;
	text-decoration: none;
}
.category .list-group li a span
{
	background: #fff;
	font-family: inherit;
	font-size: 15px;
	padding-right: 10px;
}
.category .list-group li ul li a
{
	padding: 3px 0 0;
	text-transform: capitalize;
}
.category .list-group li a:hover
{
	background: url(../image/bg_vertical.png) repeat-x scroll 0 50%;
	border: 0;
	color: #0e96ff;
}
.category-filter .filter-content
{
	margin: 15px 0 0;
}
.category-filter .filter-content:first-child
{
	margin: 0;
}
.category-filter .panel-heading
{
	background-color: #0e96ff;
	border-bottom: 5px solid #1a75bb;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-family: inherit;
	font-size: 14px;
	padding: 15px 10px 10px 20px;
	text-transform: uppercase;
	word-wrap: break-word;
}
.category-filter .panel-heading span
{
	color: #fff;
	display: inline-block;
	font-family: inherit;
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
	word-wrap: break-word;
}
.category-filter
{
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 30px 0 0;
}
.category-filter .filter-content a.list-group-item
{
	background: url(../image/narrow-by.png) no-repeat 98% 50%;
	border: 0;
	border-bottom: 2px solid #000;
	color: #444;
	font-size: 14px;
	line-height: 30px;
	padding: 5px 10px;
	text-transform: uppercase;
}
.category-filter .filter-content div.list-group-item,.category-filter .filter-content div.list-group-item:last-child
{
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 10px 30px;
}
.category-filter .panel-footer
{
	background: none;
	border: 0;
	display: inline-block;
	margin: 5px 0 0;
	padding: 10px 20px 0;
	text-align: left;
	width: 100%;
}
.category-image .img-thumbnail
{
	border: 0;
	border-radius: 0;
	padding: 0;
}
.list-group-item label
{
	border-bottom: 1px solid #eee;
	font-family: inherit;
	font-size: 14px;
	margin: 0;
	padding: 13px 0 0 10px;
}
.list-group-item label:last-child
{
	border: 0;
}
.pagination>li>a,.pagination>li>span
{
	height: 31px;
	line-height: 31px;
	padding: 0;
	text-align: center;
	width: 31px;
}
.image .rating
{
	background: rgba(255,255,255,0.2);
	left: 0;
	moz-transform: translateY(-20px);
	moz-transition: all .3s ease-out;
	ms-transform: translateY(-20px);
	opacity: 0;
	o-transform: translateY(-20px);
	padding: 5px 0;
	position: absolute;
	text-align: center;
	top: 30%;
	transform: translateY(-20px);
	transition: all .3s ease-out;
	webkit-transform: translateY(-20px);
	webkit-transition: all .3s ease-out;
	width: 100%;
}
.item-inner:hover .image .rating
{
	moz-transform: translateY(0px);
	moz-transition: all .3s ease-out;
	ms-transform: translateY(0px);
	opacity: 1;
	o-transform: translateY(0px);
	transform: translateY(0px);
	transition: all .3s ease-out;
	webkit-transform: translateY(0px);
	webkit-transition: all .3s ease-out;
}
.name
{
	font-weight: 400;
	text-align: left;
	width: 100%;
}
.name a
{
	color: #454545;
	font-family: inherit;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
}
.name a:hover
{
	color: #0e96ff!important;
}
.rating .fa-stack
{
	font-size: 8px;
}
.rating .fa-star-o
{
	color: #999;
	font-size: 15px;
}
.rating .fa-star
{
	color: #FC0;
	font-size: 15px;
}
.rating .fa-stack-3x
{
	color: #ddd;
}
.rating .fa-star + .fa-star-o
{
	color: #E69500;
	display: none;
}
.price
{
	color: #f65656;
	font-size: 14px;
	font-weight: 700;
}
.price-old
{
	color: #4a4a4a;
	font-size: 10px;
	font-weight: 400;
	padding-left: 5px;
	text-decoration: line-through;
}
.price-tax
{
	color: #999;
	display: none;
	font-size: 15px;
}
.price-dis
{
	color: #999;
	
	font-size: 16px;
}

.price-diskat
{
	color: #8fbf13;
	font-size: 14px;
	font-weight: bold;
}



.category-list h3
{
	color: #444;
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: uppercase;
}
.category-list ul
{
	float: left;
	margin: 0;
}
.category-list li
{
	background-color: #666;
	display: inline-block;
	float: left;
	margin-bottom: 8px;
	margin-right: 12px;
	padding: 3px 10px;
}
.category-list li a
{
	color: #fff;
	font-size: 13px;
}
.row-compare
{
	display: none;
}
.product-filter .grid-list-parent
{
	float: left;
}
.product-filter .btn-group button
{
	background: none;
	box-shadow: none;
	color: #000;
	font-weight: 400;
	line-height: 30px;
	outline: none!important;
}
.product-filter .grid-list-parent span
{
	font-size: 0;
	padding-left: 5px;
	text-indent: -9999px;
}
.product-filter .btn-group #list-view
{
	background: #000 url(../image/list.png) 0 0 no-repeat;
	height: 27px;
	width: 27px;
}
.product-filter .btn-group #grid-view
{
	background: #000 url(../image/grid.png) 0 0 no-repeat;
	height: 27px;
	width: 27px;
}
.product-filter .btn-group #grid-view:hover,.product-filter .btn-group .selected#grid-view
{
	background-color: #1889e0;
}
.product-filter .btn-group #list-view:hover,.product-filter .btn-group .selected#list-view
{
	background-color: #1889e0;
}
.text-right
{
	color: #929191;
	font-size: 13px;
}
.product-filter
{
	border: 1px solid #e5e5e5;
	margin: 20px 0 25px;
	overflow: hidden;
	padding: 10px;
}
.product-filter .limit
{
	color: #666;
	float: right;
	margin: 2px 0 0;
	padding: 0 20px;
}
.product-filter .sort
{
	float: right;
	margin: 0;
	padding: 0 0 0 20px;
}
.product-filter .btn-group
{
	display: inherit;
	float: left;
	margin: 0;
}
.product-filter select
{
	background: #f2f2f4;
	border: none!important;
	border-radius: 20px;
	color: #929191;
	display: inline-block;
	float: none;
	font-size: 12px;
	height: auto;
	padding: 3px;
	vertical-align: middle;
	width: auto;
}
.product-filter label
{
	color: #444;
	display: inline-block;
	float: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 27px;
	margin: 0 10px 0 0;
	text-transform: capitalize;
}
.button-view:hover
{
	cursor: pointer;
}
.common-home .alert-success
{
	border-radius: 0;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.thumbnails
{
	clear: both;
	list-style: none;
	margin: 0;
	overflow: auto;
	padding: 0;
}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus
{
	background-color: #bebebe;
	border-color: #bebebe;
}
.thumbnails > li
{
	margin-left: 20px;
}
.thumbnails
{
	margin-left: -20px;
}
.thumbnails > img
{
	width: 100%;
}
.image-additional a
{
	background: #f1f1f1;
	border: 0;
	border: 1px solid #f1f1f1;
	border-radius: 0;
	display: block;
	float: left;
	margin: 0;
	margin-top: 7px;
	padding: 0;
}
.thumbnails .image-additional
{
	float: left;
	margin-left: 20px;
	max-width: inherit;
	width: 27%;
}
.image-block .owl-carousel .owl-item
{
	padding: 15px;
}
.product-ocbestseller .product-filter,.product-ocnewproduct .product-filter
{
	margin: 0;
}
.layerednavigation
{
	margin-bottom: 30px;
}
.custom-products .item-inner
{
	margin-bottom: 20px;
	min-height: 315px;
}
.product-view .image-additional
{
	margin: 0;
}
.product-view .owl-theme .owl-controls
{
	border: none;
	position: static;
}
.product-view .view-related.owl-carousel .owl-wrapper-outer
{
	width: 100%;
}
.product-view .view-zoom
{
	position: inherit;
}
.image-block .owl-carousel .owl-wrapper-outer
{
	min-height: 130px;
}
.zoomLens
{
	height: 200px!important;
	width: 200px!important;
}
.product-view .thumbnails-image .thumbnail
{
	background: #fff;
	border: 0;
	border: 1px solid #ebebeb;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.product-view .owl-controls
{
	height: 0;
	padding: 0;
	width: 0;
}
.product-view .owl-controls .owl-buttons div
{
	float: left;
}
.product-view .owl-carousel
{
	padding: 0 50px;
}
#content .product-view .product-name h1
{
	font-family: inherit;
	font-size: 20px!important;
	font-weight: 700;
	margin: 0!important;
}
.product-view .box-review-rating
{
	margin-top: 10px;
}
.product-view .list-unstyled
{
	font-family: inherit;
	margin: 0;
	padding: 10px 0;
}
.product-view .short-description
{
	color: #898989;
	font-family: inherit;
	font-size: 12px;
	line-height: 23px;
	padding: 15px 0 0;
	text-align: justify;
}
.product-view .add-to-links
{
	display: inline-block;
	margin-top: 20px;
}
.product-view .add-to-links .wishlist
{
	margin-right: 5px;
}
.product-view .add-to-links .wishlist button:hover span,.product-view .add-to-links .compare button:hover span
{
	color: #0e96ff;
}
.product-view .list-unstyled li
{
	color: #818181;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 3px;
	text-transform: none;
}
.product-view #product
{
	clear: both;
	margin-top: 15px;
	max-height: 350px;
	overflow: auto;
}
.product-view .btn-default
{
	background: #ebebeb;
}
.product-view #product h3
{
	margin: 0;
}
.product-view .list-unstyled li a
{
	color: #0e96ff;
}
.product-view .list-unstyled li a:hover
{
	color: #4d4d4d;
}
.product-view .price
{
	font-family: inherit;
	font-size: 24px;
	margin: 0;
	padding: 10px 0 0;
	text-align: left;
	width: 100%;
}
.product-view .price span
{
	color: #b3b3b3;
	font-size: 18px;
	margin-right: 3px;
}
.product-view .item-inner .price span.price-new
{
	color: #0e96ff;
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	text-decoration: inherit;
}
.product-view .description
{
	font-size: 13px;
	line-height: 23px;
}
.product-view .item-inner .add-to-links .wishlist,.product-view .item-inner .add-to-links .compare
{
	float: right;
	width: 46%;
}
.product-view .item-inner .description
{
	display: none;
}
.product-view .addthis_toolbox
{
	padding-top: 20px;
}
.view-tag
{
	background: #e8e8e8;
	display: inline-block;
	margin: 20px 0 0;
	padding: 15px;
	width: 100%;
}
.view-tag a
{
	font-size: 14px;
	text-transform: capitalize;
}
.product-view #product .add-to-links .wishlist,.product-view #product .add-to-links .compare
{
	display: inline-block;
	margin: 0 5px 0 0;
}
.product-view .add-to-links .wishlist button,.product-view .add-to-links .compare button
{
	background: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #a6a6a6;
}
.product-view .add-to-links .wishlist button:before
{
	content: '\f004';
}
.product-view .add-to-links .compare button:before
{
	content: '\f079';
}
.product-view .add-to-links div
{
	float: left;
	width: auto;
}
.product-view .add-to-links .btn-group,.product-view .add-to-links .form-group
{
	display: inline-block;
	margin: 0;
}
.product-view .add-to-links .form-group
{
	padding-bottom: 0;
}
.alert-info-fa
{
	display: inline-block;
	float: none!important;
	width: 100%!important;
}
.product-view .add-to-links .alert.alert-info
{
	display: inline-block;
	float: none;
	margin: 15px 0;
}
.product-view .add-to-links label
{
	color: #A6A6A6;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	margin: 0 5px 0 0;
}
.product-view .form-group #minus
{
	background: #e5e5e5 url(../image/qty_input.png) 100% 0 no-repeat;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #b2b2b2;
	display: block;
	float: left;
	height: 49px;
	line-height: 49px;
	margin-left: 5px;
	width: 49px;
}
.product-view .form-group #minus:hover
{
	background-color: #0e96ff;
	border-color: #0e96ff;
}
.product-view .form-group #plus
{
	background: #e5e5e5 url(../image/qty_input.png) no-repeat;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #b2b2b2;
	display: block;
	float: left;
	height: 49px;
	line-height: 49px;
	margin-left: 5px;
	width: 49px;
}
.product-view .form-group #plus:hover
{
	background-color: #0e96ff;
	border-color: #0e96ff;
}
.product-view .form-group #input-quantity
{
	background: #fff!important;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #000;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 9px 0;
	text-align: center;
	width: 35px!important;
}
.product-view .form-group #button-cart
{
	background: transparent;
	border-color: #e2e2e2;
	border-radius: 100px;
	color: #3c3c3c;
	float: left;
	font-size: 11px;
	font-weight: 700;
	line-height: 0;
	padding: 9px 22px 6px;
	width: auto;
}
.product-view .form-group #button-cart:hover
{
	background: #0e96ff;
	border-color: #0e96ff;
	color: #fff;
}
.product-view .form-group
{
	display: inline-block;
	width: 100%;
}
.product-view #product .add-to-links
{
	margin: 0;
	padding: 10px 0 0;
	text-align: left;
}
.product-view .input-content
{
	float: left;
	margin-right: 10px;
}
.product-view .rating
{
	display: inline-block;
	text-align: left;
}
.product-view .rating p
{
	display: inline-block;
	margin: 0;
	padding: 10px 0;
	width: 100%;
}
.product-view .tab-view
{
	float: left;
	width: 100%;
}
.product-view .tab-view a
{
	background: none;
	border: 0;
	border-bottom: 0;
	border-radius: 0;
	color: #000;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	padding: 16px 23px 13px 0;
	text-decoration: none;
	text-transform: uppercase;
}
.product-view .tab-view a:hover,.product-view .tab-view li.active a
{
	background: none;
	border: 0;
	border-bottom: 2px solid #00a9e0;
	color: #00a9e0;
}
.product-view .nav-tabs
{
	margin: 20px 0 0;
}
.product-view .tab-content
{
	border: 1px solid #e1e1e1;
	color: #959595;
	font-size: 12px;
	line-height: 23px;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 0;
	max-height: 300px;
	overflow: auto;
	padding: 20px;
	text-align: justify;
}
.product-view #tab-review h2
{
	font-size: 18px;
	margin: 20px;
	text-transform: capitalize;
}
.product-view #tab-review .table
{
	border: 0;
}
.product-view #tab-review .table td
{
	background: none;
	border: 0;
	padding: 0;
	text-align: left;
}
.tab-content strong
{
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 5px;
}
.product-view .tab-view .form-group label
{
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
	width: 100%;
}
.product-view .tab-view input.form-control
{
	border: 1px solid #e8e8e8!important;
	box-shadow: none;
	font-size: 13px;
	width: 300px;
}
.product-view .tab-view textarea
{
	border: 1px solid #e8e8e8!important;
	box-shadow: none;
	font-size: 14px;
	line-height: 25px;
	min-height: 100px;
	width: 500px;
}
.product-view .tab-view .text:before
{
	border-bottom: 9px solid #e5e5e5;
	border-left: 9px solid rgba(0,0,0,0);
	border-right: 9px solid rgba(0,0,0,0);
	content: "";
	display: inline-block;
	left: 9px;
	position: absolute;
	top: -9px;
}
.product-view .tab-view .text:after
{
	border-bottom: 8px solid #fff;
	border-left: 8px solid rgba(0,0,0,0);
	border-right: 8px solid rgba(0,0,0,0);
	content: "";
	display: inline-block;
	left: 10px;
	position: absolute;
	top: -8px;
}
.product-view .tab-view .text
{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	margin: 5px 0 20px;
	padding: 20px;
	position: relative;
}
.product-view .item-inner .price
{
	border: 0;
	float: left;
	line-height: 32px;
	margin: 0;
	text-align: center;
	width: 100%;
}
.product-view .item-inner .add-to-links .cart button
{
	font-size: 0;
	padding: 0;
}
.product-view .item-inner .rating
{
	text-align: center;
}
.information-sitemap #content ul li ul
{
	margin-left: 20px;
}
.related-container .title-group h2
{
	font-size: 25px;
}
.related-container
{
	clear: both;
	padding-top: 40px;
}
.related-container .owl-carousel
{
	padding-top: 30px;
}
.related-container .row-related .owl-item
{
	padding: 0 15px;
}
.related-container h3
{
	padding: 15px;
}
ul.tab_small
{
	float: right;
}
ul.tab_small li
{
	display: inline-block;
	float: right;
}
ul.tab_small li span
{
	border-radius: 20px;
	color: #4a4a4a;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	margin: 0;
	padding: 5px 20px;
	text-transform: capitalize;
}
ul.tab_small li span:hover,ul.tab_small li.active span
{
	background: #1889e0;
	color: #fff;
}
.title-group
{
	border: 1px solid #e1e1e1;
	height: 47px;
	line-height: 47px;
	padding-right: 50px;
	position: relative;
	text-align: left;
}
.title-group h2,.title-group .title-group-children
{
	color: #444;
	display: inline-block;
	font-size: 16px!important;
	font-weight: 700;
	margin: 0;
	padding: 0 0 0 15px;
	position: relative;
	text-transform: uppercase;
}
.title-group .word1
{
	color: #8fbf13;
}
.product-view .view-related .owl-controls .owl-buttons div
{
	margin: -45px 0 0;
}
.view-related .owl-wrapper
{
	margin: 25px 0 0;
}
.alert-success
{
	border-radius: 0;
	font-size: 13px;
	margin: 0;
}
.table-responsive
{
	max-width: 100%;
	overflow: auto;
}
.table-bordered .fa
{
	color: #fff;
}
.table-responsive thead td
{
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd!important;
	color: #4d4d4d;
	float: none;
	font-size: 14px;
	font-weight: 400;
	min-width: 150px;
	text-align: center;
	text-transform: capitalize;
	vertical-align: middle;
}
.account-order .table-bordered thead td
{
	min-width: 115px;
}
.table-responsive td
{
	color: #4d4d4d;
	font-size: 14px;
	padding: 15px!important;
	text-align: center;
	vertical-align: middle!important;
}
.table-responsive td .img-thumbnail
{
	border: 0;
	border-radius: 0;
}
.table-responsive td.text-left a
{
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
}
.table-responsive td.text-left a:hover
{
	color: #f57b7a;
}
.table-responsive td.text-left small
{
	color: #4d4d4d;
	font-family: inherit;
	font-size: 14px;
}
.table-responsive td .form-control
{
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	height: 35px;
	padding: 5px;
	text-align: center;
	width: 50px;
}
.table-responsive tbody td.text-right
{
	color: #0e96ff;
	font-size: 20px;
}
.table-responsive td .input-group-btn
{
	display: inline-block;
	width: auto;
}
.table-responsive td .btn
{
	margin-right: 15px;
}
.checkout-cart #content h1,.checkout-cart #content h2
{
	font-size: 20px;
}
.checkout-cart #content p
{
	color: #4d4d4d;
	font-family: inherit;
	font-size: 14px;
	margin-bottom: 20px;
}
.checkout-cart #accordion .panel-heading
{
	background: #0e96ff;
}
.checkout-cart #accordion .panel-heading a
{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.checkout-cart #accordion .panel-heading a .fa-caret-down
{
	color: #fff;
	margin: 0 0 0 5px;
}
.checkout-cart .panel-group .panel
{
	background: none;
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	border-top: 0;
	box-shadow: none;
	margin-bottom: 15px;
}
.checkout-cart .panel-collapse label
{
	color: #4d4d4d;
	font-size: 14px;
	line-height: 33px;
	margin: 0;
	padding: 0;
}
.checkout-cart .panel-collapse input
{
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #4d4d4d;
	font-size: 14px;
	height: 40px;
}
.checkout-cart .panel-collapse .input-group-btn
{
	float: left;
}
.checkout-cart .panel-collapse .input-group-btn input
{
	border: 0;
	color: #fff;
	width: auto;
}
.checkout-cart .panel-collapse .form-horizontal .btn
{
	border: 0;
	color: #fff;
	width: auto;
}
.panel-group .panel-heading
{
	background: #323a45;
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	border-top: 0;
	padding: 12px 15px 8px;
}
.panel-group .panel
{
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 15px;
}
.panel-group .panel .panel-heading a,.panel-group .panel .panel-heading .panel-title
{
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
.panel-group .panel .panel-body
{
	border: 1px solid #f2f2f2!important;
	border-top: 0;
}
.panel-group .panel-body
{
	border: 0!important;
}
.panel-group .panel .panel-heading a .fa-caret-down
{
	margin: 0 0 0 8px;
}
.panel-group .panel .panel-heading .panel-title
{
	padding: 0 0 5px;
}
.panel-group .panel-collapse h2
{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 33px;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}
.panel-group .panel-collapse p,.panel-group .panel-collapse label
{
	color: #4d4d4d;
	font-family: inherit;
	font-size: 14px;
}
.panel-group .panel-collapse label
{
	margin-top: 5px;
}
.panel-group .panel-collapse .form-group a
{
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}
.panel-group .panel-collapse .form-group input
{
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	height: 40px;
	width: 300px;
}
.table-bordered thead td
{
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd!important;
	color: #4d4d4d;
	float: none;
	font-size: 14px;
	font-weight: 400;
	min-width: 150px;
	text-align: center;
	vertical-align: middle;
}
.table-bordered td
{
	padding: 8px!important;
	text-align: center;
	vertical-align: middle!important;
}
.table-bordered td.text-left a
{
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
}
.table-bordered td.text-left small
{
	color: #4d4d4d;
	font-family: inherit;
	font-size: 14px;
}
.account-account #content h2,.account-wishlist #content h2
{
	font-size: 24px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.account-account .list-unstyled
{
	margin-bottom: 20px;
}
.account-wishlist .table-bordered thead td
{
	min-width: 135px;
}
.account-wishlist .table-bordered td
{
	padding: 10px!important;
}
.account-wishlist .table-bordered .price
{
	margin: 0;
	text-align: center;
}
.account-wishlist .table-bordered .btn
{
	border-radius: 0;
}
.well
{
	background: none;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
}
.well p
{
	margin: 0 0 20px;
}
.well input
{
	border-radius: 0;
}
.list-group-item:first-child
{
	border-radius: 0;
}
.list-group-item:last-child
{
	border-radius: 0;
}
.account-border .form-group label
{
	text-align: left;
}
.view-related .owl-item
{
	padding: 0 15px;
}
.product-view .col-sm-5
{
	position: inherit!important;
}
.image-block .owl-theme .owl-controls .owl-buttons div
{
	background: url(../image/bx_control.png) no-repeat scroll 0 0 #b2b2b2;
	border: 0;
	border-radius: 0!important;
	cursor: pointer;
	display: block;
	height: 35px!important;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-indent: -9999px;
	top: 30%;
	width: 35px!important;
}
.image-block .owl-theme:hover .owl-controls .owl-buttons div
{
	opacity: 1;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-next
{
	background-position: 100% 0;
	right: 0;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-prev
{
	left: 0;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-next:hover
{
	background: url(../image/bx_control.png) no-repeat 100% 100% #0e96ff;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-prev:hover
{
	background: url(../image/bx_control.png) no-repeat 0 100% #0e96ff;
}
.owl-theme .owl-controls
{
	/* border-left: 1px solid #e1e1e1; */
	min-height: 47px;
	opacity: 1;
	padding-left: 5px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: -47px;
	width: 48px;
}
.owl-theme .owl-controls .owl-buttons div
{
	color: transparent;
	float: left;

	position: relative;
	width: 20px;
}
.owl-theme .owl-controls .owl-buttons div:before
{
	color: #a6a6a6;
	content: "\f0d9";
	display: inline-block;
	float: left;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	line-height: 47px;
	moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	webkit-font-smoothing: antialiased;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before
{
	content: "\f0da";
}
.owl-theme .owl-controls .owl-buttons div:hover:before
{
	color: #0e96ff;
}
.banner-static4
{
	margin: 30px 0 0;
}
.new-products-container
{
	overflow: hidden;
}
.new-products-container .owl-demo-newproduct
{
	padding-top: 30px;
}
.new-products-container .owl-carousel .owl-wrapper-outer
{
	margin-left: -2px;
	padding-bottom: 1px;
}
.new-products-container .name a
{
	font-size: 12px;
	font-weight: 500;
}
.new-products-container .owl-item
{
	padding: 0 15px;
}
.new-products-container .row_items
{
	border: 1px solid #ccc;
}
.new-products-container .item_product
{
	padding: 23px 0;
}
.new-products-container .item-inner
{
	border: 0;
}
.featured-cat-thumb
{
	padding: 30px 0 10px;
}
.featured-cat-thumb .title-group
{
	margin: 0;
}
.featured-cat-thumb .row_item
{
	padding: 0 15px;
}
.featured-cat-thumb .fcategory-content
{
	border: 1px solid #ddd;
	display: inline-block;
	margin-bottom: 20px;
	max-height: 240px;
	min-height: 165px;
	overflow: auto;
	padding: 15px;
	width: 100%;
}
ul.sub-featured-categories
{
	padding-top: 15px;
}
.featured-cat-thumb .owl-carousel
{
	padding-top: 30px;
}
.featured-cat-thumb .name
{
	border: 0;
	color: #454545!important;
	font-size: 14px!important;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.featured-cat-thumb li a
{
	color: #454545;
	font-size: 11px;
	line-height: 20px;
	text-transform: capitalize;
}
.featured-cat-thumb li a:before
{
	color: #00a9e0;
	content: "\f101";
	font-family: FontAwesome;
	font-size: 11px;
	padding-right: 8px;
}
.featured-cat-thumb li a:hover
{
	color: #0e96ff;
}
.featured-cat-thumb img:hover
{
	opacity: .7;
}
.featured-container
{
	border: 1px solid #ddd;
	margin-top: 30px;
}
.featured-container .item-inner
{
	border: 0;
}
.featured-container .title-group
{
	border: 0;
}
.featured-container .owl-carousel
{
	padding: 0 15px;
}
.featured-container .item_product
{
	border-top: 1px solid #ddd;
	padding: 15px 0;
}
.featured-container .name a
{
	color: #4a4a4a;
	font-size: 12px;
	font-weight: 500;
	text-transform: none;
}
.featured-container .rating
{
	margin: 0;
}
.megamenu
{
	border-bottom: 1px solid #ddd;
}
.homemenu
{
	padding: 0 15px;
}
.slider-home
{
	margin-top: 30px;
}
.ttcountdown_module
{
	background: #fff;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.ttcountdown_module .owl-wrapper-outer
{
	padding-top: 30px;
}
.ttcountdown_module .owl-item
{
	padding: 0 15px 25px;
}
.ttcountdown_module .timer-item
{
	border: 1px solid #ddd;
	display: inline-block;
	padding-bottom: 40px;
	padding-top: 15px;
}
.ttcountdown_module .des-container
{
	position: relative;
}
.ttcountdown_module .item-inner
{
	margin: 0;
	padding: 0;
}
.ttcountdown_module .item-inner .price
{
	color: #0e96ff;
	font-size: 36px;
	margin: 0;
	padding: 6px 6px 6px 0;
	width: auto;
}
.ttcountdown_module .item-inner .price .price-old
{
	font-size: 24px;
	padding: 0 0 0 7px;
}
.ttcountdown_module .name
{
	text-align: left;
}
.ttcountdown_module .rating
{
	text-align: left;
}
.ttcountdown_module .image
{
	text-align: center;
}
.ttcountdown_module .rating img
{
	display: inline-block;
}
.ttcountdown_module .price-box
{
	margin-top: 5px;
}
.ttcountdown_module .special-price
{
	color: #f65656;
	display: inline-block;
	font-size: 14px;
	font-size: 21px;
	font-weight: 700;
	margin: 0;
}
.ttcountdown_module .price-box .price-old
{
	color: #4a4a4a;
	display: inline-block;
	font-size: 10px;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding-left: 5px;
	text-decoration: line-through;
}
.ttcountdown_module .actions .cart button
{
	background: #292560;
	height: 46px;
	padding: 0 30px;
}
.ttcountdown_module .actions .cart button:hover
{
	background: #0e96ff;
}
.ttcountdown_module .add-to-links div button
{
	border: 2px solid #e6e6e6;
	height: 46px;
}
.ttcountdown_module .add-to-links div.compare button:hover,.ttcountdown_module .add-to-links div.wishlist button:hover
{
	background-color: #0e96ff;
	background-position: 0 100%;
	border-color: #0e96ff;
}
.ttcountdown_module .add-to-links div.compare button
{
	background: url(../image/timer_compare.png) 0 0;
}
.ttcountdown_module .add-to-links div.wishlist button
{
	background: url(../image/timer_wishlist.png) 0 0;
}
.ttcountdown_module .box-price .description
{
	border-top: 1px solid #e1e1e1;
	color: #959595;
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 10px;
	padding-top: 15px;
	text-align: justify;
}
.ttcountdown_module .actions
{
	background: none;
	display: inline-block;
	float: left;
	margin: 0;
	position: static;
	width: auto;
}
.ttcountdown_module .actions .cart
{
	display: inline-block;
	float: left;
	width: auto;
}
.ttcountdown_module .actions .add-to-links
{
	background: none;
	float: left;
}
.ttcountdown_module .actions .add-to-links div
{
	float: left;
	margin-left: 10px;
}
.ttcountdown_module .actions .add-to-links div button
{
	position: static!important;
}
.title-group2
{
	color: #404040;
	font-family: inherit;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}
.title-group2:before
{
	background: #404040;
	content: "";
	display: block;
	height: 2px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.title-group2 h3
{
	background: #fff;
	display: inline-block;
	font-size: 24px;
	margin: 0;
	padding-right: 10px;
	position: relative;
	text-transform: capitalize;
}
.countdown-row
{
	background: #00a9e0;
	background: none;
	border-radius: 100px;
	bottom: -70px;
	display: inline-block;
	font-family: inherit;
	font-weight: 700;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
}
.countdown-row:before
{
	color: #FFF;
	content: "\f017";
	display: inline-block;
	float: left;
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	text-rendering: auto;
	width: 20%;
}
.countdown-row .countdown-section
{
	border-left: 1px solid #fff;
	color: #FFF;
	float: left;
	line-height: 14px;
	padding-top: 8px;
	text-align: center;
	width: 20%;
}
.ttcountdown_module .name
{
	border: 0;
	margin: 20px 0 0;
}
.ttcountdown_module .name a
{
	color: #4a4a4a;
	font-family: inherit;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.countdown-row .countdown-amount
{
	color: #fff;
	float: left;
	font-family: inherit;
	font-size: 14px;
	width: 100%;
}
.countdown-row .countdown-period
{
	color: #fff;
	float: left;
	font-family: inherit;
	font-size: 9px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
}
.product-tabs-container-slider .owl-item
{
	padding: 0 15px;
}
.about-content
{
	display: inline-block;
	margin-top: 30px;
}
.about-content-left
{
	float: left;
	padding-right: 15px;
	width: 50%;
}
.about-img
{
	float: right;
	text-align: right;
	width: 50%;
}
.about-img img:hover
{
	opacity: .7;
}
.about-des
{
	font-size: 12px;
	line-height: 18px;
	margin-top: 30px;
	text-align: left;
}
.carousel-contain
{
	padding-top: 30px;
}
.carousel-contain .slides
{
	border: 1px solid #ddd;
}
.brand-slider-contain .container
{
	position: relative;
}
.brand-slider-contain .slides .owl-item
{
	padding: 1px 15px;
	text-align: center;
}
.brand-slider-contain .owl-theme .owl-controls
{
	display: none!important;
}
ul.list-group > li
{
	position: relative;
}
.button-view
{
	background: url(../image/button_vertical.png) no-repeat scroll 0 0 #a1cfb8;
	border-left: 10px solid #fff;
	height: 18px;
	position: absolute;
	right: 0;
	text-indent: -99999px;
	top: 5px;
	width: 27px;
	z-index: 9;
}
.alert-success button.close
{
	line-height: 15px;
}
.alert-success button.close:hover
{
	background: none;
}
ul.list-group li.active .button-view
{
	background-position: 0 100%;
}
.ttopen
{
	background-position: 0 100%;
}
.information-contact h3
{
	font-size: 16px;
}
.information-contact #content h1,.information-contact #content h2
{
	margin: 10px 0 0;
}
.affiliate-login .well
{
	border: 1px solid #ddd;
	margin: 20px 0 0;
}
.product-search .checkbox-inline
{
	margin: 10px 0 15px;
}
.menu-recent
{
	border: 0 none;
	padding: 0;
	position: relative;
}
.menu-recent .articles-container
{
	border: 1px solid #ccc;
	border-right: 2px solid #8fbf13;
	margin-top: 30px;
	padding: 10px 0 5px;
}
.menu-recent .owl-theme .owl-controls
{
	right: 0;
	top: -78px;
}
.menu-recent .name_date
{
	display: inline-block;
	width: 100%;
}
.menu-recent .date-blog
{
	color: #3a3a3a;
	display: inline-block;
	font-weight: 600;
	padding: 0 10px 0 0;
}
.menu-recent .item-inner img:hover
{
	opacity: .7;
}
.menu-recent .articles-date
{
	color: #0e96ff;
	display: inline-block;
	float: left;
	font-family: inherit;
}
.menu-recent .articles-intro
{
	color: #a6a6a6;
	font-family: inherit;
	font-size: 12px;
	line-height: 25px;
	margin: 10px 0;
}
.menu-recent .item-inner .articles-name
{
	clear: both;
	color: #222;
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	margin: 15px 0;
	text-transform: uppercase;
}
.menu-recent .item-inner .articles-name:hover
{
	color: #0e96ff;
}
.menu-recent .item-inner .readmore
{
	display: inline-block;
	margin-top: 15px;
	position: relative;
}
.menu-recent .athor-blog
{
	color: #00a9e0;
	display: inline-block;
	line-height: 30px;
}
.menu-recent .item-inner .readmore a
{
	background: #454545;
	border-radius: 20px 0 0 20px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	line-height: 27px;
	padding: 0 15px 0 25px;
	position: relative;
	text-transform: uppercase;
}
.menu-recent .item-inner .readmore:after
{
	background: #00a9e0;
	border-radius: 0 20px 20px 0;
	color: #fff;
	content: "\f101";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	font-size: inherit;
	height: 27px;
	line-height: 27px;
	moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: -29px;
	text-align: center;
	text-rendering: auto;
	top: 0;
	webkit-font-smoothing: antialiased;
	width: 29px;
}
.menu-recent .item-inner .readmore a:hover
{
	color: #222;
}
.menu-recent .item-inner
{
	border: 0;
	margin: 0;
}
.article-container .article-date
{
	float: left;
	margin-top: 20px;
}
.article-container img
{
	float: left;
	width: 40%;
}
.article-container .article-description
{
	float: left;
}
.article-container .article-description p
{
	float: left;
	margin: 0;
	width: 60%;
}
.article-title h3
{
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
.article-date
{
	float: right;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
.article-description p,.article-description
{
	font-family: inherit;
	text-align: justify;
}
.article-description img
{
	margin-bottom: 20px;
}
.readmore-page
{
	border: 2px solid #6B6B6B;
	color: #6B6B6B;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 35px;
	margin-top: 10px;
	overflow: hidden;
	padding: 0 20px;
	text-transform: uppercase;
}
.readmore-page:hover
{
	border-color: #0e96ff;
	color: #0e96ff;
}
.article-item
{
	display: inline-block;
}
.article-layout .odd .intro-content img
{
	float: left;
	margin-right: 30px;
}
.article-layout .even .intro-content img
{
	float: right;
	margin-left: 30px;
}
.even .article-author,.even .articledate,.even .article-name h3
{
	text-align: right;
}
.article-name h3
{
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
.article-name h3 a
{
	color: #333;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}
.article-name h3 a:hover
{
	color: #0e96ff;
}
.article-titles
{
	position: relative;
}
.article-titles::before
{
	background: #ddd;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: -1;
}
.article-titles h2
{
	background: #fff;
	display: inline-block;
	padding: 0 10px 0 0;
}
.article-layout
{
	margin-bottom: 30px;
}
.odd .article-name h3,.even .article-name h3
{
	position: relative;
}
.odd .article-name h3 a
{
	background: #fff;
	padding-right: 10px;
}
.even .article-name h3 a
{
	background: #fff;
	padding-left: 10px;
}
.odd .article-name h3::before
{
	left: 0;
}
.even .article-name h3::before
{
	right: 0;
}
.odd .article-name h3:before,.even .article-name h3:before
{
	background: #ddd;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: -1;
}
.banner-static
{
	position: relative;
}
.banner-static .banner-box
{
	moz-transition: all .3s ease-out;
	position: relative;
	transition: all .3s ease-out;
	webkit-transition: all .3s ease-out;
}
.banner-static .banner-box:before
{
	border: 3px solid transparent;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	moz-transition: all .3s ease-out;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .3s ease-out;
	webkit-transition: all .3s ease-out;
}
.banner-static .banner-box:hover:before
{
	border-color: #fff;
	bottom: 10px;
	left: 10px;
	right: 10px;
	top: 10px;
}
.banner-static .banner-box:hover .box-hover
{
	margin-top: -34px;
}
.banner-static .banner-box:hover .box-hover a
{
	opacity: 1;
	transform: scaleY(1);
}
.banner-static img
{
	width: 100%;
}
.banner-static .banner-box .box-hover
{
	left: 0;
	margin-top: -16px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transition: all .5s ease-out;
}
.banner-static .banner-box .box-hover h1
{
	color: #fff!important;
	font-size: 24px!important;
	text-transform: uppercase;
}
.banner-static .banner-box .box-hover a
{
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	line-height: 27px;
	opacity: 0;
	padding: 0 10px;
	text-transform: uppercase;
	transform: scaleY(0);
	transition: all .5s ease-out;
}
.banner-static1
{
	margin: 30px 0 0;
}
.banner-static2
{
	clear: both;
	padding-top: 10px;
}
.banner-static2 a,.banner-left a
{
	display: block;
	position: relative;
}
.banner-static2 a:hover:before,.banner-left a:hover:before
{
	background: rgba(0,0,0,0.5);
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}
.banner-static2 a:after,.banner-left a:after
{
	border: 0;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	opacity: .5;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}
.banner-static2 a:hover:after,.banner-left a:hover:after
{
	border: 3px solid #fff;
	bottom: 10px;
	left: 10px;
	moz-transition: all .3s ease-out;
	right: 10px;
	top: 10px;
	transition: all .3s ease-out;
	webkit-transition: all .3s ease-out;
}
.banner-static3
{
	background: url(../image/bg_banner_static3.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 50px;
	moz-background-size: cover;
	o-background-size: cover;
	padding: 40px 0;
	position: relative;
	webkit-background-size: cover;
}
.banner-static3:before
{
	background: rgba(0,0,0,0.6);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.banner-static3 .banner-box
{
	text-align: center;
}
.banner-static4 .banner-box:hover:before,.banner-static3 .banner-box:hover img
{
	animation: bounceIn .5s linear infinite alternate;
	moz-animation: bounceIn .5s linear infinite alternate;
	moz-opacity: .7;
	opacity: .7;
	webkit-animation: bounceIn .5s linear infinite alternate;
	webkit-opacity: .7;
}
.banner-static3 .banner-box span
{
	color: #fff;
	display: block;
	font-size: 16px;
	margin-top: 10px;
	text-transform: uppercase;
}
@media (max-width: 1199px)
{
	.ma-footer-link-follow .f-col
	{
		text-align: center;
	}
	.ma-footer-link-follow .f-col-1 h3,.ma-footer-link-follow .link-follow,.newletter-title,.newleter-content
	{
		float: none!important;
	}
	.ma-footer-link-follow .link-follow
	{
		display: inline-block;
	}
	.featured-container .featured-slider-title h2
	{
		font-size: 12px!important;
	}
	.new-products-container .item_product
	{
		min-height: 140px;
	}
	.featured-cat-thumb .fcategory-content
	{
		min-height: 220px;
	}
	.ma-footer-link-follow .payment img
	{
		margin-top: 40px;
	}
	.top-cart
	{
		margin-left: 60px;
	}
	.table-responsive td .form-control
	{
		float: none;
		margin-bottom: 10px;
	}
	.table-responsive td .btn
	{
		margin-right: 9px;
	}
}
@media (max-width: 991px)
{
	.header-welcome
	{
		float: none;
		text-align: center;
	}
	#cart .dropdown-menu
	{
		right: -77%;
	}
	.table-bordered
	{
		display: inline-block;
		overflow: auto;
	}
	#logo>div
	{
		text-align: center;
	}
	.top-cart
	{
		display: inline-block;
		float: none;
		margin-top: 20px;
	}
	.top-wishlist
	{
		display: inline-flex;
		float: none;
		margin: 20px 0 0 10px;
	}
	.header-search-parent
	{
		padding: 20px 15px;
		text-align: center;
	}
	.header-link
	{
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.box-language-currency,.top-link
	{
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.account-border
	{
		overflow: auto;
	}
	ul.link-follow li
	{
		margin-right: 5px;
	}
	.header.fix-nav
	{
		display: none;
	}
	.newletter-container .newleter-content tr
	{
		margin-left: -20px!important;
	}
	.new-products-container .item_product
	{
		min-height: 140px;
	}
}
@media (max-width: 767px)
{
	.second-title .owl-theme .owl-controls .owl-buttons div
	{
		top: 40%;
	}
	.footer .column
	{
		min-height: 180px;
	}
	.powered .left-powered
	{
		text-align: center;
	}
	.powered .right-powered
	{
		margin-top: 20px;
		text-align: center;
	}
	.banner-static .col .banner-box
	{
		margin-bottom: 20px;
	}
	.banner-static .col:last-child .banner-box
	{
		margin-bottom: 0;
	}
	.custom-products .clearfix
	{
		display: none;
	}
	.featured-container .item_product
	{
		min-height: 120px;
	}
	.banner-static2 .banner-box:last-child
	{
		margin-top: 30px;
	}
	.zoomContainer
	{
		display: none;
	}
	.about-us
	{
		margin-top: 30px;
	}
	.image-block .owl-carousel .owl-wrapper-outer
	{
		min-height: 160px;
	}
	.ma-footer-link-follow .payment img
	{
		margin-top: 20px;
	}
	.title-group
	{
		height: auto;
		text-align: center;
	}
	.product-tabs-category-container-slider .owl-theme .owl-controls
	{
		border: 0;
	}
	ul.tab_small
	{
		float: none;
	}
	ul.tab_small li
	{
		float: none;
	}
	.ttcountdown_module .rating,.ttcountdown_module .price-box,.ttcountdown_module .name
	{
		text-align: center;
	}
	.banner-static img
	{
		width: auto;
	}
	.banner-static .banner-box
	{
		text-align: center;
	}
	#back-top
	{
		display: none!important;
	}
}
@media (max-width: 580px)
{
	.currency-language .box-language-currency
	{
		min-width: 125px;
	}
	.box-language-currency .pull-left:last-child
	{
		border-left: 0;
	}
	.title-group
	{
		height: auto;
		padding: 0;
		text-align: center;
	}
	.title-group h2,.title-group .title-group-children
	{
		display: inline-block;
		padding: 0 15px;
		text-align: center;
		width: 100%;
	}
	.owl-theme .owl-controls
	{
		display: none!important;
	}
}
@media (max-width: 450px)
{
	.footer .column
	{
		min-height: auto;
		width: 100%;
	}
	.articles-container
	{
		margin: 0;
	}
	.menu-recent .articles-date,.articles-image
	{
		width: 100%;
	}
	.menu-recent .articles-date
	{
		margin-top: 20px;
	}
	.menu-recent .owl-theme .owl-controls
	{
		right: 0;
	}
	span.countdown-section
	{
		margin-bottom: 10px;
	}
	.product-layout.product-grid
	{
		width: 100%;
	}
	.img-responsive
	{
		display: inline-block!important;
	}
	.ttcountdown_module .actions .cart
	{
		margin-bottom: 10px;
	}
	.countdown-row
	{
		padding: 5px 0;
	}
	.about-content-left,.about-img
	{
		text-align: left;
		width: 100%;
	}
	.ttcountdown_module .timer-item
	{
		border: 0;
		display: inline;
	}
	.owl-carousel .owl-item
	{
		float: left;
		padding-bottom: 70px;
	}
	#cart .dropdown-menu
	{
		right: -96%;
	}
}
@media (max-width: 380px)
{
	.ttcountdown_module .box-price .description
	{
		display: none;
	}
	.owl-controls
	{
		display: none!important;
	}
	.ttcountdown_module .actions .add-to-links .wishlist
	{
		margin: 0;
	}
	.image-block .owl-carousel .owl-wrapper-outer
	{
		min-height: 130px;
	}
	ul.tab_small li span
	{
		padding: 5px 10px;
	}
	.top-cart .cart-inner ul
	{
		right: -60px;
	}
	.currency-language .box-language-currency
	{
		right: -45px;
	}
}
#back-top
{
	background: url(../image/back-top.png) no-repeat no-repeat scroll 50% 50% #7f7f7f;
	bottom: 35px;
	display: none;
	height: 55px;
	position: fixed;
	right: 12px;
	width: 55px;
	z-index: 9999;
}
#back-top:hover
{
	background: url(../image/back-top.png) no-repeat scroll 50% 50% #0e96ff;
}
#back-top
{
	border-radius: 30px;
	moz-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out;
}
#back-top:hover
{
	cursor: pointer;
	moz-transition: all .3s ease 0;
}
a,#top #currency .currency-select,#search .btn-lg,.item-inner,.owl-theme .owl-controls .owl-buttons div,.product-list .product-container,#cart .icon-cart,#cart .icon-cart .fa,#search .btn-lg .fa,ul.tabs li span,.item-inner .actions,ul.tabs-category li,ul.link-follow a,ul.link-follow li a span,.item-inner .add-to-links div button,.currency:hover .dropdown-menu1,.language:hover .dropdown-menu1,.ttcountdown_module .add-to-links div.compare button,.ttcountdown_module .add-to-links div.wishlist button,.currency-language,.product-view .add-to-links button,.product-view .add-to-links button:hover,.product-view .form-group #button-cart,.product-view .add-to-links .compare,.product-view .add-to-links .wishlist,#cart .cart-inner .dropdown-menu-cart,.top-link .top-link-inner,.nivo-directionNav a,.oc-banner7-container .nivo-directionNav a,ul.tab_small li span
{
	moz-transition: all .3s ease;
	transition: all .3s ease;
	webkit-transition: all .3s ease;
}
a:hover,#top #currency .currency-select:hover,#search .btn-lg:hover,.owl-theme .owl-controls .owl-buttons div:hover,#cart:hover .icon-cart,#cart:hover .icon-cart .fa,#search .btn-lg:hover .fa,ul.tabs li span:hover,.item-inner:hover .actions,ul.tabs-category li:hover,ul.link-follow a:hover,ul.link-follow li a:hover span,.intem-inner:hover .actions,.currency:hover .dropdown-menu1,.language:hover .dropdown-menu1,.ttcountdown_module .add-to-links div.compare button:hover,.ttcountdown_module .add-to-links div.wishlist button:hover,.currency-language:hover .box-language-currency,.product-view .add-to-links button:hover,.product-view .form-group #button-cart:hover i,.product-view .form-group #button-cart:hover span,.product-view .add-to-links .compare:hover i,.product-view .add-to-links .compare:hover span,.product-view .add-to-links .wishlist:hover i,.product-view .add-to-links .wishlist:hover span,#cart .cart-inner:hover .dropdown-menu-cart,.top-link:hover .top-link-inner,.nivo-directionNav:hover a,.oc-banner7-container .nivo-directionNav a:hover,ul.tab_small li:hover span
{
	cursor: pointer;
	moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	webkit-transition: all .3s ease-out;
}
.btn,button
{
	moz-transition: background-color .3s ease;
	transition: background-color .3s ease;
	webkit-transition: background-color .3s ease;
}
.btn:hover,button:hover
{
	cursor: pointer;
	moz-transition: background-color .3s ease;
	webkit-transition: background-color .3s ease;
}
.links li a,.pt_custommenu div.pt_menu a,.footer-static2 .f-col3 .footer-static-content ul li a
{
	moz-transition: color .5s ease;
	transition: color .5s ease;
	webkit-transition: color .5s ease;
}
.links li a:hover,.pt_custommenu div.pt_menu a:hover,.footer-static2 .f-col3 .footer-static-content ul li a:hover
{
	cursor: pointer;
	moz-transition: color .5s ease;
	webkit-transition: color .5s ease;
}
.products-category .product-list,.product-search .product-list
{
	moz-transition: all .5s cubic-bezier(0.215,0.61,0.355,1);
	o-transition: all .5s cubic-bezier(0.215,0.61,0.355,1);
	transition: all .5s cubic-bezier(0.215,0.61,0.355,1);
	webkit-transition: all .5s cubic-bezier(0.215,0.61,0.355,1);
}
.pt_vmegamenu div.pt_ver_menu .parentMenu a:hover,.pt_vmegamenu div.pt_ver_menu.active .parentMenu a,.pt_vmegamenu div.pt_ver_menu .parentMenu span.block-title:hover
{
	background: #8fbf13!important;
	color: #fff;
}
.pt_custommenu div.pt_menu .parentMenu a.current,.pt_custommenu div.pt_menu .parentMenu a:hover,.pt_custommenu div.pt_menu.act .parentMenu a
{
	color: #037fc3;
}
.footer .banner-footer img
{
	display: inline-block;
	margin-top: 10px;
	width: 65%;
}
.new-products-container
{
	margin-top: 40px!important;
	overflow: hidden;
}
ul.tab_small li span
{
	text-transform: none;
}
.pt_vmegamenu .parentMenu a
{
	text-transform: none!important;
}
.top-header strong
{
	font-weight: 600;
}
.custom-products .item-inner
{
	margin-bottom: 20px;
	min-height: 370px;
}
.ocfilter-option label a
{
	color: #428e1e;
	text-decoration: none;
}
.noUi-connect
{
	background: #8fbf13!important;
	box-shadow: inset 0 0 3px rgba(51,51,51,.45);
	transition: background 450ms;
	webkit-transition: background 450ms;
}
.cate-items
{
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 5px;
	display: none;
	left: 0;
	max-height: 300px;
	overflow: auto;
	padding: 7px 12px;
	position: absolute;
	top: 41px;
	width: 280px;
	z-index: 9999999!important;
}
.cate-items li
{
	cursor: pointer;
	font-family: inherit;
	line-height: 26px;
	text-align: left;
	text-transform: none;
}
.pt_vmegamenu .parentMenu a
{
	font-size: 14px!important;
	font-weight: 400!important;
	line-height: 16px!important;
	text-transform: capitalize;
}
.alert-success
{
	border-radius: 0;
	bottom: 0;
	font-size: 13px;
	margin: 0;
	position: fixed;
	right: 0;
	z-index: 999999999;
}
.owl-demo-newproduct .owl-item .row_items
{
	border: 1px solid #ccc;
	min-height: 480px;
}
#cmsblock-41 .banner-box1 img
{
	min-height: 480px;
}
.breadcrumb li:last-child a
{
	text-transform: none;
}
.qv-button-container
{
	display: none!important;
}
.ocfilter-option label a
{
	color: #428e1e!important;
	text-decoration: none;
}
.image-additional a
{
	max-width: 175px;
}
.image-additional img
{
	max-width: 175px;
}
.product-view .image-additional
{
	margin: 0;
	margin-left: 15px;
}
#content h1,#content h2
{
	color: #444;
	font-size: 18px;
	text-transform: none;
}
.item-inner .image a
{
	min-height: 200px;
}
.tab_container_category .carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img
{
	text-align: right;
}
@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape)
{
	.item-inner .new
	{
		top: 21px;
	}
	.owl-demo-newproduct .owl-item .row_items
	{
		min-height: 530px;
	}
	.product-filter .limit
	{
		float: none;
	}
	.ttcountdown_module .timer-item
	{
		min-height: 610px;
	}
	.row2-cart .button-cart a
	{
		display: block;
		text-align: center;
	}
	.item-inner .image a
	{
		height: 200px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait)
{
	.article-layout .odd .intro-content img
	{
		float: none;
	}
	.item-inner .new
	{
		display: block;
		top: 21px;
	}
	.menu-recent .articles-intro
	{
		min-height: 190px;
		overflow: hidden;
	}
	.owl-demo-newproduct .owl-item .row_items
	{
		min-height: 530px;
	}
	.product-filter .sort
	{
		padding: 0;
	}
	.product-filter select
	{
		width: 100%;
	}
	.product-filter .limit
	{
		float: none;
		padding: 0;
	}
	.pagination>li>a,.pagination>li>span
	{
		height: 27px;
		line-height: 27px;
		width: 27px;
	}
	.related-container a
	{
		font-size: 10px;
	}
	#cart .dropdown-menu
	{
		right: -45%;
	}
	.row2-cart .button-cart a
	{
		display: block;
		text-align: center;
	}
	.item-inner .image a
	{
		height: 200px;
	}
	.phone-mobile
	{
		display: block;
	}
}
.new-products-container .item-inner
{
	border: 0;
	height: 128px;
}
#cart .dropdown-menu
{
	min-width: 375px;
}
.pt_vmegamenu div.more-wrap .parentMenu a.more-ver-menu,.pt_vmegamenu div.close-wrap .parentMenu a.close-ver-menu
{
	line-height: 51px!important;
}
#column-left .hidden-xs
{
	display: block!important;
}
.category-row .fa
{
	color: #0e96ff;
}
.phone-mobile
{
	display: inline-block;
	margin-left: 30px;
}
.phone-mobile a
{
	color: #d8241a;
	padding-left: 15px;
	padding-right: 15px;
}
.block1 .column .itemMenu > a
{
	color: #6d6d6d;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	padding-right: 30px;
	text-decoration: none;
	text-transform: capitalize;
	width: 100%;
}