select { border:1px solid #cccccc !important; box-shadow: none !important;}
*{
	padding: 0;
	margin: 0;
}
img {
    max-width: 100%;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
ul, ol { margin:0; }
li { list-style: none;}
body {
	background-color:#f9f9f9;
	color:#747474;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	font-weight: 400;
	text-align: left;
}
b, strong { font-weight:normal; }
h1, h2, h3, h4, h5, h6 {
	color: #2f2f2f;
}
a:focus { background:none;}
#content h1 ,#content h2 {
    border: medium none;
    color: #444;
    font-size: 16px;
    text-transform: uppercase;
	margin:10px 0 20px;
}
#content .account-border h1,#content .account-border h2 { margin:0; padding:20px 0; display:inline-block; width:100%; }
.table-condensed th { color:#fff; }
.table-condensed th:hover { color:#4ac4fa; }
.table-condensed span,.table-condensed span:hover { background:none !important; }
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a, a:visited, a b {
	color: #666;
	font-size:14px;
	text-decoration: none !important;
	cursor: pointer;
}
:focus        { outline:none; }
a:focus        { outline:none; }
.btn:hover, .btn:focus { outline:none; }
a:hover {
	text-decoration: none !important;
	color:#4ac4fa;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px 15px;
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
	box-shadow:none;
	height:40px;
	border:1px solid #ddd;
	border-radius:0;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/*link-contact-----------------------------------*/

.link-contact { margin:16px 0 5px; width:100%; display:inline-block;}
.link-contact h2 {
	font-size:14px;
	font-weight:400;
	color:#69686c;
	float:left;
	margin:0  10px 0 0;
	position:relative;
}
.link-contact h2:before {
    font-family: FontAwesome;
    margin-right: 5px;
	color:#69686c;
}
.link-contact h2.email:before {
	content:"\f0e0";
}
.link-contact h2.phone:before {
	content:"\f095";
}

/* top */

#logo { text-align:left; margin:20px 0 0; }
#logo .fix-logo { display:none; }
#logo.fix-logo a { display:none; } 
#logo.fix-logo a.fix-logo { display:block;}
#top {
	position:relative;
	z-index:99999;
	padding: 0;
	background:#fff;
	border-bottom:1px solid #e5e5e5;
}
#top #currency .currency-select {
	text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    color: #6e6e6e;
    font-family: "Raleway",sans-serif;
    background: none;
	padding:0;
}
#top #currency li.active .currency-select {
	text-shadow: none;
	color:#4ac4fa;
	background:none;
	text-decoration:none !important;
}
#top #currency li .currency-select:hover {
	color:#4ac4fa;
}
#top #currency .currency-select:hover span,#top #currency li.active .currency-select span { color:#4ac4fa; }
#top-links .box-link i { margin-left:10px; display:none; }
.links li { padding:0 10px 0 0; border-right:1px solid #e5e5e5; float:left; margin-right:10px; }
.links li:last-child { border:0; }
.links li a {
	text-transform: capitalize;
    color: #666;
	padding:0;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
	background:none;
	width:100%;
}
.links li a:before {
	content:"\f13e";
	display: inline-block;
    font-family: FontAwesome;
    font-style: inherit;
    font-size: 18px;
    color: #ffa200;
    margin-right: 6px;
}
.links li a.account:before {
	content: "\f007";
}
.links li a.wishlist:before {
	content: "\f004";
}
.links li:last-child a { border:0;  }
.links li a:hover {
	background:none;
    text-indent: inherit;
	color:#ffa200;
}
.links li a:hover span { color:#ffa200; }
.links li .nav .open > a { background:none; }
.links li a:hover { color:#ffa200; }
.links li.dropdown a:focus { background:none; }
.links li:last-child { background: none; }
.links .dropdown-menu li { background: none; width: 100%; text-align: left; }
.links .dropdown-menu li a { padding: 5px 0; background:none;}
.links .dropdown-menu li a:hover {  color:#ffa200; background: none; }
#top-links { margin-bottom: 20px; margin-left:57px; width:100%; float:left !important;   }
#top-links .dropdown-menu {
	padding:5px 15px;
	border:0;
	border:1px solid #aaa;
	border-top:0;
	background:#fff;
	border-radius:0;
	margin:0;
	min-width:110px;
	box-shadow:0 3px 3px #aaaaaa;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	height:auto;
	line-height:22px;
	padding:3px 0;
	width:100%;
	color:#555;
}
#top-links .dropdown-menu a:hover { color:#de5648; }
#top .btn-link strong {
	font-size: 14px;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .dropdown-menu .arrow-cart {
	background:url("../image/arrow-up1.png") no-repeat 0 0;
	width:10px;
	height:7px;
	position:absolute;
	top:-10px;
	left:45px;
}
.link-wishlist { float:right; margin-right:15px; }
.link-wishlist a {
	width:30px;
	height:28px;
	display:inline-block;
	background:url("../image/icon-wishlist.png") no-repeat 0 0;
	font-size:0;
}
.currency-language {
    float: left;
	margin:0;
}
#currency label {
	float:left;
	font-size: 12px;
    text-transform: capitalize;
	color:#fff;
	margin:0 8px 0 0;
	display:none;
}
#currency .dropdown-toggle {
    display: block;
    margin: 0;
    padding:3px 13px;
    border:1px solid #f0f0f0;
	background:#f0f0f0;
    line-height: 20px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    z-index: 10;
    text-decoration: none !important;
	border-radius:5px;
}
#currency .dropdown-toggle:hover { color:#747474; }
.currency-language .dropdown-currency li { 
	width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 6px;
    padding: 0 0 6px;
    border-bottom: 1px solid #d3d3d3;
}
.currency-language .dropdown-currency li:last-child { border:0; margin:0; }
.currency-language .dropdown-currency li  button {
	padding:0;
	text-align:left;
	border:0;
}
.currency-language .dropdown-currency li  button:hover {
	background:none;
	color:#252525;
	text-decoration:none;
	border:0;
}
.currency-language { float:right; }
#language .dropdown-menu .arrow-cart {
    background: url("../image/arrow-up1.png") no-repeat scroll 0 0;
    height: 7px;
    right: 43px;
    position: absolute;
    top: -9px;
    width: 10px;
}
#language .dropdown-menu { min-width:98px; left:36px; margin:5px 0 0; }
#currency .dropdown-menu { left:53px; min-width:43px; margin:5px 0 0;}
#currency .btn-link strong {
    color: #747474;
    font-size: 12px;
    font-family: arial;
    text-align: left;
    text-transform: capitalize;
}
#currency .btn-link span {
	color:#7e7e7e;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    text-transform: capitalize;
}
#currency .btn-link span:hover,#currency .btn-link strong:hover,.currency-language .dropdown-currency li button:hover span {
	text-decoration: none !important;
	color:#4ac4fa;
}
#currency .btn-link strong { margin-right: 3px;}
#currency .btn-link .fa-caret-down {
	color: #747474;
	font-size: 12px;
	position: relative;
	top:0;
	left: 0;
	margin-left:0;
}
.header-currency .box-currency .currency-content {
	background:#fff;
	border: 1px solid #DDD;
    border-top: 3px solid #4ac4fa;
    left:0;
    list-style: none;
    margin: 0;
    width:68px;
    opacity: 0;
    padding: 8px 10px 1px;
    position: absolute;
    top: 55px;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.header-currency .box-currency:hover .currency-content {
	top: 38px;
    opacity: 1;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.box-currency { position:relative; overflow:hidden; padding:5px 0; }
.box-currency:hover { overflow:inherit; }
#currency .dropdown-menu .currency-select span { position: relative; top: 0; left: -1px; margin-right: 3px; }
#currency .dropdown-menu .currency-select:hover span { color:#4ac4fa; }
#language label {
	color: #fff;
    float: left;
    font-size: 12px;
    margin: 0 8px 0 0;
    text-transform: capitalize;
	display:none;
}
#language .dropdown-toggle {
    display: block;
    margin: 0;
	background:#f0f0f0;
    padding:3px 10px;
	border:1px solid #f0f0f0;
	line-height:20px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    z-index: 10;
	text-decoration:none !important;
	border-radius:5px;
}
#language .btn-link span,#language .btn-link strong {
    color: #747474;
    font-size: 12px;
    font-family: arial;
    text-align: left;
    text-transform: capitalize;
}
#language .btn-link span:hover { color:#4ac4fa; }
.header-laguage .box-language { position:relative; } 
.header-laguage .box-language .lang-content {
	background:#fff;
	border: 1px solid #DDD;
    border-top: 3px solid #4ac4fa;
    right:0;
    list-style:none;
    margin: 0;
    width: 105px;
    opacity:0;
    padding:8px 10px 3px;
    position: absolute;
    top: 55px;
    z-index:99;
	-moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.header-laguage .box-language:hover .lang-content {
	top:38px;
	opacity:1;
	-moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.header-laguage .box-language { overflow:hidden; position:relative; padding:5px 0; }
.header-laguage .box-language:hover { overflow:inherit; }
.header-laguage,.header-currency { float:right; margin-left:10px; }
#language .btn-link img {
	position: relative;
    top: -1px;
	margin-right: 3px;
}
#language .btn-link .fa-caret-down {
	color:#747474;
	font-size: 12px;
	position: relative;
	top: 0;
	left: 0;
	margin-left: 0;
}
#language .dropdown-menu a {
    color: #fff;
    font-size: 13px;
    text-align: left;
    text-transform: inherit;
    padding: 5px 10px;
}
#language .dropdown-menu a:hover {
	color: #4ac4fa;
	background:none;
}
.currency-language #language  li { 
	width:100%; 
	float:left;
	text-align:right;
	margin:0 0 6px;
	padding:0 0 6px;
	border-bottom:1px solid #d3d3d3;
}
.currency-language #language li:last-child { border:0; margin:0; }
.currency-language #language li a {
	text-transform: capitalize;
    font-size: 12px;
    text-align: left;
    color:#7e7e7e;
	background:none;
}
.currency-language #language li a img { margin:0 5px 0 0; }
.currency-language #language li.active a,.currency-language #language li a:hover {
	background:none;
	color:#4ac4fa;
}
.currency-language #language a:hover,.currency-language #language li.active a { color:#4ac4fa; }
#language .dropdown-menu img { position: relative; top: -1px; left:-1px; margin-right: 3px;}
.dropdown-menu {
	box-shadow: none;
	border:1px solid #ddd;
	background:#fff;
	min-width: 140px;
	border-radius:0;
	left:60px;
}
.dropdown-menu .table-condensed th {  color:#2f2f2f; }
.bootstrap-datetimepicker-widget.dropdown-menu td a span { color:#fff; }
.bootstrap-datetimepicker-widget.dropdown-menu td  span  { color:#2f2f2f; }
.text-welcome { text-align:left; float:left; margin:0; }
.text-welcome p {
	margin: 10px 0;
    line-height: 19px;
    padding: 0 15px 0 0;
    border-right: 1px solid #e5e5e5;
    font-family: arial;
    font-size: 12px;
}
.call-free h2 {
	float: left;
    padding: 5px 15px;
    line-height: 28px;
    font-family: arial;
    font-size: 12px;
	margin:0;
	color:#747474;
}

/*Search-category============================================================*/
#search-by-category{
	border:3px solid #e4e4e4;
	width:600px;
	border-radius: 5px;
	background:#fff;
	float:right;
	margin-right:40px;
}
#search-by-category .price { min-height:30px; text-align:center; font-size:16px; }
#search-by-category .search-container .categories-container{
    float:left;
    position:relative
}
#search-by-category .search-container #text-search{
    width:270px;
	float:left;
    border:0;
    border-left:0;
    box-shadow:none;
    height:50px;
    color: #888;
    font-size: 13px;
	padding:10px 16px 8px;
	background:#fff;
	font-family:'arial';
}
#search-by-category .search-container #sp-btn-search{
    width:auto;
    float:right;
}
#search-by-category .search-container .categories-container{
    text-transform: uppercase;
    border:0;
	border-right:1px solid #e4e4e4;
	background:#f6f6f6;
	margin:0;
}
#search-by-category .search-container .categories-container .hover-cate p{
    margin:0;
    font-size: 14px;
    color: #999;
    padding:0 50px 0 13px;
    cursor: pointer;
    height: 50px;
    overflow: hidden;
	text-transform:capitalize;
	transition:0s;
}
#search-by-category .search-container .categories-container .hover-cate p:hover {
	transition:0s;
}
#search-by-category .search-container .categories-container .hover-cate p i{
    position:absolute;
    top:16%;
    right:5px;
    padding:3px 13px 3px 0;
	font-size: 26px;
    color: #999;
    display: inline-block;
    line-height: 29px;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: none repeat scroll 0% 0% #FFF;
    max-height: 300px;
    overflow: auto;
	text-align:left;
    margin-top:3px;
    border: 1px solid #ddd!important;
    padding: 5px;
    width:115%;
    cursor: pointer;
}
.cate-items li {
    text-transform: capitalize;
    color:#333;
    font-size: 13px;
	line-height:25px;
    list-style: none;
}
.cate-items li.f1 {
    padding-left: 5px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left:0;
    top: 58px;
    width:68%;
}
.search-ajax .product-name {
	color: #666;
	font-size: 14px;
	text-transform: capitalize;
	margin:10px 0 0;
	text-align:center;
}
.search-ajax .product-price { text-align:center; }
.search-ajax .product-name:hover {
	color:#F01B48;
}
.search-ajax .product-info { margin-bottom:20px; }
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:300px;
    overflow: auto;
    padding:30px 10px 10px;
}
#btn-search-category{
    background: #f06262;
	border-left:3px solid #e4e4e4;
    padding:0 20px;
	height:50px;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
	color:#fff;
    box-shadow:none;
    border-radius:3px;
    text-shadow:none;
}
#btn-search-category .fa-search{
    text-align: center;
    font-size: 20px;
    color: #fff;
	line-height:44px;
}
#btn-search-category .fa-search:hover {
	color:#ff8c27;
}

/*Banner-staic=========================================*/

.banner-home {
    margin: 30px 0 50px;
}
.banner-home .banner-box {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}
.banner-home .banner-box a:before {
	width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: rgba(255,255,255,0.3);
}
.banner-home .banner-box a:after {
	width: 0;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    content: '';
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.banner-home .banner-box:hover a:before {
	width: 100%;
    height: 100%;
}
.banner-home .banner-box:hover a:after {
	width: 100%;
    height: 100%;
}
.banner-box a {
    overflow: hidden;
    position: relative;
    display: block;
}
.banner-box .des a {
    float: right;
    color: #fff;
    text-decoration:underline !important;
}
.banner-box .des a:hover {
    color: #4ac4fa;
}
.banner-home .col-sm-7 .row {
    margin-bottom: 30px;
}
.banner-home .col-sm-7 .row:last-child {
    margin-bottom: 0;
}
.banner-home .col-sm-7 .banner-box:before {
	position:absolute;
	content:"";
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.banner-home .col-sm-7 .banner-box:hover:before {
	opacity: 1;
	cursor:pointer;
}
.banner-home .col-sm-7 .banner-link {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	text-align:center;
	margin:-10px 0 0;
	opacity:0;
	z-index:2;
}
.banner-home .col-sm-7 .banner-box:hover .banner-link { opacity:1; }
.banner-home .col-sm-7 .banner-box a {
	color: #fff;
    text-decoration:underline !important;
	font-size:15px;
}
.banner-home .col-sm-7 .banner-box a:hover {
	color: #4ac4fa;
}
/*Banner-Center---------------------------------------------------*/

.banner-center { margin:50px 0 0; }
.banner-center img:hover { opacity:0.8; }

/*Banner-right-------------------------------------------*/

.block-banner-right .banner-box1 {
    background: #f1f1f1 url("../image/free_delivery.png") no-repeat scroll 25px center;
}
.block-banner-right .banner-box {
    margin-top: 21px;
    padding: 18px 0 18px 95px;
}
.block-banner-right .banner-box .banner-title {
    font-size: 24px;
    line-height: 37px;
    text-transform: capitalize;
}
.block-banner-right .banner-box .banner-content {
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
}
.block-banner-right .banner-box2 {
    background: #f1f1f1 url("../image/order_online.png") no-repeat scroll 25px center;
}
.block-banner-right .banner-box3 {
    background: #f1f1f1 url("../image/support.png") no-repeat scroll 25px center;
}
.banner-right1 { margin:50px 0 0; position:relative; overflow:hidden; text-align:center; }
.banner-right1 .right1-text { 
	position:absolute;
	top:30px;
	left:0;
	width:100%;
	display:inline-block;
}
.banner-right1 .right1-text h2 {
	background:rgba(0,0,0,0.6);
	font-weight:bold;
	display:inline-block;
	padding:5px 8px;
	text-transform:uppercase;
	font-size:17px;
	margin:0;
	color:#fff;
}
.banner-right1 .right1-text p {
	font-size:12px;
	line-height:18px;
	margin:10px 0 0;
	padding:0 10px;
	color:#fff;
}
.banner-right1 .right1-text a {
	display:inline-block;
	padding:5px 13px;
	background:#de5648;
	font-size:14px;
	margin:10px 0 0;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}
.banner-right1 .right1-text a:hover { background:#666; }
/* ------------------------------------- */
.home-banner { margin:30px 0 0; }
.banner-static { margin:30px 0 0; }
.banner-static img:hover { opacity:0.8; }
.block-banner-right:hover img { opacity:0.8;}
.block-banner-left { overflow:hidden; margin:50px 0 20px; }
.block-banner-left img:hover,.banner-view img:hover { opacity:0.7; }
.banner-view { margin:40px 0 0; }
/*===================================================*/
.quick-access { float:right; margin:0; }
.header-cart {
	float:right;
}
.header-content {
    height: 50px;
    width: 50px;
    text-align: center;
    margin:0;
    cursor: pointer;
	float:right;
}
.top-cart { float:right; }
.cart-search {
	position:relative;
	z-index:100;
}
/* search */
#search {
    clear: both;
    display: inline-block;
    margin: 5px 0 0;
    padding: 0;
}
#search .search-content {
    background:#eee;
	display:inline-block;
    text-align: left;
    width:auto;
}
#search .search-content input {
	background: none;
	border:1px solid #f2f2f2;
	box-shadow: none;
	color: #929191;
	float: left;
	font-size: 13px;
	height: 42px;
	margin: 0;
	padding:0 10px;
	text-transform:inherit;
	width:330px;
	border-radius:0;
}
#search .btn-lg {
	background:#eee;
    border: 0 none;
    border-radius: 0;
    height: 42px;
    padding: 0;
    width: 45px;
}
#search .btn-lg:hover {
	background:#eee;
}
#search .btn-lg:before {
	color: #696969;
    content: "\f002";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 42px;
}
#search .btn-lg .fa {
	color:#000000;
	font-size:18px;
	margin:-1px 0 0;
}
#search .btn-lg:hover:before {
	color:#4ac4fa;
}

#search .input-group-btn { width:auto !important; float:left; }
#top-links .dropdown-menu { left:0;}
/* cart */
#cart {
	background:none;
    float: right;
    padding: 0;
}
#cart .top-cart-contain {
    cursor: pointer;
    height:54px;
	width:auto;
	border:3px solid #e6e6e6;
	border-radius:3px;
    padding:13px 20px 14px 45px;
	background:url("../image/icon-cart.png") no-repeat 22px 50% #ffa200;
    position: relative;
    z-index: 1000011;
}

#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:#4ac4fa;
	border:1px solid #4ac4fa;
}
#cart:hover .icon-cart .fa { color:#fff; }
#cart .icon-cart .fa{
    font-size: 18px;
    margin:0 1px 0 0px;
}
#cart .btn-inverse {
	border: 0;
	float:left;
	background:none;
	text-align:center;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#fff;
	padding:0 15px;
	box-shadow: none !important;
	text-shadow: none !important;
	z-index: 1;
	text-decoration:none !important;
	text-transform: capitalize;
}
#cart .title-cart {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
    display:none;
    font-size: 14px;
    padding:0;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
	display:none;
}
#cart .top-cart span { clear:both; color: #2f2f2f; }
#cart #cart-total {
	font-weight:400;
    color: #FFF;
}
#cart .table td {
	padding:0 !important;
	vertical-align:inherit !important;
	text-align:right;
	border:0;
	background:none;
}
#cart .dropdown-menu {
	width: 280px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 20px;
}
#cart.open > .btn {
	color: #2f2f2f;
	box-shadow: none !important;
	text-shadow: none !important;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart { position:relative; overflow:hidden; }
#cart:hover { overflow:inherit; }
#cart .dropdown-menu {
    background:#fff;
	border:1px solid #e4e4e4;
    opacity:0;
    padding: 10px;
    position: absolute;
    right:-2px;
	display:inherit;
    text-align: left;
    top:125%;
    width: 280px;
	-moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
#cart:hover .dropdown-menu {
	opacity:1;
	top:103%;
	-moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li p {
	font-size: 13px;
	padding: 0;
	text-align: center;
	padding: 10px;
}
.row-cart { width:100%; margin-bottom:10px; display:inline-block; }
.row-cart .image-cart {
	width:60px;
	float:left;
}
.row-cart .image-cart .img-thumbnail { border-radius:0; }
.row-cart .cart-content {
	margin-left:75px;
    font-size: 14px;
	text-align:left;
	position:relative;
}
.cart-content .cart-button {
	position:absolute;
	bottom:0px;
	right:0;
}
.cart-content .btn {
	padding:0;
	background:none;
	border:0;
}
.cart-content .btn:hover { background:none; }
.cart-content .btn .fa-times-circle { color:#333; border:0; }
.cart-content .btn .fa-times-circle:hover { color:#4ac4fa; }
.cart-content .product-name a {
    color: #666;
    font-size: 15px;
    text-transform: capitalize;
}
.cart-content .product-name a:hover {
	color:#4ac4fa;
}
.row2-cart { text-align:right; width:100%; font-size:14px; }
.row2-cart { text-align:right; width:100%; font-size:14px;}
.row2-cart .box-cart { margin-bottom:5px; }
.row2-cart .box-cart .text strong {
    font-size: 12px;
	color:#666;
	text-transform:uppercase;
}
.row2-cart .button-cart a {
	background:#222;
	border:0;
    font-weight: 400;
    font-size: 12px;
    padding: 6px 16px;
    text-transform: uppercase;
    color: #fff;
	display:inline-block;
}
.row2-cart .button-cart .fa { margin-right:5px; }
.row2-cart .button-cart {
	display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.row2-cart .button-cart a:hover {
	background:#4ac4fa;
    color: #fff;
}
.header {
	padding:25px 0;
	text-align: center;
	width: 100%;
	min-height:110px;
	background:#fff;
	border-bottom:1px solid #e5e5e5;
}
.header .header-inner {
	position: relative;
	z-index: 999;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
/* content */
#content {
	min-height: 300px;
	position:inherit;
}
/* footer */
.footer {
    padding:40px 0;
    text-align: left;
	background:#f0f0f0;
	margin:30px 0 0;
}
.footer-title {
	margin-bottom: 20px;
}
.footer h3 {
	text-transform: uppercase;
    font-size: 16px;
    color:#333;
    font-weight: 700;
}
.footer .content {
    clear: both;
    display: block;
    font-size: 14px;
}
.footer .footer-content li {
    line-height:30px;
}
.footer .footer-content li a {
	color:#4d4d4d;
    font-size: 13px;
    padding: 0;
    text-transform: capitalize;
}
.footer .footer-content li a:hover {
	color:#4ac4fa;
	padding-left: 15px;
}
.footer .media-body {
    min-height: 45px;
}
.footer ul li .media-body p {
    line-height: 22px;
    margin: 0;
	font-size:13px;
}
.footer .col3 .footer-content div { margin-bottom:16px; }
.footer .footer-static-content li { margin:0 0 15px; font-size:13px; }
.footer .footer-static-content .payment { margin:30px 0 0; }
.footer-bottom {
	border-top:1px solid #363636;
	text-align:center;
	background:#252525;
	padding:30px 0;
}
.footer-bottom .footer-content { display:inline-block; width:100%; }
.footer-bottom .footer-content li {
	display:inline-block;
	list-style:none;
	margin:20px 0 0;
}
.footer-bottom .footer-content li a {
	line-height: 30px;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 400;
    border-right: 1px solid #6a6a6a;
    margin-right: 10px;
    padding-right: 10px;
    color: #afafaf;
}
.footer .footer-content .f-adress,.footer .footer-content .f-phone,.footer .footer-content .f-email { color:#808080; }
.footer .footer-content .f-adress:before {
	float: left;
    width:15px;
    height: 15px;
    display: block;
    text-align: center;
    line-height:15px;
    font-size: 15px;
    color:#4ac4fa;
	content: "\f041";
    margin-right: 6px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.footer .footer-content .f-phone:before {
	float: left;
    width:15px;
    height: 15px;
    display: block;
    text-align: center;
    line-height:15px;
    font-size: 15px;
    color:#4ac4fa;
	content:"\f095";
    margin-right: 6px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.footer .footer-content .f-email:before {
	float: left;
    width:15px;
    height: 15px;
    display: block;
    text-align: center;
    line-height:15px;
    font-size: 15px;
    color:#4ac4fa;
	content:"\f003";
    margin-right: 6px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.footer-bottom .footer-content li:last-child a { border:0; }
.footer-bottom .footer-content li a:hover { color:#4ac4fa; }
.footer .col3 .footer-content,.footer .col4 .footer-content { margin:25px 0 0; }
.powered {
	background:#f9f9f9;
    margin: 0;
    padding:30px 0 20px;
    text-align: left;
}
.footer-icon {
	text-align: center;
    width: 100%;
	display:inline-block;
}
.footer-icon ul li {
    display: inline-block;
    margin-right: 10px;
	margin-bottom:10px;
}
.footer-icon img {
    display: inline;
    vertical-align: bottom;
    max-height: 30px;
    width: auto;
}
.left-powered {
    margin:0;
	text-align:center;
}
.powered h2 {
    color:#808080;
    font-size: 13px;
    font-weight: 400;
	margin:10px 0;
}
.powered a { color:#4ac4fa; font-size:14px; }
.powered a:hover {
	color: #666;
}
.right-powered { display:inline-block; width:100%; text-align:right; margin:10px 0 0; }
.right-powered ul li {
	display:inline-block;
	margin-left:5px;
}
.right-powered ul li img:hover { opacity:0.8; }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	margin:10px 0 0;
}
button.close { background:none !important; }
/* breadcrumb */
.breadcrumb {
	background:none;
    font-size: 12px;
    margin-bottom:0;
    padding:0 0 20px;
	border:0;
	border-radius:0;
}
.breadcrumb a {
	color:#69686c;
    font-size: 13px;
    font-weight: 400;
}
.breadcrumb li:last-child a,.breadcrumb a:hover { color:#99989e; }
.breadcrumb i {
	font-size: 18px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	
}
.breadcrumb li {
	background: url("../image/li_footer_static.png") no-repeat scroll 100% 50%;
	padding:0 20px 0 0;
	margin:0 15px 0 0;
	display:inline-block;
}
.breadcrumb li:last-child { background:none; }
.pagination {
	margin: 0;
}
/* buttons */
buttons .close { background:none;}
buttons .close:hover { background;none; }
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn,button{
	background:#9b9b9b;
	border:0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding:10px 13px;
    text-transform: uppercase;
	color:#fff;
	border-radius:0;
}
a.btn { color:#fff; }
.btn:hover,button:hover {
	background:#4ac4fa;
    color: #fff;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .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-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-danger {
	color: #333;
	border-radius:0;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	border:0;
	background:#222;
	color:#fff !important;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background:#4ac4fa;
	color:#fff;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #2f2f2f;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb .image {
	text-align: center;
}
.product-search .carousel-contain { margin:40px 0 0; }
.product-search  .search-products { margin:20px 0 0; }
.product-grid { margin-bottom:30px; }
.product-grid .item-inner {
	margin-top:-15px;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .item-inner { border:0; padding:0; background:none; }
.product-list  .item-inner .price { width:100%; border:0; margin:0; padding:5px 0 8px; }
.product-list .name-review { float:left; width:100%; }
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-list .image { background:#f1f1f1;}
.product-list .images-container .actions,.product-list .images-container .price { display:none; }
.product-list .product-container {
	margin-bottom:30px;
}
.product-list:last-child { border:0; margin:0; }
.product-list .item-inner .name {
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    line-height: 20px;
	text-align:left;
}
.product-list .item-inner .name a { font-size:17px; color:#646464; text-transform: uppercase; }
.product-list .item-inner .name a:hover { color:#4ac4fa; }
.product-list .item-price { display:none; }
.product-list .rating-price { 
	display:none;
	width:100%;
	margin:25px 0 0;
	padding: 0 0 20px;
    border-bottom: 1px solid #e1e1e1;
}
.product-list .price {
    padding:0;
	margin:0 0 10px;
    text-align: left;
	float:left;
	width:auto;
	color:#444;
	font-size:20px;
	font-weight:600;
}
.product-list .item-inner .rating {
    margin:10px 0 0;
	text-align:left;
	width:100%;
}
.product-list .item-inner .description {
    clear: both;
    margin:12px 0 15px;
    line-height: 22px;
    color:#69686c;
    padding:0;
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
	display:inline-block;
	width:100%;
}
.product-list .price .price-old {
	font-size:15px;
	font-weight:400;
	color:#b1b1b1;
}
.product-list .box-list {
    border: 1px solid #e8e8e8;
    display: block;
    float: right;
    margin: 5px 0 0;
    max-width: 190px;
    padding: 30px;
    width: 100%;
	border-radius:3px;
}
.product-list .item-inner .add-to-links div { opacity:1; }
.product-list .button-group {
	display: inline-block;
    margin: 15px 0 0;
    width: 100%;
}
.product-list .item-inner .actions .cart button span {
		background:#9b9b9b;
		border:0;
		color:#fff;
		padding:8px 20px;
		text-transform: capitalize;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 1px;
}
.product-list .item-inner .actions .cart button:hover span {
	background:#4ac4fa;
	color:#fff;
}
.product-list .item-inner .actions .cart button span:before {
    content: "\f07a";
    display: inline-block;
    font-size: 14px;
    font-family: FontAwesome;
    margin-right: 10px;
	font-weight: normal;
}
.product-list .item-inner .actions .cart { float:left; }
.product-list .item-inner .add-to-links { width:100%; float:left; margin:0; }
.product-list .item-inner .add-to-links div button {
	width:auto;
	height:auto;
	border:0;
	line-height:25px;
	background:none;
}
.product-list .item-inner .add-to-links div button:hover { background:none; }
.product-list .item-inner .add-to-links div button:before { margin-right:8px; float:left; line-height:30px; font-size:13px; }
.product-list .item-inner .add-to-links div button span { font-size:12px; display:inline-block; color:#69686c; font-weight:700; }
.product-list .item-inner .add-to-links div.wishlist button:before {
	-moz-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
	margin-right:8px;
}
.product-list .item-inner .add-to-links div button:hover span {
	color:#4ac4fa;
}
.product-list .item-inner .add-to-links div.qv-button-container button { border-right:1px solid #eee; }
.product-list .item-inner .add-to-links div.cart button:before { display:none; }
.product-list .cart button span span { padding:0; }
.product-list .item-inner  .add-to-links .wishlist, .product-list .item-inner .add-to-links .compare  {
    margin:5px 0 0 40px;
	padding:0;
	float:right;
	width:auto;
	height:auto;
}
.product-list .cart button:hover span,.product-list .add-to-links div.wishlist button:hover:before,
.product-list .add-to-links div.compare button:hover:before,.product-list .add-to-links div.qv-button-container button:hover:before { color:#4ac4fa; }
.box-heading {
	background: #282828;
    border: 0 none;
    border-radius: 0;
    padding:0;
}
.category-top {
	display:inline-block;
	width:100%;
}
.category-title h2 { display:none; }
.category { margin:20px 0 0; }
.category-top .category-image {
	margin:0;
    overflow: hidden;
    text-align: center;
} 
.category-top .category-des { margin-left:220px; font-size:12px; font-family:'arial';}
.category .box-heading {
	background:none;
	position:relative;
}
.category .box-heading:after {
	content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 11px;
    height: 2px;
    background: #f1f1f0;
    z-index: 1;
}
.category .box-heading h3 {
	background: #fff;
    display: inline-block;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0 10px 0 0;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.category .box-content {
	margin:20px 0 0;
}
.category .list-group {
	padding:0;
}
.category .list-group li {
    line-height: 30px;
	background:none;
}
.category .list-group li ul li { padding:0; }
.category .list-group li:last-child { border:0; }
.category .list-group li a {
    cursor: pointer;
    display: block;
    line-height: 23px;
    text-decoration: none;
	border:0;
	border-radius:0;
	padding:3px 0;
	background:none;
}
.category .list-group li a:hover,.category .list-group li:hover { background:none !important; }
.category .list-group li a span {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
}
.category .list-group li ul li a { 
	text-transform:capitalize;
	background:none;
    padding-left:10px;
}
.category .list-group li ul li a span {
	color: #797979;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 400;
	text-transform:capitalize;
}
.category .list-group li ul li a:hover {
	background:none;
}
.category .list-group li a:hover,.layer-category .list-group a.active,.category .list-group li a.active  { 
	color:#4ac4fa;
	border:0;
	background-color: #f1f1f1;
}
.category-filter .filter-content {
    margin: 15px 0 0;
}
.category-filter .filter-content:first-child { margin:0; }
.category-filter .panel-heading {
	padding:12px 10px 10px 30px;
	background:#323a45;
	border-radius:0;
}
.category-filter .panel-heading span {
    color: #ffffff;
    display: inline-block;
    font-family:'BebasNeuewebfont';
	word-wrap: break-word;
    font-size: 18px;
	margin:0;
    text-transform: uppercase;
}
.category-filter  { border:1px dashed #ebebeb; box-shadow:none; margin:0 0 35px; border-radius:0; }
.category-filter  .filter-content a.list-group-item {
    background:#f1f1f1;
    color: #444;
    line-height: 30px;
    padding:5px 10px 5px 30px;
    text-transform: uppercase;
	border:0;
	font-size:14px;
}
.category-filter .filter-content a.list-group-item:hover { }
.category-filter  .filter-content  div.list-group-item,.category-filter  .filter-content  div.list-group-item:last-child{
    border:0;
    margin:0;
    padding:10px 30px;
	border-radius:0;
}
.category-filter  .panel-footer { text-align:left; border:0; display:inline-block; width:100%; padding:10px 20px 25px; background:none; margin:5px 0 0; }
.category-image .img-thumbnail { padding:0; border-radius:0; border:0; }
.list-group-item label  {
    margin: 0;
    padding-top: 13px;
	font-size:12px;
	color:#666;
    text-transform: capitalize;
}
.list-group-item label:last-child { border:0; }
.rating {
    display:none;
    margin:5px 0 0;
    text-align: left;
    width: 100%;
}
.name {
    float: left;
    font-weight: normal;
    margin:0;
    text-align: left;
    width: 100%;
}
.name a {
    font-size: 12px;
    font-weight: 700;
	color:#2861ae;
	text-transform:capitalize;
	text-align:center;
}
.name a:hover {
    color:#4ac4fa;
}
.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 {
    font-size:17px;
    color:#444;
	text-align:left;
	display:inline-block;
	width:100%;
	margin:8px 0 0;
	font-weight:700;
}
.price-tax {
	color: #999;
	font-size: 12px;
	display:none;
}
.price .price-old {
    color: #444;
    font-size: 13px;
	margin-right:5px;
	font-weight:400;
    text-decoration: line-through;
}
.item-inner .sale {
	position: absolute;
    top: 20px;
    left:10px;
    width:43px;
    height: 24px;
    background: url("../image/sale.png") no-repeat 0 0;
    padding: 0;
    color: #FFF;
    font-size: 0;
    margin: 0;
    display: block;
    z-index: 2;
}
.item-inner .new {
	background: url("../image/new.png") no-repeat scroll 0 0;
    height: 58px;
    right:10px;
    position: absolute;
    top:10px;
    width: 59px;
	text-indent:-99999px;
	z-index:9;
}
.item-inner .sale-percent {
    right:20px;
    position: absolute;
    top:20px;
	width: 42px;
	height:42px;
	text-align:center;
	line-height:42px;
	font-size: 13px;
    font-family: Montserrat;
    font-weight: 700;
	z-index:9;
	color:#fff;
}
.item-inner .sale-percent:before {
	width: 42px;
	position: absolute;
    top: 0;
    left: 0;
	z-index: -1;
	height: 42px;
	background:#4ac4fa;
	content:"";
	transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: all 0.3s ease-out 0s;
}
.item-inner {
	border:1px solid #ececec;
	background:#fff;
    padding:10px 20px 5px;
    position: relative;
	display:inline-block;
	width:100%;
	overflow:hidden;
	border-radius:5px;
}
.item-inner .images-container {
    overflow: hidden;
    position: relative;
	margin: 0 -10px;
}
.item-inner .item-content {
	position: absolute;
    top: 50%;
    margin-top:-30px;
    width: 100%;
    background: none;
}
.item-inner .images-container .image:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	opacity:0;
	background:url("../image/bg-repeat.png") repeat;
	pointer-events: none;
}
.item-inner:hover .images-container .image:after {
    opacity:1;
    display: block;
}
.item-inner .image,.item-inner .image1 { margin:0; background:#fff; padding:0; }
.item-inner .price { 
	text-align:left;
	border-top:1px solid #e5e5e5;
	padding-top:13px;
	margin:13px 0 0;
}
.item-inner .content {
	padding: 10px 10px 5px;
    position: relative;
	background:#f1f1f1;
	text-align:left;
}
.item-inner .des-container {
	padding:15px 0;
    position: relative;
}
.item-inner .rating { display:inline-block; text-align:left; margin:0; }
.item-inner .name { text-align:left; margin:0;  }
.item-inner .description { display: none;}
.item-inner .add-to-links div button.btn-quickview {
	font-size:0;
}
.item-inner .add-to-links div button.btn-quickview:before {
	color: #68696c;
	content:"\f00e";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 48px;
}
.item-inner .add-to-links div button.btn-quickview:hover:before { color:#4ac4fa; }
.item-inner .review-price { text-align:left; display:inline-block; width:100%; min-height:30px;}
.item-inner .review-price .price { text-align:left; float:left; width:auto; margin:6px 0 0; }
.item-inner .review-price .rating { float:right; width:auto; margin:5px 0 0;  }
.item-inner .button-group button {
    font-size:0;
	padding:0;
	border-radius:0;
	background:none;
	float:left;
}
.item-inner .add-to-links div.cart button span span:before {
	color: #68696c;
	font-weight:inherit;
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    line-height:48px;
	content: "\f07a";
}
.item-inner .add-to-links div.cart button:hover span { color:#4ac4fa; }
.item-inner .button-group .cart button span span {
    font-size:0;
}
.item-inner .button-group .cart button:hover span span {
	background:none;
	color:#4ac4fa;
}
.item-inner .button-group .cart button:hover span span:before { color:#4ac4fa; }
.item-inner .add-to-links div {
	display:inline-block;
	height:50px;
	margin-right:2px;
	position:relative;
	overflow:hidden;
}
.item-inner .add-to-links div:last-child { margin:0; }
.add-to-links {
    display: inline-block;
    margin: 13px 0 8px;
    width: 100%;
	text-align:center;
}
.add-to-links div:last-child {
    margin:0;
}
.item-inner .images-container .actions {
	background:none;
    width:100%;
	display:inline-block;
	text-align:center;
	margin:0;
	z-index:99;
}
.item-inner .actions .cart { display:inline-block; } 
.item-inner .actions .cart button:hover span {
	transition: all 0.5s ease-out;
    color: #4ac4fa;
    border-color: #4ac4fa;
}
.item-inner .add-to-links div button {
	background:#fff;
    height: 50px;
	width: 50px;
	line-height:40px;
	color:#666;
	font-size:16px;
	text-align:center;
    margin: 0;
	font-weight:normal;
    padding: 0;
	float:left;
}
.item-inner .add-to-links div button:before {
	color: #666;
	font-weight:inherit;
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    line-height:50px;
}
.item-inner .add-to-links div.cart button { border:0; }
.item-inner .add-to-links div button:hover { background:#4ac4fa; }
.item-inner .add-to-links div button:hover:before {
	color:#fff;
}
.item-inner .add-to-links div.cart button:before  {
	content:"\f07a";
}
.item-inner .add-to-links div.wishlist button:before  {
	content:"\f004";
}
.item-inner .add-to-links div.compare button:before  {
	content:"\f074";
}
.item-inner .add-to-links div button span { font-size:0; display:none; }
.item-inner .add-to-links {
	margin:6px 0 0;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.category-list {
	margin: 10px 0 0;
	overflow: auto;
}
.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 .btn-group button {
	background:none; 
    border: 0 none;
    border-radius: 0;
    float: left;
    height: 16px;
    padding: 0;
    text-indent: -9999px;
    width: 16px;
	margin-right:15px;
}
.product-filter .btn-group #list-view {
	background:url("../image/list.png") no-repeat scroll 0 0;
}
.product-filter .btn-group #list-view.selected,.product-filter .btn-group #list-view.selected:hover { background-position:0 100%; }
.product-filter .btn-group #grid-view {
	background:url("../image/grid.png") no-repeat scroll 0 0;
}
.product-filter .btn-group #grid-view.selected,.product-filter .btn-group #grid-view.selected:hover {
	background:url("../image/grid.png") no-repeat scroll 0 100%;
}
.text-right {
	color: #929191;
	font-size:13px;
}
.product-filter {
    overflow: hidden;
    padding:10px 20px;
	border:0;
	border-bottom:1px solid #eee;
	background:#f2f2f2;
	margin:15px 0 30px;
	text-align:center;
}
.product-filter .limit {
    color: #666;
    float: left;
	display:inline-block;
    margin: 0;
    padding:0 20px 0 50px;
	position:relative;
}
.product-filter .sort {
    float: right;
    margin: 2px 0 0;
    padding:0 0 0 20px;
}
.product-filter .btn-group { margin:6px 0 0; display:inherit; float:left;  }
.product-filter select {
    margin: 0;
    font-size: 14px;
    color:#888;
    font-weight:400;
    padding:3px;
    vertical-align: middle;
    border-radius: 0;
    height: auto;
    width: auto;
    float: none;
	border: 0 !important;
	display:inline-block;
}
.product-filter label {
    vertical-align: middle;
    margin: 0;
    font-size: 14px;
    color:#69686c;
    font-weight: 600;
}
.custom-category .pagination li {
	float:left;
	margin-right:8px;
}
.custom-category .pagination span,.custom-category .pagination a {
	color: #999;
    text-decoration: none;
    font-size: 15px;
    font-weight:600;
	padding:0;
	background:none;
	border-radius:0;
	border:0;
}
.custom-category .pagination span:hover,.custom-category .pagination a:hover,.custom-category .pagination .active span  {
	color: #4ac4fa;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
	background:none !important; 
	cursor:pointer;
	border:0 !important;
}
.pagination li {
	float:left;
	margin-right:8px;
}
.pagination span,.pagination a,.pagination>li>a, .pagination>li>span {
	color: #999;
    text-decoration: none;
    font-size: 15px;
    font-weight:600;
	padding:0;
	background:none;
	border-radius:0;
	border:0;
}
.pagination span:hover,.pagination a:hover,.pagination .active span  {
	color: #4ac4fa;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
	background:none !important; 
	cursor:pointer;
	border:0 !important;
	padding:0;
}
.pagination>li>a, .pagination>li>span { padding:0; border:0 !important; font-size: 15px; }
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { color:#4ac4fa !important; }
.custom-category .text-right {
	color: #999;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.button-view:hover { cursor: pointer; }
.alert { position:fixed; top:0; left:0; width:100%; z-index:999999; border-radius:0; margin:0; }
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 0;
	display: block;
	border:0;
	border-radius:0;
	background:#f1f1f1;
	border:1px solid #e5e5e5 !important;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
	max-width:inherit;
	width:27%;
}
.image-block  .owl-carousel .owl-item { padding:0 5px; }
.product-special .category { margin:28px 0 0; }
/*productt-view------------------------------------------*/
#product .alert-info { position:inherit; margin:10px 0 0; display:inline-block; width:100%; border-radius:0; }
.product-view .image-additional { margin:0; padding:20px 0 0; }
.product-view .owl-carousel .owl-wrapper-outer { width:100%; }
.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:auto; }
.product-view .thumbnails-image .thumbnail { background:#f1f1f1; border:3px solid #e5e5e5 !important; padding:0; border-radius:0; margin:0;  }
#content .product-view .product-name h1 {
    color: #666;
    font-size: 17px;
	font-weight:700;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin: 0;
}
.product-view .list-unstyled {
    margin:0;
    padding:10px 0 0;
}
.product-view .list-unstyled li {
	color:#69686c;
    line-height: 20px;
	font-size:14px;
	text-transform: capitalize;
	margin:0 0 3px 0;
	font-weight:400;
}
.product-view .list-unstyled li:before {
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	color:#69686c;
	font-size:15px;
	content:"\f18e";
	margin-right:10px; 
}
.product-view .list-unstyled li a {
	color: #4ac4fa;
}
.product-view .list-unstyled li a:hover{
	color: #4d4d4d
}
.product-view .price {
    margin: 0 0 15px;
	border-bottom:1px solid #e5e5e5;
    overflow: auto;
    padding:15px 0 25px;
    width: 100%;
	text-align:left;
	font-size:22px;
	color:#444;
	font-weight:700;
}
.product-view .price span {
	color:#aaaaaa;
    font-size: 18px;
    font-weight: normal;
    margin-right: 3px;
}
.product-view .item-inner .price span.price-new {
    font-size: 17px;
	font-weight:700;
    color:#444;
}
.product-view .item-inner  .price span { color:#444; font-size:14px; font-weight:400; } 
.product-view .item-inner .add-to-links button:hover:before { color:#fff; }
.product-view .description {
	clear: both;
    margin: 0 0 15px;
    line-height: 22px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
	padding:0 0 20px;
	border-bottom:1px solid #e5e5e5;
}
.product-view .item-inner .description { display:none; }
.product-view .item-inner .add-to-links .wishlist button:before,.product-view .item-inner .add-to-links .compare button:before{ line-height:25px; }
.product-view .item-inner .images-container .actions { padding:0; }
.view-tag {
    background:none;
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    width: 100%;
}
.view-tag .module-title { margin:0 0 20px; text-align:left; }
.view-tag .module-title h2 {
    display: inline-block;
    background:none;
    color: #222;
    margin: 0;
	padding-bottom:8px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: bold;
	position:relative;
	z-index:2;
    text-transform: uppercase;
}
.view-tag .module-title:after { z-index:1; }
.view-tag a {
    background: #fff;
	border:1px solid #eee;
    display: inline-block;
    font-size: 13px;
    margin: 0 5px 10px 0;
    padding: 6px 16px;
    text-transform: uppercase;
}
.view-tag a:hover {
	border-color:#4ac4fa;
}
.product-view #product .add-to-links .wishlist,.product-view #product .add-to-links .compare {
	display:inline-block;
	margin:0 10px 0 0;
}
.product-view .add-to-links button {
	border:0;
	width:auto;
	height:auto;
	background:none;
	color:#636363;
    display: block;
    font-size: 13px;
    font-weight:600 !important;
    padding: 0;
    text-decoration: none;
    text-transform:uppercase;
}
.product-view .add-to-links .wishlist { border-right:1px solid #e5e5e5; margin-right:10px; padding-right:10px; }
.product-view .add-to-links .wishlist button:hover:before,
.product-view .add-to-links .compare button:hover:before,.product-view .add-to-links button:hover { color:#4ac4fa; }
.product-view .add-to-links .wishlist button:before {
	display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    color:#9b9b9b;
    font-style: normal;
    line-height: 20px;
    font-weight: normal;
	content: "\f004";
	margin-right:6px;
}
.product-view .add-to-links .compare button:before {
	display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    color:#9b9b9b;
    font-style: normal;
    line-height: 20px;
    font-weight: normal;
	content:"\f021";
	margin-right:6px;
}
.product-view  .add-to-links div { float:left; width:auto; }
.product-view  .form-group label {
    color: #2f2f2f;
    float: left;
    line-height: 23px;
    margin: 10px 15px 0 0;
	padding: 0;
    font-size: 14px;
    font-weight: 400;
}
.product-view  .form-group.required  label{
    color: #2f2f2f;
    font-size: 13px;
    font-weight: normal;
    line-height: 23px;
    margin: 10px 5px 0 0;
	float:none;
	display:block;
}
.product-view .form-group #minus {
	background: url("../image/qty-decrease.png") no-repeat scroll 50% 50%;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 35px;
    margin:0;
    padding: 0;
    width: 45px;
	border-right:1px solid #ddd;
	display:none;
}
.product-view .form-group #plus {
	background: url("../image/qty-increase.png") no-repeat scroll 50% 50%;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 35px;
    margin:0;
    padding: 0;
    width: 45px;
	border-left:1px solid #ddd;
	display:none;
}
.product-view .form-group #input-quantity {
    background:#fff !important;
    border:1px solid #eee;
    color: #2f2f2f;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 400;
    height: 37px;
    margin:0;
    padding: 0;
	border-radius:0;
    text-align: center;
    width: 37px !important;
	box-shadow:none;
}
.product-view .form-group #button-cart {
	background:none;
    border-radius: 0;
    float: left;
    font-size: 0;
    padding: 0;
	width:auto;
	border:0;
}
.product-view .form-group #button-cart span {
    display: block;
    padding: 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
	background:#4ac4fa;
    color: #fff;
}
.product-view .form-group #button-cart:hover span {
	background:#ff8c27;
}
.product-view .form-group #button-cart span span {
	padding:0;
	background:none;
}
.product-view .item-inner .add-to-links div button:before { margin:0; }
.product-view  .item-inner .add-to-links div { float:none; padding:0; border:0; }
.product-view .item-inner .add-to-links .wishlist button:hover:before, .product-view .item-inner .add-to-links .compare button:hover:before { color:#fff; }
.product-view .item-inner .add-to-links div button { line-height:30px; }
.product-view .form-group #button-cart:hover span span { background:none; }
.product-view .form-group #button-cart:hover {
	background:#4ac4fa !important;
}
.product-view .form-group #button-cart:hover {
	background: url("../image/cart_icon.png") no-repeat scroll 0 0 #666666;
}
.product-view .form-group { display:inline-block; width:100%; margin:15px 0 0; }
.product-view  #product .add-to-links { 
	padding:10px 0 20px;
	text-align:left;
	margin:0;
	border-bottom:1px solid #e5e5e5;
}
.product-view .input-content {
	float: left;
    margin-right: 10px;
	background:#fff;
	border:1px solid #fff;
}
.product-view  .rating { text-align:left; display:inline-block; width:100%; margin:10px 0 0; }
.product-view  .rating  p {
	display:inline-block;
	width:100%;
	margin:0;
	padding:0 0 20px;
}
.product-view .tab-view {
	display:inline-block;
	width:100%;
	margin:50px 0 20px;
}
.product-view .tab-view  li {
    float: left;
	background:none;
	padding-right: 20px;
}
.product-view .tab-view a {
	display: block;
    width: 100%;
    position: relative;
    padding:0 10px;
	border:0;
    font-size: 17px;
	letter-spacing:1px;
    text-transform: uppercase;
    text-decoration: none;
    color:#767676;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
	border-radius:0;
}
.product-view .tab-view li:last-child a { border:0; }
.product-view .tab-view li:first-child a { padding:0 10px 0 0; }
.product-view .tab-view li a:hover, .product-view .tab-view li.active a {
    color:#4ac4fa;
}
.product-view .tab-view a:hover,.product-view .tab-view li.active a {
	background:none;
	border:0;
}
.product-view .tab-view li:last-child.active a { border:0; }
.product-view .nav-tabs {
	float: left;
    width: 100%;
	padding-bottom:10px;
    border:0;
	border-bottom:2px solid #767676;
}
.product-view  .tab-content {
	width: 100%;
    padding:10px 0 0;
    line-height: 23px;
    border:0;
    float: left;
    min-height: 175px;
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
}
.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-weight: normal;
    margin: 0 0 5px;
	font-size:15px;
}
.product-view .tab-view .form-group label { width:100%; text-align:left; margin:0; padding:0 0 10px;}
.product-view .tab-view input.form-control  { width:300px; box-shadow:none; border:1px solid #e8e8e8 !important; font-size:13px; }
.product-view .tab-view textarea { width:500px; min-height:100px; line-height:25px; box-shadow:none; border:1px solid #e8e8e8 !important; font-size:14px; }
.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 #ffffff;
    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 #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin:5px 0 20px;
    padding: 20px;
    position: relative;
}
.product-view .item-inner .price {
	line-height: 28px;
    border-bottom:0;
    padding:5px 0 0;
    text-align: left;
	color:#444;
	margin: 5px 0 0;
	font-size: 17px;
	font-weight:700;
}
.product-view .related-items .qv-button-container { display:none; }
.product-view .item-inner .add-to-links .cart button { padding:0; font-size:0; }
.product-view .item-inner .rating { margin:0 0 6px; text-align:left; }
.product-view .item-inner .add-to-links div.wishlist { margin-right:2px; }
.related-title.module-title { display:inline-block; width:100%; margin-bottom:0; margin-top:30px; text-align:left; }
#content .related-title.module-title h2 {
    border-bottom: 2px solid #333;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 8px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    color: #333;
}
.view-related.owl-theme .owl-controls .owl-buttons div {
	margin-top:-35px;
}
.view-related .owl-wrapper { margin:25px 0 0; }
.view-related { margin-bottom:0; }
.alert-success { border-radius:0; margin:0 0 20px;}
.table-responsive thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    font-weight: normal;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
}
.account-order .table-bordered thead td { min-width:115px; }
.table-responsive td {
    padding:15px !important;
	text-align: center;
    vertical-align: middle !important;
	color: #4d4d4d;
    font-size: 14px;
}
.table-responsive td .img-thumbnail { border-radius:0; border:0; }
.table-responsive td.text-left a {
	color: #333333;
    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: "arial";
    font-size: 14px;
}
.table-responsive td .form-control {
	width:55px;
	height:38px;
	border:1px solid #dddddd;
	border-radius:0;
	box-shadow:none;
	text-align:center; 
	font-size:14px;
	margin-right:-11px;
	margin-left:10px;
}
.table-responsive tbody td.text-right {
	color: #4ac4fa;
    font-size: 20px;
	font-weight:700;
}
.account-order-info .table-responsive .table-bordered {
	border: 1px solid #ddd;
    position: relative;
    overflow: scroll;
    display: block;
}
.account-order-info .table-responsive tbody td { max-width:80px; }
.table-responsive td .input-group-btn { width:auto; display: inline-block; }
.table-responsive td .btn { margin-right:5px; }
.checkout-cart .btn-danger  { color:#fff; }
.checkout-cart #content h2{
    font-size: 18px;
	font-weight:700;
}
.checkout-cart #content h1 {
	font-size: 18px;
	background:#4ac4fa;
	font-weight:700;
	text-align:center;
	color:#fff;
}
.checkout-cart h1 {
	padding:20px;
	font-size: 18px;
    text-transform: uppercase;
	background:#f1f1f1;
}
.table-bordered thead tr td { background:#f1f1f1; border:0; font-size:15px; }
.checkout-cart #content p {
	color: #4d4d4d;
    font-family: "arial";
    font-size: 14px;
	margin-bottom:20px;
}
.checkout-cart #accordion .panel-heading {
	background:#ddd;
}
.checkout-cart #accordion .panel-heading a {
    font-size: 14px;
    text-transform: uppercase;
	color:#555;
}
.checkout-cart #accordion .panel-heading a .fa-caret-down { margin:0 0 0 5px; }
.checkout-cart .panel-group .panel { 
	border-radius:0; 
	margin-bottom:15px;
	border-left:0;
	border-right:0;
	border-top:0;
	background:none;
	box-shadow:none;
}
.checkout-cart .panel-collapse label {
	color: #4d4d4d;
    font-size: 14px;
	line-height: 33px;
    margin: 0;
    padding: 0;
}
.checkout-cart .panel-collapse input {
	height:40px;
	box-shadow:none;
	border:1px solid #dddddd;
	color: #4d4d4d;
    font-size: 14px;
	width:300px;
	border-radius:0;
}
.checkout-cart .panel-collapse .input-group-btn { float:left; }
.checkout-cart .panel-collapse .input-group-btn input {
	width:auto;
	background:#222;
	color:#fff;
	border:0;
}
.checkout-cart .panel-collapse .input-group-btn input:hover {
	background: #4ac4fa;
    color: #fff;
}
.checkout-cart .panel-collapse .form-horizontal .btn {
	width:auto;
	background:#222;
	color:#fff;
	border:0;
}
.checkout-cart .panel-collapse .form-horizontal .btn:hover {
	background: #4ac4fa;
    color: #fff;
}
.checkout-cart .buttons a { color:#fff; }
.checkout-title {
	overflow: hidden;
	margin: 0 0 25px;
}
#content .checkout-title h1 {
	margin: 0;
	font-size: 18px;
	color: #fff;
	font-weight:700;
	text-transform: uppercase;
	line-height: 50px;
	background:#4ac4fa;
	text-align:center;
}
.panel-group .panel-heading {
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	padding:12px 15px 8px;
}
.panel-group .panel { box-shadow:none; border-radius:0; margin-bottom:15px; border:0; }
.panel-group .panel .panel-heading a,.panel-group .panel .panel-heading .panel-title {
    color:#777;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
}
.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: #666666;
    font-size: 16px;
	line-height: 33px;
	font-weight:normal;
    margin:0 0 10px;
    padding: 0;
	text-transform: uppercase;
}
.panel-group .panel-collapse p,.panel-group .panel-collapse label {
	color: #4d4d4d;
    font-size: 13px;
}
.panel-group .panel-collapse label { margin-top:5px; }
.panel-group .panel-collapse .form-group a { margin-top:10px; display: inline-block; width:100%; }
.panel-group .panel-collapse .form-group input { width:300px; height:40px; box-shadow:none; border:1px solid #ddd; border-radius:0; font-size:14px; }
.table-bordered thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    font-weight: normal;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
}
.table-bordered td { text-align:center; vertical-align: middle !important; padding:8px !important; }
.table-bordered td.text-left a {
	color: #333333;
    font-size: 14px;
    text-transform: capitalize;
}
.table-bordered td.text-left small {
	color: #4d4d4d;
    font-family: "arial";
    font-size: 14px;
}
.account-account #content h2,.account-wishlist #content h2  {
    font-size: 24px;
    text-transform: uppercase;
	margin:0 0 20px;
}
.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; font-size: 16px; text-align:center; }
.account-wishlist .table-bordered .btn { border-radius:0; }
.well { 
	border:1px solid #ddd;
	background:none;
	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; }
/*---------------------------------------------------------*/
.product-view .product-more-info { padding-bottom:10px; border-bottom:1px solid #eee; }
.product-view .box-col {
    overflow: hidden;
    position: relative;
    text-align: center;
	margin-bottom:10px;
}
.product-shop-inner { margin-bottom:25px; }
.product-more-info .box-col-inner {
    background:none;
    margin-bottom: 10px;
}
.product-more-info .view-left {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #eee;
    margin-right: 10px;
    font-size: 26px;
}
.shapes {
    width: 0px;
    height: 0px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
}
.product-more-info .view-left .fa {
    font-size:23px;
    color: #666;
}
.product-more-info .media-body {
    font-size:13px;
    color: #666;
    font-weight:400;
    line-height: 25px;
    margin: 0;
    text-align: left;
}
.product-more-info .media-body h3 {
    font-size: 16px;
    font-weight:700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    color:#232323;
}
.view-related .owl-item {
    padding: 0 15px;
}
.product-view .col-sm-5 { position:inherit !important; }
.image-block .owl-theme .owl-controls .owl-buttons { opacity:1; }
.image-block .owl-theme .owl-controls .owl-buttons { opacity:0; }
.image-block .owl-theme:hover .owl-controls .owl-buttons { opacity:1; }
.image-block .owl-theme .owl-controls .owl-buttons div {
    height:29px;
    margin:80px 0 0;
	border:0;
    left:35px;
    top:-25px;
    width: 29px;
	padding:0;
	text-align:center;
	background:#666;
	font-size:0;
	border-radius:0;
}
.image-block .owl-theme .owl-controls .owl-buttons div.owl-next { left:inherit; right:-10px; }
.image-block .owl-theme .owl-controls .owl-buttons div.owl-prev  { opacity:1; }
.image-block .owl-theme:hover .owl-controls .owl-buttons div.owl-prev { left:0; }
.image-block .owl-theme .owl-controls .owl-buttons div.owl-next { opacity:1; }
.image-block .owl-theme .owl-controls .owl-buttons .owl-prev { left:0; }
.image-block .owl-theme .owl-controls .owl-buttons div:hover {
	background:#4ac4fa;
}
.image-block .owl-theme .owl-controls .owl-buttons div:hover:before { color:#fff; }
.image-block .owl-theme .owl-controls .owl-buttons div:before  {
	line-height:29px; 
	margin:0;
	width:100%;
	font-size:16px;
	color:#fff;
}
.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.carousel-contain .slides li img { display:inline-block; }
.flex-direction-nav a:before {
	line-height: 26px;
}
.owl-theme .owl-controls .owl-buttons div{
	font-size: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    float: left;
    background:#f0f0f0;
    position: absolute;
    top:0;
	margin-top:-70px;
    color: #fff;
    padding:0;
	border-radius:3px;
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
	background:#4ac4fa;
}
.owl-theme .owl-controls .owl-buttons div:before {
	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;
	color:#333; 
	font-size: 18px;
	width:26px;
	height:26px;
	line-height: 26px;
	float: left;
	text-align:center;
	margin:0;
}
.owl-theme .owl-controls .owl-buttons div:hover:before { color:#fff; } 
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
	content:"\f104";
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
	content:"\f105";
	float:right;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev { right:45px; }
.owl-theme .owl-controls .owl-buttons div.owl-next { right:15px; }
.ma-brand-slider-contain .jcarousel-skin-opencart .jcarousel-container .jcarousel-prev-horizontal:hover {background:url(../image/bg_direction_nav.png) no-repeat 0 100% #4ac4fa;}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover {
	background:url(../image/bg_direction_nav.png) no-repeat 100% 100% #4ac4fa;
}

/*Layered========================================*/
.layered-modunl .ui-state-default, .layered-modunl .ui-widget-content .layered-modunl .ui-state-default,.layered-modunl  .ui-widget-header .ui-state-default {
	height:13px !important;
	width:10px !important;
	background:#ff8c27 !important;
	border-radius:0 !important;
	border:0 !important;
}
.layered-modunl .ui-slider .ui-slider-range {
	height:4px !important;
	background:#ff8c27 !important;
	border:0 !important;
	margin:0;
}
.layered-modunl .filter-attribute-container .list-group-item .filter-price #slider-price {
	background:#ddd;
	border:0 !important;
	margin:0;
	height:4px !important;
}
.layered-modunl { background:none; border:0; border-radius:0; box-shadow:none; }
.layered-modunl .layered-heading {
    background:#333;
    padding:0;
	border:0;
	border-radius:0;
	position:relative;
	margin:0 0 30px;
}
.layered-modunl .layered-heading strong {
    color:#fff;
	display:block;
    font-size: 15px;
    font-weight:600;
    margin: 0;
    padding:13px 20px;
	letter-spacing:1px;
    text-transform: uppercase;
}
.layered-modunl .list-group {
	padding: 0;
    background:none;
    border:0;
	margin:20px 0 0;
}
.layered-modunl .filter-attribute-container label {
    font-size: 16px;
    font-weight: 600;
    color:#767676;
	border-bottom: 2px solid #767676;
    text-transform: uppercase;
    margin: 0 0 20px;
	padding:0 0 6px;
	display:inline-block;
	width:100%;
}
.layered-modunl .list-group-item { background:none; }
.filter-attribute-container .filter-price { padding:0 15px; }
.layered-modunl .filter-attribute-container { padding:0; margin:18px 0 0; }
.layer-category .list-group a {
	color:#636363;
    font-size: 12px;
	font-weight:700;
    line-height: 28px;
    display: inline-block;
    text-transform: uppercase;
	padding:0 0 6px;
	margin:0 0 6px;
	border:0;
	border-bottom:1px solid #e5e5e5;
	text-align:left;
}
.layer-category .list-group a:hover,.layer-category .list-group a:hover:before { 
	background:none;
	color:#4ac4fa;
}
/*End-Layered====================================*/

/* ver megamenu-------------------------------------------------*/
.vermagemenu{
    position: relative;
	margin:0;
    z-index: 999;    
}
.over-menu { display: none; }
.pt_vmegamenu .close-wrap .parentMenu a:before { display:none; }
.close-wrap i,
.more-wrap i{
    margin-right:10px;
}
#pt_vmegamenu .pt_ver_menu.more-wrap  { border:0; }
.close-wrap a,
.more-wrap a{
    background: #fff !important;
    border-bottom: none!important;
    color:#4D4D4D !important;
    font-weight:bold!important;
    line-height:28px !important
}
.close-wrap a:hover,
.more-wrap a:hover{
    
    
}
.title-vermegamenu {
	background:#676767;
}
.vermagemenu h2{
	display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    height: 56px;
    line-height: 56px;
    font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.vermagemenu .title-vermegamenu h2:before {
	width:56px;
	height:56px;
	line-height:56px;
	border-right:1px solid #fff;
	text-align:center;
	content:"\f03b";
	font-style: normal;
    font-weight: normal;
	display:block;
	float:left;
	background:#676767;
	font-family: FontAwesome;
	font-size:20px;
	color:#fff;
	margin-right:20px;
}
.navleft-container{
    background:#fff;
    border: 1px solid #eee;
	border-top: 0;
    font-size:14px;
    width: 100%;
    display:none;
}
.common-home .navleft-container{
    display:block;
}
.pt_vmegamenu{margin:0px}
.pt_vmegamenu div.pt_ver_menu.active{background:none!important}
.pt_vmegamenu .parentMenu .parentMenu a span{font-size:15px!important}
#pt_vmegamenu{ 
	margin-bottom: 0;
	padding-bottom:0;
	padding-top:0;
}
.pt_vmegamenu .parentMenu a{
    color:#4d4d4d;
    text-transform: capitalize;
    word-wrap: break-word;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 30px;
    padding:17px 20px 16px 10px;
    display: block;
}
.pt_vmegamenu .parentMenu a:before {
    content: "\f067";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 11px;
    color: #4d4d4d;
    position: absolute;
    right: 23px;
}
.pt_vmegamenu div.pt_ver_menu_no_child .parentMenu a:before,.pt_vmegamenu .more-wrap .parentMenu a:before { display:none; }
.pt_vmegamenu .parentMenu a span { margin-left:10px; }
.pt_vmegamenu .parentMenu a:hover,.pt_vmegamenu .pt_ver_menu.active .parentMenu a,
.pt_vmegamenu .pt_ver_menu.active .parentMenu a::before {
    color:#f06262;
    background: #f0f0f0;
	transition:0s;
}
.pt_vmegamenu .pt_ver_menu:last-child .parentMenu a:last-child{border:none;}
.pt_vmegamenu div.had-child .parentMenu a:hover::before{
    color: #59b210s;
}
#pt_vmegamenu .pt_ver_menu, #pt_vmegamenu .pt_ver_menu .parentMenu{
	width:100%;
}
#pt_vmegamenu .pt_ver_menu {
	border-bottom:1px solid #ebebeb;
}
#pt_vmegamenu .pt_ver_menu:last-child { border:0; }
.pt_vmegamenu .pt_ver_menu .popup{
    border:none;
    padding: 0px;
    position: absolute;
    left: 100%;
    text-align: left;
    z-index: 3000 !important;
    background: none!important;
}
.pt_vmegamenu div.column {
    width: 180px!important;
}
.pt_vmegamenu .pt_ver_menu .popup .content-popup{
   /* border: 1px solid #e5e5e3;*/
    background:#fff;
	border:1px solid #eee;
    float: left;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    padding: 20px;
}
.pt_vmegamenu div.popup a.act{color:#333;}
.block1 .column{padding-bottom:0!important; margin-bottom:0px!important}
.block1 .column .itemMenu a.level0{
    color:#4D4D4D;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
	
}
.block1 .column .itemMenu a.level0.actParent{
    
}
.block1 .column .itemMenu a.level0.actParent span{
    padding-bottom:5px;
	width:100%;
	border-bottom:1px solid #ebebeb;
	display: inline-block;
}
.block1 .column .itemSubMenu a.level0{background:none}
.pt_vmegamenu div.column{
    border:none!important;
    margin:0 15px 0 0!important;
    padding:0px!important;
    float:left;
}
.pt_vmegamenu div.column.last{
    margin-right:0px!important;
}
.pt_vmegamenu div.column.blockright{
    width:150px;
    text-align: center;
    margin-right:0!important;
}
.popup .block1{
    float:left;
}
.pt_vmegamenu div.itemSubMenu {
    margin: 10px 0!important;
}
.block1 .itemSubMenu .itemMenu a.itemMenuName{
    color: #838383;
    font-weight: normal;
    line-height: 25px;
    font-size: 13px;
    text-transform: capitalize;
    line-height:28px;
	font-family: Arial, Helvetica, sans-serif;
    padding: 10px 0;
}
.pt_vmegamenu div.popup .itemSubMenu .itemMenu a:before {
    font-size: 10px;
    font-family: FontAwesome;
    color: #c7c7c7;
    display: inline-block;
    margin-right: 10px;
    content: "\f138";
}
.block1 .itemSubMenu .itemMenu a.itemMenuName:hover{
    color:#f06262 !important;
    
    
}
a.itemMenuName:hover{
    color:#f06262 !important;
    
}
.navleft-container .thumbnail_image{
    background: #797979;
    border-radius: 100%;
    margin-right: 10px;
}
/* ver megamenu-------------------------------------------------*/

/*Custommenu========================================*/
.common-home .nav-container { margin:0; }
.nav-container { margin:0 0 30px; }
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title{
	padding:16px 23px;
    text-decoration: none;
    display: block;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:700;
    color:#4b4b4b;
    position: relative;
	border-right:1px solid #e5e5e5;
}
.pt_custommenu div.pt_menu:first-child .parentMenu a, .pt_custommenu div.pt_menu:first-child .parentMenu span.block-title {
    border-left: 1px solid #e5e5e5;
}
.pt_custommenu div.pt_menu.act .itemMenu .itemMenuName { 
	color:#333;
	background:#FFF;
	padding:0;
}
.pt_custommenu div.pt_menu.act .itemMenu .itemMenuName:hover { color:#4ac4fa; }

.pt_custommenu div.pt_menu.act .itemSubMenu .itemMenuName{ color: #909090; background:none;  }
.pt_custommenu div.pt_menu.act .itemSubMenu .itemMenuName:hover {
	background:none;
	color:#4ac4fa; 
}
/*modunl===================================================================*/
.nav-container {
	width:100%;
	background:#fff;
	border-bottom: 1px solid #e5e5e5;
}
.pt_custommenu div.pt_menu.active {
    color: #fff;
}
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu #pt_menu_link ul li a.act,
.pt_custommenu #pt_menu_link ul li a:hover,
.pt_custommenu div.pt_menu.act,.pt_custommenu div.pt_menu.active .parentMenu a {
	background:none;
}

.pt_custommenu div.pt_menu.act a, .pt_custommenu div.pt_menu.active .parentMenu a { 
	color:#fff;
	background:#018bc8;
}
.pt_custommenu div#pt_menu_home.act a:before {
	width:25px;
}
.pt_custommenu .itemSubMenu h4.level2,
.pt_custommenu .itemSubMenu a.level2,
.pt_custommenu .itemSubMenu h4.level3,
.pt_custommenu .itemSubMenu a.level3,
.pt_custommenu .itemMenu .level1 a.level0 {
	background:none;
}

.pt_custommenu div.pt_menu_no_child .parentMenu a:hover { background:#ff8c27; }
.pt_custommenu .itemMenu a.level0:hover,
.pt_custommenu .itemMenu h4.level1,
.pt_custommenu .itemSubMenu h4.level2 span{
    background:none;
	color:#4ac4fa;
}
.pt_custommenu .itemSubMenu a.level2:hover,
.pt_custommenu .itemMenu .level1 a.level0:hover{
	color:#4ac4fa;
	background:none;
}
.pt_custommenu .itemMenu h4.level0, .pt_custommenu .itemMenu a.level0 {
	background:none;
}
.mobilemenu li.active a, .mobilemenu a:hover {
	color: #4ac4fa;
}
.mobilemenu ul a:hover, .mobilemenu ul li.active a {
	color: #4ac4fa !important;
}
.mobilemenu ul ul a:hover, .mobilemenu ul ul li.active a, .mobilemenu ul li.active ul a:hover {
	color: #4ac4fa !important;
}
.mobilemenu ul ul ul a:hover, .mobilemenu ul ul ul li.active a, .mobilemenu ul ul li.active ul a:hover {
	color: #4ac4fa !important;
}
.mobilemenu ul ul ul ul a:hover, .mobilemenu ul ul ul ul li.active a, .mobilemenu ul ul ul li.active ul a:hover {
	color: #4ac4fa !important;
}
.menu-mobile {
	background: #4ac4fa;
}
.custom-menu-bottom { padding:0 20px 30px;}

.module-title {
	text-align: left;
    border-bottom:1px solid #ebebeb;
    width: 100%;
    margin-bottom: 20px;
}
#content .module-title h2 {
    margin: 0 25px -1px 0;
    display: inline-block;
    padding: 10px 0;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    text-align: left;
    background: none;
    position: relative;
    border-bottom:2px solid #f06262;
}
.module-title h2 {
    margin: 0 25px -1px 0;
    display: inline-block;
    padding: 10px 0;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    text-align: left;
    background: none;
    position: relative;
    border-bottom:2px solid #f06262;
}

/*product-tabs-container-slider============================================================*/

.product-tabs-container-slider .owl-item { padding:0 15px; }

/*End-product-tabs-container-slider========================================================*/

/*featured-categories-----------------------------------*/

.featured-categories-container .fcategory-content {
	position: relative;
    overflow: hidden;
    border-right: 1px solid #fff;
}
.featured-categories-container .content-thum {
	float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    position: relative;
}
.featured-categories-container .content-thum:after {
	border-width: 12px 12px 0 12px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #fff;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    content: "";
    width: 24px;
    height: 12px;
    display: block;
}
.featured-categories-container .content-thum a {
	font-family: "Montserrat",sans-serif;
    font-size: 16px;
    color: #252525;
	text-align:center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 33px 0;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
	width:100%;
	display:inline-block;
}
.featured-categories-container .content-thum a:before {
    width: 23px;
    height: 1px;
    background: #252525;
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -12px;
}
.featured-categories-container .fcategory-content:hover .content-thum {
	background:#252525;
}
.featured-categories-container .fcategory-content:hover .content-thum a { color:#fff; }
.featured-categories-container .fcategory-content:hover .content-thum a:before {
    background: #fff;
}
.featured-categories-container .fcategory-content:hover .content-thum:after { border-top-color: #252525; }
.featured-categories-container  .dec { display:none; }
.featured-categories-container .owl-theme .owl-controls .owl-buttons div { margin-top:30px; }
/*--------------------------------------------------------------------*/


/*Countdown---------------------------------------------------------------*/


.ttcountdown_module { margin:45px 0 0; }
.ttcountdown_module .owl-item { padding:0 15px; }
.ttcountdown_module .review-count { display:none; }
.ttcountdown_module .box-timer {
	text-align: center;
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.ttcountdown_module .countdown-section {
	display:inline-block;
	background:#f4f4f4;
	border:1px solid #d0d0d0;
	color:#69686c;
	padding:10px 0 6px;
	font-size:13px;
	margin-right:5px;
	min-width: 50px;
}
.ttcountdown_module .countdown-section:last-child { margin:0; }
.ttcountdown_module .countdown-section span {
	float:left;
	width:100%;
	text-transform:inherit;
}
.ttcountdown_module .countdown-section span.countdown-amount { line-height:12px; }
.ttcountdown_module .price-box { 
	margin:8px 0 0;
	display:inline-block;
	width:100%;
}
.ttcountdown_module .price-box p { float:left; margin-right:10px; }
.ttcountdown_module .price-box .old-price .price {
    color: #b1b1b1;
    text-decoration: line-through;
    font-size: 16px;
	margin:0;
}
.ttcountdown_module .price-box .special-price .price {
    font-size: 18px;
    color: #69686c;
	margin:0;
}


/*------------------------------------------------------------*/

/*Lastest----------------------------------------------------------*/
.lastest-container { display:inline-block; width:100%; }
.lastest-container .module-title { margin:0 0 25px 0; text-align: left; }
.lastest-container .module-title h2 {
    display: inline-block;
    background:none;
    color: #222;
    margin: 0;
	padding:0 0 8px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.lastest-container .lastest-category { display:inline-block; width:100%; margin-bottom:20px; }
.lastest-container .image { width:100px; float:left; border:1px solid #e5e5e5; }
.lastest-container .lastest-content { margin-left:120px; }
.lastest-container .description  { display:none; }
.lastest-container .name a { font-size:11px; text-transform:capitalize; }
.lastest-container .rating { display:block;}
.lastest-container .price .price-old  { width:100%; display:inline-block; margin:5px 0 0; }

/*Newproducts============================================================*/
.new-products-container { margin:40px 0 0; }
.new-products-slider {
    display: inline-block;
    background:#4ac4fa url("../image/bg_featured.png") no-repeat scroll left center;
    padding: 0 0 0 50px;
    width: 100%;
}
.new-products-slider h2 {
	background-color: #f1f1f1;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px !important;
    font-weight: lighter;
    line-height: 50px;
    margin: 0 !important;
    padding: 0 0 0 10px;
    text-transform: capitalize !important;
}
.new-products-container .owl-item { padding:0 15px; }
.new-products-container .owl-theme .owl-controls .owl-buttons div { margin-top:-57px; }
/*End-newproducts============================================================*/

/*Feature============================================================*/

.featured-product-container { margin:45px 0 0; }
.featured-product-container .ma-featured-product-title {
	background: #de5648 url("../image/bg_latest.png") no-repeat scroll left center;
    padding: 0 0 0 50px;
	display:inline-block;
	width:100%;
}
.featured-product-container .ma-featured-product-title h2 {
	background-color: #f1f1f1;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px !important;
    font-weight: lighter;
    line-height: 50px;
    margin: 0 !important;
    padding: 0 0 0 10px;
    text-transform: capitalize !important;
}

/*End-Feature========================================================*/

/*Blog-----------------------------------------------------*/

.article-container { display:inline-block; width:100%; margin:10px 0 30px; }
.article-container .article-image { width:450px; float:left; }
.article-container .article-content { margin-left:460px; }
.article-container .article-title h3 {
	color: #555;
    text-transform: uppercase;
    font-size: 20px;
    margin:3px 0 10px;
}
.blog-article .banner-container { margin:0; }
.article-item { display:inline-block; width:100%; margin-bottom:30px; }
.article-item .intro-content {
	width:450px; 
	float:left;
}
.article-item .article-intro { margin-left:460px; }
.article-name a { font-size:20px; text-transform:uppercase; }

/*---------------------------------------------------------*/

/*Onsale-products============================================================*/

.onsaleproducts-container {
	margin:40px 0 30px;
	position: relative;
}
.onsaleproducts-container .onsale-title {
	text-align: center;
    margin-bottom: 40px;
    background: url("../image/bg-title.png") repeat-x center;
    width: 100%;
    display: inline-block;
	text-align:left;
}
#content  .onsaleproducts-container .onsale-title  h2 {
	padding: 0 30px 0 0;
    background: #fff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #252525;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}
.onsaleproducts-container  .owl-carousel .owl-item  { padding:0 15px; }
/*End-Onsale-products========================================================*/

/*feature-products============================================================*/
.featured-container { margin:10px 0 0; }
.featured-product-container .product-layout { margin-top:30px; }
.featured-product-container .item-inner { margin:0 0 30px;}
.ma-featured-product-title h2 {
	font-family: 'impact';
    font-size: 23px !important;
    margin: 0 !important;
    text-transform: uppercase;
}
.featured-container .owl-item {
    padding: 0 15px;
}
.featured-container .owl-theme .owl-controls .owl-buttons div { margin-top:0;}
.featured-container .item_product { margin-bottom:20px; }
/*End-feature-products============================================================*/

/*BLOG============================================================*/
.menu-recent .item-inner { padding:0; border:0; border-radius:0; background:none; }
.menu-recent .owl-item {
	padding:0 15px;
}
.menu-recent .container-inner {
    margin:40px 0 0;
}
.menu-recent .blog-title h2 span {
    color: #4ac4fa;
	margin-left:5px;
}
.menu-recent .articles-name {
	margin-left: 70px;
	min-height: 50px;
	padding:10px 0 0;
	font-size: 18px;
    text-transform: capitalize;
    font-family: Lato,arial;
    margin-bottom: 10px;
    font-weight: bold;
	display:none;
	width:100%;
}
.menu-recent .articles-name:hover { color:#666; }
.menu-recent .owl-wrapper { margin:0; }
.menu-recent .articles-intro {
    font-size:14px;
    color:#838383;
    margin:25px 0 0;
    line-height: 20px;
	text-align:left;
}
.menu-recent .readmore { text-align:left; margin:8px 0 0; }
.item-inner .readmore a {
	text-transform: capitalize;
    border-bottom: 2px solid #141414;
	color:#141414;
    font-size: 13px;
    display: inline-block;
    padding:0;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    position: relative;
}
.item-inner .readmore a:hover {
    color:#4ac4fa;
	border-color:#4ac4fa;
}
.menu-recent .time-conment {
	position: absolute;
    left: 0;
    top: 0;
	z-index:2;
}
.menu-recent .articles-image img:hover {
	opacity:0.8;
}
.menu-recent .item-inner .articles-date {
	min-width: 53px;
    height: 46px;
    text-align: center;
    border:0;
    background:#141414;
    font-size: 13px;
	color:#fff;
    padding: 7px 0;
    line-height: 1.1;
    font-weight: bold;
	display:none;
}
.menu-recent .item-inner .articles-date span {
	display:inline-block;
	width:100%;
	color:#fff;
}
.menu-recent .owl-theme .owl-controls .owl-buttons div { margin-top: -58px; }

/*End-BLOG========================================================*/

/*Onnale-products============================================================*/
.onsale-products-title {
    background: url("../image/bg_best.png") no-repeat left center #4ac4fa;
    padding: 0 0 0 50px;
    display: inline-block;
    width: 100%;
}
.onsale-products-title h2 {
	background-color: #f1f1f1;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: lighter;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: capitalize;
}
.onsale-products-container .onsale-products  { margin-top:30px; }
.onsale-products-container .image { width:100px; float:left;}
.onsale-products-container .box-onsale  {
	background-color: #f1f1f1;
    margin-left: 100px;
    min-height: 100px;
    padding: 10px;
    text-align: left;
}
.onsale-products-container .price { margin:0; text-align:left;  }
.onsale-products-container .price .price-old { font-size:14px;}
.onsale-products-container .rating { text-align:left; }
.onsale-products-container .name { margin:0 0 5px; text-align:left; }
.onsale-products-container .name a { text-transform:capitalize; }
.onsale-products-container .description { display:none; }
.onsale-products-container .button-group { display:none; }
.onsale-products-container .product-thumb { display:inline-block; width:100%; padding-bottom:10px; }
.onsale-products-container .product-thumb:last-child { margin:0; padding-bottom:0; background:#fff; border:0; }
/*End-onnale-products============================================================*/

/*Newletter============================================================*/
.newletter-subscribe {
	text-align:left;
	position:relative;
}
.newletter-container #notification div {
	color: #F00;
    position: absolute;
    top: 40px;
    left:3px;
}
.newletter-title {
    margin:20px 0 0;
    padding: 0;
    width: 100%;
	text-align:left;
	display:inline-block;
}
.newletter-title h2 {
	margin: 0;
    text-transform: uppercase;
    color:#333;
	font-weight:700;
    font-size: 13px;
    margin-bottom: 15px;
    position: relative;
}
.newletter-container #subscribe {
	display:inline-block;
	width:auto;
	margin:0;
}
.newletter-container .close a { display:none; }
.newletter-container .newleter-content { margin-top:5px; position:relative; }
.newletter-container .newleter-content label {
	display:none;
    padding-bottom: 10px;
    font-family: "Raleway",sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
    width: 100%;
}
.newletter-container .newleter-content span {
	font-size:13px;
	color:#fff;
	text-transform:capitalize;
	font-weight:normal;
	display:none;
}
.newletter-container .newleter-content .button span { font-size:12px; font-weight:700; text-transform:uppercase; }
.newletter-container .newleter-content .button:hover span { color:#fff; }
.newletter-container .newleter-content .button span { display: inline-block; width:100%; }
.newletter-container .newleter-content tr { float:left; margin:0; display:inline-block; width:auto; }
.newletter-container .newleter-content input  { 
	width:165px; 
	height:35px;
	padding:0 10px; 
	border:1px solid #fff!important; 
	background:#fff;
	color:#222;
	margin-right: 5px;
	border-radius:5px;
}
.newletter-container .newleter-content .button {
	background:#4ac4fa;
    border:0;
    border-radius:5px;
    color: #fff;
	font-size:0;
	height:35px;
    line-height: 35px;
    padding:0 10px;
    text-transform: uppercase;
	margin:0;
	display:inline-block;
}
.newletter-container .newleter-content .button:hover { background:#222; color:#fff; }
.newletter-container ul.link-follow { margin:15px 0 0; }
.newletter-container ul.link-follow li {
    text-align: center;
    float: none;
    display: inline-block;
    margin-right:6px;
}
.newletter-container ul.link-follow a {
    position: relative;
    display: inline-block;
	width:40px;
	height:40px;
	line-height:40px;
    text-align: center;
    font-size:18px;
	background:#fff;
	border-radius:100%;
    color: #222;
}
ul.link-follow li a span {
    font-size: 0;
}
.newletter-container ul.link-follow a:hover {
    background: #4ac4fa;
	color:#fff;
	padding:0;
}
/*End-Newletter============================================================*/
/*Brand====================================================================*/
.brand-slider-contain {
	border-top:1px dotted #e7e7e7;
	margin:45px 0 0;
	padding:40px 0 0;
	position:relative;
}
.brand-title {
    padding: 0 0 0 50px;
    text-align: left;
    display:none;
    width: 100%;
}
.brand-title h2 {
    background-color: #f1f1f1;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: lighter;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: capitalize;
}
.brand-slider-contain .slides  {
	margin:0;
	padding:0;
}
.brand-slider-contain .owl-theme .owl-controls .owl-buttons { opacity:0; }
.brand-slider-contain .owl-theme:hover .owl-controls .owl-buttons { opacity:1; }
.brand-slider-contain .owl-theme .owl-controls .owl-buttons div {
    margin-top: 20px;
}
.brand-slider-contain .owl-theme .owl-controls .owl-buttons div.owl-next { right:5px; }
.brand-slider-contain .owl-theme .owl-controls .owl-buttons div.owl-prev {
	right:inherit;
	left:5px;
}
/*End-Brand====================================================================*/


/*Slider====================================================================*/

.sequence-pagination li a { background:#4ac4fa; }
.sequence-pagination li.current a { background:#a1cfb8; }

/*End-Slider====================================================================*/
/**** Category block ****/
ul.list-group > li {position:relative;}

.button-view {
	width:15px;
	height: 15px;
	background:url("../image/vertical_li.png") no-repeat scroll 0 0;
	text-indent: -99999px;
	position: absolute;
	right:0;
	top:8px;
	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%;
}

#sequence-theme .controls a {
	background: url("../image/bg_direction_nav.png") no-repeat scroll 0 0 #c1c1c0;
	cursor: pointer;
	display: block;
	height: 54px;
	margin: -30px 0 0;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 54px;
	opacity: 0;
	z-index:9;
}
#sequence-theme:hover .controls a { opacity: 1;}
#sequence-theme .controls .sequence-next { background-position: 100% 0; right: 95px; }
#sequence-theme .controls .sequence-prev { left: 95px;}
#sequence-theme .controls .sequence-next:hover {background:url(../image/bg_direction_nav.png) no-repeat 100% 100% #f4a09f;}
#sequence-theme .controls .sequence-prev:hover {background:url(../image/bg_direction_nav.png) no-repeat 0 100% #f4a09f;}

/*Testimonial==========================================*/
.testimonial-container { margin:25px 0 0; }
.testimonial-container #slides { margin:21px 0 0; }
.testimonial-title  {
	border: 1px dashed #ebebeb;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.testimonial-title h2 {
	background:#4ac4fa;
	margin:0;
	color: #fff;
    float: left;
    font-family: "BebasNeuewebfont";
    font-size: 18px;
    line-height: 29px;
    padding: 8px 20px 6px;
    text-decoration: none;
    text-transform: uppercase;
}
.item-testimonials {
	border:1px solid #eeeeee;
}
.testimonial-container .box-testimonial { padding:20px; }
.row-testimonials { display:inline-block; width:100%; margin:0 0 20px; }
.testimonial-container .owl-item { padding:0 15px; }
.product-testimonial .testimonial-images { float:left; width:170px; }
.product-testimonial .box-testimonial { margin-left:185px; padding:0; }
.testimonial-std { margin:10px 0 0; font-size:13px; line-height:20px; color:#444; position:relative; }
.testimonial-std .f:before {
    color: #666666;
    content: "";
    font-family: "Fontawesome";
    font-size: 15px;
    height: 10px;
    left: -8px;
    position: absolute;
    top: -2px;
    width: 10px;
}
.testimonial-std .l:before {
    color: #666666;
    content: "";
    font-family: "Fontawesome";
    font-size: 15px;
    height: 10px;
    left: 10px;
    position: absolute;
    top: 1px;
    width: 10px;
}
.testimonial-name { margin:5px 0 0; }
.testimonial-name h2 {
	font-size:12px;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	text-transform:uppercase;
	color:#444444;
}
.testimonial-link { margin:5px 0 0; }
.testimonial-link a {
	font-size:12px;
	margin:0;
	text-transform:capitalize;
	color:#4ac4fa;
}
.testimonial-link a:hover { color:#444444; }
.testimonial-submit { display:none; }
/*End-testimonial==========================================*/

/*list-web============================================*/
.information-contact #content h1,.information-contact #content h2 { margin:10px 0 0; }
.affiliate-login .well { border:1px solid #dddddd; margin:20px 0 0;}
.product-search .checkbox-inline { margin:10px 0 15px; }
.fix-nav {
    background:#fff !important;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99999;
}
/*hover images==========================================================================*/
.item-inner .image {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 0;
}
.item-inner .product-image .image1 {
	display:block;
	float:left;
	width:100%;
	z-index:1
}
.item-inner:hover .product-image .image1
{
	opacity:0;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}

.item-inner .image2 {
	position:absolute;
	top:0;
    left:0;
    opacity:0;
	display:block;
	width:auto;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}
.item-inner:hover .image2
{
	opacity:1;
	z-index: 0;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}
.product-list .left-block .item-content {
	display:none;
}
.product-list .item-inner .images-container .image:after { display:none !important; }
.product-list .product-container .image {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 0;
}
.product-list .product-container .product-image .image1 {
	display:block;
	float:left;
	width:100%;
	z-index:1
}
.product-list .product-container:hover .product-image .image1
{
	opacity:0;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}

.product-list .product-container .image2 {
	position:absolute;
	top:0;
    left:0;
    opacity:0;
	display:block;
	width:auto;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}
.product-list .product-container:hover .image2
{
	opacity:1;
	z-index: 0;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}
.google-map{
    margin-bottom: 30px;
}
.information-contact .panel-default { border:0; padding:0; }
#map-canvas{
    width: 100%;
    height: 300px;;
}
.information-sitemap #content ul li ul { margin-left:20px; }
.information-contact .google-map { padding:10px 0; }
.quickview-container { display:none !important; }
/*Mobile==========================================*/
@media (max-width:1199px) {
	.owl-theme .owl-controls .owl-buttons div { display:none; }
	#search-by-category { width:400px; float:left; }
	#search-by-category .search-container #text-search { width:158px; }
	#search-by-category .search-container .categories-container .hover-cate p { padding:0 30px 0 13px; }
	#search-by-category .search-container .categories-container .hover-cate p i { font-size:13px; }
	#top-links { margin-left:0; }
	.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title { font-size:14px; }
	.vermagemenu h2 { font-size:16px; }
	.pt_vmegamenu .parentMenu a { font-size:14px; line-height:23px; padding:13px 20px 12px 10px; }
	.link-contact h2,#top-links a,#currency .btn-link strong,#language .btn-link span, #language .btn-link strong { font-size:12px; }
	#cart .btn-inverse { font-size:13px; }
	.banner-box .des { padding-top:35%; }
	.item-inner .item-price { top:60px; }
	.newletter-container .newleter-content input { width:100%; margin-bottom:10px; }
	.banner-static img,.block-banner-left img { height:100% !important; width:100% !important; }
	.table-responsive td .input-group-btn { margin:0 0 0 10px; }
	.product-more-info .media-body { font-size:9px; }
	.product-more-info .media-body h3 { font-size:11px; }
	.product-view .item-inner .images-container .actions { padding:5px 0 0; }
	.currency-language { margin-right:10px; }
	.visible-lg { display: block !important;}
	.item-inner .image2 ,.product-list .product-container .image2{ display:none ; opacity:1 ;  }
	.item-inner:hover .product-image .image1,.product-list .product-container:hover .image1 { opacity:1; }
	.item-inner .product-image .image1,.product-list .product-container .image1 { width:auto; float:none; display:inline-block; }
	#quickview-content,.qv-button-container,.zoomWindowContainer,#quickview-bg-block { display:none !important; }
	.fix-nav { position:inherit !important;  }
	.product-list .item-inner .add-to-links .wishlist, .product-list .item-inner .add-to-links .compare { margin:5px 0 0 20px; }
}
@media (max-width:992px) {
	.header-laguage .box-language,.box-currency { padding:0; }
	#top { padding:0 0 10px; }
	.header #logo.fix-logo,.header .quick-access.fix-quick { display:none; }
	.link-contact,.header-search { text-align:center; margin:20px 0 0; }
	.link-contact h2 { float:none; display:inline-block; font-size:14px;}
	#top .col-md-6 { text-align:center; }
	.text-welcome,.call-free h2 { display:inline-block; width:100%; float:none; }
	.text-welcome p { border:0; text-align:center; margin:10px 0 0; }
	.header { padding:10px 0; }
	.header-laguage, .header-currency,.currency-language,#search-by-category { float:none !important; display:inline-block; }
	.quick-access { position:relative; z-index:8; float:none; width:150px; margin:13px auto 0; display:inline-block; }
	#top-links .box-link label,#currency .dropdown-toggle,#language .dropdown-toggle { padding:6px 15px; }
	#cart .dropdown-menu { right:-50px; }
	.header-currency .box-currency:hover .currency-content,.header-laguage .box-language:hover .lang-content,#top-links .box-link:hover .links { top:35px; }
	.link-contact h2, #top-links a, #currency .btn-link strong, #language .btn-link span, #language .btn-link strong { font-size:14px; }
	.ma-corporate-about { text-align:left; }
	.table-responsive { overflow-y:hidden; }
	#logo { text-align:center; margin:15px 0 5px; }
	#logo a { display:inline-block; }
	.menu-recent .item-inner .articles-date span { font-size:22px; }
	.newletter-container .newleter-content input { width:165px; }
	.footer-static-inner .col { margin-bottom:20px; }
	.home-title h3 { font-size:15px; }
	.layered-modunl .layered-heading strong { font-size:18px; }
	.layered-modunl .filter-attribute-container label { font-size:16px; }
	.layer-category .list-group a { font-size:11px; }
	.product-list .item-inner .add-to-links { float:left; margin:5px 0 0; width:100%; }
	.powered h2 { font-size:12px; }
	#cart > .btn { text-align:left; font-size:11px; }
	.links li { float:none; display:inline-block; }
	#top #cart { float:none; display:inline-block; margin:13px 0 0; 	}
	.category-filter .panel-heading span { font-size:23px; }
	.category-filter .filter-content a.list-group-item { font-size:13px; }
	.filter-attribute-container .list-group-item .filter-price .input-price { margin:0 -4px 0 0; }
	.footer-static-2 .f-col { min-height:80px; }
	.product-view .product-name h1 { font-size:16px !important; }
	.product-view .form-group #button-cart { margin:0; }
	.footer .column { margin-bottom:20px; }
	.category .list-group li a { font-size:12px; }
	.products-category  .clearfix { display:none; }
	.visible-lg { display: none !important;}
	.visible-xs,.navbar-toggle { display: block !important;}
	.account-border .table-bordered thead td,.account-border .table-bordered td { display:block; }
	.lastest-container .lastest-content { width:100%; margin:10px 0 0; float:left; }
	.view-tag a { font-size:11px; }
	#top-links { margin:10px 0 0; }
	#cart .top-cart-contain { padding:16px 20px 14px 45px; }
	.product-list .item-inner .actions .cart { width:100%; margin-bottom:15px; }
	.product-list .item-inner .add-to-links .wishlist, .product-list .item-inner .add-to-links .compare {  float:left; margin:0 10px 0 0; }
	#search-by-category { margin:0; }
	.product-grid .item-inner .price { min-height:42px; }
}
@media (max-width:767px) {
	#column-right,#column-left { display:block !important; }
	.banner-static-contain img,.banner-right1 img,.banner-home img,.banner-center img,.banner-view img,.menu-recent img { width:100% !important; } 
	.banner-static .banner-static-container { width:100%; }
	.banner-static .box1,.banner-home .banner-box,.banner-center .banner-box { margin-bottom:30px; }
	.banner-center { margin:20px 0 50px; }
	.banner-home { margin:30px 0 0; }
	.new-products-container { margin:20px 0 0; }
	.corporate-about .block-wrapper:hover .fa  { animation:inherit; }
	.lastest-container .lastest-content { width:auto; float:none; margin:0 0 0 120px; }
	.product-list .name-review { margin:30px 0 0; }
	.product-view .form-group #button-cart { margin:0 0 0 30px; }
	.product-view .thumbnails-image .thumbnail { background:#eee; }
	.product-view .item-inner .add-to-links .wishlist, .product-view .item-inner .add-to-links .compare { width:40px; }
	.footer { padding:50px 0 10px; }
	.ma-footer-static-container p, .footer-static2 .f-col3 .footer-static-content ul li a, .ma-footer-static-container { font-size:12px; }
	.ma-footer-static-container .f-col { margin:0 0 20px; }
	.powered .right-powered  { margin:10px 0 0; text-align:left; }
	.breadcrumb a { font-size:15px; }
	.powered .right-powered a { float:left; }
	.product-list .name { margin:20px 0 0; }
}
@media (max-width:680px) {
	.header-row1 { margin:0; }
	#cart .dropdown-menu { right:-50px; }
	.box-header { display:inline-block; width:100%; text-align:center; }
	.top-cart { float:none; display:inline-block; }
	.checkout-cart .table td { font-family:'arial'; text-transform:uppercase; font-size:16px; width:100%; border:0 !important; float: left !important; text-align: left !important; white-space: nowrap !important; }
	.table-responsive td .input-group-btn { margin:0 0 0 16px; }
	.zoomContainer { display:none; }
	.link-contact, .header-search { margin:0; }
}
@media (max-width:580px) {
	#search-by-category { width:400px; }
	#search-by-category .search-container .categories-container .hover-cate p { padding:0 40px 0 13px; }
	#search-by-category .search-container .categories-container .hover-cate p i { font-size:18px; }
	.link-contact h2 { margin-bottom:10px; }
	#search-by-category .search-container #text-search { width:40%; }
	.product-filter .sort,.product-filter .limit { display:none; }
	.col-mobile { width:100% !important; }
	.product-view .tab-view textarea { width:280px; }
	.product-view .nav-tabs,.product-view .tab-content { width:100%; }
	.product-view .tab-view a { font-size:14px; }
	#content .related-title h2 { font-size:18px; }
	.newletter-container .newleter-content input { width:200px; }
	.newletter-container #subscribe { width: 330px; }
	.item-inner .add-to-links div,.item-inner .add-to-links div.cart { float:none; display:inline-block; }
	.item-inner .images-container .actions { padding:5px 0 0; }
	#search .search-content { right:-100px; }
	#cart .dropdown-menu { right:-91px; }
}
@media (max-width:480px) {
	.product-view .tab-view li { width:100%; padding:0; }
	.product-view .tab-view a { padding:0; margin-bottom:10px; }
}
@media (max-width:450px) {
	#search-by-category { width:300px; }
	#btn-search-category { font-size:12px; padding:0 10px; }
	#search-by-category .search-container .categories-container .hover-cate p { padding:0 10px; }
	#search-by-category .search-container .categories-container .hover-cate p i { display:none; }
	.product-view .tab-view input.form-control,.product-view .tab-view textarea { width:200px; }
	.newletter-container .newleter-content .button { width:90px; }
	.newletter-container .newleter-content .button::before { width:90px; }
	.newletter-container .newleter-content input { width:150px; }
	.newletter-container #subscribe { width:243px; }
	.footer-static-2 .footer-static-content li { margin:3px; }
	.footer-static-2 .footer-static-content li:last-child { margin:3px;}
	#search .search-content input { width:180px; }
	.links li { border:0; margin:0 5px 0 0; padding:0; }
}
@media (max-width:400px) {
	.link-contact h2, #top-links a, #currency .btn-link strong, #language .btn-link span, #language .btn-link strong { font-size:12px; }
	.currency-language { margin:0; }
	#top-links .box-link label, #currency .dropdown-toggle, #language .dropdown-toggle { padding:6px 10px; }
	#cart .dropdown-menu { right: -63px; }
	#currency .dropdown-toggle { min-width:60px; }
	#search-by-category .search-container .categories-container .hover-cate p i { border:0; }
	.product-view .form-group #button-cart { margin:0 0 0 10px; float:left; }
	.checkout-cart .panel-collapse input { width:100%; margin:0 0 10px; }
}
@media (max-width:350px) {
	#search-by-category { width:270px; }
}
#back-top {
    background: url("../image/back-top.png") no-repeat scroll 50% 50% #333;
    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% #4ac4fa;
}
#back-top {
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}
#back-top:hover {
	cursor: pointer;
    -moz-transition: all 0.3s ease 0s;
}
/*css3===================================================================*/
/*Item-inne------------------------------*/

.item-inner .add-to-links div {
	opacity:0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.item-inner:hover .add-to-links div { opacity:1; }
.item-inner .add-to-links div.cart {
	-webkit-transition-delay: 0.1, 0s;
	-moz-transition-delay: 0.1, 0s;
	-ms-transition-delay: 0.1, 0s;
	-o-transition-delay: 0.1, 0s;
	transition-delay: 0.1, 0s;
}
.item-inner .add-to-links div.wishlist {
	-webkit-transition-delay: 0.25s, 0s;
	-moz-transition-delay: 0.25s, 0s;
	-ms-transition-delay: 0.25s, 0s;
	-o-transition-delay: 0.25s, 0s;
}
.item-inner .add-to-links div.compare {
	-webkit-transition-delay: 0.35s, 0s;
	-moz-transition-delay: 0.35s, 0s;
	-ms-transition-delay: 0.35s, 0s;
	-o-transition-delay: 0.35s, 0s;
	transition-delay: 0.35s, 0s;  
}

/*-------------------------------*/

a,#top #currency .currency-select,#search .btn-lg,.item-inner,.item-inner .button-group .cart button span,
.item-inner .add-to-links .wishlist button,.item-inner .add-to-links .compare button,.product-list .product-container,.box-col-inner .pull-left .fa,.box-col-inner .pull-left,#cart .icon-cart,#cart .icon-cart .fa,#search .btn-lg .fa,ul.tabs-category li,ul.link-follow a,ul.link-follow li a span,#currency .dropdown-menu .currency-select span,.product-view .add-to-links button,
.banner-static-contain .banner-box img,.product-list .cart button span,.product-list .cart button span span,.product-list .add-to-links .wishlist button,.product-list .add-to-links .compare button,
.product-view .form-group #button-cart span,.quickview-container #button-cart span,.quickview-container .btn-group button.wishlist,.quickview-container .btn-group button.compare,.btn, button,.item-inner .add-to-links div button:before,.banner-static img,.banner-center img,
.menu-recent .articles-image img {
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
a:hover,#top #currency .currency-select:hover,#search .btn-lg:hover,.item-inner:hover,.item-inner .button-group .cart button:hover span,.item-inner .add-to-links .wishlist button:hover,.item-inner .add-to-links .compare button:hover,.product-list .product-container:hover,.box-col-inner:hover .pull-left .fa,.box-col-inner:hover .pull-left,#cart:hover .icon-cart,#cart:hover .icon-cart .fa,#search .btn-lg:hover .fa,ul.tabs-category li:hover,ul.link-follow a:hover,ul.link-follow li a:hover span,
#currency .dropdown-menu .currency-select span:hover,.product-view .add-to-links button:hover,
.banner-static-contain .banner-box:hover img,.product-list .cart button:hover span,.product-list .cart button:hover span span,.product-list .add-to-links .wishlist button:hover,
.product-list .add-to-links .compare button:hover,.product-view .form-group #button-cart:hover span,
.quickview-container #button-cart:hover span,.quickview-container .btn-group button.wishlist:hover,
.quickview-container .btn-group button.compare:hover,.btn:hover, button:hover,.item-inner .add-to-links div button:hover:before,.banner-static img:hover,.banner-center img:hover,
.menu-recent .articles-image img:hover {
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	cursor: pointer;
}
.links li a span,.pt_custommenu div.pt_menu a,.footer-static2 .f-col3 .footer-static-content ul li a {
	-moz-transition: color 0.5s ease;
	transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
}
.links li a:hover span,.pt_custommenu div.pt_menu a:hover,.footer-static2 .f-col3 .footer-static-content ul li a:hover {
	-moz-transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	cursor: pointer;
}
#sequence-theme .controls a {
	-moz-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	border-radius:100%;
}
#sequence-theme .controls a:hover {
	-moz-transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	cursor: pointer;
}
.products-category .product-list,.product-search .product-list{
webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*hover images==========================================================================*/