/* ---------------------------------------------
Project: Fashion Store
Version: 1.1
Last change: 10/20/2016
Author:	7UP Theme
Author URI: https://7uptheme.com/
[Table Content]
1.Home 1
2.Home 2
3.Home 3
4.Home 4
5.Home 5
6.Home 6
7.Home 7
8.Home 8
9.Home 9
10.Home 10
11.Home 11
12.Home 12
13.Home 13
14.Home 14
15.Home 15
16.Home 16
17.Home 17
18.Home 18
19.Home 19
20.Home 20
21.Home 21
22.Home 22
23.Home 23
24.About
25.Contact
26.Shop
27.Blog
28.Popup
----------------------- */
/*General*/
body {
    color: #333;
    font-family: 'Poppins', sans-serif;
	font-weight:400;
    font-size: 14px;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.wrap{
	overflow:hidden;
	position:relative;
}
*{	
	box-sizing:border-box;
	outline:none;
}
img{
	max-width:100%;
}
a:hover,a:focus{
	text-decoration:none;
	outline:none;
}
.container {
    /*max-width: 1200px;
    width: 100%;*/
}
input,input:focus,input:hover{
	outline:none;
}
p {
    line-height: 24px;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Ubuntu", sans-serif;
}
.owl-theme .owl-controls{
	margin:0;
}
.owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    display: inline-block;
    opacity:1;
    padding: 0;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	width:100px;
	height:100px;
	background:rgba(51,51,51,0.9);
	color:#fff;
	font-size:30px;
	text-align:center;
	margin:0;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	background:#ff3e3e;
}
.owl-theme .owl-controls .owl-buttons div>i{
	display:block;
	height:100px;
	line-height:100px;
}
.owl-theme .owl-controls .owl-page span {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    width: 10px;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #ff3e3e;
    border: none;
}
.bxslider{
	margin:0;
	padding:0;
	list-style:none;
}
.wrap-item > div:not(:first-child) {
  display: none;
}
/********************************************************************************
								Home 1
*********************************************************************************/
.wrap-language-cart > div {
    display: inline-block;
    margin-left: 27px;
}
.top-header.top-header1 {
    background: #283243 none repeat scroll 0 0;
	position:relative;
	z-index:999999;
}
.top-nav.top-nav1 {
    background: transparent;
}
.wrap-language-cart1 {
    float: right;
}
.wrap-language-cart1>div >a{
	height:50px;
	line-height:50px;
}
.wrap-language-cart1 .currency-box{
	margin-left:26px;
}
.top-nav {
    background: #283243 none repeat scroll 0 0;
    padding: 14px 0 12px;
}
.top-nav ul {
    margin: 0;
}
.top-nav li {
    display: inline-block;
    margin-right: 40px;
}
.top-header .top-nav.top-nav1 ul li a{
	color:#fff;
}
.top-header .top-nav.top-nav1 ul li a:hover{
	color:#ff3e3e;
}
.top-nav ul li a {
    color: #fff;
    text-transform: uppercase;
}
.top-nav ul li a:hover {
    color: #ff3e3e;
}
.top-nav ul li a i {
    margin-left: 10px;
}
.wrap-language-cart {
    float: right;
}
.language-box, .currency-box {
    display: inline-block;
    position: relative;
}
.language-box > a ,.currency-box > a{
    color: #fff;
    text-transform: uppercase;
}
.language-box:hover > a ,.currency-box:hover > a{
    color: #ff3e3e;
}
.language-box > a > i,.currency-box > a > i{
	margin-left:10px;
}
.main-header {
    padding-top: 50px;
}
.contact-header-phone {
    font-size: 18px;
}
.contact-header-phone i {
    color: #ccc;
    font-size: 24px;
    margin-left: 2px;
    margin-right: 12px;
    transform: scaleX(1.3);
    -webkit-transform: scaleX(1.3);
}
.contact-header-info {
    color: #999;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: -5px;
}
.contact-header {
    margin-top: 5px;
}
.logo {
    text-align: center;
}
.list-product-box {
    float: right;
    margin-left: -50px;
}
.list-product-box > li {
    display: inline-block;
    margin-left: 30px;
}
.list-product-box > li:first-child{
	margin-left:0;
}
.list-product-box > li > a:hover > i{
	color:#ff3e3e;
}
.list-product-box > li > a {
    color: #333;
    text-transform: uppercase;
}
.list-product-box > li > a > i {
    color: #ccc;
    font-size: 24px;
    margin-right: 10px;
}
.mini-cart {
  position: relative;
  z-index: 4999;
}
.mini-cart:hover .mini-cart-content {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.mini-cart:hover .mini-cart-icon{
	color:#ff3e3e;
}
.mini-cart-content {
  background: #fff;
  box-shadow:0 1px 4px 0px rgba(0,0,0,0.1);
  margin-top: 30px;
  padding: 30px 20px;
  position: absolute;
  right: 0px;
  top: 100%;
  width: 290px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}
.mini-cart .mini-cart-link {
    color: #333;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.mini-cart-icon {
    color: #ccc;
    font-size: 24px;
    margin-right: 10px;
}
.mini-cart-items {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.list-mini-cart-item {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
}
.list-mini-cart-item > li {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 10px 0;
    width: 100%;
}
.mini-cart-thumb {
  display: table-cell;
  vertical-align: top;
}
.cart-thumb {
  display: block;
  overflow: hidden;
  width: 70px;
}
.mini-cart-info {
  display: table-cell;
  padding: 0 15px;
  text-align: left;
  vertical-align: middle;
}
.mini-cart-remove {
  display: table-cell;
  text-align: right;
  vertical-align: top;
}
.mini-cart-title {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 10px;
}
.mini-cart-title > a {
  color: #333;
}
.mini-cart-title > a:hover {
  color: #ff3e3e;
}
.mini-cart-qty {
  color: #999;
}
.mini-cart-qty > label {
  font-weight: 400;
  margin: 0 10px 0 0;
}
.mini-cart-price {
  color: #ff3e3e;
  display: block;
}
.remove-product {
  background: rgba(0, 0, 0, 0) url("../images/home1/icon-remove.png") no-repeat scroll center center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 30px;
}
.cart-thumb > img {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.cart-thumb:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.mini-cart-total {
    display: table;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}
.mini-cart-total > label {
  display: table-cell;
  font-weight: 400;
  margin: 0;
}
.mini-cart-total > span {
  display: table-cell;
  text-align: right;
}
.mini-cart-button a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 120px;
}
.mini-cart-edit {
  margin-right: 5px;
}
.mini-cart-button a:hover {
  background: #ff3e3e none repeat scroll 0 0;
}
.remove-product:hover {
  background-color: #e5e5e5;
}
/*Start Main Nav*/
.main-nav {
    margin-top: 15px;
}
.main-nav > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.main-nav > ul > li {
    display: inline-block;
    margin-right: -4px;
}
.main-nav > ul > li > a {
    color: #333;
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
	padding-bottom:15px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.main-nav > ul > li:hover > a{
	color:#ff3e3e;
}
.main-nav > ul > li > a > span {
    color: #ccc;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: -20px;
}
.main-nav > ul > li::after {
    background: #ccc none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    margin: 0 19px;
    vertical-align: middle;
    width: 20px;
}
.main-nav > ul > li:last-child::after {
    display: none;
}
.main-nav .menu-item-has-children {
    position: relative;
}
.main-nav .sub-menu {
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    left: 0;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 30px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 250px;
    z-index: 999;
}
.main-nav .sub-menu .sub-menu {
    left: 100%;
    padding: 17px 0;
    top: -20px;
}
.main-nav .sub-menu .sub-menu.offset-right{
	right:100%;
	left:auto;
}
.main-nav .sub-menu.offset-right{
	right:0;
	left:auto;
}
.main-nav > ul > li.menu-item-has-children:hover > a::before {
    background: #ff3e3e none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 1px;
	margin-top:-10px;
	z-index:9999;
}
.main-nav .menu-item-has-children:hover>.sub-menu{
	margin-top:0;
	opacity:1;
	visibility:visible;
}
.main-nav .sub-menu li{
	padding:0 30px;
}
.main-nav .sub-menu li a {
    color: #333;
    display: block;
    padding: 3px 0 3px 15px;
    position: relative;
    text-transform: uppercase;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.main-nav .sub-menu li a::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 6px;
}
.main-nav .sub-menu li:hover> a{
	color:#ff3e3e;
}
.main-nav .toggle-mobile-menu {
    border: 1px solid #e5e5e5;
    color: #333;
    display: none;
    font-size: 30px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    width: 40px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.mega-menu {
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    left: 0;
    padding: 50px 50px 40px;
    position: absolute;
    top: 100%;
    width: 1170px;
    z-index: 999;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	margin-top:30px;
}
.main-nav > ul > li.has-mega-menu:hover > a::before {
    background: #ff3e3e none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 1px;
	margin-top:-10px;
	z-index:9999;
}
.main-nav > ul > li.has-mega-menu:hover > .mega-menu{
	opacity:1;
	visibility:visible;
	margin-top:0;
}

.mega-banner {
    position: relative;
}
.mega-banner .banner-info {
    color: #fff;
    font-weight: 700;
    margin-top: -75px;
    text-align: center;
    text-transform: uppercase;
}
.mega-banner .banner-info h2 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
}
.mega-banner .banner-info .shopnow {
    background: #fff none repeat scroll 0 0;
    color: #555;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    padding: 0 15px;
}
.mega-banner .banner-info .shopnow:hover {
    background: #ff3e3e none repeat scroll 0 0;
    color: #fff;
    transition: all 0.3s ease-out 0s;
}
.mega-link {
    margin-top: 27px;
    text-transform: uppercase;
}
.mega-link > h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}
.mega-link > h3 a {
    color: #555;
}
.mega-link > h3 a:hover {
    color: #ff3e3e;
}
.mega-list-link a {
    color: #555;
    padding-left: 15px;
    position: relative;
}
.mega-list-link a:hover{
	color:#ff3e3e;
}
.mega-list-link a::before {
    color: #999;
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 1px;
}
.mega-list-link > li {
    margin-bottom: 6px;
}
.mega-list-link > li:last-child {
    margin-bottom: 0;
}

.mega-menu.style2 {
    padding: 0;
}
.mega-banner2 {
    margin-right: 10px;
}
.mega-banner2 .banner-info {
    color: #fff;
    margin-top: -100px;
    text-align: center;
    text-transform: uppercase;
}
.mega-banner2 .banner-info h4 {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    margin: 0;
}
.mega-banner2 .banner-info h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin: 5px 0;
}
.mega-banner2 .banner-info h3 {
    font-family: "Ubuntu", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.mega-banner2 .banner-info .shopnow {
    background: #fff none repeat scroll 0 0;
    color: #555;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
    padding: 0 25px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.mega-banner2 .banner-info .shopnow:hover{
	background:#ff3e3e;
	color:#fff;
}
.mega-best-sale > h2 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.item-mega-bestsale {
    margin: 0 15px;
}
.mega-best-sale {
    padding: 40px 40px 20px 0;
}
.mega-slider {
    margin: 0 -15px;
}
.item-mega-bestsale .product-info {
    padding-top: 26px;
}
.mega-slider .owl-controls {
    position: absolute;
    right: 15px;
    top: -50px;
}
.mega-slider .owl-theme .owl-controls .owl-page span {
    background: #999 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    display: block;
    height: 8px;
    margin: 0 4px;
    opacity: 1;
    width: 8px;
}
.mega-slider  .owl-theme .owl-controls .owl-page.active span {
	background: #ff3e3e none repeat scroll 0 0;
}
/*End Main Nav*/
.nav-header {
    padding: 30px 0;
}
.smart-search {
    border: 1px solid #e5e5e5;
    float: right;
    max-width: 340px;
    padding-left: 125px;
    position: relative;
    width: 100%;
}
.select-category {
    left: 0;
    position: absolute;
    top: 0;
    width: 125px;
    z-index: 99;
}
.select-category .category-toggle-link {
    border-right: 1px solid #e5e5e5;
    color: #333;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    position: relative;
}
.select-category:hover .list-category-toggle {
	opacity:1;
	margin-top:0;
	visibility:visible;
}
.list-category-toggle {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    left: -1px;
    padding: 15px;
    position: absolute;
    top: 100%;
    width: 200px;
	margin-top:30px;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.list-category-toggle a {
    color: #333;
}
.list-category-toggle a:hover {
    color: #ff3e3e;
}
.select-category .category-toggle-link::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #ccc;
    content: "";
    display: block;
    font-family: fontawesome;
    font-size: 14px;
    height: 16px;
    line-height: 14px;
    padding-left: 1px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: 13px;
    width: 16px;
}
.smart-search-form {
    padding-right: 40px;
    position: relative;
    width: 100%;
}
.smart-search-form input[type="text"] {
    border: medium none;
    color: #999;
    height: 40px;
    padding: 0 15px 0 28px;
    width: 100%;
}
.smart-search-form input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 9;
}
.smart-search-form::after {
    color: #ccc;
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 12px;
    top: 12px;
}
.banner-slider {
	margin-bottom:100px;
}
.banner-slider .owl-controls {
    bottom: 0;
    position: absolute;
    right: 0;
}
.banner-slider  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-right: -1px;
}
.banner-info {
    left: 0;
    position: absolute;
    top: 50%;
    /*width: 100%;*/
    z-index: 9;
}
.item-banner1 .banner-info {
    margin-top: -190px;
    max-width: 570px;
    text-align: center;
    width: 100%;
}
.item-banner1 .banner-info.style1 {
    margin-top: -190px;
}
.item-banner1 .banner-info.style2 .shopnow {
    margin-top: -115px;
}
.item-banner1 .banner-info.style3 .shopnow {
    margin-top: -75px;
}
.item-banner1 .banner-info.style4 .shopnow {
    margin-top: -3px;
}
.item-banner1  h2 {
    color: #333;
    font-size: 160px;
    font-weight: 700;
    margin: -15px auto -30px;
    text-transform: uppercase;
}
.item-banner1  label {
    background: #25c6a5 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    text-transform: uppercase;
}
.item-banner1  h3 {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}
.item-banner1 .shopnow {
    display: block;
    margin: 30px auto auto;
    max-width: 120px;
	text-align:center;
}
.item-banner1 .shopnow span{
	display:block;
    text-transform: uppercase;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    border: 3px solid #333;
    color: #333;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.item-banner1 .shopnow:hover span{
	border-color:#ff3e3e;
	color:#fff;
	background:#ff3e3e;
}
.collection-info h3 {
    font-size: 24px;
    margin: 0;
}
.collection-info h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 10px;
	text-transform:uppercase;
}
.collection-info h2 a {
    color: #333;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.collection-info h2 a:hover{
	color:#ff3e3e;
}
.collection-info p {
    color: #696969;
    font-size: 18px;
}
.collection-info {
    font-family: "Ubuntu", sans-serif;
    margin-top: 250px;
    position: relative;
}
.btn-plus {
    color: #333;
    display: inline-block;
    font-family: poppins;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: uppercase;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.btn-plus:hover{
	color:#ff3e3e;
}
.btn-plus::before {
    border: 3px solid #ccc;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    height: 50px;
    line-height: 44px;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.btn-plus:hover::before{
	color:#fff;
	border-color:#ff3e3e;
	background:#ff3e3e;
}
.collection-info.text-left {
    padding-left: 40px;
}
.collection-info::before {
    background: rgba(0, 0, 0, 0) url("../images/home1/icon-l.png") no-repeat scroll center top;
    content: "";
    height: 55px;
    left: 0;
    position: absolute;
    top: -110px;
    width: 27px;
}
.collection-info::after {
    background: #ff3e3e none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -80px;
    position: absolute;
    top: -26px;
    width: 250px;
}
.collection-info.text-left::before {
    left: 40px;
}
.collection-thumb .shopnow {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 3px solid #fff;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 120px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	transform:scale(0);
	-webkit-transform:scale(0);
}
.collection-thumb .shopnow:hover{
	border-color:#fff;
	color:#ff3e3e;
	background:#fff;
}
.collection-thumb:hover .shopnow {
	transform:scale(1);
	-webkit-transform:scale(1);
}
.collection-thumb {
    overflow: hidden;
    position: relative;
}
.list-collection .item-collection {
    margin-bottom: 100px;
}
.collection-info.text-right {
    padding-right: 40px;
}
.collection-info.text-right::after {
    left: auto;
    right: -80px;
    z-index: 99;
}
.collection-info.text-right::before {
    left: auto;
    right: 40px;
}
.title {
    font-family: "Ubuntu", sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 90px;
    text-align: center;
    text-transform: uppercase;
}
.product-tab-title > ul {
    list-style: outside none none;
    margin: 0 0 95px;
    padding: 0;
    text-align: center;
}
.product-tab-title li {
    display: inline-block;
    padding: 0 20px;
}
.product-tab-title li a {
    color: #333;
    display: block;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
}
.product-tab-title li a::before {
    background: #ff3e3e none repeat scroll 0 0;
    top: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
}
.product-tab-title li a::after {
    background: #ccc none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.product-tab-title li.active a::before,.product-tab-title li a:hover::before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.product-tab-title li.active a::after,.product-tab-title li a:hover::after{
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
}
.product-tab-slider .item {
    padding: 0 15px;
}
.product-tab-slider {
    margin: 0 -15px;
}
.product-thumb {
    position: relative;
}
.product-label {
    bottom: -50px;
    position: absolute;
    right: 2px;
    text-align: right;
    width: 60px;
	z-index:999;
}
.product-label > span {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 100px;
    margin: 0 -2px;
    padding: 0 8px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 30px;
    word-wrap: break-word;
}
.product-label > span.new-label {
    background: #c0ab53 none repeat scroll 0 0;
    padding-top: 15px;
}
.product-label > span.sale-label {
    background: #25c6a5 none repeat scroll 0 0;
    padding-top: 3px;
}
.product-thumb .quickview-link {
    color: #fff;
    display: block;
    font-weight: 700;
    left: 50%;
    margin-left: -45px;
	margin-top:25px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 90px;
    z-index: 99;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	opacity:0;
	transform:scale(0);
	-webkit-transform:scale(0);
}
.product-thumb .quickview-link::after {
    border: 3px solid #ccc;
    content: "";
    font-family: fontawesome;
    height: 50px;
    left: 18px;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 50px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.product-thumb .quickview-link:hover{
	color:#ff3e3e;
}
.product-thumb:hover  .quickview-link{
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
}

.product-thumb-link {
    display: block;
    overflow: hidden;
    position: relative;
}
.product-thumb-link::after {
	/*position:absolute;
	z-index:9;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	opacity:0;*/
}
.product-thumb:hover .product-thumb-link::after{
	/*opacity:1;*/
}
.product-thumb-link .second-image {
    left: 0;
    position: absolute;
    top: 0;
	opacity:0;
	transform:rotateY(90deg);
	-webkit-transform:rotateY(90deg);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.product-thumb-link .first-image {
	opacity:1;
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.product-thumb:hover .product-thumb-link .second-image{
	opacity:1;
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.product-thumb:hover .product-thumb-link .first-image{
	opacity:0;
	transform:rotateY(-90deg);
	-webkit-transform:rotateY(-90deg);
}
.product-title {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    text-transform: uppercase;
}
.product-title a {
    color: #333;
}
.product-title a:hover {
    color: #ff3e3e;
}
.product-price ins {
    color: #ff3e3e;
    font-size: 30px;
    margin-right: 5px;
    text-decoration: none;
}
.product-price del {
    color: #555;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
}
.product-price del::after {
    background: #ccc none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
}
.item-product .product-info {
    padding: 26px 0 40px;
    position: relative;
}
.item-product .product-rating {
    position: absolute;
    right: -3px;
    top: 69px;
}
.product-rating {
	height:13px;
	width:100px;
	background:transparent url("../images/home1/rate-bg.png") repeat-x top center;
}
.inner-rating{
	height:13px;
	background:transparent url("../images/home1/rate-star.png") repeat-x top center;
}
.product-extra-link > a {
    color: #ccc;
    display: inline-block;
    font-size: 24px;
    margin-right: 30px;
    position: relative;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.product-extra-link > a > span {
    bottom: -20px;
    font-size: 12px;
    left: 0;
    margin-left: -28px;
    position: absolute;
    text-align: center;
    width: 80px;
	opacity:0;
	margin-top:30px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	display:block;
}
.product-extra-link > a:hover > span {
	opacity:1;
	margin-top:0;
}
.product-extra-link > a:hover{
	color:#333;
}
.product-price {
    margin-bottom: 3px;
}
.product-tab-slider .owl-theme .owl-controls .owl-buttons div {
    position:absolute;
	top:50%;
	opacity:0;
	display:none;
}
.item-product .product-extra-link {
    opacity: 0;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	margin-left:50px;
}
.item-product:hover .product-extra-link {
	opacity:1;
	margin-left:0px;
}
.item-product:hover .product-title a{
	color:#ff3e3e;
} 
.collection-thumb > a {
    display: block;
    overflow: hidden;
    position: relative;
}
.collection-thumb-link > img {
    width: 100%;
}
.collection-thumb .collection-thumb-link::before {
    background: rgba(255, 62, 62, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 100%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 100%;
    transform: rotate(45deg) scaleY(2);
    transition: all 0.3s ease-out 0s;
    -webkit-transform: rotate(45deg) scaleY(2);
    -webkit-transition: all 0.3s ease-out 0s;
    width: 100%;
	opacity:0;
}
.collection-thumb .collection-thumb-link::after {
    background: rgba(255, 62, 62, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: -100%;
    transform: rotate(45deg) scaleY(2);
    transition: all 0.3s ease-out 0s;
    -webkit-transform: rotate(45deg) scaleY(2);
    -webkit-transition: all 0.3s ease-out 0s;
    width: 100%;
	opacity:0;
}
.collection-thumb:hover .collection-thumb-link::before{
	opacity:1;
	left: 50%;
	top: 50%;
}
.collection-thumb:hover .collection-thumb-link::after{
	opacity:1;
	top: -50%;
	left: -50%;
}
.item-collection.style1 .collection-thumb:hover .collection-thumb-link::before {
    margin-left: -27%;
    margin-top: -27%;
}
.item-collection.style1 .collection-thumb:hover .collection-thumb-link::after {
    margin-left: 27%;
    margin-top: 27%;
}
.item-collection.style1 .collection-info{
	margin-top: 250px;
}
.item-collection.style2 .collection-thumb:hover .collection-thumb-link::before {
    margin-left: -5%;
    margin-top: -5%;
}
.item-collection.style2 .collection-thumb:hover .collection-thumb-link::after {
    margin-left: 5%;
    margin-top: 5%;
}
.item-collection.style2 .collection-info{
	margin-top: 195px;
}
.item-collection.style3 .collection-thumb:hover .collection-thumb-link::before {
    margin-left: -10%;
    margin-top: -10%;
}
.item-collection.style3 .collection-thumb:hover .collection-thumb-link::after {
    margin-left: 10%;
    margin-top: 10%;
}
.item-collection.style3 .collection-info{
	margin-top: 265px;
}
.item-collection.style4 .collection-thumb:hover .collection-thumb-link::before {
    margin-left: -8%;
    margin-top: -8%;
}
.item-collection.style4 .collection-thumb:hover .collection-thumb-link::after {
    margin-left: 8%;
    margin-top: 8%;
}
.item-collection.style4 .collection-info{
	margin-top: 195px;
}
.latest-news {
    margin: auto auto 100px;
    max-width: 1070px;
    width: 100%;
}
.item-latest-news .post-thumb {
    margin-right: 40px;
    position: relative;
}
.item-latest-news.item-latest-shadow .post-thumb {
    margin-left: 40px;
    margin-right: 0;
    margin-top: -105px;
}
.post-comment-date {
    list-style: outside none none;
    margin: 0 -15px;
    padding: 0;
}
.post-comment-date > li {
    display: inline-block;
    margin: 0 15px;
}
.post-comment-date a {
    color: #333;
}
.post-comment-date > li i.fa {
    color: #ccc;
    font-size: 24px;
    margin-right: 10px;
}
.post-title {
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.post-title a {
    color: #333;
}
.post-title a:hover{
	color:#ff3e3e;
}
.post-info.text-left {
    padding-top: 40px;
}
.post-info.text-right {
    padding-top: 70px;
	padding-right:20px;
}
.item-latest-news .post-comment-date {
    margin-bottom: 17px;
}
.item-latest-news .readmore {
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.item-latest-news .readmore:hover{
	color:#ff3e3e;
}
.item-latest-news .readmore::before {
    content: "";
    display: inline-block;
    font-family: fontawesome;
    height: 50px;
    line-height: 44px;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
.item-latest-news .post-title {
    margin-bottom: 10px;
    position: relative;
}
.item-latest-news .post-comment-date span{
	text-transform:uppercase;
}
.item-latest-news .post-title::after {
    background: #ff3e3e none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -145px;
    position: absolute;
    top: 12px;
    width: 120px;
	z-index:999;
}
.item-latest-news.item-latest-shadow .post-title::after {
	left:auto;
	right:-160px;
}
.item-latest-news.item-latest-shadow .post-thumb::after {
    background: rgba(255, 63, 63, 0.1) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    top: -20px;
    width: 100%;
}
.item-latest-news.item-latest-shadow .post-thumb a {
    display: block;
    position: relative;
    z-index: 9;
}
.footer {
    background: #1b1b1b none repeat scroll 0 0;
    padding: 100px 0 95px;
}
.menu-footer li {
    padding: 0 15px;
}
.menu-footer ul {
    margin: 0 -15px;
}
.menu-footer li a {
    color: #999;
    text-transform: uppercase;
}
.logo-footer {
    margin-bottom: 45px;
}
.menu-footer li a:hover {
    color: #fff;
}
.social-footer > a {
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin: 0 8px;
    position: relative;
    width: 60px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.social-footer > a::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
    width: 100%;
}
.social-footer > a:hover{
	color:#1b1b1b;
}
.social-footer > a i{
	position:relative;
	z-index:99;
}
.social-footer > a:hover::after{
	opacity:1;
	transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.social-footer {
    margin: 0 -8px 45px;
}
.menu-footer {
    margin-bottom: 45px;
}
.copyright > p {
    color: #fff;
    margin: 0;
}
.copyright > p a {
    color: #999;
}
.copyright > p a:hover {
    color: #fff;
}
.zoom-image a{
	display:block;
	overflow:hidden;
}
.zoom-image a img{
	width:100%;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.zoom-image:hover a img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
} 

/**********************************************************************************
									Home 19
***********************************************************************************/
.footer19 .copyright > p a:hover{
	color:#0064B2;
}
.header-top19 {
    background: rgba(0, 0, 0, 0) url("../images/home19/banner-top.png") no-repeat scroll center top;
    height: 45px;
}
.header-main19 {
    padding: 30px 0;
}
.header-nav19 {
    border-bottom: 2px solid #e5e5e5;
    border-top: 2px solid #e5e5e5;
}
.header-main-left19 > p {
    color: #999999;
    margin-bottom: 26px;
}
.header-main-left19 > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.header-main-left19 li {
    display: inline-block;
}
.header-main-left19 .language-box > a, .header-main-left19 .currency-box > a {
    color: #999;
	text-transform:inherit;
}
.language-link img {
    display: inline-block;
    margin: 5px 10px 0 0;
    vertical-align: top;
}
.language-list img {
    display: inline-block;
    margin: 5px 10px 0 0;
    vertical-align: top;
}
.header-main-left19 > ul > li {
    margin-right: 30px;
}
.header-main-right19 {
    float: right;
    margin-top: -5px;
    text-align: right;
}
.logo19 {
    text-align: center;
}
.menu-top19 {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.menu-top19 > li {
    display: inline-block;
    margin-left: 40px;
}
.menu-top19 > li:first-child {
    margin: 0;
}
.menu-top19 > li a {
    color: #999;
}
.cart-account19 > div {
    display: inline-block;
    text-align: left;
}
.cart-account19 .my-account .my-account-link {
    color: #999;
    font-size: 14px;
}

.cart-account19 .my-account-link > span {
    margin: 0 10px 0 5px;
}
.cart-account19 .my-account {
    margin-right: 25px;
    z-index: 999;
}
.cart-account19 .mini-cart-number {
    color: #999;
    text-transform: capitalize;
}
.cart-account19 .mini-cart-icon {
    color: #999;
}
.cart-account19 {
    margin-top: 16px;
}
.cart-account19 .list-account a:hover {
    color: #2ba2ff;
}
.cart-account19 .mini-cart-title > a:hover {
    color: #2ba2ff;
}
.cart-account19 .mini-cart-price{
	color: #2ba2ff;
}
.cart-account19 .mini-cart-button a:hover{
	background: #2ba2ff;
}
.header-main-left19 {
    margin-top: -5px;
}
.header-main-left19 .language-list a:hover,.header-main-left19 .currency-list a:hover {
    color: #2ba2ff;
}
.smart-search19 .list-category-toggle a:hover {
    color: #2ba2ff;
}
.header-main-left19 .language-box:hover > a, .header-main-left19 .currency-box:hover > a{
	color:#2ba2ff;
}
.menu-top19 > li a:hover{
	color:#2ba2ff;
}
.cart-account19 .mini-cart:hover .mini-cart-icon{
	color:#2ba2ff;
}
.cart-account19 .my-account:hover .my-account-link > .fa-user{
	color:#2ba2ff;
}
.main-nav.main-nav19 > ul > li > a {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.main-nav.main-nav19 {
    margin: 0;
}
.main-nav.main-nav19 .banner-info .shopnow:hover {
    background: #2ba2ff none repeat scroll 0 0;
}
.main-nav.main-nav19 .mega-link > h3 a:hover {
    color: #2ba2ff;
}
.main-nav.main-nav19 .mega-list-link a:hover {
    color: #2ba2ff;
}
.main-nav.main-nav19 .mega-slider .owl-theme .owl-controls .owl-page.active span {
    background: #2ba2ff none repeat scroll 0 0;
}
.main-nav.main-nav19 .product-title a:hover {
    color: #2ba2ff;
}
.main-nav.main-nav19 .product-price ins {
    color: #2ba2ff;
}
.main-nav.main-nav19 > ul > li::after {
    display: none;
}
.main-nav.main-nav19 > ul > li {
    margin-right: 55px;
}
.main-nav.main-nav19 > ul > li:last-child {
    margin: 0;
}
.main-nav.main-nav19 > ul > li:hover > a{
	color:#2ba2ff;
}
.main-nav.main-nav19 > ul > li > a::before {
    background: #2ba2ff none repeat scroll 0 0 !important;
    content: "";
    height: 2px !important;
    left: 0 !important;
    margin: 0 !important;
    position: absolute;
    top: -2px !important;
    width: 100% !important;
	transform:scale(0);
	-webkit-transform:scale(0);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	z-index:999;
}
.main-nav.main-nav19 > ul > li > a::after{
	bottom:-2px;
	left:0;
	width:100%;
	height:2px;
	background:#2ba2ff;
	content:"";
	position:absolute;
	transform:scale(0);
	-webkit-transform:scale(0);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	z-index:99999;
}
.main-nav.main-nav19 > ul > li:hover > a::before ,
.main-nav.main-nav19 > ul > li:hover > a::after {
	transform:scale(1);
	-webkit-transform:scale(1);
}
.smart-search.smart-search19 .smart-search-form::after {
    top: 15px;
	font-size:18px;
}
.smart-search.smart-search19 .smart-search-form input[type="text"] {
    height: 50px;
}
.smart-search.smart-search19 .smart-search-form input[type="submit"] {
    height: 50px;
    width: 50px;
}
.smart-search.smart-search19 .select-category .category-toggle-link::after {
    top: 17px;
}
.smart-search.smart-search19 {
    border-width: 0 1px;
}
.smart-search.smart-search19 .select-category .category-toggle-link{
	height: 50px;
    line-height: 50px;
}
.banner-slider19{
	margin-top:30px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 60px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div:hover{
	background:#2ba2ff;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left:15px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div.owl-next{
	right:15px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div i {
    height: 60px;
    line-height: 60px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div.prev-img {
    background-color: #2ba2ff;
    left: 100%;
    margin: 0;
    top: 0;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	transform:translateX(-100%);
	-webkit-transform:translateX(-100%);
	opacity:0;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons .owl-prev:hover div.prev-img{
	transform:translateX(0);
	-webkit-transform:translateX(0);
	opacity:1;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div.prev-img::after {
    background: #2ba2ff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 10px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div.next-img {
    background-color: #2ba2ff;
    right: 100%;
    margin: 0;
    top: 0;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	transform:translateX(100%);
	-webkit-transform:translateX(100%);
	opacity:0;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons .owl-next:hover div.next-img{
	transform:translateX(0);
	-webkit-transform:translateX(0);
	opacity:1;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div.next-img::after {
    background: #2ba2ff none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: 100%;
    position: absolute;
    top: 0;
    width: 10px;
}

.banner-slider19 .owl-theme .owl-controls .owl-buttons div > div > a {
    display: block;
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 60px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div > div > a > img {
    display: block;
    height: 60px;
    left: -100%;
    max-width: none;
    position: absolute;
    top: 0;
}

.item-slider19 .banner-info {
    margin-top: -150px;
}
.inner-banner-info.style1 {
    background: #0064b2 none repeat scroll 0 0;
    margin-top: -45px;
    padding: 50px 15px;
    position: relative;
    text-align: center;
    width: 380px;
}
.inner-banner-info {
    color: #fff;
    text-transform: uppercase;
}
.inner-banner-info h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.special-text {
    display: inline-block;
    font-size: 120px;
    font-weight: 700;
    margin: 0;
    position: relative;
}
.inner-banner-info.style1 .upto {
    display: inline-block;
    font-size: 30px;
    line-height: 24px;
    margin-top: 24px;
    vertical-align: top;
    width: 40px;
}
.inner-banner-info.style1 strong {
    display: inline-block;
    margin: 0 -25px;
    vertical-align: top;
}
.inner-banner-info.style1 .percent {
    display: inline-block;
    font-size: 90px;
    margin-top: 7px;
    width: 70px;
}
.inner-banner-info.style1 .percent span {
    display: block;
    font-size: 36px;
    margin-top: -20px;
}
.inner-banner-info h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.inner-banner-info .shopnow {
    display: inline-block;
    margin-top: 28px;
}
.inner-banner-info .shopnow span{
	display:block;
    border: 3px solid #fff;
    color: #fff;
    font-weight: 700;
    height: 60px;
    line-height: 57px;
    padding: 0 45px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.inner-banner-info .shopnow:hover span{
	background:#fff;
	color:#2BA2FF;
}
.inner-banner-info.style1 > h4 {
    margin-top: 7px;
}
.inner-banner-info.style1::after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    position: absolute;
    right: -17px;
    top: 0;
    transform: skewX(5deg);
    width: 35px;
    z-index: -1;
}
.inner-banner-info.style2 .percent {
    background: #2ba2ff none repeat scroll 0 0;
    font-size: 30px;
    left: 50%;
    margin-left: -18px;
    margin-top: -26px;
    padding: 5px 14px;
    position: absolute;
    top: 50%;
    transform: rotate(-15deg);
}
.inner-banner-info.style2 > h4 {
    margin-top: 7px;
}
.inner-banner-info.style2 {
    display: inline-block;
    text-align: center;
}

.list-service19 {
    margin-top: 30px;
}
.item-service19 {
    border: 5px solid #e5e5e5;
    padding: 30px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.item-service19:hover{
	border-color:#0064B2;
}
.service-icon {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
}
.service-info {
    display: inline-block;
    vertical-align: middle;
}
.item-service19 .service-info > h2 {
    color: #0064b2;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.item-service19 .service-info > p {
    color: #999;
    margin: 0;
}

.title19 {
    font-weight: 700;
    margin: 0 0 45px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}
.title19 > span {
    display: inline-block;
    position: relative;
}
.title19 > span::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 100%;
    margin-left: 40px;
    position: absolute;
    top: 17px;
    width: 900px;
}
.title19 > span::before {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 2px;
    margin-right: 40px;
    position: absolute;
    right: 100%;
    top: 17px;
    width: 900px;
}
.collect19 {
    margin-bottom: 50px;
    margin-top: 45px;
}
.item-collect19 {
    margin: 0 15px;
    position: relative;
}
.collect19 .owl-directnav19 {
    margin: 0 -15px;
}
.item-collect19:hover .zoom-image img{
	transform:scale(1.15);
}
.item-collect19 .shopnow {
    background: #2ba2ff none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 100%;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
    width: 100%;
    z-index: -1;
}
.item-collect19:hover .shopnow {
	transform: translateY(0);
    -webkit-transform: translateY(0);
}
.collect19 .owl-wrapper-outer {
    margin-bottom: -50px;
    padding-bottom: 50px;
}

.owl-directnav19 .owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 50%;
    color: #333;
    height: 50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 50px;
	/*transform:scale(0);
	-webkit-transform:scale(0);*/
	z-index: 99;
}
.owl-directnav19:hover .owl-theme .owl-controls .owl-buttons div {
	transform:scale(1);
	-webkit-transform:scale(1);
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div:hover{
	background:#2ba2ff;
	color:#fff;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div i {
    height: 50px;
    line-height: 50px;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -15px;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -15px;
}
.owl-directnav19.product-slider19 .owl-theme .owl-controls .owl-buttons div {
    margin-top: -140px;
}
.item-collect19::after {
    border: 1px solid transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.item-collect19:hover::after {
    border: 1px solid #2ba2ff;
}

.item-adv19 {
    margin: 0 -10px 10px;
    position: relative;
}
.list-adv19 {
    margin-bottom: 40px;
    padding: 0 10px;
}
.item-adv19 .adv-thumb img {
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.item-adv19 .adv-info {
    position: absolute;
    text-transform: uppercase;
    z-index: 99;
}
.item-adv19 .adv-info h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}
.item-adv19 .adv-info p {
    font-weight: 700;
    margin: 0;
}
.adv-info.cl-while {
    color: #fff;
}
.adv-info.pst-bottom {
    bottom: 33px;
    left: 0;
    text-align: center;
    width: 100%;
}
.adv-info.pst-top {
    left: 0;
    text-align: center;
    top: 60px;
    width: 100%;
}
.item-adv19 .adv-info h2 {
    font-weight: 700;
    margin: 0 0 10px;
}
.adv-info.pst-left-middle {
    left: 0;
    margin-top: -30px;
    padding-left: 50px;
    top: 50%;
    width: 100%;
}
.adv-info.pst-right-middle {
    display: inline-block;
    margin-top: -30px;
    padding-right: 50px;
    right: 0;
    text-align: center;
    top: 50%;
}
.adv-info.pst-center-middle {
	left: 0;
    margin-top: -30px;
    padding: 0 10px;
    top: 50%;
    width: 100%;
	text-align:center;
}
.item-adv19 .adv-thumb a{
	position:relative;
	display:block;
	overflow:hidden;
}
.item-adv19 .adv-thumb a img{
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	width:100%;
}
.item-adv19:hover .adv-thumb a img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}
.item-product19 {
    margin: 0 15px;
}
.product-slider19 {
    margin: 0 -15px;
}
.new-product19 {
    margin-bottom: 45px;
}
.product-box19 {
    background: #f4f4f4 none repeat scroll 0 0;
    margin-bottom: 45px;
    padding: 45px 0;
}
.item-product19 .product-info {
    background: #fff none repeat scroll 0 0;
    padding: 13px 15px 30px;
    text-align: center;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.item-shopcat19 {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	text-align:center;
}
.item-shopcat19 > a {
    display: block;
}
.item-shopcat19 .cat-title {
    border-top: 1px solid #e5e5e5;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.item-shopcat19:hover .cat-title{
	border-color:#2ba2ff;
	color:#fff;
	background:#2ba2ff;
}
.item-shopcat19:hover{
	border-color:#2ba2ff;
}
.list-shop-cat19 {
    margin-bottom: 20px;
}
.main-nav19.main-nav .sub-menu li:hover> a{
	color:#2BA2FF;
}
.main-nav20.main-nav .sub-menu li:hover> a{
	color:#F3A479;
}
.newsletter-box19 {
    background: #333 none repeat scroll 0 0;
    padding: 50px 0;
}
.newsletter-form.newsletter-form19 > form input[type="submit"]{
	background-color:#0064b2;
}
.newsletter-form.newsletter-form19 > form input[type="submit"]:hover{
	background-color:#2ba2ff;
}
.footer.footer19 {
	position:relative;
}
.footer.footer19::before{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:"";
    background: rgba(0, 0, 0, 0) url("../images/home19/parallax.jpg") no-repeat fixed center top;
	opacity:0.3;
}
.footer19 .container{
	position:relative;
	z-index:999;
}
.item-product19 .product-thumb-link::after {
    background: rgba(43, 162, 255, 0.5) none repeat scroll 0 0;
    opacity: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.item-product19 .product-thumb-link::before {
    border: 1px solid #fff;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    transform: scale(0);
    -webkit-transform: scale(0);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.item-product19 .product-thumb .quickview-link {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-top: -10px;
    opacity: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    width: auto;
	color:#fff;
	text-align:center;
}
.item-product19 .product-thumb .quickview-link::after {
    display: none;
}
.item-product19:hover  .product-thumb-link::before {
	transform: scale(1);
    -webkit-transform: scale(1);
}
.item-product19:hover  .product-thumb-link::after {
	transform: scale(1);
    -webkit-transform: scale(1);
}
.item-product19:hover .product-thumb .quickview-link {
	transform: scale(1);
    -webkit-transform: scale(1);
}
.item-product19 .product-price ins {
    color: #2ba2ff;
    font-size: 18px;
    font-weight: 700;
}
.item-product19 .product-price del {
    color: #999;
    padding: 0 3px;
}
.item-product19:hover .product-title a {
    color: #2ba2ff;
}
.item-product19 .product-title {
    margin: 6px 0 10px;
}
.item-product19 .product-desc {
    color: #999;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 15px;
}
.item-product19 .product-extra-link > a {
    border-radius: 50%;
    color: #333;
    height: 50px;
    line-height: 50px;
    margin: 0 2px;
    text-align: center;
    width: 50px;
}
.item-product19 .product-extra-link > a:hover{
	background:#2ba2ff;
	color:#fff;
}
.product-slider19 .owl-carousel .owl-wrapper-outer {
    margin-bottom: -10px;
    padding-bottom: 10px;
}
.item-product19:hover .product-info {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.item-product19 .product-extra-link > a > span {
    bottom: -40px;
    color: #333;
    margin-left: -18px;
}

/*****************************************************************************************
									 Contact					
******************************************************************************************/
.hidden-category-dropdown .wrap-category-dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
}
.content-page{
    margin-bottom: 50px;
}
.contact-map {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.contact-map iframe{
	width:100%;
}
.list-contact-info {
    margin-bottom: 45px;
}
.item-contact-info {
    position: relative;
    text-align: center;
}
.item-contact-info::after {
    background: #999 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 100%;
    margin-left: -50px;
    position: absolute;
    top: 28px;
    width: 100px;
}
.item-contact-info.last-item::after{
	display:none;
}
.item-contact-info a i {
    color: #999;
    font-size: 60px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.contact-info-page {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 70px 0;
    text-align: center;
}
.contact-info-page .desc {
    color: #555;
    margin: 0 auto;
    max-width: 890px;
    padding: 0 15px;
}
.item-contact-info > h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 0;
}
.item-contact-info a {
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.item-contact-info a:hover {
    color: #ff3e3e;
}
.form-contact input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 42px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
}
.form-contact textarea {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    width: 100%;
	padding:20px;
}
.form-contact input[type="submit"] {
    background: #010101 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    transition: all 0.3s ease-out 0s;
    width: 110px;
}
.form-contact input[type="submit"]:hover {
    background: #ff3e3e none repeat scroll 0 0;
}
.contact-form-page > h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 37px;
    text-transform: uppercase;
}
.contact-form-page {
    margin-top: 45px;
}
.item-contact-info .contact-icon {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.item-contact-info .contact-icon::before {
    color: #999;
    font-family: "fontawesome";
    font-size: 60px;
    left: 100%;
    position: absolute;
    top: -1px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	left:0;
	-webkit-transform:translateX(-200%);
	transform:translateX(-200%);
	opacity:0;
}
.item-contact-info .contact-icon.icon-mobile::before {
    content: "\f10b";
}
.item-contact-info .contact-icon.icon-phone::before {
    content: "\f095";
}
.item-contact-info .contact-icon.icon-email::before {
    content: "\f0e0";
}
.item-contact-info .contact-icon:hover::before{
	-webkit-transform:translateX(0) rotate(0);
	transform:translateX(0) rotate(0);
	opacity:1;
	color: #ff3e3e;
}
.item-contact-info .contact-icon:hover i{
	-webkit-transform:translateX(200%);
	transform:translateX(200%);
	opacity:0;
	color: #ff3e3e;
}
/*****************************************************************************************
									 About					
******************************************************************************************/
.item-contact-info .contact-icon.icon-quality::before {
    content: "\f219";
}
.item-contact-info .contact-icon.icon-shipment::before {
    content: "\f017";
}
.item-contact-info .contact-icon.icon-payment::before {
    content: "\f155";
}

.about-menu {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 0;
}
.about-menu > li {
    display: inline-block;
    margin-right: 36px;
}
.about-menu a {
    color: #333;
    display: block;
    padding: 15px 0;
    position: relative;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.about-menu a::after {
    background: #ff3e3e none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: -1px;
    width: 0;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.about-menu a:hover::after{
	width: 100%;
	left:0;
}
.about-menu a:hover{
	color:#ff3e3e;
}

.about-full-protec  h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 40px;
    text-transform: uppercase;
}
.protect-video {
    margin-top: 95px;
}
.about-full-protec li> span {
    display: table-cell;
    vertical-align: middle;
}
.about-full-protec li> span>span{
	display:block;
    width: 60px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ff3e3e none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
}
.about-full-protec  ul {
    margin: 0;
    max-width: 470px;
    position: relative;
}
.about-full-protec li {
    display: table;
    margin-bottom: 75px;
    position: relative;
    width: 100%;
}
.about-full-protec p {
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}
.about-full-protec li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 50px;
    left: 30px;
    margin-top: 12px;
    position: absolute;
    top: 100%;
    width: 1px;
}
.about-full-protec li:last-child {
    margin: 0;
}
.about-full-protec li:last-child::after {
    display: none;
}
.about-full-protec .new-user-guide {
    color: #999;
    display: block;
    margin-top: 30px;
}
.about-full-protec .new-user-guide:hover {
    color: #ff3e3e;
}
.video-about {
    padding-right: 60px;
    padding-top: 20px;
    text-align: right;
}

.about-review {
    border-top: 2px solid #e5e5e5;
    margin-top: 95px;
    padding-top: 95px;
}
.about-review .title-default {
    margin-bottom: 47px;
    text-transform: uppercase;
}
.item-about-review {
    display: table;
    margin-bottom: 50px;
}
.about-review-thumb {
    display: table-cell;
    width: 100px;
}
.about-info {
    display: table-cell;
    padding: 0 30px;
    vertical-align: top;
}
.about-info  h3 {
    font-size: 14px;
    margin: 0 0 8px;
	text-transform:uppercase;
	font-weight:700;
}
.about-info  h3 a{
	color:#333;
}
.about-info  h3 a:hover{
	color:#ff3e3e;
}
.about-info  p {
    color: #999;
    margin: 0;
}
.about-review-thumb  a {
    border: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    padding: 10px;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.about-review-thumb  a:hover{
	border-color:#ff3e3e;
}
.about-review-thumb  a:hover img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}
.about-review-thumb  a img{
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
/********************************************************************************************************
										Begin	Popup
********************************************************************************************************/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:999999;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  display:none;
  z-index:9999999;
}
.window-popup {
    background: transparent url("../images/home1/bg-pop.png") no-repeat scroll center center;
    padding: 40px 70px 50px;
    width: 726px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	color:#fff;
}
.window-popup .close-popup {
    color: #999;
}
.window-popup .close-popup i.fa {
    color: #fff;
}
.content-popup {
    margin-bottom: 30px;
    margin-top: 30px;
    max-width: 400px;
    padding: 45px 0 50px;
    position: relative;
    z-index: 99;
}
.content-popup::before {
    background: rgba(0, 0, 0, 0) url("../images/home1/bg-line.png") no-repeat scroll left top;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.content-popup::after {
    background: rgba(0, 0, 0, 0) url("../images/home1/bg-line.png") no-repeat scroll left top;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.content-popup p {
    margin: 0 0 40px;
}
.content-popup h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.content-popup form::before {
    color: #999;
    content: "";
    font-family: fontawesome;
    left: 20px;
    position: absolute;
    top: 16px;
}
.content-popup form {
    background: #fff none repeat scroll 0 0;
    max-width: 340px;
    padding-left: 45px;
    padding-right: 90px;
    position: relative;
    width: 100%;
}
.content-popup input[type="text"] {
    border: medium none;
    color: #999;
    display: block;
    height: 50px;
    padding: 0 15px 0 0;
    width: 100%;
}
.content-popup input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    font-weight: 700;
    height: 50px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 90px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.content-popup input[type="submit"]:hover{
	background:#ff3e3e;
}
.social-popup {
    margin-top: 45px;
}
.social-popup > h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.social-popup ul{
	margin:0;
	padding:0;
	list-style:none;
}
.social-popup ul li{
	display:inline-block;
	margin-right:35px;
}
.social-popup ul li a{
	color:#999;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.social-popup ul li a:hover{
	color:#fff;
}
.product-popup-content {
    position: relative;
    z-index: 999999;
}
/********************************************************************************************************
										End	Popup
********************************************************************************************************/

/************************************************************************************
									Shop
************************************************************************************/
.banner-shop > a {
    display: block;
    overflow: hidden;
    position: relative;
}
.banner-shop > a::before {
    left: 0;
    position: absolute;
    top: 0;
	width:0;
	height:100%;
	content:"";
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	z-index:9;
	background:rgba(0,0,0,0.1);
	opacity:0;
}
.banner-shop > a::after {
    bottom: 0;
    position: absolute;
    right: 0;
	width:0;
	height:100%;
	content:"";
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	z-index:9;
	background:rgba(0,0,0,0.1);
	opacity:0;
}
.banner-shop > a:hover::before,
.banner-shop > a:hover::after{
	width:100%;
	opacity:1;
}
.banner-shop > a img{
	width:100%;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.banner-shop > a:hover img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}

.bread-crumb {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 12px 20px;
}
.bread-crumb a {
    color: #555;
    display: inline-block;
    margin-right: 36px;
    position: relative;
}
.bread-crumb a:hover{
	color:#ff3e3e;
}
.bread-crumb span {
    color: #ff3e3e;
}
.bread-crumb a::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 100%;
    margin-left: 10px;
    position: absolute;
    top: 11px;
    width: 20px;
}

.shop-pagibar {
    padding: 20px 0;
}
.shop-pagibar.top {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.view-bar > label {
    color: #555;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    vertical-align: top;
}
.view-bar > a {
    color: #e5e5e5;
    display: inline-block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    vertical-align: top;
}
.view-bar > a.active {
    color: #555;
}
.wrap-sort-pagi {
    float: right;
}
.shop-pagibar .pagibar {
    display: inline-block;
}
.pagibar > a {
    border: 1px solid #e5e5e5;
    color: #555;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: -3px;
    min-width: 30px;
    padding: 0 10px;
    text-align: center;
}
.pagibar > a.next-page {
    border: 1px solid transparent;
    margin-left: -1px;
    margin-right: 0;
}
.pagibar > a.current-page {
    border-color: #ff3e3e;
    color: #ff3e3e;
}
.attr-bar {
    display: inline-block;
    margin-right: 85px;
    position: relative;
}
.attribute-bar {
    margin-left: 25px;
    margin-top: 5px;
}
.attr-bar a {
    color: #555;
    text-transform: uppercase;
}
.attr-bar > a {
    padding-right: 15px;
    position: relative;
}
.attr-bar > a::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 3px;
}
.attr-bar ul {
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    left: 0;
    margin-top: 30px;
    padding: 15px;
    position: absolute;
    top: 100%;
    z-index: 999;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.attr-bar ul li a:hover{
	color:#ff3e3e;
}
.attr-bar:hover ul{
	opacity:1;
	visibility:visible;
	margin-top:0;
}
.attr-bar.price-bar ul {
    width: 100px;
}
.content-shop .product-label{
	display:none;
}
.gridview-sidebar .product-rating{
	display:none;
}
.range-filter .ui-widget-content {
    background: #ff3e3e none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 1px;
    margin-bottom: 30px;
}
.range-filter  .ui-widget-header {
    background: #a7a7a7 none repeat scroll 0 0;
}
.range-filter  .ui-slider-handle.ui-state-default.ui-corner-all{
	width:10px;
	height:10px;
	background:#f4f4f4;
	border:1px solid #ff3e3e;
	border-radius:0;
	top:-4px;
	margin-left:-5px;
	cursor:pointer;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}

.widget {
    margin-bottom: 30px;
}
.widget-filter-price {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 30px 0;
}
.widget-title {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 26px;
    overflow: hidden;
    text-shadow: 0 0 0;
    text-transform: uppercase;
}
.content-grid-sidebar .sidebar-shop{
    margin-top: 20px;
}
.widget-title > span {
    position: relative;
}
.widget-title > span::after {
    background: #555 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 100%;
    margin-left: 20px;
    position: absolute;
    top: 8px;
    width: 700px;
}
.widget-filter-price .widget-title {
    margin-left: 30px;
}
.range-filter {
    padding: 0 30px;
}
.range-filter .btn-filter {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 30px;
    margin-right: 20px;
    padding: 0 18px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.range-filter .btn-filter:hover{
	background:#ff3e3e;
}
.range-filter #amount{
	color:#555;
}
.widget-filter ul {
    margin: 0 0 -10px;
}
.widget-filter ul li a span {
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}
.widget-filter ul li.active a span::after,
.widget-filter ul li:hover a span::after {
    color: #555;
    content: "";
    font-family: fontawesome;
    font-size: 10px;
    left: 5px;
    position: absolute;
    top: 4px;
}
.widget-filter.widget-filter-color ul li.active a span::after {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.widget-filter-color ul li.active a span::after {
	color:#fff;
}
.widget-filter ul li a label {
    font-weight: 400;
}
.widget-filter ul li a {
    color: #555;
}
.widget-filter ul li {
    margin-bottom: 5px;
    position: relative;
}
.widget-filter ul li .attr-product-num {
    color: #ccc;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 3px;
}
.widget-filter.widget-filter-color ul li a span {
    border: medium none;
}

.widget-new-product ul li {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    margin-bottom: 20px;
    padding-bottom: 8px;
    width: 100%;
}
.widget-new-product ul li .product-thumb {
    display: table-cell;
    width: 100px;
}
.widget-new-product ul li .product-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
.widget-new-product .product-price ins {
    font-size: 18px;
}
.widget-new-product .product-price del {
    font-size: 12px;
    padding: 0 7px;
}
.widget-new-product .product-price del::after {
    top: 9px;
}
.product-desc {
    color: #555;
}
.widget-new-product .product-desc {
    margin-bottom: 4px;
}
.widget-new-product .product-title {
    margin-bottom: 10px;
}
.widget .btn-widget {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    padding: 0 23px;
    text-transform: uppercase;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.widget .btn-widget:hover{
	background:#ff3e3e;
}
.widget-new-product.widget-compare-product ul li {
    padding-bottom: 20px;
}
.widget-compare-product .delete-product {
    color: #333;
}
.widget-compare-product .delete-product:hover,.widget-compare-product .clearall:hover{
	color:#ff3e3e;
}
.widget-compare-product .clearall {
    color: #999;
    text-transform: uppercase;
}
.shop-pagibar.bottom {
    border-top: 1px solid #e5e5e5;
}
.product-gridview ul{
	margin-bottom:0;
}
.widget-faqs h3 {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    min-height: 40px;
    padding: 13px 40px 11px 0;
    position: relative;
    text-transform: uppercase;
}
.widget-faqs p {
    color: #555;
    margin: 0;
	padding: 16px 0;
}
.widget:last-child{
	margin-bottom:0;
}
.widget-faqs h3::after {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #333;
    content: "";
    font-family: fontawesome;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: -1;
}
.widget-faqs li.active h3::after{
	content: "\f067";
}
.widget-faqs li {
    margin-top: -1px;
}
.content-grid-sidebar{
	padding-bottom:80px;
}

.product-gallery {
    margin-right: 50px;
    padding-right: 53px;
    position: relative;
}
.product-gallery .bx-pager {
    margin-top: -105px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
}
.product-gallery .bx-pager a {
    display: block;
    margin-bottom: 3px;
    position: relative;
}
.item-product-list {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.item-product-list:last-child{
	border-bottom: none;
    margin-bottom: 0px;
}
.item-product-list .product-info {
    margin-left: -50px;
    padding-right: 300px;
    position: relative;
}
.extra-price {
    border-left: 1px solid #e5e5e5;
    padding: 40px 30px 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
}
.item-product-list .product-title {
    font-size: 24px;
    margin-bottom: 15px;
}
.number-review {
    color: #555;
    margin-left: -5px;
}
.inout-stock {
    background: #46a74e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    padding: 0 15px;
}
.list-rate-review {
    margin-bottom: 15px;
}
.product-gallery .bx-pager a.active::after {
    border: 1px solid #ff3e3e;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.listview-sidebar .item-product-list .product-info {
    margin-left: 25px;
    padding-right: 0;
}
.listview-sidebar .extra-price {
    border: medium none;
    padding: 0;
    position: static;
    width: auto;
}
.listview-sidebar .product-gallery {
    margin-right: -25px;
    padding-right: 0;
}
.listview-sidebar .product-extra-link {
    border-top: 1px solid #e5e5e5;
    margin-top: 13px;
    padding-top: 20px;
}
.inout-stock.out-stock {
    background: #ff7430 none repeat scroll 0 0;
}

.content-detail {
    margin: 30px 0 100px;
}
.content-detail.no-sidebar .detail-info {
    margin-left: 20px;
}
.content-detail.no-sidebar .tab-detail {
    margin-left: 20px;
}
.content-detail.no-sidebar .related-product {
    margin-top: 15px;
}
.title-detail {
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
}
.product-detail .product-gallery {
    margin-right: 0;
    padding-left: 110px;
    padding-right: 0;
}
.product-detail  .product-gallery .bx-pager {
    left: 0;
    margin-top: 0;
    right: auto;
    top: 0;
    width: 100px;
}
.product-detail  .product-gallery .bx-pager a {
    margin-bottom: 10px;
}
.attr-product h3 {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.attr-product ul li a span {
    border: 1px solid #e5e5e5;
    display: block;
    height: 20px;
    width: 20px;
}
.attr-product.attr-color ul li a span {
	border:none;
}
.attr-product ul li{
	padding:0 7px 0;
}
.attr-product ul{
	margin-left:-7px;
	display:inline-block;
	vertical-align:top;
}
.attr-product.attr-size ul li {
    margin-right: 11px;
}
.attr-product.attr-size ul li a label{
	text-transform:uppercase;
}
.attr-product.attr-size ul{
	margin-right: 7px;
}
.attr-product ul li a label {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.attr-product ul li a {
    color: #555;
    font-size: 12px;
}
.detail-info .product-desc {
    margin-bottom: 17px;
}
.attr-product.attr-color {
    margin-bottom: 8px;
}

.detail-info .product-extra-link .addcart-link {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin-bottom: 22px;
    max-width: 270px;
    text-align: center;
}
.detail-info .product-extra-link > .addcart-link > span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 10px;
    opacity: 1;
    position: static;
    text-transform: uppercase;
    width: auto;
}
.detail-info .product-extra-link > .addcart-link:hover{
	background:#ff3e3e;
}
.detail-info .product-extra-link {
    margin-top: 13px;
}

.product-detail {
    margin-bottom: 30px;
}
.related-product > h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 27px;
}
.related-product-slider {
    border: 1px solid #e5e5e5;
    padding: 25px;
}
.item-product-related {
    margin: 0 10px;
}
.inner-related-product-slider  {
    margin: 0 -10px;
}
.product-price.style2 ins{
	font-size:18px;
}
.product-price.style2 del{
	font-size:12px;
	padding:0 5px;
}
.item-product-related .product-info {
    padding-top: 12px;
}
.related-product-slider .owl-theme .owl-controls {
    position: absolute;
    right: -17px;
    top: -70px;
}
.related-product-slider .owl-theme .owl-controls .owl-page span {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 3px;
    opacity: 1;
    width: 10px;
}
.related-product-slider .owl-theme .owl-controls .owl-page.active span {
	background: #ff3e3e none repeat scroll 0 0;
}
.title-tab-detail > ul {
    list-style: outside none none;
    margin: 0 0 -1px;
    padding: 0;
    position: relative;
    z-index: 99;
}
.title-tab-detail > ul li {
    display: inline-block;
}
.title-tab-detail > ul li a {
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    color: #999;
    display: block;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
}
.title-tab-detail > ul li.active a {
	border-color:#e5e5e5 #e5e5e5 #ffffff #e5e5e5;
	color:#333;
}
.tab-detail .tab-content {
    border: 1px solid #e5e5e5;
    padding: 20px 25px 15px;
}

.content-tab-detail {
    color: #555;
}
.content-tab-detail p a {
    color: #555;
    text-decoration: underline;
}
.content-tab-detail p a:hover {
    color: #ff3e3e;
}
.content-tab-detail > h2 {
    font-size: 14px;
    font-weight: 700;
}
.content-tab-detail > h3 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 17px;
}
.product-series {
    color: #999;
    text-transform: uppercase;
}
.desc-info > li::before {
    content: "-";
    margin-right: 5px;
}

.widget-service {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 30px 0;
}
.widget-service .widget-title {
    margin-left: 30px;
}
.widget-service > ul {
    list-style: outside none none;
    margin: -5px 0 -10px;
    padding: 0 0 0 30px;
}
.widget-service > ul li a {
    color: #555;
}
.widget-service > ul li a:hover{
	color:#ff9900;
}
.widget-service > ul li a i {
    color: #ff9900;
    display: inline-block;
    font-size: 24px;
    width: 35px;
}
.widget-service > ul li {
    padding: 3px 0;
}

.product-detail.style2 .product-gallery .bx-pager {
    margin-top: 20px;
    position: static;
    width: auto;
}
.product-detail.style2 .product-gallery {
    margin-right: 25px;
    padding-left: 0;
}
.product-detail.style2 .product-gallery .bx-pager a{
	width:100px;
	margin-right:6px;
	display:inline-block;
	margin-bottom:0;
}
.product-detail.style2 .detail-info {
    margin-left: -5px;
}
.product-qty {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 15px 0 -3px;
    max-width: 270px;
    padding: 10px 20px 10px 78px;
    position: relative;
}
.product-qty label {
    left: 20px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 19px;
}
.inner-product-qty {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 0 40px;
    position: relative;
    text-align: center;
}
.qty-number {
    display: block;
    height: 40px;
    line-height: 40px;
}
.inner-product-qty a {
    color: #333;
    position: absolute;
    top: 8px;
}
.inner-product-qty a:hover{
	color:#ff3e3e;
}
.inner-product-qty a.qty-down {
    left: 20px;
}
.inner-product-qty a.qty-up {
    right: 20px;
}
.share-social-product {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.list-social-product {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    left: 0;
    list-style: outside none none;
    margin: 30px 0 0 -10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 50px;
	z-index: 999;
}
.list-social-product a {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.share-social-product:hover > a{
	color:#333;
}
.share-social-product:hover .list-social-product {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.list-social-product a:hover {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #ff3e3e;
}
.list-social-product a span {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 20px;
    left: 100%;
    line-height: 20px;
    margin-left: 50px;
    padding: 0 8px;
    position: absolute;
    text-transform: capitalize;
    top: 10px;
	visibility:hidden;
	opacity:0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.list-social-product > li:last-child a {
    border: medium none;
}
.list-social-product a:hover {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #ff3e3e;
}
.list-social-product a:hover span{
	margin-left:10px;
	visibility:visible;
	opacity:1;
}
.list-social-product a span::after {
    border-bottom: 3px solid transparent;
    border-right: 3px solid #333;
    border-top: 3px solid transparent;
    content: "";
    height: 0;
    left: -3px;
    position: absolute;
    top: 6px;
    width: 0;
}
.share-social-product .share-link {
    color: #ccc;
    font-size: 24px;
}
.product-detail.style2 {
    margin-bottom: 50px;
}
.tab-thumb-detail {
    float: right;
    margin: -20px -25px -15px 20px;
    width: 38%;
}
.related-product.style2 .related-product-slider {
    border: none;
    padding: 0px;
}
.related-product.style2 .inner-related-product-slider {
    margin: 0 -15px;
}
.related-product.style2 .item-product-related {
    margin: 0 15px;
}
.related-product.style2 .item-product-related .product-info {
    padding-top: 25px;
}
.related-product.style2 {
    margin-bottom: -20px;
    margin-top: 49px;
}
.related-product.style2 .related-product-slider .owl-theme .owl-controls {
    right: 13px;
    top: -45px;
}