/* ---------------------------------------------
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:lato;
}
.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: 99999;
}
.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: lato;
    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: lato;
    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: lato;
    font-size: 18px;
    margin: 0;
}
.mega-banner2 .banner-info h2 {
    font-family: lato;
    font-size: 60px;
    font-weight: 700;
    margin: 5px 0;
}
.mega-banner2 .banner-info h3 {
    font-family: lato;
    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: lato;
    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: lato;
    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: lato;
    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: lato;
    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: lato;
    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: lato;
    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 2                  
**************************************************************************************/
.logo2 {
    margin: 35px 0 0 50px;
}
.search-hover2 .search-form-hover::after{
    display:none;
}
.list-cart-search {
    float: right;
    margin-right: -30px;
    margin-top: 28px;
}
.list-cart-search > li {
    padding: 0 30px;
}
.my-account {
    position: relative;
    z-index: 99;
}
.my-account .my-account-link {
    color: #ccc;
    font-size: 24px;
}
.my-account.my-account2:hover .my-account-link {
    color: #25c6a5;
}
.my-account.my-account2 .list-account a:hover {
    color: #25c6a5;
}
.search-hover.search-hover2:hover .search-link {
    color: #25c6a5;
}
.mini-cart.mini-cart2:hover .mini-cart-icon{
    color: #25c6a5;
}
.mini-cart.mini-cart2 .mini-cart-title > a:hover {
    color: #25c6a5;
}
.mini-cart.mini-cart2 .mini-cart-price {
    color: #25c6a5;
}
.mini-cart.mini-cart2  .mini-cart-button a:hover{
    background: #25c6a5;
}
.list-account {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    margin-right: -30px;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    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;
}
.my-account:hover .list-account {
    opacity:1;
    margin-top:0;
    visibility:visible;
}
.list-account a {
    color: #555;
    display: block;
    padding: 4px 0;
    text-transform: uppercase;
}
.list-account a i {
    color: #ccc;
    display: inline-block;
    font-size: 16px;
    width: 25px;
}
.list-account a:hover {
    color: #ff3e3e;
}
.search-hover .search-link {
    color: #ccc;
    font-size: 24px;
}
.search-hover {
    position: relative;
    z-index: 99;
}
.search-form-hover {
    position: absolute;
    top: 100%;
    right:0;
    margin-right: -30px;
    width: 270px;
    margin-top:30px;
    opacity:0;
    visibility:hidden;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.search-hover .search-form-hover::after{
    display:none;
}
.search-form-hover::after {
    color: #ccc;
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 13px;
    top: 11px;
}
.search-hover:hover .search-form-hover{
    opacity:1;
    visibility:visible;
    margin-top:0;
}
.search-form-hover input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 40px;
    padding: 0 15px;
    width: 100%;
}
.search-form-hover 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;
}
.main-nav.main-nav2 {
    float: right;
    margin-bottom: 20px;
    margin-right: -15px;
    margin-top: -18px;
}
.main-nav.main-nav2 .mega-menu{
    left:auto;
    right:0;
}
.main-nav.main-nav2 > ul > li::after {
    display: none;
}
.main-nav.main-nav2 > ul > li.menu-item-has-children > a::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: -15px;
    top: 0;
    font-size: 14px;
}
.main-nav.main-nav2 > ul > li:hover > a {
    color: #25c6a5;
}
.main-nav.main-nav2 .sub-menu li:hover > a {
    color: #25c6a5;
}
.main-nav.main-nav2 > ul > li.menu-item-has-children:hover > a::before {
    background: #25c6a5 none repeat scroll 0 0;
}
.main-nav.main-nav2 > ul > li.has-mega-menu:hover > a::before {
    background: #25c6a5 none repeat scroll 0 0;
}
.main-nav.main-nav2 .mega-banner .banner-info .shopnow:hover {
    background: #25c6a5 none repeat scroll 0 0;
}
.main-nav.main-nav2 .mega-link > h3 a:hover {
    color: #25c6a5;
}
.main-nav.main-nav2 .mega-list-link a:hover {
    color: #25c6a5;
}
.main-nav.main-nav2 .mega-slider .owl-theme .owl-controls .owl-page.active span {
    background: #25c6a5 none repeat scroll 0 0;
}
.main-nav.main-nav2 .product-title a:hover{
    color: #25c6a5;
}
.main-nav.main-nav2 .mega-banner2 .banner-info .shopnow:hover {
    background: #25c6a5 none repeat scroll 0 0;
}
.main-nav.main-nav2 > ul > li.has-mega-menu > a::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: -15px;
    top: 0;
    font-size: 14px;
}
.main-nav.main-nav2 > ul > li {
    padding: 0 35px;
}
.item-banner2 h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
}
.item-banner2 .banner-info {
    font-family: lato;
    text-align: center;
    text-transform: uppercase;
    top: 100px;
}
.item-banner2 h2 {
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    margin: 15px 0 0;
    opacity: 0.8;
}
.banner-slider2 .bx-pager {
    bottom: 100px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.banner-slider2 {
    margin-bottom: 100px;
    position: relative;
}
.banner-slider2 .bx-pager a {
    display: inline-block;
    position: relative;
    width: 90px;
    background: rgba(255,255,255,0.8);
}
.banner-slider2 .bx-pager a.active::after {
    border: 1px solid #25c6a5;
    content: "";
    left: -10px;
    position: absolute;
    top: -10px;
    z-index: 99;
    right: -10px;
    bottom: -10px;
}
.banner-slider2 .bx-pager a.active img{
    opacity:0.5;
}
.wellcome-text > h3 {
    font-family: lato;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.wellcome-text > h2 {
    font-family: lato;
    font-size: 60px;
    font-weight: 700;
    margin: 3px 0 30px;
    text-transform: uppercase;
}
.wellcome-text > p {
    color: #555;
    margin-bottom: 25px;
}
.wellcome-text {
    max-width: 300px;
}
.wellcome-text .btn-plus:hover::before{
    background: #25C6A5 none repeat scroll 0 0;
    border-color: #25C6A5;
}
.wellcome-text .btn-plus:hover{
    color: #25C6A5;
}
.wellcome-adv {
    margin-left: 35px;
}
.content-adv-wc {
    margin-bottom: 30px;
}
.wellcome-adv .content-adv-wc{
    display: table;
    width: 100%;
    position:relative;
    border: 1px solid #e5e5e5;
    padding: 10px 0;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.adv-wc-thumb {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 120px;
}
.adv-wc-thumb > a {
    display: inline-block;
    max-width: 80px;
    padding: 10px;
}

.adv-wc-info h3 {
    font-family: lato;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.content-adv-wc::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 10px;
    width: 4px;
    bottom: 10px;
}
.content-adv-wc.style1::after{
    background:#25c6a5;
}
.content-adv-wc.style2::after{
    background:#c0ab53;
}
.content-adv-wc.style3::after{
    background:#dc826e;
}
.content-adv-wc.style1:hover{
    border-color:#25c6a5;
}
.content-adv-wc.style2:hover{
    border-color:#c0ab53;
}
.content-adv-wc.style3:hover{
    border-color:#dc826e;
}
.content-adv-wc.style1 .adv-wc-info a {
    color: #25c6a5;
}
.content-adv-wc.style2 .adv-wc-info a {
    color: #c0ab53;
}
.content-adv-wc.style3 .adv-wc-info a {
    color: #dc826e;
}
.adv-wc-info {
    display: table-cell;
    vertical-align: middle;
}
.adv-wc-info > p {
    margin: 0;
}
.box-title2{
    font-family: lato;
    text-transform: uppercase;
    text-align:center;
    margin-bottom:30px;
}
.box-title2 > h4 {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}
.box-title2 > h2 {
    font-size: 60px;
    margin: 3px 0 30px;
    font-weight: 700;
}
.wellcome-list-box {
    margin-bottom: 95px;
}
.featured-product-advert {
    float: left;
    position: relative;
    width: 42.245%;
}
.featured-product-slider {
    float: left;
    width: 57.755%;
}
.featured-product-gallery {
    position: relative;
}
.featured-product-gallery .bx-pager {
    position: absolute;
    right: -100px;
    top: 30px;
    z-index: 99;
    opacity:0;
    visibility:hidden;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-featured-product:hover .featured-product-gallery .bx-pager {
    opacity:1;
    visibility:visible;
    right: 0;
}
.featured-product-gallery .bx-pager a {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin-bottom: 2px;
    padding: 10px;
    width: 70px;
}
.featured-product-gallery .bx-pager a.active {
    border: 1px solid #25c6a5;
}

.featured-product-title li {
    display: inline-block;
}
.featured-product-title a {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #333;
    display: block;
    font-family: lato;
    height: 40px;
    line-height: 40px;
    padding: 0 26px;
    text-transform: uppercase;
}
.featured-product-title li {
    border: 1px solid transparent;
    margin-right: -4px;
    padding: 10px;
}
.featured-product-title li.active{
    border: 1px solid #25c6a5;
}
.featured-product-title > ul {
    margin: 0 0 40px;
    padding: 0;
}
.featured-product-title li.active a{
    background:#25c6a5;
    color:#fff;
}
.content-featured-product-box{
    position:relative;
}
.content-featured-product.active {
    opacity: 1;
    position: relative;
    visibility: visible;
}
.content-featured-product {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 100%;
}
.featured-advert-info {
    background: rgba(247, 247, 247, 0.5) none repeat scroll 0 0;
    border: 1px solid #ccc;
    bottom: -115px;
    height: 370px;
    position: absolute;
    right: 100px;
    width: 300px;
    z-index:99;
}
.featured-advert-info > h2 {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    font-family: lato;
    font-weight: 700;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
.featured-product-saleoff {
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    position: absolute;
    text-transform: uppercase;
}
.featured-product-saleoff > h4 {
    font-family: lato;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.featured-product-saleoff > h2 {
    color: #ff3e3e;
    font-size: 30px;
    margin: 13px 0 0;
}

.featured-advert-info {
    background: rgba(247, 247, 247, 0.5) none repeat scroll 0 0;
    border: 1px solid #ccc;
    bottom: -110px;
    height: 370px;
    position: absolute;
    right: 100px;
    width: 300px;
}
.featured-advert-info > h2 {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    font-family: lato;
    font-weight: 700;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
.featured-product-saleoff {
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    position: absolute;
    text-transform: uppercase;
}
.featured-product-saleoff > h4 {
    font-family: lato;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.featured-product-saleoff > h2 {
    color: #ff3e3e;
    font-size: 30px;
    margin: 13px 0 0;
}
.item-featured-product .product-extra-link {
    bottom: 0;
    left: 0;
    position: absolute;
    opacity:0;
    visibility:hidden;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:translateX(100px);
    -webkit-transform:translateX(100px);
}
.item-featured-product:hover .product-extra-link {
    opacity:1;
    visibility:visible;
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
}
.item-featured-product .product-extra-link a {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0 -3px 0 0;
    text-align: center;
    width: 50px;
}
.item-featured-product .product-info {
    padding-top: 27px;
}
.featured-product-slider .owl-theme .owl-controls .owl-buttons div {
    width: 40px;
    height:40px;
    background:#f4f4f4;
    color:#333;
    font-size:14px;
    margin:0;
}
.featured-product-slider .owl-theme .owl-controls .owl-buttons div.owl-next{
    margin-left:1px;
}
.featured-product-slider .owl-theme .owl-controls .owl-buttons div i {
    line-height:40px;
    height:40px;
}
.featured-product-slider .owl-theme .owl-controls .owl-buttons div:hover{
    background:#25C6A5;
    color:#fff;
}
.featured-product-slider .owl-theme .owl-controls {
    position: absolute;
    right: 70px;
    top: -91px;
}
.featured-product-box {
    margin-bottom: 95px;
}
.product-rating.style2 .inner-rating {
    background: transparent url("../images/home1/rate-star2.png") repeat-x scroll center top;
}
.item-featured-product .product-rating.style2{
    opacity:0;
    transform:translateX(100px);
    -webkit-transform:translateX(100px);
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-featured-product:hover .product-rating.style2{
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
    opacity:1;
}
.item-featured-product:hover .product-title a{
    color:#25c6a5;
}

.category-list-box .box-title2 {
    margin-bottom: 40px;
}
.category-list-box {
    margin-bottom: 100px;
}
.cat-info > h3 {
    font-family: lato;
    font-size: 30px;
    font-weight: 700;
    margin: 23px 0 10px;
}
.cat-info > h3 a {
    color: #333;
}
.cat-info > h3 a:hover{
    color:#25C6A5;
}
.cat-info .btn-plus:hover::before {
    background: #25C6A5 none repeat scroll 0 0;
    border-color: #25C6A5;
}
.cat-info .btn-plus:hover{
    color:#25C6A5;
}
.item-testimo .zoom-image {
    margin: auto;
    width: 78px;
}
.item-testimo {
    margin: auto;
    max-width: 780px;
    text-align: center;
}

.box-testimonial {
    background: rgba(0, 0, 0, 0) url("../images/home2/test1.jpg") no-repeat fixed center center;
    margin-bottom: 95px;
    padding: 150px 0;
}
.item-testimo > p {
    color: #fff;
    margin: 42px 0 0;
}
.item-testimo > h3 {
    font-family: lato;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 48px;
}
.item-testimo > h3 a {
    color: #fff;
}
.testimo-slider .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0;
    opacity: 1;
    width: 10px;
}
.testimo-slider .owl-theme .owl-controls .owl-page{
    width:18px;
    height:18px;
    border-radius: 50%;
    padding:3px;
    margin:0 6px;
    border:1px solid transparent;
}
.testimo-slider .owl-theme .owl-controls .owl-page.active{
    border:1px solid #fff;
}
.box-designer .box-title2 {
    margin-bottom: 40px;
}

.designer-thumb {
    position: relative;
}
.social-designer {
    bottom: 10px;
    position: absolute;
    right: 5px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    opacity:0;
    transform:translateY(-100px);
    -webkit-transform:translateY(-100px);
}
.designer-thumb:hover .social-designer {
    opacity:1;
    transform:translateY(0);
    -webkit-transform:translateY(0);
}
.social-designer a {
    color: #fff;
    font-size: 24px;
    margin: 0 15px;
    opacity: 0.5;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.social-designer a:hover{
    opacity:1;
}

.design-info > h3 {
    font-family: lato;
    font-size: 30px;
    font-weight: 700;
    margin: 24px 0 7px;
    text-transform: uppercase;
}
.design-info > h3 a {
    color: #333;
}
.design-info > span {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.design-info > p {
    color: #555;
    margin: 0;
}
.box-designer {
    margin-bottom: 95px;
}
.list-designer .alldesign {
    border: 3px solid #333;
    color: #333;
    display: block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: 40px auto auto;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
}

.design-info > h3 {
    font-family: lato;
    font-size: 30px;
    font-weight: 700;
    margin: 24px 0 7px;
    text-transform: uppercase;
}
.design-info > h3 a {
    color: #333;
}
.design-info > h3 a:hover{
    color:#25C6A5;
}
.design-info > span {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.design-info > p {
    color: #555;
    margin: 0;
}
.box-designer {
    margin-bottom: 95px;
}
.list-designer .alldesign {
    border: 3px solid #333;
    color: #333;
    display: block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: 40px auto auto;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
    position:relative;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.list-designer .alldesign::after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:"";
    background:#333;
    -webkit-transform:scaleY(0);
    transform:scaleY(0);
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.list-designer .alldesign span{
    position:relative;
    z-index:99;
}
.list-designer .alldesign:hover::after{ 
    -webkit-transform:scaleY(1);
    transform:scaleY(1);
}
.list-designer .alldesign:hover{
    color:#fff;
}
.box-supper-deal .box-title2 {
    margin-bottom: 40px;
}
.wrap-contact-email {
    background: rgba(0, 0, 0, 0) url("../images/home2/design.jpg") no-repeat fixed center center;
}
.box-contact {
    padding: 90px 0;
}
.newsletter-box {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    padding: 50px 0;
}
.newsletter-form {
    padding-left: 240px;
    position: relative;
}
.newsletter-form > label {
    color: #fff;
    font-size: 30px;
    left: 0;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}
.newsletter-form > form {
    padding-right: 230px;
    position: relative;
}
.newsletter-form > form input[type="submit"] {
    background-color: #25c6a5;
    background-position:60px center;
    background-image:url("../images/home2/bg-subscribe.png");
    background-repeat:no-repeat;
    border: medium none;
    color: #fff;
    font-weight: 700;
    height: 50px;
    padding-left: 90px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 220px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.newsletter-form > form input[type="submit"]:hover{
    background-color:#ff3e3e;
}
.newsletter-form > form input[type="text"] {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 50px;
    padding: 0 20px;
    width: 100%;
}
.item-contact-box {
    text-align: center;
}
.item-contact-box .contact-icon {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 50%;
    color: #f7f7f7;
    display: block;
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    margin: auto;
    width: 100px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    position:relative;
}
.item-contact-box .contact-icon::after {
    border: 3px solid #f7f7f7;
    content: "";
    height: 100%;
    left: 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%;
    border-radius: 50%;
    opacity:0;
    background: rgba(255,255,255,0.8);
}
.item-contact-box .contact-icon:hover::after{
    opacity:1;
    transform:scale(1);
    background: rgba(255,255,255,0);
    -webkit-transform:scale(1);
}
.item-contact-box .contact-icon:hover{
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}
.contact-title {
    color: #f7f7f7;
    font-family: lato;
    font-size: 30px;
    font-weight: 700;
    margin: 43px 0 38px;
}
.contact-info {
    color: #f7f7f7;
    font-size: 18px;
    margin: 0;
}
.contact-info a {
    color: #f7f7f7;
}

.supper-deal-countdown canvas {
    display: none;
}
.supper-deal-countdown {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 80px;
    left: 0;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index:9999;
}
.supper-deal-countdown .time_circles {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin: 10px auto auto;
    width: 210px;
    padding-left: 65px;
    background: url("../images/home2/clock.png") no-repeat left 20px center;
}
.supper-deal-countdown .time_circles > div {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0;
    width: auto !important;
}
.supper-deal-countdown .time_circles > div:last-child::after{
    display:none;
}
.supper-deal-countdown .time_circles > div::after {
    content: ":";
    display: inline-block;
    margin: 0 5px;
}
/************************************************************************************
                                    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: lato;
    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 {
    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: lato;
    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: lato;
    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: lato;
    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;
}
/***********************************************************************************
                                    Blog
************************************************************************************/
.content-blog {
    padding-bottom: 90px;
    padding-top: 30px;
}
.widget-recent-post > ul > li {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    margin-bottom: 20px;
    padding-bottom: 18px;
    width: 100%;
}
.widget-recent-post > ul > li > .post-thumb {
    display: table-cell;
    width: 100px;
}
.widget-recent-post > ul > li > .post-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
.widget-recent-post .post-title {
    font-size: 14px;
    line-height: 18px;
    margin: -4px 0 8px;
}
.widget-recent-post .post-comment-date {
    color: #ccc;
    font-size: 12px;
}
.widget-recent-post .post-comment-date a {
    color: #ccc;
}
.widget-recent-post .post-comment-date i.fa {
    font-size: 12px;
    margin-right: 5px;
}
.widget-recent-post .post-comment-date li {
    display: block;
    margin-bottom: -4px;
}
.list-post-tags > a {
    border: 1px solid #e5e5e5;
    color: #555;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 0 20px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.list-post-tags > a:hover {
    border-color: #ff3e3e;
    color: #ff3e3e;
}
.list-post-tags {
    margin-bottom: -10px;
}
.wg-adv-slider.owl-paginav {
    border: 1px solid #e5e5e5;
}
.wg-adv-slider .owl-theme .owl-controls .owl-page span {
    background: #ccc none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    width: 10px;
}
.wg-adv-slider  .owl-theme .owl-controls .owl-page.active span {
    background: #333 none repeat scroll 0 0;
}
.wg-adv-slider  .owl-theme .owl-controls{
    margin:15px 0;
}

.post-thumb {
    position: relative;
}
.post-format-date {
    bottom: 0;
    left: 0;
    position: absolute;
}

.post-format-date .post-comment-date {
    background: rgba(255, 62, 62, 0.9) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 -4px 0 0;
    padding: 0 20px;
    text-transform: uppercase;
    vertical-align: top;
}
.post-format-date .post-format {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.post-format-date .post-comment-date i.fa {
    color: #fff;
    font-size: 14px;
}
.post-format-date .post-comment-date a {
    color: #fff;
}
.post-format-date .post-comment-date li:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 6px;
    padding-right: 8px;
}
.post-format-date .post-comment-date li {
    height: 24px;
    line-height: 24px;
    margin: 0;
}
.post-format-date .post-comment-date > li i.fa {
    margin-right: 6px;
}

.content-blog .post-item .post-info {
    padding-top: 26px;
}
.content-blog .post-item .post-title {
    margin-bottom: 18px;
}
.post-desc {
    color: #555;
}
.list-blog-sidebar .post-item {
    margin-bottom: 50px;
}
.content-blog  .pagibar{
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
.list-blog-sidebar .post-item:last-child {
    margin-bottom: 30px;
}
.list-blog-post .post-item {
    margin-bottom: 50px;
    padding-left: 320px;
    position: relative;
}
.post-author-social {
    border: 2px solid #ccc;
    left: 0;
    min-height: 370px;
    padding: 70px 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 320px;
}
.author-avar {
    margin: auto auto 22px;
    width: 100px;
}
.author-avar > a {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position:relative;
}
.author-avar > a::after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:"";
    background:rgba(255,62,62,0.2);
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:scale(0);
    -webkit-transform:scale(0);
    border-radius:50%;
}
.author-avar > a img{
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    border-radius:50%;
}
.author-avar > a:hover img{
    opacity:0.8;
}
.author-avar > a:hover::after{
    transform:scale(1);
    -webkit-transform:scale(1);
}
.author-name > span {
    color: #ccc;
    font-style: italic;
    margin-right: 5px;
}
.author-name > a {
    color: #333;
}
.author-name {
    margin-bottom: 3px;
}
.author-name > a:hover {
    color: #ff3e3e;
}
.social-post > a {
    color: #ccc;
    font-size: 24px;
    margin: 0 15px;
}
.social-post > a:hover{
    color:#ff3e3e;
}
.social-post {
    margin-top: 12px;
}

.blog-comment-date {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.blog-comment-date > li {
    color: #ccc;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
}
.blog-comment-date > li i{
    margin-right:5px;
}
.blog-comment-date > li a {
    color: #ccc;
}
.blog-comment-date > li a:hover {
    color: #ff3e3e;
}
.blog-comment-date > li:first-child {
    border-right: 1px solid #ccc;
    margin-right: 5px;
    padding-right: 8px;
}
.list-blog-post .blog-comment-date{
    margin-bottom:10px;
}

.list-blog-fullwidth .post-item {
    margin-bottom: 50px;
    position: relative;
}
.list-blog-fullwidth .post-item .post-thumb {
    max-width: 880px;
}
.list-blog-fullwidth .post-item .post-info {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 55px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 400px;
}
.list-blog-fullwidth .post-item .blog-comment-date {
    margin-bottom: 15px;
}
.list-blog-fullwidth .post-item .post-desc {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 22px;
}
.readmore.btn-plus-inner {
    border: 3px solid #ccc;
    color: #333;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 25px 0 50px;
    position: relative;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.readmore.btn-plus-inner:hover{
    color:#ff3e3e;
    border-color:#ff3e3e;
}
.readmore.btn-plus-inner::before {
    content: "";
    font-family: fontawesome;
    left: 20px;
    position: absolute;
    top: -1px;
}
.list-post-masonry {
    margin: 0 -15px;
}
.list-post-masonry .post-item {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.334%;
}
.list-post-masonry .post-info {
    border: 1px solid #e5e5e5;
    padding: 30px;
    text-align: center;
}
.list-post-masonry .post-desc {
    margin: 12px 0 22px;
}
.masonry-loadmore > a {
    border: 3px solid #ccc;
    color: #333;
    display: block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: auto;
    max-width: 500px;
    text-transform: uppercase;
    width: 100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.masonry-loadmore > a:hover{
    color:#ff3e3e;
    border-color:#ff3e3e;
}
.masonry-loadmore {
    text-align: center;
}
.masonry-loadmore {
    margin-top: 20px;
}

.content-single {
    padding: 50px 0 100px;
}
.single-thumb {
    margin-bottom: 47px;
}
.content-blog-detail {
    padding-left: 300px;
    position: relative;
}
.content-blog-detail .post-author-social {
    min-height: auto;
    padding-bottom: 40px;
    width: 270px;
}

.content-blog-detail .post-title {
    margin-bottom: 20px;
}
.content-blog-detail > p {
    color: #555;
    margin-bottom: 31px;
}
.content-blog-detail .blog-comment-date {
    margin-bottom: 10px;
}
.content-blog-detail blockquote {
    border: medium none;
    color: #999;
    padding-left: 80px;
    position: relative;
}
.content-blog-detail blockquote::before {
    position: absolute;
    background: #ff3e3e none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 50px;
}
#video-intro .vjs-big-play-button {
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
#video-intro .vjs-big-play-button::before {
    border-bottom: 14px solid transparent;
    border-left: 24px solid #ff3e3e;
    border-top: 14px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 2px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
#video-intro {
    margin: 40px 0 45px;
}
.title-default {
    font-family: lato;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-size:30px;
}
.single-design > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.single-design li {
    color: #555;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.single-design li::before {
    color: #ccc;
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.single-design {
    margin-bottom: 35px;
}

.single-image-slide {
    margin-bottom: 45px;
    padding-right: 250px;
    position: relative;
}
.caption-slider {
    color: #999;
    font-style: italic;
    line-height: 30px;
    padding-left: 50px;
    position: absolute;
    right: 0;
    top: 55px;
    width: 250px;
}
.single-image-slide .owl-theme .owl-controls .owl-buttons div {
    background: #f4f4f4;
    color: #333;
    font-size: 14px;
    height: 40px;
    margin: -20px 0 0;
    width: 40px;
    position:absolute;
    top:50%;
    display:block;
}
.single-image-slide .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left:0;
}
.single-image-slide .owl-theme .owl-controls .owl-buttons div.owl-next{
    right:0px;
}
.single-image-slide .owl-theme .owl-controls .owl-buttons div:hover{
    background:#ff3e3e;
    color:#fff;
}
.single-image-slide .owl-theme .owl-controls .owl-buttons div i{
    display:block;
    height:40px;
    line-height:40px;
}
.single-image-slide .owl-theme .item img{
    width:100%;
}
.single-list-tags {
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    padding: 15px 0;
    margin:40px 0 45px;
}
.single-list-tags > label {
    color: #ccc;
    font-size: 18px;
    font-weight: 100;
    margin: 0;
    padding-left: 35px;
    position: relative;
}
.single-list-tags label::after {
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 6px;
}
.single-list-tags > a {
    color: #555;
    margin-left: 20px;
}
.single-list-tags > a:hover{
    color:#ff3e3e;
}
.post-comment ol {
    list-style: outside none none;
    margin: 0 0 -15px;
    padding: 0;
}
.item-post-comment {
    display: table;
    margin-bottom: 40px;
    width: 100%;
}
.post-comment-thumb {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
}
.post-comment-thumb > a::before {
    background: rgba(85, 187, 235, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.post-comment-thumb > a {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
}
.post-comment-info {
    display: table-cell;
    padding-left: 30px;
    position: relative;
    vertical-align: top;
}
.post-comment-info > h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 18px;
    text-transform: uppercase;
}
.post-comment-info > h3 a {
    color: #555;
}
.post-comment-info > h3 a:hover {
    color: #ff3e3e;
}
.post-comment-info .comment-reply {
    color: #ff3e3e;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: -4px;
}
.post-comment-info > p {
    color: #555;
    margin: 0;
}
.post-comment ul {
    list-style: outside none none;
    margin: 0 0 0 70px;
    padding: 0;
}
.leave-reply-form input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 50px;
    max-width: 400px;
    padding: 0 15px 0 40px;
    width: 100%;
}
.your-name {
    background: #fff url("../images/blog/icon1.png") no-repeat scroll left 13px center;
}
.your-email {
    background: #fff url("../images/blog/icon2.png") no-repeat scroll left 13px center;
}
.your-site {
    background: #fff url("../images/blog/icon3.png") no-repeat scroll left 13px center;
}
.leave-reply-form textarea {
    border: 1px solid #e5e5e5;
    height: 200px;
    padding: 15px;
    resize: none;
    width: 100%;
}
.submit-reply {
    background: #55bbeb none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    height: 40px;
    margin: 20px 0 17px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}
.post-comment .title-default {
    margin-bottom: 45px;
}
.post-comment {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 45px;
}
.leave-reply .title-default {
    margin-bottom: 45px;
}
.leave-reply-form .submit-reply {
    background: transparent none repeat scroll 0 0;
    border: 3px solid #333;
    color: #333;
    font-weight: 700;
    height: 60px;
    margin: 20px 0 0;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius:0;
}
.leave-reply-form .submit-reply:hover{
    color:#ff3e3e;
    border-color:#ff3e3e;
}

.single-gallery-slider {
    max-width: 880px;
    padding-left: 80px;
    position: relative;
    width: 100%;
}
.single-gallery-slider .bxslider li  img{
    width:100%;
}
.single-gallery-slider .bx-pager {
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
}
.single-gallery-slider .bx-pager a {
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.single-gallery-slider .bx-pager a.active::before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:"";
    border:1px solid #ff3e3e;
}
.single-gallery-slider .bx-pager a.active::after {
    color: #ff3e3e;
    content: "";
    font-family: fontawesome;
    margin-top: -8px;
    position: absolute;
    right: -5px;
    top: 50%;
}
.single-gallery {
    position: relative;
}
.single-gallery-info {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    padding: 40px 55px 70px;
    position: absolute;
    right: 0;
    top: 55px;
    width: 400px;
}
.single-blog-video #video-intro{
    margin-top:0;
}
.post-cat-format i {
    color: #ff3e3e;
    margin-right: 6px;
}
.post-cat-format a {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}
.single-gallery-info .title-default {
    margin: 15px 0 17px;
}
.post-cat-format a:hover {
    color: #ff3e3e;
}
.single-gallery-info .post-author {
    border-top: 1px solid #e5e5e5;
    margin-top: 21px;
    padding-top: 23px;
}
.single-gallery-info .post-author i {
    color: #999;
    margin-right: 6px;
}
.single-gallery-info .post-author a {
    color: #999;
}
.single-gallery-info .post-author a:hover{
    color:#ff3e3e;
}
.single-gallery-info .bx-controls {
    bottom: 35px;
    position: absolute;
    right: 48px;
}
.single-gallery-info .bx-controls .bx-controls-direction a {
    color: #333;
    font-size: 30px;
    margin: 0 7px;
}
.single-gallery-info .bx-controls .bx-controls-direction a:hover{
    color:#ff3e3e;
}
.content-blog-sidebar .content-blog-detail  {
    padding: 0;
}
.item-related-video .post-thumb a{
    position:relative;
    display:block;
}
.item-related-video .post-thumb a::after {
    background: transparent url("../images/blog/icon-vd.png") no-repeat scroll center center;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.item-related-video .post-title {
    font-size: 14px;
    margin-bottom: 10px;
}
.item-related-video .post-info {
    padding-top: 17px;
}
.item-related-video .post-author {
    color: #999;
}
.item-related-video .post-author i {
    color: #999;
    margin-right: 6px;
}
.item-related-video .post-author a {
    color: #999;
}
.item-related-video .post-author a:hover{
    color:#ff3e3e;
}
/**********************************************************************************
                                Home 3
***********************************************************************************/
.header3 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.item-hot-cat-adv {
    margin: 0 15px;
}
.hot-cat-adv-slider{
    margin:0 -15px;
}
.logo3 {
    margin-right: -30px;
}
.main-nav.main-nav3 > ul > li > a {
    color: #fff;
    font-size: 14px;
}
.main-nav.main-nav3 {
    margin-top: 35px;
    text-align: right;
}
.main-nav.main-nav3 > ul > li > .mega-menu {
    left: auto;
    margin-right: -200px;
    right: 0;
}
.main-nav.main-nav3 > ul > li::after {
    display: none;
}
.main-nav.main-nav3 > ul > li {
    padding: 0 30px;
    text-align:left;
}
.main-nav.main-nav3 .sub-menu li:hover > a {
    color: #CC4C58;
}
.main-nav.main-nav3 > ul > li.menu-item-has-children:hover > a::before ,
.main-nav.main-nav3 > ul > li.has-mega-menu:hover > a::before {
    background: #CC4C58 none repeat scroll 0 0;
}
.main-nav.main-nav3 .mega-banner .banner-info .shopnow:hover {
    background: #CC4C58 none repeat scroll 0 0;
}
.main-nav.main-nav3 .mega-link > h3 a:hover {
    color: #CC4C58;
}
.main-nav.main-nav3 .mega-list-link a:hover {
    color: #CC4C58;
}
.main-nav.main-nav3 .mega-slider .owl-theme .owl-controls .owl-page.active span {
    background: #CC4C58 none repeat scroll 0 0;
}
.main-nav.main-nav3 .mega-banner2 .banner-info .shopnow:hover {
    background: #CC4C58 none repeat scroll 0 0;
}
.main-nav.main-nav3 .product-title a:hover {
    color: #CC4C58;
}
.main-nav.main-nav3 .product-price ins {
    color: #CC4C58;
}
.list-cart-search3 .my-account .my-account-link {
    font-size: 18px;
    color:#fff;
}
.list-cart-search3 .my-account:hover .my-account-link{
    color:#CC4C58;
} 
.list-cart-search3 .search-hover:hover .search-link {
    color:#CC4C58;
}
.list-cart-search3 .list-account a:hover {
    color: #CC4C58;
}
.list-cart-search3 .mini-cart:hover .mini-cart-icon {
    color: #CC4C58;
}
.list-cart-search3 .mini-cart-title > a:hover {
    color: #CC4C58;
}
.list-cart-search3 .mini-cart-price {
    color: #CC4C58;
}
.list-cart-search3 .mini-cart-button a:hover {
    background: #CC4C58 none repeat scroll 0 0;
}
.list-cart-search3 .search-hover .search-link {
    font-size: 18px;
    color:#fff;
}
.list-cart-search3 .mini-cart-icon {
    font-size: 18px;
    color:#fff;
}
.list-cart-search3 {
    float: right;
    margin: 30px 0 0;
}
.shipping-member-link > img {
    width: 100%;
}
.adv-thumb img {
    width: 100%;
}
.list-adv11 {
    padding: 100px 0;
    margin:0 -15px;
}
.item-adv11{
    margin:0 15px;
}
.list-cart-search3 .mini-cart-number {
    color: #CD4D5A;
    font-size: 10px;
    position: absolute;
    right: 15px;
    top: -8px;
}
.item-best-tab .product-thumb .quickview-link:hover::after {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
}
.list-cart-search3 > li {
    margin-left: 30px;
    text-align:left;
}
.list-cart-search3 > li:first-child {
    margin-left: 0;
}

.item-banner-slider3 .banner-info {
    margin-top: -120px;
    text-align: center;
    text-transform: uppercase;
}
.item-banner-slider3 .banner-info h3 {
    color: #fff;
    font-family: lato;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
}
.item-banner-slider3 .banner-info h2 {
    color: #fff;
    font-family: lato;
    font-size: 120px;
    font-weight: 700;
    margin: 15px 0 33px;
    opacity: 0.8;
}
.item-banner-slider3 .banner-info .shopnow {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-banner-slider3 .banner-info .shopnow:hover {
    color:#fff;
    background:#cb4c59;
}
.banner-slider3 .bx-pager {
    margin-top: -42px;
    position: relative;
    text-align: center;
    z-index: 99;
}
.banner-slider3 .bx-pager a {
    color: #333;
    display: inline-block;
    font-size: 18px;
    min-height: 200px;
    min-width: 240px;
    padding-top: 60px;
    text-transform: uppercase;
    font-family: lato;
}
.banner-slider3 .bx-pager a.active{
    border: 5px solid #cb4c59;
}
.banner-slider3 .bx-pager a strong {
    display: block;
    font-size: 30px;
    margin-top: 6px;
}
.banner-slider3 {
    margin-bottom: 100px;
}

.content-product-adv {
    position: relative;
}
.content-product-adv::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 0;
    width: 30px;
}
.new-adv-text {
    height: 100%;
    padding: 30px 30px 30px 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.new-adv-text:hover{
    padding: 20px 20px 20px 35px;
}
.content-product-adv .owl-controls {
    bottom: 42px;
    left: 0;
    padding-right: 15px;
    position: absolute;
    width: 50%;
}
.inner-new-adv-text {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    padding: 65px 30px;
    position: relative;
    text-align: center;
    width: 100%;
}
.big-title {
    font-family: lato;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.inner-new-adv-text .title-default {
    color: #cb4c59;
    margin: 0;
}
.inner-new-adv-text .big-title {
    margin-bottom: 33px;
}
.inner-new-adv-text .shopnow {
    border: 3px solid #333;
    color: #333;
    display: inline-block;
    font-weight: 700;
    height: 60px;
    line-height: 57px;
    margin-top: 32px;
    padding: 0 20px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.inner-new-adv-text .shopnow:hover{
    color: #fff;
    border-color:#cb4c59;
    background:#cb4c59;
}
.content-product-adv .owl-theme .owl-controls .owl-page span {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    display: block;
    height: 18px;
    margin: 0 5px;
    opacity: 1;
    position: relative;
    width: 18px;
}
.content-product-adv .owl-theme .owl-controls .owl-page.active span{
    border: 1px solid #fff;
}
.content-product-adv .owl-theme .owl-controls .owl-page span::after{
    position:absolute;
    top:3px;
    left:3px;
    width:10px;
    height:10px;
    content:"";
    border-radius: 50%;
    background:#fff;
}
.news-multi-color {
    background: #f4f4f4 none repeat scroll 0 0;
    margin-bottom: 100px;
    padding: 70px 0;
}
.news-multi-color h2 {
    font-family: lato;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.item-post-color .post-thumb img {
    width: 100%;
}
.news-multi-color h2 span {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 17px 55px;
}
.list-news-color {
    margin-top: 70px;
}

.item-post-color {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.item-post-color .post-info {
    padding: 40px 20px 20px;
}
.item-post-color .cat-parent {
    color: #333;
    font-family: lato;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.item-post-color .readmore {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-post-color .blog-comment-date > li {
    border: medium none;
    display: table-cell;
}
.item-post-color .blog-comment-date > li:last-child{
    text-align:right;
}
.item-post-color .blog-comment-date > li i{
    color:#ccc;
}
.item-post-color .blog-comment-date > li a,
.item-post-color .blog-comment-date > li span{
    color:#333;
}
.item-post-color .blog-comment-date {
    display: table;
    margin: 15px 0 25px;
    width: 100%;
}
.item-post-color .post-title {
    margin: 10px 0 18px;
    text-transform: inherit;
}
.ver-thumb .post-thumb {
    float: right;
    width: 45%;
}
.ver-thumb .post-info {
    float: left;
    width: 55%;
}
.item-post-color .post-thumb > a {
    display: block;
    overflow: hidden;
    position: relative;
}
.item-post-color .post-thumb > a::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:scale(0);
    -webkit-transform:scale(0);
    background:#000;
    opacity:0.5;
    top:0;
    left:0;
}
.item-post-color .post-thumb:hover > a::after {
    transform:scale(1);
    -webkit-transform:scale(1);
}
.item-post-color .post-title > a{
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
/*Start Color*/
/*Brown*/
.item-post-color.color-brown .post-thumb > a::after {
    background:#cb4c59;
}
.item-post-color.color-brown .post-title a:hover {
    color:#cb4c59;
}
.item-post-color.color-brown .cat-parent{
    color:#cb4c59;
}
.item-post-color.color-brown .readmore:hover{
    background:#cb4c59;
}
/*Blue*/
.item-post-color.color-blue .post-thumb > a::after {
    background:#47b1cb;
}
.item-post-color.color-blue .post-title a:hover {
    color:#47b1cb;
}
.item-post-color.color-blue .cat-parent{
    color:#47b1cb;
}
.item-post-color.color-blue .readmore:hover{
    background:#47b1cb;
}
/*Yellow*/
.item-post-color.color-yellow .post-thumb > a::after {
    background:#fac457;
}
.item-post-color.color-yellow .post-title a:hover {
    color:#fac457;
}
.item-post-color.color-yellow .cat-parent{
    color:#fac457;
}
.item-post-color.color-yellow .readmore:hover{
    background:#fac457;
}
/*Cyan*/
.item-post-color.color-cyan .post-thumb > a::after {
    background:#25c6a5;
}
.item-post-color.color-cyan .post-title a:hover {
    color:#25c6a5;
}
.item-post-color.color-cyan .cat-parent{
    color:#25c6a5;
}
.item-post-color.color-cyan .readmore:hover{
    background:#25c6a5;
}
/*Green*/
.item-post-color.color-green .post-thumb > a::after {
    background:#2ba2ff;
}
.item-post-color.color-green .post-title a:hover {
    color:#2ba2ff;
}
.item-post-color.color-green .cat-parent{
    color:#2ba2ff;
}
.item-post-color.color-green .readmore:hover{
    background:#2ba2ff;
}
/*Olive*/
.item-post-color.color-olive .post-thumb > a::after {
    background:#c0ab53;
}
.item-post-color.color-olive .post-title a:hover {
    color:#c0ab53;
}
.item-post-color.color-olive .cat-parent{
    color:#c0ab53;
}
.item-post-color.color-olive .readmore:hover{
    background:#c0ab53;
}
/*Red*/
.item-post-color.color-red .post-thumb > a::after {
    background:#ff3e3e;
}
.item-post-color.color-red .post-title a:hover {
    color:#ff3e3e;
}
.item-post-color.color-red .cat-parent{
    color:#ff3e3e;
}
.item-post-color.color-red .readmore:hover{
    background:#ff3e3e;
}
/*Magenta*/
.item-post-color.color-magenta .post-thumb > a::after {
    background:#dc826e;
}
.item-post-color.color-magenta .post-title a:hover {
    color:#dc826e;
}
.item-post-color.color-magenta .cat-parent{
    color:#dc826e;
}
.item-post-color.color-magenta .readmore:hover{
    background:#dc826e;
}
/*End Color*/
.best-tab-product {
    padding: 87px 0 50px;
}
.best-tab-product .big-title {
    margin-bottom: 40px;
    text-align: center;
}
.best-tab-title ul li a:hover {
    background: #d1515e none repeat scroll 0 0;
    border-color: #d1515e;
    color: #fff;
}
.best-tab-title ul li a {
    border: 3px solid #ccc;
    color: #555;
    display: block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.newsletter-box3 {
    background: transparent url("../images/home3/pr-email.jpg") no-repeat fixed center center;
    padding: 140px 0 160px;
}
.newsletter-box3 .content-fashion-design .fancybox-media:hover::after {
    border-left-color: #d1515e;
}
.newsletter-box3 .content-fashion-design .fancybox-media:hover {
    border-color: #d1515e;
}
.best-tab-title ul li.active a{
    border-color:#cf505c;
}
.best-tab-title ul li {
    margin-right: -4px;
}
.best-tab-title ul {
    margin: 0 0 50px;
}
.item-best-tab .inner-rating {
    background: transparent url("../images/home3/rate-star.png") repeat-x scroll center top;
}

.item-best-tab {
    margin-bottom: 50px;
}
.item-best-tab .product-extra-link {
    bottom: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
    opacity:0;
    transform:scale(0);
    -webkit-transform:scale(0);
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-best-tab:hover .product-extra-link {
    opacity:1;
    transform:scale(1);
    -webkit-transform:scale(1);
}
.item-best-tab .product-extra-link >a:hover{
    color:#fff;
}
.item-best-tab .product-extra-link a:last-child {
    margin-right: 0;
}
.item-best-tab:hover .product-thumb-link::after{
    opacity:1;
} 
.item-best-tab .product-thumb .quickview-link{
    top:115px;
}
.item-best-tab .product-thumb .quickview-link:hover{
    color:#cb4c59;
}
.item-best-tab:hover .product-thumb .quickview-link{
    opacity:1;
    transform:scale(1);
    -webkit-transform:scale(1);
} 
.item-best-tab .product-info {
    padding-top: 18px;
}
.item-best-tab .product-title a:hover{
    color:#cb4c59;
}
.item-best-tab .product-price ins{
    font-size:18px;
    color:#cb4c59;
}
.item-best-tab .product-price del {
    padding: 0 5px;
}
.item-best-tab .product-price {
    margin: 10px 0;
}   

.hot-cat-info {
    border: 3px solid #ccc;
    margin: -80px 30px 0;
    min-height: 290px;
    padding: 40px 30px 0;
    position: relative;
    text-align: center;
    z-index: 9;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.hot-cat-info > h2 {
    font-family: lato;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.hot-cat-info > h2 span {
    color: #fff;
    display: block;
    margin-bottom: 7px;
}
.hot-cat-info .shopnow {
    color: #333;
    display: inline-block;
    font-weight: 700;
    margin-top: 28px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.hot-cat-info .shopnow:hover{
    color:#cb4c59;
}
.hot-cat-info:hover{
    border-color:#cb4c59;
}
.hot-cat-adv {
    margin-bottom: 100px;
}
.newsletter-form.newsletter-form3 > form input[type="submit"]{
    background-color:#CF4F5C;
}
.newsletter-form.newsletter-form3 > form input[type="submit"]:hover{
    background-color:#25c6a5
}
.market-place {
    padding: 100px 0;
}
.item-market {
    text-align: center;
}
.item-market > a {
    display: inline-block;
    max-width: 160px;
}
.more-market > h2 {
    margin: 0 0 90px;
    text-align: center;
}
.more-market {
    margin-top: 90px;
}
.more-market > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.more-market li {
    display: inline-block;
    padding: 0 55px;
}
.more-market ul li a i.fa {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 60px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.more-market ul li a:hover i.fa{
    opacity:0.6;
}
.more-market ul li a span {
    color: #999;
    display: block;
    font-size: 12px;
}
.more-market ul li a i.fa.fa-instagram {
    background: #4f7fa6 none repeat scroll 0 0;
}
.more-market ul li a i.fa.fa-google-plus {
    background: #d64830 none repeat scroll 0 0;
}
.more-market ul li a i.fa.fa-twitter {
    background: #5ba8df none repeat scroll 0 0;
}
.more-market ul li a i.fa.fa-pinterest-p {
    background: #d21b26 none repeat scroll 0 0;
}
.more-market ul li a i.fa.fa-facebook {
    background: #3a579a none repeat scroll 0 0;
}
.footer3 {
    background: #1b1b1b none repeat scroll 0 0;
}
.footer-top3 {
    padding: 45px 0;
}
.title-footer3 {
    color: #fff;
    font-family: lato;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 27px;
}
.menu-footer-box3 li a {
    color: #cb4c59;
}
.menu-footer-box3 li a:hover {
    color: #fff;
}
.menu-footer-box3 li {
    margin-bottom: 5px;
}

.footer-box-center3 {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 30px;
}
.footer-box3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 45px;
    padding-bottom: 50px;
}
.footer-box3:last-child {
    border-bottom: medium none;
    margin: 0;
    padding: 0;
}
.about-store-thumb {
    float: left;
    width: 53%;
}
.about-store-info {
    float: left;
    padding-left: 30px;
    width: 47%;
}
.about-store-info > p {
    color: #ccc;
    margin: -5px 0 15px;
}
.about-store-info .readmore {
    color: #cb4c59;
}
.about-store-info .readmore:hover{
    color:#fff;
}
.menu-footer-box3 li:last-child {
    margin-bottom: 0;
}
.menu-footer-box3 {
    margin: 0 0 -10px;
}

.list-contact-footer p {
    color: #ccc;
    margin-bottom: 15px;
    padding-left: 45px;
    position: relative;
}
.list-contact-footer p.contact-address::before{
    content:"\f015";
}
.list-contact-footer p.contact-mobile::before{
    content:"\f10b";
}
.list-contact-footer p.contact-email::before{
    content:"\f003";
}
.list-contact-footer p span {
    color: #fff;
    margin-right: 5px;
}
.list-contact-footer p a {
    color: #ccc;
}
.list-contact-footer p a:hover{
    color:#fff;
}
.list-contact-footer p::before {
    color: #cb4c59;
    font-family: fontawesome;
    font-size: 30px;
    left: 0;
    position: absolute;
    top: 0;
}
.list-contact-footer p:last-child {
    margin-bottom: -8px;
}

.testimo-footer > p {
    color: #ccc;
}
.testimo-footer > p::before {
    color: #cb4c59;
    content: "";
    font-family: fontawesome;
    font-size: 30px;
    margin-right: 5px;
}
.testimo-footer > h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 18px 0 0;
    text-transform: uppercase;
}
.testimo-footer {
    padding-bottom: 30px;
}
.testimo-footer > h3::before {
    content: "-";
    margin-right: 5px;
}
.footer-bottom3 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px 0 30px;
}
.logo-footer3 {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.copyright3 {
    display: inline-block;
}
.copyright3 > p {
    color: #ccc;
    margin: 0;
}
.copyright3 > p a {
    color: #cb4c59;
}
.copyright3 > p a:hover{
    color:#fff;
}
.paymment-method {
    margin-top: 10px;
    text-align: right;
}
.paymment-method > a {
    display: inline-block;
    margin-left: 13px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.paymment-method > a:hover{
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
}
/***********************************************************************************
                                Home 4
************************************************************************************/
.header4 {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header-main4 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    padding: 20px 0;
}
.header-nav {
    background: rgba(71, 89, 66, 0.5) none repeat scroll 0 0;
}
.wrap-language-currency {
    margin-top: 24px;
}
.wrap-language-currency .language-box {
    margin-right: 27px;
}
.list-cart-search4 {
    float: right;
    margin-top:9px;
}
.logo4 {
    text-align: center;
}
.my-account.style4 .my-account-link {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.search-form4:hover > form::after{
    color:#ff3e3e;
}
.my-account.style4:hover .my-account-link{
    color:#ff3e3e;
}
.mini-cart.style4 .mini-cart-link {
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.mini-cart.style4 .mini-cart-icon {
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.mini-cart.style4:hover .mini-cart-icon {
    color:#ff3e3e;
}
.mini-cart.style4 .mini-cart-number {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 17px;
    top: -12px;
}
.search-form4 > form {
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 50px;
    padding-right: 50px;
    position: relative;
    width: 210px;
}
.search-form4 input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border-color:  rgba(255, 255, 255, 0.3);
    border-style: solid;
    border-width: 0 1px 0 0;
    color: #fff;
    height: 100%;
    margin-top: 0;
    padding: 0 15px;
    width: 100%;
}
.search-form4 input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 50px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 50px;
    z-index: 9;
}
.search-form4 > form::after {
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    right: 17px;
    top: 14px;
}
.list-cart-search4 > li {
    margin-left: -4px;
    vertical-align: top;
}
.main-nav.main-nav4 > ul > li::after {
    display: none;
}
.main-nav.main-nav4 > ul > li > a {
    color: #282525;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    padding: 0;
}
.main-nav.main-nav4 > ul > li:hover > a{
    color:#ff3e3e;
}
.main-nav.main-nav4 > ul > li {
    margin: 0;
    padding: 0 29px;
    text-align: left;
}
.main-nav.main-nav4 > ul {
    text-align: center;
}
.main-nav.main-nav4 > ul > li > a::before {
    display: none;
}
.main-nav.main-nav4 {
    margin: 0;
}

.item-banner4 .banner-info {
    color: #fff;
    margin-top: -100px;
    text-align: center;
    text-transform: uppercase;
}
.item-banner4 .banner-info h2 {
    font-family: lato;
    font-size: 120px;
    font-weight: 700;
    margin: 0;
}
.item-banner4 .banner-info h4 {
    font-family: lato;
    font-size: 30px;
    font-weight: 700;
    margin: 8px 0 10px;
}
.item-banner4 .banner-info h3 {
    font-family: lato;
    font-size: 60px;
    font-weight: 300;
    margin: 0;
}
.item-banner4 .banner-info .shopnow {
    display: inline-block;
    margin-top: 40px;
}
.item-banner4 .banner-info .shopnow span{
    padding: 0 35px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    background: #fff none repeat scroll 0 0;
    color: #333;
    display:block;
}
.item-banner4 .banner-info .shopnow:hover span{
    background:#ff3e3e;
    color:#fff;
}
.fashion-adv-thumb {
    width: 50%;
    overflow:hidden;
}
.fashion-adv-thumb img{
    width:100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-fashion-adv:hover .fashion-adv-thumb img{
    transform:scale(1.15);
    -webkit-transform:scale(1.15);
}
.fashion-adv-info {
    width: 50%;
    text-align:center;
    padding:5% 5% 0;
}
.item-fashion-adv.style1 .fashion-adv-thumb {
    float: right;
}
.item-fashion-adv.style1 .fashion-adv-info {
    float: left;
    color:#fff;
}
.item-fashion-adv.style2 .fashion-adv-thumb {
    float: left;
}
.item-fashion-adv.style2 .fashion-adv-info {
    float: right;
}
.item-fashion-adv.style1{
    background:#555;
}
.item-fashion-adv.style2{
    background:#e7e7e7;
}

.fashion-adv-info > h2 {
    font-family: lato;
    font-size: 60px;
    font-weight: 100;
    margin: 0 0 35px;
    text-transform: uppercase;
}
.fashion-adv-info > p {
    font-size: 24px;
    line-height: inherit;
    margin-bottom: 45px;
}
.item-fashion-adv.style2 .fashion-adv-info > p {
    color:#555;
}
.item-fashion-adv.style2 .fashion-adv-info .shopnow {
    color:#333;
}
.item-fashion-adv .fashion-adv-info .shopnow:hover {
    color:#ff3e3e;
    border-color:#fff;
    background:#fff;
}
.post-item-fluid .post-desc {
    max-height: 70px;
    overflow: hidden;
}
.fashion-adv-info .shopnow {
    border: 3px solid #ccc;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 47px;
    padding-left: 50px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 160px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.fashion-adv-info .shopnow::before {
    content: "";
    font-family: fontawesome;
    left: 18px;
    position: absolute;
    top: 0;
}
.gallery-product-tabs {
    padding: 86px 0 100px;
}
.gallery-product-tabs .big-title {
    margin-bottom: 50px;
    text-align: center;
}
.title-gal-pro-tab > ul {
    border-bottom: 2px solid #ccc;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 12px;
}
.title-gal-pro-tab li {
    display: inline-block;
    margin-right: 50px;
}
.title-gal-pro-tab {
    margin-bottom: 100px;
    text-align: center;
}
.title-gal-pro-tab a {
    color: #333;
    display: block;
    font-family: lato;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.title-gal-pro-tab a::after{
    position:absolute;
    height:2px;
    width:100%;
    content:"";
    background:#ff3e3e;
    bottom:-18px;
    left:0;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
}
.title-gal-pro-tab a:hover{
    color:#ff3e3e;
}
.title-gal-pro-tab li.active a::after{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
}
.title-gal-pro-tab li.active a{
    color:#ff3e3e;
}
.title-gal-pro-tab li:last-child {
    margin-right: 0;
}
.content-gal-pro-tab {
    position: relative;
}
.gal-pro-slider.active{
    opacity:1;
    position:relative;
    visibility:visible;
}
.gal-pro-slider {
    opacity: 0;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%; 
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s; 
    visibility:hidden;
}
.gal-pro-slider .wrap-item{
    width:auto;
    margin:0 -15px;
}
.item-gal-pro {
    margin: 0 15px;
}
.gal-pro-tab .bx-pager > a {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    width: 70px;
}
.gal-pro-tab .bx-pager {
    margin-top: 10px;
    text-align: center;
}
.gal-pro-tab .bx-pager > a.active::after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.item-gal-pro .product-info {
    padding-top: 26px;
    text-align: center;
}
.item-gal-pro .product-info .product-rating {
    margin: auto;
}
.gal-pro-tab {
    position: relative;
}
.gal-pro-tab .sale-label {
    background: #25c6a5 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 30px;
    word-wrap: break-word;
    z-index: 99;
}
.item-gal-pro .product-extra-link {
    left: 0;
    margin-top: -75px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-gal-pro .bxslider li::before{
    position:absolute;
    top:0;
    left:0;
    content:"";
    background:rgba(0,0,0,0.3);
    width:100%;
    height:100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    opacity:0;
}
.item-gal-pro:hover .bxslider li::before{
    opacity:1;
}
.item-gal-pro:hover .product-extra-link>a {
    transform:scale(1);
    -webkit-transform:scale(1);
    opacity:1;
}
.product-extra-link > a:last-child {
    margin: 0;
}
.gal-pro-tab .product-extra-link > a{
    margin: 0 -3px 0 0;
    transform:scale(0);
    -webkit-transform:scale(0);
    opacity:0;
}
.gal-pro-tab .product-extra-link > a:hover i{
    background: #ff3e3e none repeat scroll 0 0;
    color: #fff;
}
.gal-pro-tab .product-extra-link > a i{
    background: #fff none repeat scroll 0 0;
    color: #ff3e3e;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.gal-pro-tab .product-extra-link > a > span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ff3e3e;
    display: block;
    height: 30px;
    line-height: 30px;
    top: 58px;
    width: 110px;
    z-index: 99;
}
.gal-pro-tab .product-extra-link > a > span::after {
    background: #fff none repeat scroll 0 0;
    border-color: #ff3e3e;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: -6px;
    transform: rotate(-45deg);
    width: 10px;
    z-index: 999;
}
.gal-pro-slider .owl-controls {
    left: 0;
    position: absolute;
    top: -85px;
    width: 100%;
}
.gal-pro-slider .owl-theme .owl-controls .owl-page span {
    background: #ccc none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 15px;
    opacity: 1;
    width: 10px;
}
.gal-pro-slider .owl-theme .owl-controls .owl-page.active span {
    background:#333;
}
.post-item-fluid {
    margin: 0 -15px;
}
.post-thumb-link > img {
    width: 100%;
}
.post-item-fluid .fancybox-gallery {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #ff3e3e;
    font-size: 30px;
    height: 21%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 31%;
    opacity:0;
    transform:scale(0);
    -webkit-transform:scale(0);
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.post-item-fluid .post-thumb:hover .fancybox-gallery {
    opacity:1;
    transform:scale(1);
    -webkit-transform:scale(1);
}
.post-item-fluid .fancybox-gallery i {
    bottom: 0;
    display: block;
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.post-item-fluid .post-info {
    padding: 20px 5% 0;
    text-align: center;
}

.post-item-fluid .post-comment-date span {
    text-transform: uppercase;
}
.post-item-fluid .post-title {
    margin: 17px 0;
}
.readmore.btn-plus-in {
    border: 3px solid #ccc;
    color: #333;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 47px;
    padding-left: 50px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 160px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.readmore.btn-plus-in:hover{
    background:#ff3e3e;
    border-color:#ff3e3e;
    color:#fff;
}
.readmore.btn-plus-in::after {
    content: "";
    font-family: fontawesome;
    left: 20px;
    position: absolute;
    top: 0;
}
.post-item-fluid .readmore.btn-plus-in {
    margin-top: 32px;
}
.list-blog4 {
    margin-bottom: 100px;
}
.fashion-design {
    background: rgba(0, 0, 0, 0) url("../images/home4/ds-pr.jpg") no-repeat fixed center bottom;
    margin-bottom: 100px;
    padding: 150px 0;
}
.content-fashion-design {
    color: #fff;
    margin: auto;
    max-width: 870px;
    text-align: center;
    width: 100%;
}
.content-fashion-design > h2 {
    font-family: lato;
    font-size: 60px;
    font-weight: 300;
    margin: 0 0 35px;
    text-transform: uppercase;
}
.content-fashion-design > p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom:45px;
}
.content-fashion-design .fancybox-media:hover{
    border-color:#ff3e3e;
}
.content-fashion-design .fancybox-media:hover::after{
    border-left-color: #ff3e3e;
}
.content-fashion-design .fancybox-media {
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 100px;
    margin: auto;
    position: relative;
    width: 100px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.content-fashion-design .fancybox-media::after {
    border-bottom: 27px solid transparent;
    border-left: 48px solid #fff;
    border-top: 27px solid transparent;
    content: "";
    height: 0;
    left: 25px;
    position: absolute;
    top: 21px;
    width: 0;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.list-testimo4 {
    margin: 0 -15px;
}
.item-testimo4 {
    display: table;
    width: 100%;
    padding:0 15px;
}
.item-testimo4 .testimo-thumb {
    display: table-cell;
    width: 100px;
}
.item-banner4 .testimo-info {
    display: table-cell;
    vertical-align: top;
}
.item-testimo4 .testimo-info {
    display: table-cell;
    padding-left: 25px;
    vertical-align: top;
}
.item-testimo4 .testimo-info > h3 {
    font-size: 18px;
    margin: 15px 0 17px;
    padding-left: 50px;
    position: relative;
    text-transform: uppercase;
}
.item-testimo4 .testimo-info > h3::before {
    color: #ff3e3e;
    content: "";
    font-family: fontawesome;
    font-size: 30px;
    left: 0;
    position: absolute;
    top: -10px;
}
.item-testimo4 .testimo-info > h3 a {
    color: #ff3e3e;
}
.box-testimo4 {
    margin-bottom: 120px;
}
.footer-top4 {
    background: #333 none repeat scroll 0 0;
}
.footer-bottom4 {
    background: #000 none repeat scroll 0 0;
    padding: 30px 0;
}

.newsletter-form4 {
    background: #ff3e3e none repeat scroll 0 0;
    margin-top: -40px;
    padding: 15px 0;
    text-align: center;
}
.newsletter-form4 > label {
    color: #fff;
    font-size: 30px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    vertical-align: middle;
}
.newsletter-form4 > form {
    display: inline-block;
    max-width: 430px;
    padding-right: 130px;
    position: relative;
    width: 100%;
}
.newsletter-form4 input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #999;
    height: 50px;
    padding: 0 20px;
    width: 100%;
}
.newsletter-form4 input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 700;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
}

.newsletter-form4 {
    background: #ff3e3e none repeat scroll 0 0;
    margin-top: -40px;
    padding: 15px 0;
    text-align: center;
}
.newsletter-form4 > label {
    color: #fff;
    font-size: 30px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    vertical-align: middle;
}
.newsletter-form4 > form {
    display: inline-block;
    max-width: 430px;
    padding-right: 130px;
    position: relative;
    width: 100%;
}
.newsletter-form4 input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #999;
    height: 50px;
    padding: 0 20px;
    width: 100%;
}
.newsletter-form4 input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 700;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
}
.newsletter-form4 input[type="submit"]:hover{
    background: #555 none repeat scroll 0 0;
}
.title-box4 {
    color: #fff;
    font-family: lato;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform:uppercase;
}
.menu-footer4 li a {
    color: #ccc;
}
.menu-footer4 li a:hover{
    color:#ff3e3e;  
}
.menu-footer4 li {
    margin-bottom: 5px;
}
.service-footer p {
    color: #ccc;
    margin-bottom: 15px;
    padding-left: 45px;
    position: relative;
}
.service-footer p i.fa {
    color: #ff3e3e;
    font-size: 30px;
    left: 0;
    position: absolute;
    top: 5px;
}
.footer-box4 {
    padding: 47px 0 30px;
}
.footer-box4.menu-footer4 {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 -15px;
    padding-left: 30px;
    padding-right: 30px;
}
.footer-box4.social-contact4{
    padding-left:15px;
}

.social-footer4 .list-contact-footer {
    margin-bottom: 30px;
}
.social-contact4 .list-contact-footer {
    margin-bottom: 48px;
}
.social-footer4 > a {
    color: #fff;
    margin-right: 35px;
}
.social-footer4 > a:hover{
    color:#ff3e3e;
}
.social-contact4 .list-contact-footer p::before{
    color:#ff3e3e;
}
.footer-bottom4 .copyright3 > p a {
    color: #fff;
}
.footer-bottom4 .copyright3 > p a:hover {
    color: #ff3e3e;
}
.banner-slider4 .owl-theme .owl-controls .owl-buttons div{
    height:50px;
    width:50px;
    position:absolute;
    top:50%;
    margin-top:50px;
    opacity:0;
}
.banner-slider4 .owl-theme .owl-controls .owl-buttons div i{
    height:50px;
    line-height:50px;
}
.banner-slider4:hover .owl-theme .owl-controls .owl-buttons div{
    opacity:1;
}
.banner-slider4 .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left:30px;
}
.banner-slider4 .owl-theme .owl-controls .owl-buttons div.owl-next{
    right:30px;
}
/****************************************************************************
                                Home 5
****************************************************************************/
.header4.style2 .header-main4 {
    background: #000 none repeat scroll 0 0;
}
.header4.style2 .header-nav4 {
    background: #27282d none repeat scroll 0 0;
}
.item-banner4.style2 .banner-thumb {
    position: relative;
}
.banner-slider4.banner-slider5 {
    margin-top: 110px;
}
.header-nav.header-nav5 {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
.item-banner4.style2 .banner-thumb::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.intro-special {
    min-height: 370px;
    padding-left: 480px;
    position: relative;
}
.ver-title {
    color: #fff;
    font-family: lato;
    font-size: 18px;
    font-weight: 700;
    left: -71px;
    letter-spacing: 9px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 71px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 99;
}
.main-content-home5 {
    /* background-blend-mode: multiply;
    -webkit-background-blend-mode: multiply;
    -moz-background-blend-mode: multiply;
    background-image: url("../images/home5/img-prl.jpg");
    background-position: center bottom;
    background-repeat: no-repeat; */
    background-color:#0f1015;
}
.parallax-list-box {
    background: transparent url("../images/home5/parallax_5.jpg") no-repeat fixed top center;
}
.caption-intro {
    background: #0f1015 none repeat scroll 0 0;
    border: 3px solid #ccc;
    color: #fff;
    left: 100px;
    min-height: 370px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 300px;
    z-index: 99;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.text-intro {
    color: #fff;
    max-width: 600px;
}
.text-intro .title-default {
    line-height: 45px;
    margin-bottom: 18px;
    position: relative;
    top: -12px;
}
.ver-title span{
    display:block;
}
.btn-link5 {
    border: 3px solid #ccc;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 60px;
    line-height: 57px;
    padding: 0 35px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    position:relative;
    overflow:hidden;
}
.text-intro .btn-link5 {
    color: #fff;
    margin-top: 32px;
}
.text-intro .btn-link5 span{
    position:relative;
    z-index:9;
}
.aboutus-box .btn-link5::after{
    position:absolute;
    top:0;
    left:0;
    content:"";
    background:#fff;
    width:100%;
    height:100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
}
.aboutus-box .btn-link5:hover{
    border-color:#fff;
    color:#ff3e3e;
}
.aboutus-box .btn-link5:hover::after{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
}
.intro-special.aboutus-box {
    margin-top: 150px;
}
.intro-special.aboutus-box .caption-intro::after {
    background: #fff none repeat scroll 0 0;
    bottom: 100%;
    content: "";
    height: 200px;
    left: 50%;
    margin-bottom: 50px;
    position: absolute;
    width: 1px;
}
.image-collection {
    margin-top: 175px;
    position: relative;
}
.caption-intro strong {
    display: block;
    font-family: lato;
    font-size: 300px;
    font-weight: 700;
    height: 222px;
    line-height: 222px;
    margin: 20px 0 50px;
    text-transform: uppercase;
}
.caption-intro > h2 {
    font-family: lato;
    font-weight: 700;
    text-transform: uppercase;
}
.col-link {
    display: block;
    width: 470px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.col-link.first-col {
    width: 570px;
    position:relative;
}
.list-collection5 {
    position: relative;
    height:700px;
}
.col-link.last-col {
    bottom: 0;
    position: absolute;
    right: 0;
}
.col-link.second-col {
    position: absolute;
    right: 170px;
    top: 100px;
}
.image-collection .caption-intro {
    left: auto;
    right: 0;
    top: -185px;
}
.col-link{
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    display:block;
}
.col-link:hover{
    z-index:999;
    transform:scale(1.15);
}
.col-link::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background:rgba(0,0,0,0.3);
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.col-link:hover::before{
    opacity:1;
}
.col-link::after {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: #ff3e3e;
    content: "\f06e";
    font-family: fontawesome;
    font-size: 30px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    opacity:0;
    transition: all 0.5s ease-out 0.2s;
    -webkit-transition: all 0.5s ease-out 0.2s;
    width: 60px;
    transform:scale(0);
    -webkit-transform:scale(0);
}
.col-link:hover::after{
    opacity:1;
    transform:scale(1);
    -webkit-transform:scale(1);
}
.item-product-special .product-price del {
    color: #ccc;
}

.gal-special-slider .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    border: 3px solid transparent;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 150px;
    margin: 55px 0;
    padding: 11px 20px;
    text-transform: uppercase;
    width: 60px;
    word-wrap: break-word;
}
.gal-special-slider .owl-theme .owl-controls .owl-buttons div:hover {
    border-color:#e5e5e5;
}
.gal-special-slider .owl-buttons {
    bottom: 120px;
    position: absolute;
    right: -160px;
    width: 60px;
}

.special-product {
    margin-top: 300px;
}
.special-product .ver-title {
    left: -74px;
    top: 74px;
}
.list-caption-intro .caption-intro {
    opacity: 0;
    position: absolute;
}
.list-caption-intro .caption-intro.active{
    opacity:1;
    z-index:999;
}
.list-caption-intro {
    height: 370px;
    left: 100px;
    position: absolute;
    top: 0;
    width: 300px;
}
.list-caption-intro .caption-intro {
    left: 0;
}
.list-caption-intro::after {
    background: #fff none repeat scroll 0 0;
    bottom: 100%;
    content: "";
    height: 200px;
    left: 50%;
    margin-bottom: 50px;
    position: absolute;
    width: 1px;
}
.special-product .intro-special {
    margin-bottom: 55px;
}
.special-product .tab-content {
    padding-left: 100px;
}
.item-product.item-product-special {
    margin: 0 25px;
}
.content-special-slider {
    margin: 0 -25px;
}
.item-product.item-product-special .product-title a {
    color: #fff;
}
.item-product.item-product-special .product-extra-link > a:hover {
    color: #fff;
}
.title-tab-special ul li .btn-link5{
    color:#57585c;
    border-color:#57585c;
}
.title-tab-special ul li.active .btn-link5{
    color:#fff;
    border-color:#fff;
}

.item-product.item-product-special .product-rating {
    right: auto;
    left:25px;
    top: -25px;
    opacity:0;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    margin-left:100px;
}
.item-product.item-product-special:hover .product-rating {
    margin-left:0;
    opacity:1;
}
.content-special-slider .owl-wrapper-outer {
    padding-top: 25px;
}
.content-special-slider .owl-controls {
    position: absolute;
    right: 25px;
    top: -40px;
}
.content-special-slider .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;
}
.content-special-slider .owl-theme .owl-controls .owl-page.active span{
    background: #ff3e3e;
    border: none;
}

.galery-special {
    margin-top: 265px;
    padding-left: 15px;
    position: relative;
}
.gal-special-slider {
    max-width: 870px;
    width: 100%;
}
.galery-special .caption-intro {
    left: auto;
    right: 0;
    top: -60px;
}
.galery-special .caption-intro::after {
    background: #fff none repeat scroll 0 0;
    bottom: 100%;
    content: "";
    height: 200px;
    left: 50%;
    margin-bottom: 50px;
    position: absolute;
    width: 1px;
}
.gal-special-slider .owl-controls {
    margin-top: 44px;
}
.from-blog5 {
    margin-top: 292px;
}
.from-blog5 .ver-title {
    left: -33px;
    top: 31px;
}
.from-blog-slider5 {
    margin: -70px -15px 0;
    padding-left: 200px;
}
.from-blog-item {
    margin: 0 15px;
}
.from-blog5 .caption-intro::after{
    background: #fff none repeat scroll 0 0;
    bottom: 100%;
    content: "";
    height: 200px;
    left: 50%;
    margin-bottom: 50px;
    position: absolute;
    width: 1px;
}

.from-blog-item .post-title a {
    color: #fff;
}
.from-blog-item .post-info {
    padding-top: 26px;
}
.from-blog-item .post-title a:hover {
    color: #ff3e3e;
}
.from-blog-item .post-comment-date {
    margin: 20px 0 15px -15px;
}
.from-blog-item .post-comment-date > li i.fa {
    font-size: 14px;
    margin-right: 5px;
}
.from-blog-item .btn-link5 {
    color: #6e6e71;
    border-color:#6e6e71;   
    margin-top: 32px;
}
.from-blog-item .btn-link5:hover{
    color:#fff;
    border-color:#fff;  
}

.from-blog-slider5 .owl-controls {
    position: absolute;
    right: 10px;
    top: -67px;
}
.pop-cat5 {
    margin-top: 258px;
}

.pop-cat5 .intro-special {
    padding-left: 0;
    padding-right: 480px;
}
.pop-cat5 .ver-title {
    left: auto;
    right: -93px;
    top: 90px;
}
.pop-cat5 .caption-intro {
    left: auto;
    right: 100px;
}
.pop-cat5 .caption-intro::after {
    background: #fff none repeat scroll 0 0;
    bottom: 100%;
    content: "";
    height: 200px;
    left: 50%;
    margin-bottom: 50px;
    position: absolute;
    width: 1px;
}
.popcat-slider {
    margin: -70px -10px 0;
    max-width: 960px;
}
.item-popcat {
    margin: 0 10px;
    position: relative;
}
.popcat-slider .owl-controls {
    left: 20px;
    position: absolute;
    top: -80px;
}
.popcat-info{
    padding:0 15px;
}
.popcat-info > h3 {
    font-family: lato;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0 10px;
    text-transform: uppercase;
}
.popcat-info > h3 a {
    color: #fff;
}
.popcat-info > span {
    color: #555;
}
.popcat-info > h3 a:hover {
    color: #ff3e3e;
}
.item-popcat .popcat-thumb{
    position:relative;
    padding:15px;
}
.item-popcat .popcat-thumb::after {
    border: 3px solid transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-popcat:hover .popcat-thumb::after {
    border-color:#ccc;
}

.box-service5 {
    margin-top: 142px;
}
.content-service5 {
    border: 3px solid #ccc;
    padding: 145px 100px 62px;
    position: relative;
    text-align: center;
}
.content-service5::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
}

.content-service5 .title-default {
    color: #fff;
    margin-bottom: 45px;
}
.item-service5 > h2 {
    font-family: lato;
    font-size: 14px;
    font-weight: 700;
    margin: 28px 0 20px;
    text-transform: uppercase;
}
.item-service5 > h2 a {
    color: #fff;
}
.item-service5 > h2 a:hover {
    color: #ff3e3e;
}
.item-service5 {
    padding: 0 20px;
}
.item-contact-box.style2 .contact-icon {
    background: #ff3e3e none repeat scroll 0 0;
}
.box-contact.style2 {
    margin-bottom: 15px;
    margin-top: 60px;
}
.newsletter-form.style2 > form input[type="submit"]{
    background-color:#ff3e3e;
    
}
.newsletter-form.style2 > form input[type="submit"]:hover{
    background-color:#25C6A5;
    
}
.item-service5 {
    position: relative;
}
.item-service5:hover::after {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    box-sizing: unset;
    content: "";
    height: 100%;
    left: 50%;
    padding: 20px 0;
    position: absolute;
    top: -20px;
    width: 1px;
}
/***********************************************************************************
                                    Home 6
************************************************************************************/
.top-header.top-header6 {
    background: #f9f9f9 none repeat scroll 0 0;
    position: relative;
    z-index: 999999;
}
.top-header.top-header6 .top-nav{
    background: transparent;
}
.top-header.top-header6 ul li a {
    color: #999;
}
.banner-slider4.banner-slider6 .owl-theme .owl-controls .owl-buttons div {
    margin-top:-25px;
}
.wrap-language-cart.wrap-language-cart6 {
    margin-top: 14px;
}
.top-header .top-nav.top-nav6 ul li a:hover{
    color:#ff3e3e;
}
.top-header.top-header6 ul li a:hover {
    color: #ff3e3e;
}
.language-box.style6 > a, .currency-box.style6 > a {
    color: #999;
}
.language-box.style6 > a:hover, .currency-box.style6 > a:hover {
    color: #ff3e3e;
}
.contact-header6 .contact-header-phone i{
    color: #ff3e3e;
}
.list-product-box6.list-product-box > li > a > i{
    color: #ff3e3e;
}
.list-product-box6.list-product-box .mini-cart-icon{
    color: #ff3e3e;
}
.smart-search-form.smart-search-form6::after{
    color: #ff3e3e;
}
.item-banner6 .banner-thumb {
    position: relative;
}

.alfilss {
    position: relative;
}


.item-banner6 .banner-thumb::after {
    background: rgba(255, 0, 0, 0.0) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.item-banner6 .inner-banner-info {
    color: #fff;
    margin: auto;
    max-width: 770px;
    padding: 65px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.item-banner6 .inner-banner-info h4 {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}
.item-banner6 .inner-banner-info h2 {
    font-size: 100px;
    font-weight: 700;
    margin: 5px 0 2px;
}
.item-banner6 .inner-banner-info h3 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
}
.btn-link6 {
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 60px;
    line-height: 57px;
    padding: 0 33px;
    position: relative;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    z-index:99;
    text-transform:uppercase;
}
.btn-link6:hover{
    color:#ff3e3e;
    background:#fff;
}
.item-banner6 .inner-banner-info .btn-link6 {
    margin-top: 20px;
}
.item-banner6 .inner-banner-info::after {
    border-bottom: 10px solid #fff;
    border-left: 10px solid #fff;
    border-top: 10px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 300px;
}
.item-banner6 .banner-info {
    margin-top: -220px;
}
.summer-collection {
    border: 1px solid #e5e5e5;
    margin: 100px 0;
    padding: 50px;
}

.summer-info > h3 {
    color: #a0a2a3;
    font-family: poppins;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 9px;
    margin: 0;
}
.summer-info {
    padding-top: 25px;
    text-transform: uppercase;
}
.summer-info > h2 {
    font-family: poppins;
    font-size: 150px;
    font-weight: 700;
    margin: -7px 0 -23px;
    padding-left: 55px;
    position: relative;
}
.summer-info > h2 sup {
    font-size: 30px;
    font-weight: 400;
    left: 0;
    line-height: inherit;
    position: absolute;
    top: 15px;
}
.summer-info > h2 span {
    font-weight: 300;
}
.summer-info > h3 span {
    color: #ff3e3e;
}
.item-summer-cat {
    margin: 0 10px 1px;
}
.summer-list-cat {
    margin:0 -10px 0 -40px;
}
.item-summer-cat h3 {
    border: 1px solid #333;
    font-family: poppins;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
}
.item-summer-cat h3:hover{
    border-color:#ff3e3e;
}
.item-summer-cat h3 a {
    color: #333;
}
.item-adv6 {
    margin: 0 -10px 10px;
    overflow: hidden;
    position: relative;
}
.list-adv6 {
    padding: 0 10px;
}
.item-adv6 .adv-info {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 40px 15px 45px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-adv6 .adv-info::after{
    background:rgba(255,0,0,0.5);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    content:"";
    transition:all 0.5s ease-out 0s;
    -webkit-transition:all 0.5s ease-out 0s;
}
.item-adv6:hover .adv-info::after{
    top:0;
}
.item-adv6 .adv-info h2 {
    font-weight: 400;
    margin: 0 0 25px;
    position: relative;
    z-index: 99;
}
.newarrival-box {
    background: rgba(0, 0, 0, 0) url("../images/home6/parallax-1.jpg") no-repeat fixed center center;
    margin-top: 90px;
    padding: 250px 0;
    position: relative;
}
.newarrival-box-text {
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 9;
}
.newarrival-box::after {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.newarrival-box-text .title-default {
    margin: 25px 0 14px;
}
.newarrival-box-text .btn-link6 {
    margin-top: 21px;
}
.newarrival-box-text > h4 {
    border: 2px solid #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    padding: 16px 35px;
    text-transform: uppercase;
}
.newarrival-box-text .title-default {
    margin: 25px 0 14px;
}
.newarrival-box-text .btn-link6 {
    margin-top: 21px;
}
.large-banner {
    position: relative;
}
.item-product6 {
    margin: 0 10px;
}
.category-slider6 .owl-directnav6 {
    margin: 0 -10px;
}
.category-slider6 {
    padding: 44px 0 50px;
}
.category-slider6 .title-default {
    margin-bottom: 44px;
}
.owl-directnav6 .owl-theme .owl-controls .owl-buttons div {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #555;
    font-size: 14px;
    height: 30px;
    margin: 0 0 0 1px;
    width: 30px;
}
.owl-directnav6 .owl-theme .owl-controls .owl-buttons div i {
    height: 30px;
    line-height: 30px;
}
.owl-directnav6 .owl-theme .owl-controls .owl-buttons div:hover {
    background: #ff3e3e none repeat scroll 0 0;
    color: #fff;
}
.owl-directnav6 .owl-controls {
    position: absolute;
    right: 0px;
    top: -75px;
}
.category-slider6 .owl-directnav6 .owl-controls {
    right:10px;
}
.latest-news6 {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 100px 0;
}
.brand-slider {
    padding: 45px 0;
}

.item-product6 .product-price > span {
    color: #555;
}
.item-product6 .product-extra-link {
    bottom: 0;
    font-size: 0;
    left: 0;
    margin-left: -1px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.item-product6 .product-extra-link > a {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 50px;
    line-height: 52px;
    margin: 0 0 0 1px;
    width: 50px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.item-product6 .product-extra-link > a:hover {
    background: #ff3e3e none repeat scroll 0 0;
    color: #fff;
}
.item-product6 .product-price del {
    margin-right: 20px;
    padding: 0 5px;
}
.item-product6 .product-price ins {
    font-size: 14px;
}
.item-product6 .product-title {
    margin: 17px 0 12px;
}
.item-product6 .product-rating {
    margin-top: 11px;
}
.item-product6 .inner-rating {
    background-image: url("../images/home6/rate-star.png");
}
.item-product6 .product-thumb-link::after{
    background:rgba(0,0,0,0.3);
}

.item-product6 .product-thumb .quickview-link::after {
    display: none;
}
.item-product6 .product-thumb .quickview-link {
    background: #fff none repeat scroll 0 0;
    color: #ff3e3e;
    height: 40px;
    line-height: 40px;
    margin: -35px auto auto -20px;
    width: 40px;
}
.item-product6:hover .product-thumb-link::after{
    opacity:1;
}
.item-product6:hover .product-thumb .quickview-link {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.item-product6:hover .product-extra-link > a {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.item-product6:hover .product-title a{
    color:#ff3e3e;
}
.large-banner .banner-info {
    margin-left: 90px;
    margin-top: -200px;
    max-width: 430px;
    padding: 80px 0;
    text-align: center;
    text-transform: uppercase;
}
.large-banner::after {
    border-color: #fff;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    bottom: 75px;
    content: "";
    left: 85px;
    position: absolute;
    right: 85px;
    top: 75px;
    width: 300px;
}
.large-banner .banner-info h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.large-banner .banner-info h3 {
    color: #ff3e3e;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.large-banner .banner-info .big-title {
    margin: 14px 0 12px;
}
.large-banner .banner-info .btn-link6 {
    margin-top: 25px;
}
.banner-small {
    margin: 0 -10px;
    position: relative;
}
.list-banner-small {
    padding: 0 10px;
}
.banner-small .banner-info {
    color: #fff;
    margin-top: -110px;
    text-align: center;
    text-transform: uppercase;
    display:block;
}
.latest-news6 .title-default {
    margin-bottom: 44px;
}
.item-news6 {
    margin: 0 15px;
}
.latest-news-slider6 {
    margin: 0 -15px;
}
.owl-directnav6.latest-news-slider6 .owl-controls {
    right: 15px;
}
.item-news6 .post-info {
    background: #fff none repeat scroll 0 0;
    padding: 35px 30px 30px;
}
.item-news6 .post-title {
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 18px;
}
.item-news6 .readmore.btn-plus-in {
    margin-top: 11px;
}
.img-lightbox {
    display: block;
    position: relative;
}
.img-lightbox::before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 37%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 54%;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.img-lightbox::after {
    bottom: 0;
    color: #ff3e3e;
    content: "";
    font-family: fontawesome;
    font-size: 30px;
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 9;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.img-lightbox:hover::before,
.img-lightbox:hover::after{
    transform: scale(1);
    -webkit-transform: scale(1);
}
/*********************************************************************************
                                    Home 7
*********************************************************************************/
.top-header.top-header7 {
    background: #333 none repeat scroll 0 0;
}
.list-product-box.list-product-box7 > li {
    height: 24px;
    line-height: 24px;
    margin-right: 0;
    vertical-align: top;
}
.list-product-box.list-product-box7 {
    display: inline-block;
    margin-top: 12px;
}
.list-product-box.list-product-box7  .mini-cart-title > a:hover {
    color: #8ACDBE;
}
.list-product-box.list-product-box7 .mini-cart-price {
    color: #8ACDBE;
}
.list-product-box.list-product-box7 .mini-cart-button a:hover {
    background: #8ACDBE none repeat scroll 0 0;
}
.list-product-box.list-product-box7 > li > a {
    color: #999;
}
.top-header .top-nav ul li a {
    color: #999;
}
.top-header .top-nav ul li a:hover {
    color: #8acdbe;
}
.list-product-box.list-product-box7 > li > a i {
    color: #8acdbe;
}
.list-product-box.list-product-box7 .mini-cart-icon {
    color: #8acdbe;
}
.list-product-box.list-product-box7 .mini-cart-number {
    color: #999;
}
.list-product-box.list-product-box7 .mini-cart:hover .mini-cart-number {
    color: #8acdbe;
}
.list-product-box.list-product-box7 > li > a:hover span{
    color: #8acdbe;
}
.header-nav7 {
    float: right;
    margin-top: 18px;
    padding-right: 60px;
    position: relative;
    z-index: 9999;
}
.header-nav7 .search-hover {
    position: absolute;
    right: 0;
    top: 15px;
}
.header-nav7 .smart-search {
    position: absolute;
    right: -100px;
    top: -10px;
    width: 340px;
    opacity:0;
    visibility:hidden;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    background:#fff;
}
.header-nav7 .search-hover:hover .smart-search {
    opacity:1;
    visibility:visible;
    right:0;
}
.header-nav7 .search-hover-icon {
    color: #8acdbe;
}
.header-nav7 .smart-search-form.smart-search-form6::after{
    color: #8acdbe;
}
.header-nav7 .list-category-toggle a:hover {
    color: #8acdbe;
}
.main-nav7 > ul > li:hover > a{
    color: #8acdbe;
}
.main-nav7 > ul > li.menu-item-has-children:hover > a::before{
    background-color:#8acdbe;
}
.main-nav7 > ul > li.has-mega-menu:hover > a::before{
    background-color:#8acdbe;
}
.main-nav7 .mega-banner .banner-info .shopnow:hover,
.main-nav7 .mega-banner2 .banner-info .shopnow:hover{
    background-color:#8acdbe;
}

.main-nav7  .mega-link > h3 a:hover,
.main-nav7 .product-title a:hover,
.main-nav7 .mega-list-link a:hover{
    color: #8acdbe;
}
.main-nav7 .sub-menu li:hover > a {
    color: #8acdbe;
}
.main-nav7 .new-label{
    color: #8acdbe;
}
.main-nav7 .sale-label{
    color: #e9a34b;
}
.main-nav7 .mega-menu {
    left: auto;
    right: -60px;
}
.main-header7 {
    padding: 33px 0 55px;
}
.perfect-banner-slider .owl-theme .owl-controls {
    bottom: 30px;
    left: 0;
    position: absolute;
    width: 100%;
}
.perfect-banner-info > h2 span{
    color:#8ACDBE;
}
.perfect-banner-slider .owl-theme .owl-controls .owl-page span{
    border:none;
    background:#8ACDBE;
}
.perfect-banner-slider .owl-theme .owl-controls .owl-page.active span{
    background:#E9A34B;
}
.main-header7 {
    padding: 33px 0 55px;
}
.item-banner-parallax {
    background: transparent none no-repeat fixed center center;
    height: 640px;
    position:relative;
}
.item-banner-parallax::after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:"";
    background:rgba(0,0,0,0.2);
}
.banner-paral-info {
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    z-index: 999;
}
.item-banner-parallax .container {
    height: 640px;
    position: relative;
}
.banner-paral-info.style1 {
    bottom: 100px;
    left: 15px;
    padding:65px 175px 65px 0;
}
.top-nav.top-nav7 {
    background: transparent none repeat scroll 0 0;
}
.banner-paral-info.style2 {
    bottom: 100px;
    padding: 65px 0 65px 175px;
    right: 15px;
}
.banner-paral-info.style3 {
    bottom: 100px;
    left: 15px;
    padding:75px 175px 75px 0  ;
}
.banner-paral-info h4 {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}
.banner-paral-info h2 {
    font-size: 100px;
    font-weight: 300;
    margin: 4px 0 3px;
}
.banner-paral-info h3 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
}
.btn-link7 {
    background: #8acdbe none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 33px;
    position: relative;
    text-transform:uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.btn-link7 span {
    position: relative;
    z-index: 99;
}
.btn-link7::after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.btn-link7:hover{
    color:#fff;
}
.banner-paral-info .btn-link7{
    color:#fff;
}
.btn-link7:hover::after {
    height: 100%;
}
.banner-paral-info .btn-link7 {
    margin-top: 22px;
}
.banner-paral-info::after {
    border-color: #fff;
    border-style: solid;
    content: "";
    height: 100%;
    position: absolute;
    width: 305px;
    top: 0;
}
.banner-paral-info.style1::after {
    border-width: 10px 10px 10px 0;
    right: 0;
}
.banner-paral-info.style2::after {
    border-width: 10px 0 10px 10px;
    left: 0;
}
.banner-paral-info.style3::after {
    border-width: 10px 10px 10px 0px;
    right: 0;
}
.banner-paral-info h2 strong{
    color:#e9a34b;
}
.list-banner-parallax7 {
    margin-bottom: 100px;
}
.perfect-banner {
    margin-bottom: 100px;
    padding-left: 300px;
    position: relative;
}
.perfect-banner-info {
    left: 0;
    padding-top: 35px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 99;
}
.perfect-banner-info .btn-link7 {
    margin-bottom: 20px;
    min-width: 162px;
}
.btn-link7.style2 {
    background: #e9a34b none repeat scroll 0 0;
}
.perfect-banner-info > h3 {
    font-size: 60px;
    font-weight: 400;
    margin: 0;
}
.perfect-banner-info > h2 {
    font-size: 90px;
    font-weight: 700;
    margin: 0;
}
.perfect-banner-info > p {
    margin: 20px 0 23px;
}

.collect-banner {
    margin-bottom: 50px;
    position: relative;
}
.collect-banner-info {
    left: 0;
    margin-top: -65px;
    padding-left: 100px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    width: 100%;
    z-index: 999;
}
.collect-banner-info > strong {
    color: #ada8aa;
    display: block;
    font-family: lato;
    font-size: 260px;
    font-weight: 300;
    height: 190px;
    left: 109px;
    line-height: 190px;
    position: absolute;
    top: -38px;
    z-index: -1;
}
.collect-banner-info > label {
    color: #8acdbe;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}
.collect-banner-info > h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: -10px 0 0;
}
.collect-banner-info > span {
    color: #fff;
    display: block;
    font-size: 60px;
    font-weight: 300;
    margin: -20px auto auto 191px;
}
.best-tab-title.style2 ul li.active a {
    border-color: #8acdbe;
}
.best-tab-title.style2 ul li a:hover {
    background: #8acdbe none repeat scroll 0 0;
    border-color: #8acdbe;
}
.item-best-tab.style2 .product-thumb .quickview-link:hover {
    color: #8acdbe;
}
.item-best-tab.style2 .product-thumb .quickview-link:hover::after{
    border-color:#8acdbe;
    background:#8acdbe;
    color:#fff;
}
.item-best-tab.style2 .product-extra-link > a:hover {
    color: #8acdbe;
}
.item-best-tab.style2 .product-title a:hover {
    color: #8acdbe;
}
.item-best-tab.style2  .product-price ins {
    color: #e9a34b;
}
.item-banner7 {
    position: relative;
}

.item-banner7.style1 .banner-info > h3 {
    color: #e9a34b;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}
.item-banner7.style1 .banner-info > h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 64px;
    margin: -8px 0 15px;
}
.item-banner7.style1 .shopnow {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}
.item-banner7.style1 .banner-info {
    margin-top: -95px;
    padding-left: 50px;
    display:block;
}
.item-banner7.style1 .shopnow:hover{
    color:#8acdbe;
}
.item-banner7.style2 .banner-info {
    display: block;
    margin-top: -60px;
    padding-right: 30px;
    text-align: right;
}
.item-banner7.style2 .banner-info h2 {
    color: #e9a34b;
    font-size: 60px;
    margin: 0;
}
.item-banner7.style2  .shopnow:hover{
    color:#8acdbe;
}
.item-banner7.style2  .shopnow {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}
.item-banner7.style3 {
    background-color: #e9a34b; 
    background-image:url("../images/home7/bg-bn.png");
    background-repeat:no-repeat;
    background-position: center bottom 15px;
    (;background-position: center center;);
    color: #fff;
    height: 200px;
    margin-top: 30px;
    padding-top: 70px;
    text-align: center;
    text-transform: uppercase;
}
.item-banner7.style3 > h2 {
    margin: 0 0 10px;
}
.list-banner7 {
    margin-bottom: 100px;
    margin-top: 50px;
}
.item-banner7:hover img{
    transform:scale(1.15);
    -webkit-transform:scale(1.15);
}
.item-banner7.style4 {
    background: #8acdbe none repeat scroll 0 0;
    color: #fff;
    height: 430px;
    padding: 50px;
    text-align: center;
    text-transform: uppercase;
}
.item-banner7.style4 h2 {
    font-size: 18px;
    margin: 15px 0 0;
}
.title-sale {
    display: block;
    font-family: lato;
    font-size: 90px;
    font-weight: 700;
    height: 68px;
    left: 0;
    line-height: 64px;
    overflow: hidden;
    position: absolute;
    top: -40px;
    width: 100%;
}
.text-special7 {
    border-color: #fff;
    border-style: solid;
    border-width: 0 3px 3px;
    margin-top: 65px;
    padding-top: 53px;
    position: relative;
}

.sale-upto {
    display: inline-block;
    font-family: lato;
    font-size: 90px;
    height: 68px;
    line-height: 64px;
    margin: 25px 0 45px -40px;
    position: relative;
    text-align: left;
}
.sale-upto sup {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    right: 100%;
    top: 0;
}
.sale-upto > span {
    font-size: 36px;
    left: 100%;
    line-height: 36px;
    position: absolute;
    top: -3px;
}
.title-sale span{
    position:relative;
    display:inline-block;
}
.title-sale span::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 100%;
    margin-left: -10px;
    position: absolute;
    top: 40px;
    width: 500px;
    z-index: 99;
}
.title-sale span::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 3px;
    right: 100%;
    margin-right: -10px;
    position: absolute;
    top: 40px;
    width: 500px;
    z-index: 99;
}
.shoplook-slider7 {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 0 -10px;
    text-align: center;
}
.shop-the-look7 {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 100px;
    padding: 95px 0 100px;
    text-align: center;
}
.shop-the-look7 .title-default {
    margin-bottom: 115px;
}
.item-shoplook7 {
    margin: 0 10px;
    overflow: hidden;
    position: relative;
}
.item-shoplook7:hover .info-shoplook7{
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.info-shoplook7 {
    background: rgba(138, 205, 190, 0.9) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 50px 15px;
    position: absolute;
    text-transform: uppercase;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    width: 100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.info-shoplook7 > h2 {
    margin: 0 0 25px;
}
.info-shoplook7 .shopnow {
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 37px;
    padding: 0 30px;
}
.shoplook-slider7 .owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    height: 9px;
    margin: 0 4px;
    width: 30px;
}
.shoplook-slider7 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-image: url("../images/home7/prev.png");
}
.shoplook-slider7 .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-image: url("../images/home7/next.png");
}
.shoplook-slider7 .owl-theme .owl-controls {
    left: 0;
    position: absolute;
    top: -72px;
    width: 100%;
}

.product-slider7 > h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 55px;
    text-align: center;
    text-transform: uppercase;
}
.product-slider7 {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
    padding: 0 25px;
    position: relative;
}
.item-produc7 {
    margin-bottom: 30px;
}
.item-produc7 .sale-label {
    background: #7b7b7b none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    left: 0;
    padding: 5px 4px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 45px;
    width: 17px;
    word-wrap: break-word;
}
.item-produc7 .new-label {
    background: #7b7b7b none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    padding: 5px 1px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 53px;
    width: 14px;
    word-wrap: break-word;
}
.item-produc7 .product-price ins {
    color: #e9a34b;
    font-size: 18px;
}
.item-produc7 .product-price del {
    padding: 0 5px;
}
.item-produc7 .product-extra-link a:hover {
    color:#8ACDBE;
    border-color:#8ACDBE;
    z-index:99;
}
.item-produc7 .product-extra-link a {
    color: #333;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0 -5px 0 0;
    text-align: center;
    width: 30px;
}
.item-produc7 .product-info {
    margin-left: -5px;
}
.item-produc7 .product-thumb {
    margin-right: -5px;
}
.item-produc7.style2 .product-thumb {
    margin-right: 0px;
}
.item-produc7 .product-price {
    margin: 10px 0;
}
.item-produc7 .product-title a:hover {
    color:#8ACDBE;
}
.item-produc7 .product-extra-link {
    margin-left: -5px;
    margin-top: 12px;
}
.item-produc7 .inner-rating {
    background-image:url("../images/home3/rate-star.png");
}
.product-slider7 .owl-theme .owl-controls .owl-buttons div{
    width:30px;
    height:9px;
    margin:0 4px;
    background-color:transparent;
}
.product-slider7 .owl-theme .owl-controls .owl-buttons:hover div{
    margin:0 15px;
}
.shoplook-slider7 .owl-theme .owl-controls .owl-buttons:hover div{
    margin:0 15px;
}
.testimo-slide7 .owl-theme .owl-controls .owl-buttons:hover div{
    margin:0 15px;
}
.product-slider7 .owl-theme .owl-controls .owl-buttons div.owl-prev{
    background-image:url("../images/home7/prev.png");
}
.product-slider7 .owl-theme .owl-controls .owl-buttons div.owl-next{
    background-image:url("../images/home7/next.png");
}
.product-slider7 .owl-theme .owl-controls{
    position:absolute;
    top:-45px;
    left:0;
    width:100%;
}

.product-slider7.style2 {
    border-width: 1px 0 0;
    padding: 0;
}
.product-slider7.style2 .product-thumb {
    border: 1px solid #e5e5e5;
    margin-bottom: 18px;
    padding: 10px;
}
.product-slider7.style2 .product-info {
    margin-left: 0;
}
.item-produc7.style2 .product-extra-link {
    margin-top: -10px;
}
.product-slider7::before {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 100%;
}
.testimo7 {
    background: rgba(0, 0, 0, 0) url("../images/home7/bg-prl.jpg") repeat fixed 0 0;
    padding: 50px 0;
    position: relative;
}
.testimo7::after {
    background: rgba(138, 205, 190, 0.2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.content-testimo7 {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border: 1px solid #8acdbe;
    padding: 60px 15px 80px;
    position: relative;
    text-align: center;
    z-index: 99;
}
.testimo-slide7 {
    margin: auto;
    max-width: 470px;
    width: 100%;
}
.content-testimo7 > h2 {
    font-weight: 700;
    margin: 0 0 80px;
    position: relative;
    text-transform: uppercase;
}
.content-testimo7 > h2::after {
    background: rgba(0, 0, 0, 0) url("../images/home7/left-quote.png") repeat scroll 0 0 / 100% auto;
    bottom: -53px;
    content: "";
    height: 33px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 33px;
}
.testimo-author7 {
    margin-top: 22px;
}
.author-thumb7 {
    display: inline-block;
    width: 50px;
    vertical-align:middle;
}
.author-thumb7 > a {
    border-radius: 50%;
    display: block;
    overflow: hidden;
}
.author-thumb7 > a img {
    border-radius: 50%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.author-thumb7 > a:hover img{
    transform:rotate(30deg);
}
.author-info7 {
    display: inline-block;
    padding-left: 17px;
    text-align: left;
    vertical-align: middle;
}
.author-info7 > h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin:0;
}
.author-info7 > h3 a {
    color: #e9a34b;
}
.testimo-slide7 .owl-theme .owl-controls .owl-buttons div{
    width:30px;
    height:9px;
    margin:0 4px;
    background-color:transparent;
}
.testimo-slide7 .owl-theme .owl-controls .owl-buttons div.owl-prev{
    background-image:url("../images/home7/prev.png");
}
.testimo-slide7 .owl-theme .owl-controls .owl-buttons div.owl-next{
    background-image:url("../images/home7/next.png");
}
.testimo-slide7 .owl-theme .owl-controls{
    margin-top:30px;
}

.list-post-new5 {
    padding: 100px 0;
}
.item-post7 .post-thumb {
    margin: 0 -15px;
}
.item-post7 .post-info {
    margin: 0 -15px;
    padding-top: 100px;
}
.item-post7 {
    padding: 0 15px;
}
.item-post7:nth-child(2n+1) .post-info {
    padding-left: 50px;
}
.item-post7:nth-child(2n) .post-info {
    padding-right: 50px;
}
.item-post7 .btn-link7 {
    height: 40px;
    line-height: 40px;
    margin-top: 22px;
    padding: 0 20px;
}
.item-post7 .post-comment-date > li i.fa {
    font-size: 14px;
    margin-right: 5px;
}
.item-post7 .post-desc {
    margin: 18px 0 12px;
}
.item-post7 .post-title a:hover{
    color:#8ACDBE;
}
.viewall-blog {
    margin-top: 100px;
    text-align: center;
}

.wrap-brand-slider {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.footer7 {
    background: #f9f9f9 none repeat scroll 0 0;
}
.footer-top7 {
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0;
}
.title-footer7 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.newsletter-form7 > form {
    padding-right: 130px;
    position: relative;
}
.newsletter-form7 input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 131px;
    z-index: 9;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.newsletter-form7 input[type="submit"]:hover{
    background:#87c8ba;
}
.newsletter-form7 input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 40px;
    padding: 0 15px;
    width: 100%;
}
.menu-box7 a {
    color: #999;
}
.menu-box7 ul {
    margin: -7px 0 0;
}
.menu-box7 li {
    margin-bottom: 3px;
}
.menu-box7 a:hover {
    color: #87c8ba;
}
.social-footer7 > a {
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.social-footer7 > a:hover{
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
}
.social-footer7 > a i{
    display:block;
    height:30px;
    line-height:30px;
}
.social-footer7 > a i.fa-facebook{
    background:#334678;
}
.social-footer7 > a i.fa-twitter{
    background:#00caff;
}
.social-footer7 > a i.fa-google-plus{
    background:#02c161;
}
.social-footer7 > a i.fa-pinterest-p{
    background:#ff0018;
}
.newsletter-form7 > p {
    color: #999;
    margin: 22px 0;
}
.paymment-method.payment-method7 {
    margin-top: 30px;
    text-align: center;
}
.menu-footer7 {
    margin: 40px 0 5px;
}
.menu-footer7 a:hover {
    color:#8ACDBE;
}
.menu-footer7 a {
    color: #333;
    text-transform: uppercase;
}
.menu-footer7 a::after {
    content: "-";
    margin-left: 4px;
    color:#333;
}
.menu-footer7 li {
    padding: 0;
}
.menu-footer7 li:last-child a::after {
    display: none;
}
.footer-desc {
    color: #555;
    margin-bottom: 5px;
}
.copyright7 {
    color: #555;
    margin-bottom: 50px;
}
.copyright7 a{
    color:#999;
}
.list-product-slider7 {
    margin-bottom: 70px;
}
/*******************************************************************************
                                    Home 10
********************************************************************************/
.header10 {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.contact-header10 {
    color: #fff;
    opacity: 0.9;
}
.wrap-language-currency10 > div > a {
    color: #fff;
    opacity: 0.9;
    text-transform: inherit;
}
.wrap-language-currency10 > div > a > img {
    margin-right: 10px;
}
.wrap-language-currency10 .language-box {
    margin-right: 29px;
}
.logo10 {
    margin-top: 5px;
    text-align: center;
}
.main-header10 {
    padding: 30px 0;
}
.top-nav-right a {
    color: #fff;
    opacity: 0.9;
}
.top-nav-right > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.top-nav-right {
    text-align: right;
}
.top-nav-right li {
    display: inline-block;
    margin-left: 40px;
}
.list-cart-search10 {
    margin: 15px 0 0;
    text-align: right;
}
.list-cart-search10 > li {
    margin-left: 15px;
    text-align: left;
}
.mini-cart10 .mini-cart-number {
    color: #fff;
    opacity: 0.9;
    text-transform: capitalize;
}
.mini-cart10 .mini-cart-icon {
    color: #fff;
    opacity: 0.9;
}
.my-account10 .my-account-link {
    color: #fff;
    font-size: 14px;
    opacity: 0.9;
    position: relative;
}
.my-account10 .my-account-link i {
    margin-right: 9px;
}
.my-account10 .my-account-link::after {
    content: "";
    font-family: fontawesome;
    margin-left: 10px;
}
.wrap-language-currency10 {
    margin-top: 25px;
}
.wrap-language-currency10>div>ul>li>a:hover{
    color: #ffce25;
}
.header-nav10 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-top: 2px solid rgba(255, 255, 255, 0.5);
}
.wrap-language-currency10 > div:hover > a {
    color: #ffce25;
}
.top-nav-right a:hover {
    color: #ffce25;
}
.mini-cart10:hover .mini-cart-link .mini-cart-icon {
    color: #ffce25;
}
.my-account10:hover .my-account-link i {
    color: #ffce25;
}
.mini-cart10 .mini-cart-title > a:hover {
    color: #ffce25;
}
.mini-cart10 .mini-cart-price {
    color: #ffce25;
}
.mini-cart10 .mini-cart-button a:hover {
    background: #ffce25 none repeat scroll 0 0;
}
.my-account10 .list-account a:hover {
    color: #ffce25;
}
.my-account10 .list-account a {
    text-transform: capitalize;
}
.main-nav.main-nav10 .banner-info .shopnow:hover{
    background-color:#ffce25;
}
.main-nav.main-nav10 .mega-link > h3 a:hover,
.main-nav.main-nav10 .mega-list-link a:hover{
    color: #ffce25;
}
.main-nav.main-nav10 .product-title a:hover {
    color: #ffce25;
}
.main-nav.main-nav10 .product-price ins {
    color: #ffce25;
}
.main-nav.main-nav10 .mega-slider .owl-theme .owl-controls .owl-page.active span {
    background: #ffce25 none repeat scroll 0 0;
}
.main-nav.main-nav10 {
    margin: 0;
}
.main-nav.main-nav10 > ul > li {
    margin: 0;
}
.main-nav.main-nav10 > ul > li::after {
    display: none;
}
.main-nav.main-nav10 > ul > li > a {
    color: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    opacity: 0.9;
    padding: 0 28px;
}
.main-nav.main-nav10 .toggle-mobile-menu {
    margin: 5px 0 0;
}
.main-nav.main-nav10 .toggle-mobile-menu:hover {
    color:#ffce25;
    border-color:#ffce25;   
}
.main-nav.main-nav10 > ul > li:hover > a {
    background: #ffce25 none repeat scroll 0 0;
}
.main-nav.main-nav10 .sub-menu li:hover > a {
    color: #ffce25;
}
.main-nav.main-nav10 > ul > li.has-mega-menu:hover > a::before {
    display: none;
}
.main-nav.main-nav10 > ul > li.menu-item-has-children:hover > a::before {
    display: none;
}
.search-form10 > form {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 50px;
    position: relative;
}
.search-form10 input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 50px;
    opacity: 0.9;
    padding: 0 15px;
    width: 100%;
}
.search-form10 input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 9;
}
.search-form10 form::after {
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    opacity: 0.9;
    position: absolute;
    right: 15px;
    top: 15px;
}
.item-banner10 .banner-info {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.item-banner10 .banner-thumb a {
    display: block;
    position: relative;
}
.item-banner10 .banner-thumb a::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.item-banner10 .banner-info.style1 > h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
}
.item-banner10 .banner-info.style1 h2 span {
    color: #ffce25;
    position: relative;
}
.item-banner10 .banner-info.style1 h2 span::after {
    background: rgba(0, 0, 0, 0) url("../images/home10/rect.png") no-repeat scroll 0 0;
    content: "";
    height: 100px;
    left: -50px;
    position: absolute;
    top: -25px;
    width: 100px;
    z-index: -1;
}
.item-banner10 .banner-info.style1 > h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.item-banner10 .banner-info.style1 > h3 span {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    display: inline-block;
    margin-left: 10px;
    padding: 9px 15px;
}
.banner-slider10 .owl-theme .owl-controls .owl-page span {
    border: 1px solid transparent;
    height: 18px;
    margin: 0 6px;
    width: 18px;
    position:relative;
    background:transparent;
}
.banner-slider10 .owl-theme .owl-controls .owl-page span::after{
    position:absolute;
    width:10px;
    height:10px;
    border-radius:50%;
    content:"";
    background:#fff;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
}
.banner-slider10 .owl-theme .owl-controls .owl-page.active span::after{
    background:#ffce25;
}
.banner-slider10 .owl-theme .owl-controls .owl-page.active span {
    border-color:#ffce25;
}
.banner-slider10 .owl-theme .owl-controls{
    position:absolute;
    left:0;
    bottom:40px;
    width:100%;
}

.item-banner10 .banner-info.style2 > h3 {
    color: #ffce25;
    font-family: lato;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
}
.item-banner10 .banner-info.style2 h2 {
    font-family: lato;
    font-size: 120px;
    font-weight: 700;
    margin: -5px 0 10px;
}
.item-banner10 .banner-info.style2 p {
    font-family: lato;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px;
}
.item-banner10 .banner-info.style2 p span {
    display: inline-block;
    position: relative;
}
.item-banner10 .banner-info.style2 p span::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 100%;
    margin-left: 25px;
    position: absolute;
    top: 10px;
    width: 125px;
}
.item-banner10 .banner-info.style2 p span::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    margin-right: 25px;
    position: absolute;
    right: 100%;
    top: 10px;
    width: 125px;
}
.item-banner10 .banner-info.style2 {
    margin-top: -100px;
}
.banner-slider10 {
    margin-bottom: 100px;
}
.box-title10 {
    margin: 0 0 63px;
    text-align: center;
    text-transform: uppercase;
}
.box-title10 > p {
    color: #999;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.box-title10 > h2 {
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 5px;
    position: relative;
}
.box-title10 > h2 span {
    text-shadow: 7px 7px 3px rgba(0, 0, 0, 0.1);
}
.box-title10 > h2 label {
    background: #ffce25 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    padding: 8px 18px;
    position: absolute;
    right: 7px;
    top: -23px;
}
.big-sale {
    margin-top: 85px;
}
.item-product-bigsale {
    margin: 0 10px 50px;
    overflow: hidden;
    position: relative;
}
.list-product-bigsale {
    padding: 0 10px;
}
.item-product-bigsale .product-info {
    background: transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
}
.item-product-bigsale .product-info::before {
    background: #ffeaa0 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    transform:scale(0);
    -webkit-transform:scale(0);
    transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    opacity:0;
}
.item-product-bigsale:hover .product-info::before{
    opacity:1;
    transform:scale(1);
    -webkit-transform:scale(1);
}
.item-product-bigsale .product-thumb{
    transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
}
.item-product-bigsale:hover .product-thumb{
    opacity:0;
}
.item-product-bigsale .content-product-info {
    left: 0;
    margin-top: -135px;
    padding: 0 75px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 999;
}
.item-product-bigsale .product-title {
    font-size: 30px;
    margin: 0 0 4px;
}
.item-product-bigsale .product-title a:hover{
    color:#ffce25;
}
.item-product-bigsale .product-price ins {
    color: #333;
}
.item-product-bigsale .product-price del {
    color: #333;
    padding: 0 2px;
}
.item-product-bigsale .product-price del::after {
    background: #333 none repeat scroll 0 0;
}
.item-product-bigsale .product-rating {
    margin: auto;
}
.item-product-bigsale .inner-rating {
    background-image:url("../images/home10/rate-star.png");
}
.item-product-bigsale .product-extra-link {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 30px;
    padding-top: 18px;
}
.item-product-bigsale .product-extra-link > a {
    color: #333;
    height: 50px;
    line-height: 50px;
    margin: 0;
    text-align: center;
    width: 50px;
}
.item-product-bigsale .product-extra-link > a:hover{
    background:#ffce25;
    border-color:#ffce25;
    color:#fff;
}
.item-product-bigsale .product-extra-link .addcart-link {
    border: 3px solid #333;
    display: block;
    height: 50px;
    line-height: 47px;
    margin: 15px auto auto;
    padding-left: 45px;
    position: relative;
    text-align: left;
    width: 170px;
}
.item-product-bigsale .product-extra-link .addcart-link span {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: static;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}
.item-product-bigsale .product-extra-link .addcart-link::after {
    content: "";
    font-family: fontawesome;
    font-size: 14px;
    left: 17px;
    position: absolute;
    top: 0;
}
.item-product-bigsale .product-title,
.item-product-bigsale .product-price,
.item-product-bigsale .product-rating{
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:translateX(100%);
    opacity:0;
}
.item-product-bigsale:hover .product-title,
.item-product-bigsale:hover .product-price,
.item-product-bigsale:hover .product-rating{
    transform:translateX(0);
    opacity:1;
}
.item-product-bigsale .product-extra-link{
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:translateX(-100%);
    opacity:0;
}
.item-product-bigsale:hover .product-extra-link{
    transform:translateX(0);
    opacity:1;
}
.bigsale-countdown {
    left: 50%;
    margin-left: -135px;
    margin-top: -115px;
    position: absolute;
    top: 50%;
    width: 270px;
}
.bigsale-countdown .time_circles > div {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 63px;
    margin: 0 2px;
    text-align: center;
    width: 63px !important;
}
.bigsale-countdown canvas {
    left: -1px;
    position: relative;
    top: 73px;
    z-index: 99;
}
.bigsale-countdown .time_circles > div > span {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size:12px;
}
.bigsale-countdown .time_circles > div > span.number {
    font-weight: 700;
    margin-bottom: -7px;
    margin-top: 11px;
    font-size:16px;
}
.bigsale-countdown .time_circles > div > span.text {
    color: #bebebe;
}
.bigsale-banner {
    margin-bottom: 86px;
}
.latest-news10 {
    margin-bottom: 86px;
}
.latest-news10 .post-title a:hover{
    color:#ffce25;
}
.latest-news10  .item-latest-news .readmore:hover {
    color: #ffce25;
}
.latest-news10 .item-latest-news .readmore:hover::before{
    background:#ffce25;
    border-color:#ffce25;
}
.latest-news10 .item-latest-news .post-title::after{
    background:#ffce25;
}
.latest-news10 .item-latest-news.item-latest-shadow .post-thumb::after {
    background: rgba(255, 206, 37, 0.1) none repeat scroll 0 0;
}

.market10 {
    padding: 90px 0;
}
.newsletter-box10 {
    background: rgba(0, 0, 0, 0) url("../images/home10/bg-prl.jpg") no-repeat fixed center bottom;
    padding: 50px 0;
    position: relative;
}
.newsletter-box10::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.newsletter-form.newsletter-form10 > form input[type="text"] {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.newsletter-form.newsletter-form10 > form input[type="submit"] {
    background-color: #ffce25;
}
.newsletter-form.newsletter-form10 > form input[type="submit"]:hover {
    background-color: #25c6a5;
}
.item-testimo10 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 90px 60px 30px;
    position: relative;
    text-align: center;
    margin:0 50px;
}
.testimo-slider10 .slick-list {
    padding-bottom: 5px !important;
    padding-top: 55px !important;
}

.item-testimo10 .testimo-thumb {
    border-radius: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -55px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 110px;
}
.item-testimo10 .testimo-thumb img {
    border-radius: 50%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-testimo10 .testimo-thumb:hover img {
    transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}
.item-testimo10 .desc {
    color: #999;
    position: relative;
}
.item-testimo10 .desc::after {
    background: rgba(0, 0, 0, 0) url("../images/home10/icon-quote.png") no-repeat scroll center center;
    content: "";
    height: 46px;
    left: -7px;
    position: absolute;
    top: -23px;
    width: 64px;
}
.item-testimo10 .testimo-author {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: lato;
    margin: 22px 0 0;
    border-top: 1px solid #e5e5e5 ;
    padding-top: 27px;
}
.item-testimo10 .testimo-author a{
    color:#333;
}
.item-testimo10 .testimo-author a:hover{
    color:#ffce25;
}
.testimo-slider10 .slick-arrow {
    position: absolute;
    top: 50%;
    font-size:30px;
    color:#fff;
    margin-top:-15px;
    z-index:999;
    cursor:pointer;
}
.testimo-slider10 .slick-arrow:hover{
    color:#333;
}
.testimo-slider10 .slick-arrow.prev{
    left:27.5%;
    margin-left:-5px;
} 
.testimo-slider10 .slick-arrow.next{
    right:27.5%;
    margin-right:-5px;
} 
.testimo-slider10 {
    position: relative;
    margin: 25px 0 80px;
}
.testimo-slider10::after {
    background: #ffce25 none repeat scroll 0 0;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: 27.5%;
    margin-left: -100px;
    margin-top: -30px;
    padding: 52px 100px;
    position: absolute;
    top: 0;
    width: 45%;
    z-index: -1;
}
/***********************************************************************************
                                    Home 11
************************************************************************************/
.header3.header11 {
    position: static;
}
.banner-top11 {
    text-align: center;
    padding: 40px 0 50px;
}

.item-banner11 {
    position: relative;
}
.item-banner11 .banner-info {
    margin-top: -160px;
    padding-left: 100px;
}
.item-banner11 .bigsale-countdown {
    margin: -64px 0 30px;
    position: static;
}
.item-banner11 .banner-info > p {
    font-size: 18px;
    margin: 13px 0 10px;
}
.item-banner11 .product-price ins {
    color: #d1525f;
    font-weight: 700;
    margin-right: 15px;
}
.item-banner11 .product-price del {
    color: #333;
    font-size: 30px;
    padding: 0 2px;
}
.item-banner11 .product-price del::after {
    background: #333 none repeat scroll 0 0;
    top: 22px;
}
.btn-link11 {
    color: #fff !important;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    background:#333;
}
.btn-link11 span{
    transition: all 0.3s ease-out 0s;
    background: #333 none repeat scroll 0 0;
    padding: 0 20px;
    display:block;
    -webkit-transition:all 0.3s ease-out 0s;
    transition:all 0.3s ease-out 0s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.btn-link11::after {
    background: #d1525f none repeat scroll 0 0;
    content: attr(data-hover);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -webkit-transition:all 0.3s ease-out 0s;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    width: 100%;
    z-index: 999;
}
.btn-link11:hover span{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.btn-link11:hover::after{
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.item-banner11 .banner-thumb {
    position: relative;
    overflow: hidden;
}
.item-banner11.slick-active .banner-thumb::after {
    background:rgba(0,0,0,0);
    z-index:-1;
}
.item-banner11 .banner-thumb::after {
    position:absolute;
    width:100%;
    height:100%;
    content:"";
    background:rgba(0,0,0,0.3);
    top:0;
    left:0;
    z-index:999;
}

.banner-slider11 .slick-arrow:hover {
    background:#D1515E;
}
.banner-slider11 .slick-arrow {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    height: 60px;
    letter-spacing: 28px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: 310px;
    z-index: 99;
    cursor:pointer;
    padding-left: 28px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.banner-slider11 .slick-arrow.prev{
    margin-left:-155px;
    left: 20%;
}
.banner-slider11 .slick-arrow.next{
    margin-right:-155px;
    right: 20%;
}

.banner-adv-info .title-default {
    margin: 0;
}
.banner-adv-info .big-title {
    color: #d1525f;
    font-size: 90px;
    margin: 6px 0 8px;
}
.banner-adv-info p {
    font-size: 18px;
    margin: 38px auto 42px;
    max-width: 270px;
}
.banner-adv-info .btn-link11 {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
}
.banner-adv11 {
    margin: 100px 0;
}
.banner-adv-info.text-center {
    padding-top: 90px;
}
.best-sale11 {
    background: #f4f4f4;
}
.item-betsale11:hover .product-thumb-link .first-image {
    opacity: 0;
    transform: rotateY(-90deg);
}
.scroll-fixed.nav-fixed {
  left: 0;
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 999999;
  background: #333;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.scroll-fixed{
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.scroll-fixed.nav-fixed.nav-show {
  top: 0px;
}
.item-betsale11:hover .product-thumb-link .second-image {
    opacity: 1;
    transform: rotateY(0deg);
}
.title-bestsale11 {
    margin: 40px 0;
    position: relative;
}
.title-bestsale11 .btn-link11 {
    position: absolute;
    right: 0;
    top: 0;
}
.item-betsale11 {
    background: #fff none repeat scroll 0 0;
    margin: 0 10px;
    padding: 20px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.bestsale-slider11 .owl-theme .owl-controls .owl-page span {
    background: #333;
    border: none;
}
.bestsale-slider11 .owl-theme .owl-controls .owl-page.active span {
    background: #d1525f;
}
.best-sale11 .owl-controls {
    padding: 23px 0 37px;
}
.item-betsale11 .product-extra-link a {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 5px;
    text-align: center;
    width: 40px;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity:0;
}
.item-betsale11:hover .product-extra-link a {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity:1;
}
.item-betsale11 .product-extra-link a:hover{
    background: #D1525F none repeat scroll 0 0;
    color: #fff;
}
.item-betsale11 .product-extra-link {
    margin-right: 10px;
    margin-top: -70px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 999;
}
.item-betsale11 .cat-title {
    font-size: 24px;
    font-weight: 700;
    margin: 12px 0 11px;
}
.item-betsale11 .cat-title a {
    color: #333;
}
.item-betsale11 .cat-title a:hover {
    color: #D1525F;
}
.item-betsale11 .product-info {
    text-align: center;
}
.item-betsale11 .product-title {
    font-family: poppins;
    font-weight: 400;
    text-transform: inherit;
}
.item-betsale11 .product-title a:hover {
    color: #D1525F;
}
.item-betsale11 .product-rating {
    margin: 16px auto auto;
}
.item-betsale11 .inner-rating {
    background: url("../images/home3/rate-star.png");
}
.item-betsale11 .product-price {
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-top: 11px;
    min-height: 76px;
}
.item-betsale11 .product-price ins {
    color: #333;
    display: block;
    font-size: 24px;
}
.item-betsale11 .product-price del {
    padding: 0 3px;
}
.item-betsale11 .product-price del::after {
    background: #555 none repeat scroll 0 0;
}
.item-betsale11 .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-betsale11:hover .product-thumb .quickview-link{
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
.item-betsale11 .product-thumb .quickview-link:hover{
    color: #D1525F;
}
.item-betsale11:hover .product-thumb-link::after{
    opacity:1;
}
.item-betsale11:hover{
    box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);
}
.best-sale11 .owl-wrapper-outer {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.best-sale11 .owl-wrapper-outer {
    margin-bottom: -10px;
    padding-bottom: 10px;
}
.banner-adv-info.text-left strong {
    background: #d1525f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: lato;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
}
.banner-adv-info.text-left .big-title {
    margin: 11px 0 15px;
}
.banner-adv-info.text-left .btn-link11{
    margin-right:6px;
}
.banner-adv-info.text-left {
    padding-top: 40px;
}

.banner-adv-info.text-left {
    padding-top: 40px;
}
.shipping-member-box {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.shipping-member {
    margin-bottom: 100px;
}
.shipping-member-box > h2 {
    font-size: 18px;
    font-weight: 700;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
}
.supper-deal11 {
    background: rgba(0, 0, 0, 0) url("../images/home11/parallax-2.png") no-repeat fixed center center;
    padding: 100px 0;
}
.product-supper11 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin-left: -30px;
}
.product-supper11 .owl-theme .owl-controls .owl-buttons div {
    height: 30px;
    width: 30px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 14px;
    position:absolute;
    top:50%;
    margin-top:-15px;
}
.product-supper11 .owl-theme .owl-controls .owl-buttons div i{
    height:30px;
    line-height:30px;
    display:block;
}
.product-supper11 .owl-theme .owl-controls .owl-buttons div:hover{
    background:#d1525f;
} 
.product-supper11 .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left:0;
}
.product-supper11 .owl-theme .owl-controls .owl-buttons div.owl-next{
    right:0;
}

.supper-gal {
    padding-right: 15px;
}
.product-supper11 .product-info {
    margin-left: 5px;
    padding-top: 32px;
}
.product-supper11 .title-product {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px;
}
.product-supper11 .title-product a {
    color: #333;
}
.product-supper11 .product-price ins {
    color: #333;
    font-size: 24px;
}
.product-supper11 .product-price del {
    padding: 0 3px;
}
.product-supper11 .product-price del::after {
    background: #555 none repeat scroll 0 0;
}
.supper-deal-link {
    margin-top: 12px;
}
.product-supper11 .title-product a:hover {
    color: #d1525f;
}
.intro-deal11 > h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.intro-deal11 > h2 {
    color: #d1525f;
    font-size: 90px;
    font-weight: 700;
    margin: -5px 0 7px;
    text-transform: uppercase;
}
.intro-deal11 > p {
    color: #555;
}
.intro-deal11 {
    max-width: 310px;
}
.supper-deal-link .btn-link11 {
    margin-right: 6px;
}
.shipping-member-link::before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.shipping-member-link::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.shipping-member-link:hover::before,
.shipping-member-link:hover::after{
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.shipping-member-link {
    display: block;
    position: relative;
}
.product-supper11 .inner-rating {
    background-image: url("../images/home3/rate-star.png");
}
.product-supper11 .product-rating {
    margin-bottom: 27px;
    margin-top: 10px;
}

.intro-deal11 canvas {
    display: none;
}
.deal-count11 .time_circles > div {
    display: inline-block;
    height: 56px;
    left: auto !important;
    margin-bottom: 22px;
    margin-right: 42px;
    position: relative;
    text-align: center;
    top: auto !important;
    vertical-align: top;
    width: auto !important;
}
.deal-count11 .time_circles > div > span {
    display: block;
}
.deal-count11 .time_circles > div > span.text {
    color: #555;
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 36px;
}
.deal-count11 .time_circles > div > span.number {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}
.deal-count11 .time_circles > div > span.number::after {
    content: ":";
    font-size: 18px;
    position: absolute;
    right: -23px;
    top: 8px;
}
.deal-count11 .time_circles > div:last-child > span.number::after {
    display: none;
}
.deal-count11 .time_circles > div:last-child {
    margin: 0;
}
.deal-count11 .time_circles > div.textDiv_Days > span.text {
    margin-left: -17px;
}
.deal-count11 .time_circles > div.textDiv_Hours > span.text {
    margin-left: -20px;
}
.deal-count11 .time_circles > div.textDiv_Minutes > span.text {
    margin-left: -27px;
}
.deal-count11 .time_circles > div.textDiv_Seconds > span.text {
    margin-left: -29px;
}
.btn-link11.style2 {
    background:#D1525F;
}
.btn-link11.style2::after{
    background:#333;
}
.btn-link11.style2 span {
    background: #D1525F none repeat scroll 0 0;
}
.intro-deal11 .btn-link11.style2{
    height:60px;
    line-height:60px;
    padding:0 30px;
}

.item-adv11 {
    position: relative;
}
.item-adv11 .adv-info {
    color: #fff;
    left: 0;
    margin-top: -145px;
    padding: 50px 50px 75px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 100%;
}
.item-adv11 .adv-info.style1 {
    background: rgba(200, 82, 174, 0.9) none repeat scroll 0 0;
}
.item-adv11 .adv-info.style2 {
    background: rgba(97, 152, 199, 0.9) none repeat scroll 0 0;
}
.item-adv11 .adv-info.style3 {
    background: rgba(241, 107, 89, 0.9) none repeat scroll 0 0;
}
.item-adv11 .adv-info h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}
.item-adv11 .adv-info h3 {
    font-size: 30px;
    font-weight: 300;
    margin: 5px 0 25px;
}
.item-adv11 .adv-info .explore {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-adv11 .adv-info .explore:hover{
    background:#fff;
    color:#d1525f;
}
.item-news11 .readmore.btn-plus-in:hover{
    background: #d1525f none repeat scroll 0 0;
    border-color: #d1525f;
}
.item-news11 .post-title a:hover {
    color: #d1525f;
}
.item-news11 .img-lightbox::after{
    color: #d1525f;
}
.footer11 .newsletter-box {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    margin-bottom: 100px;
}
.newsletter-form11 > form input[type="submit"] {
    background-color: #d1525f;
}
.newsletter-form11 > form input[type="submit"]:hover {
    background-color: #25c6a5;
}
.footer.footer11 {
    background: rgba(0, 0, 0, 0) url("../images/home11/parallax-3.png") no-repeat fixed center top;
    padding-top: 0;
    position: relative;
}
.footer.footer11::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer11 .container {
    position: relative;
    z-index: 9;
}
/***********************************************************************************
                                        Home 12
***********************************************************************************/
.footer12 .newsletter-form7 input[type="submit"]:hover{
    background:#ff3e3e;
}
.footer12 .menu-box7 a:hover {
    color: #ff3e3e;
}
.footer12 .menu-footer7 a:hover {
    color: #ff3e3e;
}
.item-adv12 {
    margin: 0 -10px 10px;
}
.list-adv12 {
    margin: 0 10px 40px;
}
.item-adv12 > a {
    display: block;
    position: relative;
}
.item-adv12 > a::after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    left: 0px;
    position: absolute;
    top: 0px;
    width:100%;
    height:100%;
    opacity:0;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-adv12 > a:hover::after {
    opacity:1;
}
.top-header.top-header12 {
    background: #000 none repeat scroll 0 0;
}
.top-header.top-header12 .top-nav ul li a:hover {
    color: #ff3e3e;
}
.list-product-box.list-product-box12 > li > a > i {
    color: #fff;
    font-size: 14px;
}
.list-product-box12 .mini-cart-icon {
    color: #fff;
    font-size: 14px;
}
.list-product-box.list-product-box12 > li > a > span {
    color: #999;
}
.list-product-box.list-product-box12 > li > a:hover > span{
    color:#ff3e3e;
}
.list-product-box12 .mini-cart-number {
    color: #999;
}
.top-header12 .top-nav {
    background: transparent none repeat scroll 0 0;
    padding: 8px 0;
    text-align: left;
}
.list-product-box12 .mini-cart .mini-cart-link {
    padding: 8px 0;
}
.list-product-box.list-product-box12 {
    margin: 0;
}
.main-header12 {
    padding: 30px 0 40px;
}

.header-nav12 {
    margin-top: 15px;
    padding-right: 50px;
    position: relative;
}
.search-hover.search-hover12 {
    position: absolute;
    right: 0;
    top: 0;
}
.search-hover-icon{
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.search-hover.search-hover12 .smart-search {
    background: #fff none repeat scroll 0 0;
    position: absolute;
    right: -100%;
    top: 4px;
    width: 340px;
    opacity:0;
    visibility:hidden;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.search-hover.search-hover12:hover .search-hover-icon {
    opacity:0;
}
.search-hover.search-hover12:hover .smart-search {
    opacity:1;
    visibility:visible;
    right:0;
}
.search-hover.search-hover12 .search-hover-icon {
    border: 1px solid #e5e5e5;
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.main-nav.main-nav12 {
    margin: 0;
    padding-top: 15px;
}
.main-nav.main-nav12 > ul > li::after {
    display: none;
}
.main-nav.main-nav12 > ul > li {
    margin-left: 55px;
}
.main-nav.main-nav12 .mega-menu {
    margin-left: -300px;
}

.banner-slider12 .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}
.banner-slider12 .bx-pager {
    text-align: center;
}
.banner-slider12 .bx-pager-link {
    display: block;
    height: 10px;
    text-indent: -9999px;
    width: 130px;
    position:relative;
}
.banner-slider12 {
    position: relative;
    margin-bottom:30px;
}
.banner-slider12 .bx-controls {
    bottom: 40px;
    left: 0;
    position: absolute;
    width: 100%;
}
.banner-slider12 .bx-pager-link::after {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 100%;
}
.banner-slider12 .bx-pager-link.active::after {
    background: #fff none repeat scroll 0 0;
}

.item-slider12 .banner-info {
    font-family: lato;
    font-weight: 700;
    left: auto;
    margin-top: -210px;
    right: 110px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.item-slider12 .banner-info.style2{
    color:#fff;
}
.item-slider12 .banner-info.style2 strong{
    color: #fff;
}
.item-slider12 .banner-info.style2 .shopnow {
    color: #fff;
}
.item-slider12 .banner-info strong {
    color: #333;
    display: block;
    font-size: 220px;
    margin-bottom: -110px;
    opacity: 0.1;
}
.item-slider12 .banner-info h2 {
    font-size: 60px;
    font-weight: 700;
    margin:0 0 15px;
    position:relative;
}
.item-slider12 .banner-info h2::after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -130px;
    position: absolute;
    top: -19px;
    width: 260px;
}
.item-slider12 .banner-info p {
    font-size: 18px;
}
.item-slider12 .banner-info .shopnow {
    border: 2px solid #333;
    color: #333;
    display: inline-block;
    height: 50px;
    line-height: 46px;
    margin-top: 15px;
    padding: 0 20px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-slider12 .banner-info .shopnow:hover{
    border-color: #ff3e3e!important;
    color: #ff3e3e!important;
}
.item-cat-adv12 {
    position: relative;
    margin-bottom:30px;
}
.item-cat-adv12 .cat-info {
    color: #fff;
    left: 0;
    margin-top: -32px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 100%;
}
.item-cat-adv12 .cat-info h2 {
    font-weight: 700;
    margin: 0 0 10px;
}
.item-cat-adv12 .cat-info .shopnow {
    color: #fff;
    font-weight: 700;
}
.item-cat-adv12 .cat-info .shopnow:hover{
    text-decoration:underline;
}
.item-service12 .service-icon {
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
}
.item-service12 .service-info {
    display: inline-block;
    vertical-align: top;
}
.item-service12 {
    margin: 0 -15px;
    padding: 30px 50px;
}
.item-service12.box-center{
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
}
.list-service12 {
    margin-bottom: 30px;
    padding: 0 15px;
}
.item-service12 .service-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.item-service12 .service-info h3 a {
    color: #333;
}
.item-service12 .service-info h3 a:hover{
    color:#ff3e3e;
} 
.item-service12 .service-info p {
    color: #999;
    margin: 0;
}
.new-arrival12 > h2 {
    font-weight: 700;
    margin: -5px 0 45px;
    text-align: center;
    text-transform: uppercase;
}
.item-product12 {
    margin: 0 5px;
}
.product-slider12 {
    padding: 0 25px;
}

.item-product12 .product-extra-link {
    bottom: 0;
    font-size: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index:999;
}
.item-product12 .product-extra-link > a {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0 1px 0 0;
    width: 50px;
    transform:scale(0);
    -webkit-transform:scale(0);
}
.item-product12:hover .product-extra-link > a {
    transform:scale(1);
    -webkit-transform:scale(1);
}
.item-product12 .product-extra-link > a > span {
    bottom: 100%;
    color: #fff;
    margin-bottom: -10px;
    margin-left: -15px;
    text-transform: capitalize;
}
.item-product12 .product-extra-link > a:hover > span {
    opacity:1;
}
.item-product12 .product-extra-link > a:hover {
    color:#ff3e3e;
}
.item-product12 .product-thumb-link::after{
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.item-product12:hover .product-thumb-link::after{
    opacity:1;
}

.item-product12 .product-thumb .quickview-link::after {
    display: none;
}
.item-product12 .product-thumb .quickview-link {
    background: #fff none repeat scroll 0 0;
    color: #ff3e3e;
    height: 40px;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
}
.item-product12:hover .product-thumb .quickview-link {
    opacity:1;
    transform:scale(1);
    -webkit-transform:scale(1);
}
.product-slider12 .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    color: #333;
    height: auto;
    margin-top: -55px;
    position: absolute;
    top: 50%;
    width: auto;
}
.product-slider12 .owl-theme .owl-controls .owl-buttons div:hover{
    color:#ff3e3e;
}
.product-slider12 .owl-theme .owl-controls .owl-buttons div i {
    height: auto;
    line-height: inherit;
}
.product-slider12 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -25px;
}
.new-arrival12 {
    margin-bottom: 45px;
}
.product-slider12 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -25px;
}
.item-product12 .product-price ins {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.item-product12 .product-info {
    padding-top: 10px;
    text-align: center;
}
.item-product12 .product-price del {
    color: #999;
    margin-right: 10px;
    padding: 0;
}
.item-product12 .product-price del::after {
    background: #FF3E3E none repeat scroll 0 0;
}
.category-slider6.tabcat14 {
    margin-top: 50px;
}
.list-tabcat14 {
    margin-bottom: 50px;
}
.item-product12 .product-price > label {
    background: #ff3e3e none repeat scroll 0 0;
    color: #fff;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    position: relative;
}
.item-product12 .product-price > label::before {
    background: #ff3e3e none repeat scroll 0 0;
    content: "";
    height: 6px;
    left: -3px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 6px;
}
/*************************************************************************************
                                    Home 13
*************************************************************************************/
.banner-count {
    margin-top: 50px;
    position: relative;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.banner-count-info {
    bottom: 100px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.banner-count-info .shopnow {
    border: 2px solid #333;
    color: #333;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 60px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.banner-count-info .shopnow:hover{
    background-color:#ff3e3e;
    color:#fff;
    border-color:#ff3e3e;
}
.main-header13 {
    padding: 30px 0 25px;
}
.front-product {
    float: left;
    margin-top: 50px;
    position: relative;
    width: 50%;
    z-index: 99;
}
.back-product {
    float: right;
    position: relative;
    width: 50%;
}
.front-product .paral-img {
    margin-right: -50px;
    position: relative;
}
.front-product .paral-img img {
    left: 0;
    position: absolute;
    top: 0;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
    display:block;
}
.back-product .paral-img {
    margin-left: -50px;
    position: relative;
}
.back-product .paral-img::after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.paral-info {
    bottom: 0;
    color: #fff;
    margin-top: -110px;
    padding-left: 100px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
}
.item-product-parallax {
    margin-bottom: 100px;
    position: relative;
}
.paral-info > h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
}
.paral-info > h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 17px 0 47px;
}
.paral-button > a {
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight:700;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    margin-right:6px;
}
.paral-button > a:hover{
    background:#fff;
    color:#333;
}
.paral-img > img {
    width: 100%;
}
.paral-control {
    position: absolute;
    right: -16px;
    top: 50%;
    width: 16px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    opacity:0;
}
.item-product-parallax.active .paral-control {
    right: 30px;
    opacity:1;
}
.paral-control > a {
    border: 1px solid transparent;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 16px;
    margin: 15px 0;
    position: relative;
    width: 16px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.paral-control > a::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.paral-control > a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    margin-right: 5px;
    position: absolute;
    right: 100%;
    top: 7px;
    width: 0px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.paral-control a span {
    font-weight: 700;
    margin-right: 0px;
    position: absolute;
    right: 100%;
    top: -3px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    opacity:0;
}
.paral-control > a:hover span,
.paral-control > a.active span{
    margin-right: 60px;
    opacity:1;
}
.paral-control > a:hover::before,
.paral-control > a.active::before{
    width:50px;
}
.paral-control > a:hover,
.paral-control > a.active{
    border: 1px solid #fff;
}
body.onscroll .logo13 {
    position: fixed;
    top: 30px;
    z-index: 9999;
}
.item-product-parallax.active {
    z-index:999;
}
.first-letter {
    color: #fff;
    font-family: lato;
    font-size: 200px;
    position: absolute;
    right: 0;
    text-shadow: 13px 12px 5px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    top: 30%;
    z-index: 9999;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
/**********************************************************************************
                                    Home 14
***********************************************************************************/
.header14 {
    left: 0;
    padding: 50px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.banner14 {
    background: #ff9e0a none repeat scroll 0 0;
    margin-bottom: 155px;
}
.logo14 {
    text-align: center;
}
.search-hover14 .smart-search {
    border: medium none;
    float: none;
    margin-right: -40px;
    margin-top: 30px;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 100%;
    top: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 300px;
    visibility:hidden;
}
.search-hover14 .smart-search-form::after {
    display: none;
}
.search-hover14 .smart-search-form {
    padding: 0;
}
.menu-account14 {
    margin-top: 15px;
}
.search-cart14 {
    float: right;
    margin-top: 15px;
}
.search-hover14 .smart-search-form input[type="text"] {
    color: #555;
    font-style: italic;
    height: 50px;
}
.search-hover.search-hover14 {
    display: inline-block;
    vertical-align: top;
}
.mini-cart.mini-cart14 {
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
}
.mini-cart.mini-cart14 .mini-cart-title > a:hover{
    color:#FF9E0A;
}
.mini-cart.mini-cart14  .mini-cart-price {
    color: #FF9E0A;
}
.mini-cart.mini-cart14  .mini-cart-button a:hover {
    background: #FF9E0A none repeat scroll 0 0;
}
.menu-account14 .item-produc7 .product-title a:hover {
    color: #FF9E0A;
}
.menu-account14 .item-produc7 .product-extra-link a:hover{
    color: #FF9E0A;
}
.search-hover14 .search-hover-icon {
    color: #fff;
    font-size: 30px;
}
.mini-cart.mini-cart14 .mini-cart-link .mini-cart-icon {
    color: #fff;
    font-size: 30px;
    margin: 0;
}
.search-hover14:hover .smart-search {
    margin-top: 0;
    opacity: 1;
    visibility:visible;
}
.menu-hover .menu-hover-link {
    color: #fff;
    font-size: 30px;
}
.menu-hover {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}
.my-account.my-account14 {
    display: inline-block;
}
.content-menu-hover {
    background: #fff none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 1170px;
    padding-left:250px;
    z-index:999;
    visibility:hidden;
    opacity:0;
    margin-top:30px;
    transition:all 0.3s  ease-out 0s;
    -webkit-transition:all 0.3s  ease-out 0s;
}
.menu-hover:hover .content-menu-hover {
    margin-top:0;
    opacity:1;
    visibility:visible;
}
.my-account14 .my-account-link {
    color: #fff;
    font-size: 30px;
}
.mega-menu-hover {
    background: #f9f9f9 none repeat scroll 0 0;
    padding:30px;
}
.main-nav-hover {
    height: 100%;
    left: 0;
    padding: 20px 0;
    position: absolute;
    top: 0;
    width: 250px;
}
.main-nav.main-nav14 > ul > li::after {
    display: none;
}
.main-nav.main-nav14 > ul > li {
    display: block;
    margin: 0;
    padding: 0 30px;
}
.main-nav.main-nav14 > ul > li > a {
    border-top: 1px dashed #e5e5e5;
    color: #555;
    display: block;
    font-size: 14px;
    padding: 16px 0;
}
.main-nav-hover > h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 3px 0 2px;
    padding: 0 30px;
    text-transform: uppercase;
}
.main-nav.main-nav14 > ul > li.menu-item-has-children:hover > a::before {
    display: none;
}
.mega-banner.style2 {
    margin-right: 30px;
}
.mega-menu-hover .product-slider7 {
    margin-left: -30px;
}
.mega-menu-hover .product-slider7::before {
    display: none;
}
.my-account14 .list-account {
    left: 0;
    right: auto;
}
.my-account14 .list-account a:hover {
    color: #FF9E0A;
}
.main-nav.main-nav14 li:hover>a{
    color: #FF9E0A;
}

.main-nav.main-nav14 .menu-item-has-children {
    position: static;
}
.main-nav.main-nav14 > ul {
    display: block;
    position: static;
}
.main-nav.main-nav14 .sub-menu {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #e5e5e5;
    box-shadow: none;
    height: 100%;
    left: 100%;
    margin: 0;
    padding: 45px 30px 30px 60px;
    top: 0;
}
.main-nav.main-nav14 .sub-menu.col2{
    width: 360px;
}
.main-nav.main-nav14 .sub-menu.col2 ul {
    display: inline-block;
    list-style: outside none none;
    padding: 0;
    position: relative;
    width: 130px;
    z-index: 999;
}
.main-nav.main-nav14 .sub-menu::after {
    border: 1px solid #e5e5e5;
    bottom: 30px;
    content: "";
    left: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.main-nav.main-nav14 .sub-menu li {
    margin-bottom: 5px;
    padding: 0;
}
.main-nav.main-nav14 .sub-menu li a::before {
    display: none;
}
.main-nav.main-nav14 .sub-menu li a {
    color: #555;
    padding: 0;
    text-transform: capitalize;
}
.main-nav.main-nav14 .sub-menu li:hover a{
    color:#FF9E0A;
}
.main-nav.main-nav14 > ul > li.menu-item-has-children > a::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 17px;
}
.mega-banner.style2 .banner-info {
    color: #333;
    margin: 0;
    padding: 25px 60px;
    top: 0;
    width: auto;
}
.mega-banner.style2  .banner-info h2 {
    margin: -10px 0 0;
}

.content-banner14 {
    padding-top: 230px;
    position: relative;
    text-align: center;
    z-index: 99;
}
.content-banner14 .banner-thumb {
    margin-bottom: -113px;
    position: relative;
    z-index: 99;
}
.content-banner14 .banner-info {
    color: #fff;
    height: 440px;
    padding-top: 130px;
    text-transform: uppercase;
    top: 320px;
}
.content-banner14 .banner-info::after {
    border-color: #fff;
    border-style: solid;
    border-width: 3px 3px 3px 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}
.content-banner14 .banner-info::before {
    border-color: #fff;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 300px;
}
.content-banner14 .banner-info h2 {
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 47px;
    margin: 0;
    padding-left: 40px;
}
.content-banner14 .banner-info .new {
    display: block;
    font-family: lato;
    font-size: 30px;
    letter-spacing: 15px;
    margin: 0;
    padding-left: 190px;
    text-align: left;
}
.content-banner14 .banner-info .more {
    display: block;
    font-family: lato;
    font-size: 30px;
    letter-spacing: 15px;
    margin: 0;
    padding-right: 165px;
    text-align: right;
}
.item-cat14 {
    text-align: center;
}
.item-cat14 .cat-thumb > a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-cat14:hover .cat-info > h3 a{
    color:#ff9e0a;
}
.item-cat14:hover .cat-thumb > a {
    border-color: #ff9e0a;
    box-shadow: 4px 3px 6px -3px #ff9e0a;
}
.item-cat14 .cat-info > h3 {
    font-size: 14px;
    margin: 17px 0 0;
}
.list-cat14 {
    margin: 0 -33px 98px;
}

.seasion-slider {
    margin-right: -30px;
    position: relative;
}
.seasion-info {
    text-align: center;
    padding:100px 15px;
    margin-top:100px;
    position:relative;
}
.seasion-slider::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ffd10f;
    content: "";
    height: 100%;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 100%;
}
.seasion-slider .owl-paginav {
    box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9;
}
.seasion-info .owl-controls .owl-page > span {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 5px;
    width: 10px;
}
.seasion-info .owl-controls .owl-page {
    display: inline-block;
}
.seasion-info .owl-controls .owl-page.active> span {
    background:#ff9e0a;
}
.seasion-info > h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.seasion-info > p {
    color: #ff9e0a;
    font-family: lato;
    font-weight: 700;
    margin: 7px 0 18px;
}
.seasion-info .shopnow {
    border: 2px solid #333;
    color: #333;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 45px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.seasion-info .shopnow:hover{
    border-color:#ff9e0a;
    color:#fff;
    background:#ff9e0a;
}
.seasion-info::after {
    border: 5px solid #ff9e0a;
    bottom: 0;
    content: "";
    left: -230px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.seasion-collect {
    margin-bottom: 100px;
}

.seasion-collect {
    margin-bottom: 100px;
}
.list-adv14 {
    position: relative;
}
.list-adv14::after {
    background: #ffd10f none repeat scroll 0 0;
    bottom: 100px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -1;
}
.list-adv14 .item-adv14.style1 {
    position: relative;
    z-index:9;
}
.list-adv14 .item-adv14.style2 .adv-thumb14{
    margin-top: -200px;
}
.adv-thumb14 {
    box-shadow: -5px 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.adv-info14 {
    color: #fff;
    padding-top: 200px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    overflow:hidden;
}
.item-adv14.style1 .adv-info14 {
    margin-top: 100px;
}
.adv-info14 > h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.adv-info14 > h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 10px 0 22px;
}
.adv-info14 .shopnow {
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.adv-info14  .shopnow:hover{
    border-color:#ff9e0a;
    color:#fff;
    background:#ff9e0a;
}
.item-adv14.style1 .adv-info14::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 450px;
    position: absolute;
    right: 125px;
    top: -35px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 1px;
}
.item-adv14.style2 .adv-info14::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 600px;
    left: 65px;
    position: absolute;
    top: -170px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 1px;
}
.item-adv14.style1 .adv-info14 {
    margin-right: -30px;
    padding-right: 30px;
}
.item-adv14.style2 .adv-info14 {
    margin-left: -30px;
    padding-left: 30px;
}
.adv-thumb14 > a {
    overflow: hidden;
    position: relative;
    display:block;
}
.adv-thumb14 > a::after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    content:"";
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    background:rgba(0,0,0,0.5);
}
.adv-thumb14 > a:hover::after{
    opacity:1;
}

.title-tab14 .title-default {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.title-tab14 > ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.title-tab14 > ul li {
    border-left: 1px solid #e5e5e5;
    display: inline-block;
    margin-left: 16px;
    padding-left: 20px;
}
.title-tab14 > ul li a {
    color: #999;
    text-transform: uppercase;
}
.title-tab14 > ul li.active a{
    color:#ff9e0a;
}
.title-tab14 {
    margin-bottom: 44px;
}
.tabcat14 .owl-directnav6 .owl-theme .owl-controls .owl-buttons div:hover {
    background: #ff9e0a none repeat scroll 0 0;
}
.item-product14.item-product6 .product-thumb .quickview-link {
    color: #ff9e0a;
}
.item-product14.item-product6 .product-extra-link > a:hover {
    background: #ff9e0a none repeat scroll 0 0;
}
.item-product14.item-product6:hover .product-title a {
    color: #ff9e0a;
}
.item-product14.item-product6 .product-price ins {
    color: #ff9e0a;
}
.item-product14.item-product6 .inner-rating {
    background-image: url("../images/home3/rate-star.png");
}
.large-banner.large-banner14 .banner-info h3 {
    color: #ff9e0a;
}
.large-banner.large-banner14 .banner-info .btn-link6 {
    color:#333;
    border-color:#ffd10f;
    background-color:#ffd10f;
}
.large-banner.large-banner14 .banner-info .btn-link6:hover {
    color:#fff;
    border-color:#ff9e0a;
    background-color:#ff9e0a;
}
.large-banner.large-banner14::after {
    border-color: #ffd10f;
}
.large-banner.large-banner14::before {
    position:absolute;
    top:85px;
    left:95px;
    bottom:85px;
    right:95px;
    content:"";
    border:1px solid #ff9e0a;
    z-index:9;
}
.item-news14 .img-lightbox::after{
    color:#ff9e0a;
}
.item-news14 .post-title a:hover {
    color: #ff9e0a;
}
.item-news14 .readmore.btn-plus-in:hover {
    background: #ff9e0a none repeat scroll 0 0;
    border-color: #ff9e0a;
    color: #fff;
}
/*****************************************************************************
                                    Home 15 
******************************************************************************/
.testimo-slider15 .testimo-author a:hover {
    color: #ff3e3e;
}
.banner15 {
    position: relative;
}
.banner15 .banner-info {
    text-align: center;
    text-transform: uppercase;
    z-index: 99;
}
.banner15 .banner-info h2 {
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    margin: 0 0 35px;
}
.banner15 .banner-info .shopnow {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin: 0 13px;
    padding: 0 30px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.banner15 .banner-info .shopnow:hover{
    background:rgba(0,0,0,0.2);
}

.banner-collect-image {
    position: relative;
}
.collect-info {
    padding-top: 90px;
    position: absolute;
    top: 0;
    width: 300px;
}
.banner-collect-image.info-right {
    padding-right: 300px;
}
.banner-collect-image.info-right .collect-info {
    padding-left: 50px;
    right: 0;
}
.banner-collect-image.info-left {
    padding-left: 300px;
}
.banner-collect-image.info-left .collect-info {
    left: 0;
}
.collect-info > h2 {
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.collect-image {
    margin-bottom: 100px;
}
.content-collect-image {
    display: none;
    margin-top: 60px;
}
.item-col-pro {
    margin-bottom: 30px;
    position: relative;
}
.item-col-pro .product-info {
    left: 0;
    margin-top: -65px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.item-col-pro .product-info a.quickview-link {
    transform:translateY(100px);
    -webkit-transform:translateY(100px);
}
.item-col-pro .product-info a.shopnow {
    transform:translateY(-100px);
    -webkit-transform:translateY(-100px);
}
.item-col-pro:hover .product-info a.quickview-link {
    transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity:1;
}
.item-col-pro:hover .product-info a.shopnow {
    transform:translateY(0px);
    -webkit-transform:translateY(0px);
    opacity:1;
}
.item-col-pro .product-info a {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 10px auto;
    text-transform: uppercase;
    width: 130px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    opacity:0;
}
.item-col-pro .product-info a:hover{
    background:#fff;
    color:#da3522;
}
.item-col-pro .product-thumb > a {
    display: block;
    overflow: hidden;
    position: relative;
}
.item-col-pro .product-thumb > a::before{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:"";
    background:rgba(255,0,0,0.5);
    opacity:0;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-col-pro:hover .product-thumb > a::before{
    opacity:1;
}
.say-hello {
    margin: auto auto 92px;
    max-width: 730px;
    position: relative;
    text-align: center;
}
.say-hello > h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 32px;
    text-transform: uppercase;
}
.say-hello > p {
    color: #555;
    margin: 0;
}
.say-hello::after {
    color: #f1f1f1;
    content: "";
    font-family: fontawesome;
    font-size: 160px;
    left: 50%;
    margin-left: -77px;
    margin-top: -60px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.hello-video {
    margin-bottom: 100px;
    margin-top: 87px;
}
.collect-thumb a {
    display: block;
    position: relative;
}
.collect-video a {
    display: block;
    position: relative;
}
.collect-video a::before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.collect-video a::after {
    border-bottom: 6px solid transparent;
    border-left: 12px solid #fff;
    border-top: 6px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.collect-video a:hover::before {
    background:#fff;
}
.collect-video a:hover::after {
    border-left-color:#ff3e3e;
}
.collect-info > p {
    color: #555;
}
.collect-info .view-col {
    color: #555;
    display: inline-block;
    font-weight: 700;
    margin-top: 75px;
    position: relative;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.collect-info .view-col:hover{
    color:#DA3522;
}
.collect-info .view-col:hover::before{
    transform:scale(1.2);
}
.collect-info .view-col::before {
    background: rgba(0, 0, 0, 0) url("../images/home15/open.png") no-repeat scroll center center;
    bottom: 100%;
    content: "";
    height: 31px;
    left: 50%;
    margin-bottom: 13px;
    margin-left: -15px;
    position: absolute;
    width: 31px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.collect-image .close-col {
    color: #333;
    display: block;
    font-weight: 700;
    margin-top: 64px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.collect-image .close-col::before {
    background: rgba(0, 0, 0, 0) url("../images/home15/close.png") no-repeat scroll center center;
    bottom: 100%;
    content: "";
    height: 31px;
    left: 50%;
    margin-bottom: 13px;
    margin-left: -10px;
    position: absolute;
    width: 21px;
}

.collect-thumb > a::after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index:9;
}
.collect-thumb > a::before {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index:9;
}
.collect-thumb:hover > a::after {
    opacity:1;
    top:40%;
    bottom:60%;
}
.collect-thumb:hover > a::before {
    opacity:1;
    left:60%;
    right:40%;
}

.model-paral {
    background: rgba(0, 0, 0, 0) url("../images/home15/pre-fall-w-look-hp.jpg") no-repeat fixed center center;
    overflow: hidden;
    padding-bottom: 285px;
    padding-top: 185px;
    position: relative;
}
.model-info {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    margin: auto;
    max-width: 570px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.model-paral::after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.inner-model-info > h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.inner-model-info > h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 22px 0 18px;
    text-transform: uppercase;
}
.inner-model-info > p {
    margin: 0;
}
.inner-model-info {
    padding: 45px 50px;
    position: relative;
}
.inner-model-info::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 95px;
    position: absolute;
    top: 30px;
    width: 10px;
}
.inner-model-info::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 10px;
    position: absolute;
    right: 95px;
    top: 35px;
    width: 10px;
}
.model-info::before {
    background: #fff none repeat scroll 0 0;
    bottom: 100%;
    content: "";
    height: 220px;
    left: 100px;
    margin-bottom: -35px;
    position: absolute;
    width: 1px;
}
.model-info::after {
    background: #fff none repeat scroll 0 0;
    bottom: 100%;
    content: "";
    height: 220px;
    margin-bottom: -35px;
    position: absolute;
    right: 100px;
    width: 1px;
}

.list-adv15 {
    margin-top: -110px;
    position: relative;
    z-index: 99;
}
.inner-list-adv15 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 30px;
}
.item-adv15 {
    margin: 5px -10px;
    overflow: hidden;
    position: relative;
}
.item-adv15 .adv-info {
    background: rgba(218, 53, 34, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    left: 0;
    padding: 25px 0 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:translateY(100%);
    -webkit-transform:translateY(100%);
    opacity:0;
}
.item-adv15:hover .adv-info {
    opacity:1;
    transform:translateY(0);
    -webkit-transform:translateY(0);
}
.item-adv15 .adv-thumb img{
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    width:100%;
}
.item-adv15:hover .adv-thumb img{
    transform:scale(1.15);
    -webkit-transform:scale(1.15);
}
.item-adv15 .adv-info > h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 18px;
}
.item-adv15 .adv-info .shopnow {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-adv15 .adv-info .shopnow:hover {
    background:#fff;
    color:#333;
}
.wrap-model-adv {
    background: #f4f4f4 none repeat scroll 0 0;
    margin-bottom: 100px;
    padding-bottom: 100px;
}
.post-info .btn-link15 {
    border: 2px solid #e5e5e5;
    color: #333;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    margin-top: 22px;
    padding: 0 20px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.post-info .btn-link15:hover{
    border-color:#da3522;
    background:#da3522;
    color:#fff;
}
.list-post-new15 .post-title a:hover{
    color:#da3522;
}
.wrap-brand-slider.brand-slider15 {
    border: medium none;
}
.list-post-new15 {
    margin-bottom: 105px;
}
.testimo-slider10.testimo-slider15::after{
    background:#f4f4f4; 
}
.element-control > a {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 20px auto;
    width: 10px;
}
.element-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    position: fixed;
    right: -50px;
    text-align: center;
    top: 100px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 40px;
    z-index: 999;
}
.element-control > a.active{
    border-color:#333;
    background:#333;
}
body.active .element-control{
    right:10px;
}
/*********************************************************************************
                                    Home 8
**********************************************************************************/
.header8 {
    background: #2c2c2c none repeat scroll 0 0;
    position: relative;
    z-index: 9999;
}
.wrap-language-currency8 .contact-box {
    display: inline-block;
}
.wrap-language-currency8 .contact-box p {
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
    font-size:10px;
    padding: 0 20px;
}
.wrap-language-currency8 .contact-box p i{
    font-size:12px;
    margin-right:5px;
}
.wrap-language-currency8{
    font-size:0;
}
.wrap-language-currency8 > div {
    border-right: 1px solid #1a1a1a;
    vertical-align: top;
}
.wrap-language-currency8 .language-box {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.wrap-language-currency8 .currency-box {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.wrap-language-currency8 > div>a{
    color:#c69c6d;
    font-size:10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.wrap-language-currency8 .language-list a:hover,.wrap-language-currency8 .currency-list a:hover {
    color: #C69C6D;
}
.wrap-language-currency8 > div:hover > a{
    color:#fff;
}
.wrap-language-currency8 > div>a>i{
    font-size:12px;
}
.list-cart-search8 {
    float: right;
    margin-bottom: 0;
}
.list-cart-search8 .custom-link {
    border-left: 1px solid #1a1a1a;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
}
.list-cart-search8 .custom-link:hover{
    color:#C69C6D;
}
.list-cart-search8{
    margin:0;
    padding:0;
    list-style:none;
    font-size:0;
}
.list-cart-search8 > li {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.list-cart-search8 > li> div > a{
    color:#fff;
    font-size:12px;
    display:block;
    height:40px;
    line-height:40px;
    padding:0 20px;
    border-left: 1px solid #1a1a1a;
}
.list-cart-search8 > li> div > a> i{
    font-size:14px;
    color:#fff;
    display:block;
    height:40px;
    line-height:40px;
}
.mini-cart.mini-cart8 .mini-cart-icon {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.mini-cart.mini-cart8 .mini-cart-link .mini-cart-number {
    background: #c69c6d none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 16px;
}
.mini-cart.mini-cart8 .mini-cart-title > a:hover {
    color: #c69c6d;
}
.mini-cart.mini-cart8 .mini-cart-price {
    color: #c69c6d;
}
.mini-cart.mini-cart8 .mini-cart-button a:hover {
    background: #c69c6d none repeat scroll 0 0;
}
.my-account.my-account8 {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.search-hover.search-hover8 {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.search-hover.search-hover8 .search-form-hover::after{
    display:none;
}
.list-cart-search8 > li > div:hover > a> i{
    color:#C69C6D;
}
.list-cart-search8 .list-account a:hover{
    color:#C69C6D;
}
.content-home8 {
    padding-left: 270px;
    position: relative;
}
.sidebar-home8 {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 270px;
    z-index: 999;
}
.item-product8 {
    margin: 0 -15px;
    overflow: hidden;
    position: relative;
}
.list-product8 {
    padding: 0 15px;
}
.item-product8 .product-info {
    color: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 100%;
    z-index: 9;
    margin-top:-85px;
}
.main-home8 {
    padding-bottom: 40px;
}
.item-product8 .product-thumb > a {
    display: block;
    position: relative;
    overflow:hidden;
}
.item-product8 .product-thumb > a::after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:1;
}
.item-product8 .product-thumb > a img{
    width:100%;
    transition:all .3s ease-out 0s;
    -webkit-transition:all .3s ease-out 0s;
}
.item-product8:hover .product-thumb > a img{
    transform:scale(1.2) rotate(-5deg);
    -webkit-transform:scale(1.2) rotate(-5deg);
}
.copyright8 {
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    left: 0;
    padding: 30px;
    position: absolute;
    width: 100%;
}
.copyright8 > p {
    color: #555;
    margin: 0;
}
.copyright8 > p a {
    color: #999;
}
.copyright8 > p a:hover {
    color: #c69c6d;
}
.item-product8 .sale-label {
    font-family: lato;
    font-size: 30px;
    margin: 0;
    text-shadow: 5px 0 3px rgba(0, 0, 0, 0.3);
}
.item-product8 .product-info > h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 7px 0 22px;
    text-shadow: 5px 0 3px rgba(0, 0, 0, 0.3);
}
.item-product8 .product-info .shopnow {
    background: #fff none repeat scroll 0 0;
    color: #555;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-product8 .product-info .shopnow:hover{
    color:#fff;
    background:#c69c6d;
}
.logo8 {
    padding: 40px 30px 30px;
}
.main-nav.main-nav8 {
    margin: 0;
}
.main-nav.main-nav8 > ul > li {
    display: block;
    margin: 0;
}
.main-nav.main-nav8 > ul > li::after {
    display: none;
}
.main-nav.main-nav8 > ul > li > a {
    display: block;
    font-size: 14px;
    padding: 22px 30px;
}
.main-nav.main-nav8 .menu-item-has-children {
    position: static;
}
.main-nav.main-nav8 .sub-menu {
    background: #1b1b1b none repeat scroll 0 0;
    box-shadow: none;
    left: 100%;
    margin: 50px 0 0;
    top: 0;
    width: 270px;
}
.main-nav.main-nav8 .menu-item-has-children > a::before{
    display:none;
}
.main-nav.main-nav8 > ul> li:hover> a{
    background:#000000;
    color:#c69c6d;
}
.main-nav.main-nav8 .menu-item-has-children:hover .sub-menu{
    margin:0;
}
.main-nav.main-nav8 > ul {
    position: static;
}
.main-nav.main-nav8 .sub-menu li a {
    color: #c69c6d;
    padding: 10px 0;
}
.main-nav.main-nav8 .sub-menu li:hover > a{
    color:#fff;
}
.main-nav.main-nav8 .sub-menu li a::before {
    display: none;
}
.main-nav.main-nav8 li.current-menu-item > a{
    background:#e5e5e5;
}
.main-nav.main-nav8 > ul > li.menu-item-has-children > a{
    position:relative;
}
.main-nav.main-nav8 > ul > li.menu-item-has-children > a::after{
    position:absolute;
    top:15px;
    right:30px;
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    content:"\f105";
    font-family:fontawesome;
    background:#f4f4f4;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    font-weight:400;
    border-radius:50%;
}
.main-nav.main-nav8 > ul > li.menu-item-has-children:hover > a::after{
    background:rgba(255,255,255,0.1);
}
/*********************************************************************************
                                    Home 9
**********************************************************************************/
.sidebar-home8.sidebar-home9 {
    background: #000 none repeat scroll 0 0;
}
.copyright8.copyright9 {
    border-color: rgba(255, 255, 255, 0.2);
}
.main-nav.main-nav9 li.current-menu-item > a {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.main-nav.main-nav9 > ul > li > a{
    color:#fff;
}
.main-nav.main-nav9 > ul > li.menu-item-has-children > a::after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
.shopby-cat > h2 {
    color: #999;
    font-size: 12px;
    margin: 0 0 33px;
}
.shopby-cat {
    font-size: 12px;
    padding: 30px;
    text-transform: uppercase;
}
.shopby-cat > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.shopby-cat a {
    color: #fff;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.shopby-cat li {
    padding: 10px 0;
}
.shopby-cat a img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.shopby-cat a:hover img {
    filter:drop-shadow(#c69c6d 2px 2px 1px );
    -webkit-filter:drop-shadow(#c69c6d 2px 2px 1px );
}
.shopby-cat a span {
    display: inline-block;
    vertical-align: middle;
}
.shopby-cat a:hover {
    color: #c69c6d;
}
.payment9 {
    margin-top: 20px;
    padding: 0 30px;
}
.payment9 > a {
    display: inline-block;
    margin-right: 12px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.payment9 > a:hover{
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
}
.payment9 > a:last-child {
    margin-right: 0;
}

.main-home8.main-home9 {
    padding: 30px 50px 0;
}
.top-menu9 {
    background: #2c2c2c none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 8px 0;
}
.top-menu9 > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.top-menu9 li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 0 70px;
}
.top-menu9 a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.top-menu9 a:hover {
    color: #c69c6d;
}
.item-slider9 .banner-info {
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.item-slider9 .banner-info > h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.item-slider9 .banner-info h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 10px 0 15px;
}
.item-slider9 .banner-info h2 span{
    color: #c69c6d;
}
.item-slider9 .banner-info .shopnow {
    display: inline-block;
}
.item-slider9 .banner-info .shopnow span{
    height: 50px;
    line-height: 50px;
    margin-top: 25px;
    padding: 0 40px;
    background: #fff none repeat scroll 0 0;
    color: #333;
    display:block;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-slider9 .banner-info .shopnow:hover span{
    background: #c69c6d none repeat scroll 0 0;
    color: #fff;
} 
.item-slider9 .banner-info {
    margin-top: -120px;
}
.banner-slider9 .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    font-size: 60px;
    height: auto;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    width: auto;
}
.banner-slider9 .owl-theme .owl-controls .owl-buttons div:hover{
    color:#000;
}
.banner-slider9 .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left:50px;
}
.banner-slider9 .owl-theme .owl-controls .owl-buttons div.owl-next{
    right:50px;
}
.banner-slider9 .owl-theme .owl-controls .owl-buttons div i {
    height: auto;
    line-height: inherit;
}

.item-adv9 {
    margin: 0 -15px;
}
.list-adv9 {
    padding: 0 15px;
}
.item-adv9 .adv-info {
    font-weight: 700;
    padding: 70px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 99;
}
.item-adv9 .adv-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 21px 0 27px;
}
.item-adv9 .adv-info h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.item-adv9 .adv-info .shopnow {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-adv9 .adv-info .shopnow:hover{
    background: #C69C6D none repeat scroll 0 0;
    color: #fff;
}
.item-adv9 .adv-info.style1 {
    background: #e5e5e5 none repeat scroll 0 0;
}
.item-adv9 .adv-info.style2 {
    background: #ccc none repeat scroll 0 0;
}
.item-adv9 .adv-info::after {
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 0;
}
.item-adv9 .adv-info.style1::after {
    border-top: 24px solid #e5e5e5;
}
.item-adv9 .adv-info.style2::after {
    border-top: 24px solid #ccc;
}
.item-adv9 .adv-thumb a {
    display: block;
    overflow: hidden;
    position: relative;
}
.item-adv9 .adv-thumb a::before{
    position:absolute;
    top:50%;
    bottom:50%;
    right:0;
    left:0;
    content:"";
    background:rgba(0,0,0,0.1);
    opacity:1;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    z-index:9;
}
.item-adv9 .adv-thumb a::after{
    position:absolute;
    left:50%;
    right:50%;
    top:0;
    bottom:0;
    content:"";
    background:rgba(0,0,0,0.1);
    opacity:1;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    z-index:9;
}
.item-adv9 .adv-thumb a img{
    width:100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-adv9 .adv-thumb a:hover img{
    transform:scale(1.15) rotate(-5deg);
    -webkit-transform:scale(1.15) rotate(-5deg);
}
.item-adv9 .adv-thumb a:hover::before{
    top:0;
    bottom:0;
}
.item-adv9 .adv-thumb a:hover::after{
    left:0;
    right:0;
}

.tabcat9 {
    border: 2px solid #e5e5e5;
    padding: 0;
}
.list-tabcat9 .title-default {
    text-align: center;
}
.list-tabcat9 {
    margin-top: 44px;
}
.title-tab9 > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.title-tab9 li {
    display: inline-block;
    padding: 0 18px;
}
.title-tab9 a {
    color: #333;
    font-family: lato;
    font-weight: 700;
    text-transform: uppercase;
}
.title-tab9 {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px;
}
.title-tab9 li.active a {
    color: #c69c6d;
}
.item-product6.item-product9 {
    border-right: 1px solid #e5e5e5;
    margin: 0;
    padding: 20px 20px 10px;
}
.item-product6.item-product9 .product-info {
    text-align: center;
}
.item-product9 .product-price ins {
    color: #c69c6d;
    font-weight: 700;
}
.item-product9 .product-price del {
    color: #999;
    margin: 0;
    padding: 0;
}
.item-product9 .product-price del::after {
    display: none;
}
.tabcat9 .owl-directnav6 {
    margin: 0;
}

.tabcat9 .owl-directnav6 .owl-theme .owl-controls .owl-buttons div i {
    height: auto;
    line-height: inherit;
}
.tabcat9 .owl-directnav6 .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    color: #999;
    font-size: 16px;
    height: auto;
    margin: 0 5px;
    width: auto;
}
.tabcat9 .owl-directnav6 .owl-theme .owl-controls .owl-buttons div:hover{
    color: #c69c6d;
}
.tabcat9 .owl-directnav6 .owl-controls {
    right: 15px;
    top: -35px;
}
.footer9 {
    border-top: 4px solid #e5e5e5;
    margin: 50px -50px 0;
    padding: 0 50px;
    position: relative;
}
.title-footer9 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.footer-top9 {
    padding-bottom: 12px;
    padding-top: 28px;
}
.menu-footer9 > ul {
    padding: 0 0 0 10px;
}
.menu-footer9 a {
    color: #555;
    font-size: 14px;
}
.menu-footer9 a:hover{
    color:#c69c6d;
}
.menu-footer9 li {
    color: #555;
    font-size: 8px;
    margin-bottom: 8px;
    padding-left: 5px;
}
.menu-footer9 li:last-child {
    margin: 0;
}
.footer-bottom9 {
    border-top: 1px solid #e5e5e5;
    padding-bottom: 35px;
    padding-top: 30px;
}
.item-product9 .product-extra-link > a:hover {
    background: #c69c6d none repeat scroll 0 0;
}
.item-product9 .product-thumb .quickview-link{
    color:#c69c6d;
}
.item-product9:hover .product-title a{
    color:#c69c6d;
}
.contact-footer9 > p {
    padding-left: 30px;
    position: relative;
    max-width:340px;
}
.contact-footer9 > p i.fa {
    color: #666;
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0;
}
.contact-footer9 > p a {
    color: #555;
}
.contact-footer9 > p a:hover{
    color:#c69c6d;
}
.newsletter9 > form {
    padding-right: 110px;
    position: relative;
    max-width:340px;
    width:100%;
}
.newsletter9 input[type="submit"] {
    background-color: #333;
    background-image:url("../images/home9/icon-mail.png");
    background-repeat:no-repeat;
    background-position:20px center;
    border: medium none;
    color: #fff;
    font-weight: 700;
    height: 40px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 111px;
    padding-left:40px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    line-height:42px;
}
.newsletter9 input[type="submit"]:hover {
    background-color:#c69c6d;
}
.newsletter9 input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 40px;
    padding: 0 15px;
    width: 100%;
}
.newsletter9 .title-footer9 {
    margin-bottom: 18px;
}
.service-footer9 > a:hover {
    color:#c69c6d;
}
.service-footer9 > a {
    color: #333;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
}
.service-footer9 > a i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}
.service-footer9 {
    padding-top: 5px;
    text-align: center;
}
.social-footer9 {
    float: right;
}
.social-footer9 > a {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin: 0 2px 10px;
    text-align: center;
    width: 38px;
}
.social-footer9 > a:hover{
    background-color:#c69c6d;
}
.social-footer9 .title-footer9 {
    margin-bottom: 17px;
}
.tabcat9 .owl-directnav6 {
    position: relative;
}
.tabcat9 .owl-directnav6::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    z-index: 9;
}
.back-to-top {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-top: -22px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 0;
    width: 40px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.footer9 .back-to-top{
    color:#fff;
}
.footer9 .back-to-top:hover{
    color:#fff;
    background-color:#c69c6d;
}
/*****************************************************************************
                                    Home 16
*****************************************************************************/
.content-home16 {
    position: relative;
}

.item-banner16 .banner-info {
    color: #fff;
    font-family: lato;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.text-behide {
    display: block;
    font-size: 300px;
    height: 230px;
    left: 0;
    line-height: 230px;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}
.item-banner16 .banner-info.style1 > label {
    background: rgba(0, 190, 178, 0.9) none repeat scroll 0 0;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: 75px 0 0;
    padding: 0 50px;
}
.item-banner16 .info-text-special > strong {
    display: inline-block;
    font-size: 200px;
    height: 147px;
    line-height: 147px;
    position:relative;
    margin-left:-145px;
}

.item-banner16 .info-text-special sup {
    color: #00beb2;
    font-size: 100px;
    left: 100%;
    position: absolute;
    top: 41px;
}
.item-banner16 .info-text-special sub {
    bottom: 33px;
    font-size: 100px;
    left: 100%;
    position: absolute;
}
.item-banner16 .banner-info.style1 > h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0 45px;
}
.item-banner16 .banner-info.style1 {
    margin-top: -250px;
}
.item-banner16 .browstore {
    display: inline-block;
}
.item-banner16 .browstore > span {
    display: block;
    font-family: poppins;
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    background: #fff none repeat scroll 0 0;
    color: #333;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-banner16 .browstore:hover > span {
    color:#fff;
    background:#00beb2;
}
.item-banner16 .info-text-special {
    margin-top: 25px;
}

.item-banner16 .banner-info.style2 .per-sale {
    display: inline-block;
    font-size: 200px;
    height: 157px;
    line-height: 157px;
    position: relative;
}
.item-banner16  .per-sale .center-text {
    display: block;
}
.item-banner16 .per-sale .before-text {
    background: rgba(0, 190, 178, 0.9) none repeat scroll 0 0;
    font-size: 30px;
    height: 70px;
    left: 35px;
    line-height: 70px;
    padding: 0 45px;
    position: absolute;
    top: 51px;
    z-index:9;  
}
.item-banner16 .per-sale .after-text {
    background: rgba(118, 36, 38, 0.9) none repeat scroll 0 0;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
    position: absolute;
    right: 40px;
    top: 50px;
}
.item-banner16 .banner-info.style2 > p {
    background: rgba(183, 105, 75, 0.7) none repeat scroll 0 0;
    font-family: poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin: 27px auto -50px;
    max-width: 610px;
    padding: 30px 30px 90px;
    text-transform: none;
}
.item-banner16 .banner-info.style2 {
    margin-top: -210px;
}
.item-banner16 .banner-info.style3 .text-behide {
    font-size: 200px;
    height: 160px;
    line-height: 160px;
    opacity: 0.1;
    z-index: -1;
}
.item-banner16 .banner-info.style3 h2 {
    color: #25bdb1;
    font-size: 200px;
    font-weight: 700;
    margin: 30px 0 0;
}
.item-banner16 .banner-info.style3 > h3 {
    font-size: 60px;
    font-weight: 700;
    margin: -10px 0 40px;
}
.item-banner16 .banner-info.style3 {
    margin-top: -205px;
}

.newcol-slider {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    display:none;
}

.newcol-slider > h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 80px;
    text-transform: uppercase;
}
.item-newcol16 {
    overflow: hidden;
    position: relative;
}
.item-newcol16 .product-info {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border: 2px solid #fff;
    bottom: 30px;
    color: #fff;
    left: 30px;
    padding: 110px 15px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index:9;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:scale(0);
    -webkit-transform:scale(0);
    opacity:0;
}
.item-newcol16:hover .product-info {
    transform:scale(1);
    -webkit-transform:scale(1);
    opacity:1;
}
.item-newcol16 .product-thumb>a{
    display:block;
    position:relative;
}
.item-newcol16 .product-thumb>a::after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:"";
    background:rgba(37,189,177,0.5);
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    opacity:0;
}
.item-newcol16:hover .product-thumb>a::after{
    opacity:1;
}
.item-newcol16 .product-info h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.item-newcol16 .product-info .shopnow:hover {
    background:#25bdb1;
    color:#fff;
}
.item-newcol16 .product-info .shopnow {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 12px;
    padding: 0 30px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.footer16 {
    background: #333 none repeat scroll 0 0;
    padding: 13px 50px;
}
.copyright16 {
    color: #adadad;
    margin: 0;
}
.copyright16 a {
    color: #adadad;
}
.copyright16 a:hover {
    color: #fff;
}
.social-network16 > a {
    color: #adadad;
    margin: 0 12px;
}
.social-network16 {
    text-align: right;
}
.social-network16 > a:hover {
    color: #fff;
}
.main-left16 > div {
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 14px;
    height: 100px;
    vertical-align: top;
}
.main-content16 {
    background: #333 none repeat scroll 0 0;
    padding: 0;
    position: relative;
}
.logo16 {
    padding-top: 25px;
    width: 170px;
}
.menu-hover.menu-hover16 {
    margin: 0;
    text-align: center;
    width: 140px;
}
.menu-hover.menu-hover16 .menu-hover-link16 .front-box span {
    background: rgba(0, 0, 0, 0) url("../images/home16/list.png") no-repeat scroll left center;
    color: #999;
    display:inline-block;
    font-family: lato;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    height:24px;
    line-height:24px;
    padding-left: 35px;
}
.menu-hover.menu-hover16 .menu-hover-link16 .front-box {
    background: #fff none repeat scroll 0 0;
    display: block;
    position: relative;
    transform-origin: 50% 0 0;
    transform-style: preserve-3d;
    transition: transform 0.3s ease 0s;
    -webkit-transform-origin: 50% 0 0;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: transform 0.3s ease 0s;
}
.menu-hover.menu-hover16 .menu-hover-link16 .front-box::after {
    background-color: #333;
    background-image:url("../images/home16/close-black.png");
    background-repeat:no-repeat;
    background-position:center center;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    transform: rotateX(-90deg);
    transform-origin: 50% 0 0;
    transition: background-color 0.3s ease 0s;
    -webkit-transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0 0;
    -webkit-transition: background-color 0.3s ease 0s;
    width: 100%;
}
.menu-hover.menu-hover16 .menu-hover-link16.flipbox .front-box {
    transform: rotateX(90deg) translateY(-30px);
    -webkit-transform: rotateX(90deg) translateY(-30px);
}
.menu-hover.menu-hover16 .menu-hover-link16.flipbox .front-box::after {
    background-color: #fff;
}
.menu-hover.menu-hover16 .menu-hover-link16{
    height:100px;
    line-height:100px;
    display:block;
    font-size:30px;
    color:#333;
}
.menu-hover16 .main-nav.main-nav14 li:hover > a {
    color: #25BDB1;
}
.menu-hover16 .main-nav.main-nav14 .sub-menu li:hover a {
    color: #25BDB1;
}
.menu-hover.menu-hover16 .content-menu-hover {
    bottom: 200px;
    text-align: left;
    top: auto;
    display:none;
    opacity:1;
    visibility:visible;
    (;transition:none;);
}
.control-slider .owl-controls .owl-page{
    display:inline-block;
    width:44px;
    height:44px;
    text-align:center;
    line-height:44px;
    font-weight:700;
}
.control-slider .owl-controls .owl-page.active{
    background:transparent url("../images/home16/poly.png") no-repeat scroll center center;
    background-size:100% 100%;
    color:#25bdb1;
}

.list-down-cate {
    background: #fff none repeat scroll 0 0;
    left: 50px;
    margin: auto;
    max-width: 800px;
    padding: 50px;
    position: absolute;
    right: 50px;
    bottom: 200px;
    width: 100%;
    display:none;
}
.list-down-cate h2 {
    font-weight: 700;
    margin: 0 0 20px;
}
.list-link-down > a:hover {
    color:#25BDB1;
    border-color:#25BDB1;
}
.list-link-down > a {
    border: 1px solid #e5e5e5;
    color: #999;
    display: inline-block;
    margin-bottom: 5px;
    padding: 8px 15px;
    text-transform: capitalize;
}
.list-link-down {
    margin-bottom: 30px;
    padding-left: 150px;
    position: relative;
}
.list-link-down label {
    left: 0;
    margin: 0;
    position: absolute;
    top: 9px;
}
.list-link-down:last-child {
    margin: 0;
}
.list-down-cate p {
    color: #555;
    margin-bottom: 50px;
}
.main-left16 .control-slider {
    border: medium none;
    padding-left: 25px;
    padding-top: 28px;
}
.main-right16 > a {
    background: #333 none repeat scroll 0 0;
    border-left: 1px solid #e5e5e5;
    color: #999;
    display: inline-block;
    font-family: lato;
    font-size: 18px;
    font-weight: 700;
    height: 100px;
    line-height: 100px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 300px;
}
.main-right16 {
    font-size: 0;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    (;width: 605px;);
}
.main-left16 {
    background: #fff none repeat scroll 0 0;
    font-size: 0;
    padding-left: 50px;
    width: calc(100% - 600px);
}
.down-cate .front-box span{
    display:inline-block;
    height:20px;
    line-height:20px;
    padding-left:30px;
    background-color:transparent;
    background-image:url("../images/home16/documents.png");
    background-repeat:no-repeat;
    background-position:left center;
}
.main-right16 .front-box {
    display: block;
}
.main-right16 .front-box::after{
    background-color: #333;
    background-image:url("../images/home16/close-black.png");
    background-repeat:no-repeat;
    background-position:center center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    transform: rotateX(-90deg);
    transform-origin: 50% 0 0;
    transition: background-color 0.3s ease 0s;
    -webkit-transform: rotateX(-90deg);
     -webkit-transform-origin: 50% 0 0;
     -webkit-transition: background-color 0.3s ease 0s;
    width: 100%;
    content:"";
}
.main-right16 .flipbox .front-box::after{
    background-color:#fff;
}
.main-right16 .flipbox .front-box {
     -webkit-transform: rotateX(90deg) translateY(-30px);
    transform: rotateX(90deg) translateY(-30px);
}
.main-right16 .front-box {
    background: #fff none repeat scroll 0 0;
    display: block;
    transform-origin: 50% 0 0;
    transform-style: preserve-3d;
    transition: transform 0.3s ease 0s;
     -webkit-transform-origin: 50% 0 0;
     -webkit-transform-style: preserve-3d;
     -webkit-transition: transform 0.3s ease 0s;
    position:relative;
}
.btn-new-col .new-label {
    background: #25bdb1 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    height: 16px;
    left: 50%;
    line-height: 15px;
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    top: 20px;
    width: 28px;
}
.btn-new-col .new-label::after {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #25bdb1;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.buble-circle {
    background: #25bdb1 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    vertical-align: text-top;
    width: 10px;
}
.buble-circle::after{
    position:absolute;
    top:0;
    left:0;
    width:10px;
    height:10px;
    border-radius:50%;
    content:"";
    background: #25bdb1;
    opacity:0.2;
    -webkit-animation-name: bubble;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    animation-name: bubble;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes bubble {
    from {transform: scale(0);-webkit-transform:scale(0);}
    to {transform: scale(3);-webkit-transform:scale(3);}
}
@keyframes bubble {
    from {transform: scale(0);-webkit-transform:scale(0);}
    to {transform: scale(3);-webkit-transform:scale(3);}
}
.btn-new-col .buble-circle::before {
    color: #25BDB1;
    content: "";
    font-family: fontawesome;
    font-size: 11px;
    left: 0;
    position: absolute;
    top: -2px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    opacity:0;
}
.btn-new-col.close-col .buble-circle::before {
    opacity:1;
}
.btn-new-col.close-col  .buble-circle{
    background:transparent;
}
/***********************************************************************************
                                    Home 17 
************************************************************************************/

.top-header17 {
    background: #333 none repeat scroll 0 0;
    padding: 8px 0;
}
.menu-top17 {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.menu-top17 > li {
    border-right: 1px solid #666;
    display: inline-block;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin-right: 11px;
    padding-right: 15px;
    vertical-align: middle;
}
.menu-top17 > li a {
    color: #ccc;
}
.menu-top17 > li a:hover{
    color:#00beb2;
}
.menu-top17 span {
    color: #ccc;
}
.menu-top17 > li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.top-link-extra17 {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position:relative;
    z-index:999999;
}
.top-link-extra17 .language-list,.top-link-extra17 .currency-list {
    left: auto;
    right: 0;
}
.top-link-extra17 .language-link li a {
    color: #333;
    font-size: 14px;
}
.top-link-extra17 .language-list a {
    color: #333;
    font-size: 14px;
}
.top-link-extra17 .currency-list a {
    color: #333;
    font-size: 14px;
}
.top-link-extra17 .language-list img {
    vertical-align: inherit;
}
.top-link-extra17 .language-link img{
    margin:0;
}
.list-extra-link17 > li {
    border-right: 1px solid #666;
    display: inline-block;
    margin-right: 11px;
    padding-right: 15px;
}
.list-extra-link17 {
    display: inline-block;
    margin:0;
    padding:0;
}
.list-extra-link17>li> a {
    color: #ccc;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    display:block;
}
.list-extra-link17 >li> a:hover{
    color:#00beb2;
}
.top-link-extra17 .language-box > a,.top-link-extra17 .currency-box > a{
    color: #ccc;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    display:block;
}
.top-link-extra17 .language-box:hover > a,.top-link-extra17 .currency-box:hover > a{
    color:#00beb2;
}
.top-link-extra17 .language-list a:hover,
.top-link-extra17 .currency-list a:hover{
    color:#00beb2;
}
.top-link-extra17 .language-box {
    border-right: 1px solid #666;
    margin-right: 11px;
    padding-right: 15px;
}
.header-main17 {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}
.smart-search.smart-search17 {
    margin-right: 20px;
    margin-top: 5px;
    max-width: 570px;
    padding-left: 200px;
}
.smart-search17 .select-category {
    width: 200px;
}
.smart-search17 .select-category .category-toggle-link {
    color: #666;
    height: 44px;
    line-height: 44px;
}
.smart-search17 .select-category .category-toggle-link::after {
    display: none;
}
.smart-search17 .smart-search-form input[type="text"] {
    height: 44px;
    padding-left: 15px;
}
.smart-search17 .smart-search-form::after {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
.smart-search17 .list-category-toggle a:hover {
    color: #00beb2;
}
.mini-cart.mini-cart17 {
    margin-left: -20px;
    margin-top: 6px;
}
.mini-cart.mini-cart17 .mini-cart-title > a:hover {
    color: #00BEB2;
}
.mini-cart.mini-cart17 .mini-cart-price {
    color: #00BEB2;
}
.mini-cart.mini-cart17 .mini-cart-button a:hover {
    background: #00BEB2 none repeat scroll 0 0;
}
.main-nav.main-nav17  .banner-info .shopnow:hover {
    background: #00BEB2 none repeat scroll 0 0;
}
.main-nav.main-nav17 .product-title a:hover {
    color: #00BEB2;
}
.main-nav.main-nav17 .product-price ins {
     color: #00BEB2;
}
.main-nav.main-nav17 .mega-slider .owl-theme .owl-controls .owl-page.active span {
    background: #00BEB2 none repeat scroll 0 0;
}
.main-nav.main-nav17 .mega-link > h3 a:hover {
    color: #00BEB2;
}
.main-nav.main-nav17 .mega-list-link a:hover {
    color: #00BEB2;
}
.mini-cart.mini-cart17 .mini-cart-link {
    border: 1px solid #e5e5e5;
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.mini-cart.mini-cart17 .mini-cart-link .mini-cart-icon {
    color: #666;
    font-size: 14px;
    text-transform: capitalize;
}
.mini-cart.mini-cart17 .mini-cart-link .mini-cart-icon i {
    color: #333;
    margin-right: 10px;
}
.mini-cart.mini-cart17 .mini-cart-link .mini-cart-number {
    background: #00beb2 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 25px;
    line-height: 27px;
    vertical-align: middle;
    width: 25px;
}

.main-nav.main-nav17 > ul > li::after {
    display: none;
}
.main-nav.main-nav17 > ul > li > a {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}
.main-nav.main-nav17 > ul > li:hover > a {
    color:#00beb2;
}
.main-nav.main-nav17  > ul > li.menu-item-has-children:hover > a::before {
    background: #00beb2 none repeat scroll 0 0;
}
.main-nav.main-nav17  > ul > li.has-mega-menu:hover > a::before {
    background: #00beb2 none repeat scroll 0 0;
}
.main-nav.main-nav17  .sub-menu li:hover > a {
    color: #00beb2;
}
.main-nav.main-nav17 > ul > li {
    margin-right: 55px;
}
.main-nav.main-nav17 > ul > li:last-child {
    margin: 0;
}
.main-nav.main-nav17 {
    margin: 0;
}
.search-alphabet {
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    padding: 5px 0;
}
.header-nav17 {
    background: #fdfdfd none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
}
.search-alphabet > label {
    color: #999;
    font-weight: 400;
    margin: 0 17px 0 0;
}
.search-alphabet > a:hover {
    background:#00beb2;
    color:#fff;
}
.search-alphabet > a {
    border-radius: 50%;
    color: #999;
    display: inline-block;
    height: 20px;
    line-height: 21px;
    margin: 0 9px;
    (;margin: 0 9px 0 8px;);
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 20px;
}
.search-alphabet > a:last-child:after{
    display:none;
}
.search-alphabet > a::after {
    background: #999 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -11px;
    top: 9px;
    width: 1px;
}
.freeship17 > p {
    color: #999;
    margin: 0;
    padding-left: 45px;
    padding-top: 5px;
    position: relative;
    text-transform: uppercase;
}
.freeship17 > p span {
    color: #00beb2;
}
.freeship17 {
    float: right;
    margin-top: 10px;
}
.freeship17 > p i {
    color: #999;
    font-size: 30px;
    left: 0;
    margin-right: 14px;
    position: absolute;
    top: 0;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.item-banner17{
    position:relative;
}
.item-banner17.item-center .banner-info {
    padding: 100px 50px;
}
.item-banner17 .banner-thumb {
    position: relative;
}
.item-banner17  .banner-thumb-info{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    padding-top:50px;
    text-transform:uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-banner17:hover  .banner-thumb-info{
    opacity:0;
}
.item-banner17  .banner-thumb-info h2{
    color:#00beb2;
}
.item-banner17  .banner-thumb-info h3{
    font-weight:300;
}
.item-banner17.item-left {
    margin-right: -20px;
}
.item-banner17.item-right {
    margin-left: -20px;
}
.item-banner17 .banner-info {
    background: rgba(0, 190, 178, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 100px 20px 0;
    right: 0;
    text-transform: uppercase;
    top: 0;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    opacity:0;
    transform:scale(0);
    -webkit-transform:scale(0);
}
.item-banner17:hover .banner-info{
    opacity:1;
    transform:scale(1);
    -webkit-transform:scale(1);
}
.banner-slider17 {
    margin-top: 30px;
}
.item-banner17 .banner-thumb >a{
    display:block;
    overflow:hidden;
}
.item-banner17 .banner-thumb img{
    width:100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-banner17:hover .banner-thumb img{
    filter:blur(5px);
    -webkit-filter:blur(5px);
}
.item-banner17 .banner-info > p {
    line-height: 16px;
    overflow: hidden;
    padding-top: 50px;
    position: relative;
}
.item-banner17.item-center .banner-info > p{
    padding-top:30px;
}
.item-banner17.item-center .banner-info > p::before{
    left:0;
}
.item-banner17.item-center .banner-info > p::after{
    right:0;
}
.uptosale {
    font-family: lato;
    font-size: 30px;
    margin-top: 18px;
}
.uptosale > strong {
    display: block;
    font-size: 60px;
}
.uptosale > span {
    display: block;
    font-weight: 700;
    margin-bottom: -15px;
}
.item-banner17  h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.item-banner17  h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 5px 0 25px;
}
.item-banner17 .shopnow {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    height: 36px;
    line-height: 38px;
    margin-top: 18px;
    text-align: center;
    width: 130px;
    font-weight:700;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-banner17 .shopnow:hover{
    background:#fff;
    color:#00beb2;
}
.item-banner17 .banner-info > p::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 25px;
    position: absolute;
    top: 0;
    width: 100%;
}
.item-banner17 .banner-info > p::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 25px;
    top: 2px;
    width: 100%;
}

.banner-slider17 .owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 50%;
    color: #333;
    font-size: 14px;
    height: 36px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 36px;
    z-index:999;
}
.banner-slider17 .owl-theme .owl-controls .owl-buttons div i{
    height:36px;
    line-height:36px;
}
.banner-slider17 .owl-theme .owl-controls .owl-buttons div:hover{
    color:#fff;
    background:#00beb2;
}
.banner-slider17 .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left:25%;
    margin-left:30px;
}
.banner-slider17 .owl-theme .owl-controls .owl-buttons div.owl-next{
    right:25%;
    margin-right:30px;
}
.banner-slider17 .owl-theme .owl-controls .owl-page span {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    margin: 0 10px;
    position: relative;
}
.banner-slider17 .owl-theme .owl-controls .owl-page span::after{
    position:absolute;
    top:5px;
    left:100%;
    width:20px;
    height:1px;
    content:"";
    background:#e5e5e5;
}
.banner-slider17 .owl-theme .owl-controls .owl-page:last-child span::after{
    display:none;
}
.banner-slider17 .owl-theme .owl-controls .owl-page.active span {
    background:#00beb2;
}
.banner-slider17 .owl-theme .owl-controls .owl-pagination{
    margin-top:24px;
}

.item-adv17 {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    display:table;
    width:100%;
}
.item-adv17 .adv-thumb img {
    width: auto;
}
.list-adv17 {
    margin-bottom: 46px;
    margin-top: 20px;
}
.item-adv17 .adv-thumb {
    display: table-cell;
    width: 170px;
    padding: 0 5px;
}
.item-adv17 .adv-info {
    display: table-cell;
    vertical-align: middle;
}
.item-adv17 .product-title {
    font-weight: 400;
}
.item-adv17 .product-price ins {
    color: #00beb2;
    font-size: 18px;
    font-weight: 700;
}
.item-adv17 .product-title a:hover{
    color: #00beb2;
}
.item-adv17 .shopnow {
    border: 1px solid #e5e5e5;
    color: #555;
    display: inline-block;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-adv17 .shopnow:hover{
    border-color:#00beb2;
    background:#00beb2;
    color:#fff;
}
.item-adv17 .product-price {
    margin: 8px 0 13px;
}

.title17 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    overflow: hidden;
    text-transform: uppercase;
}
.title17 > span {
    display: inline-block;
    position: relative;
}
.title17 > span::after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 7px;
    content: "";
    height: 4px;
    left: 100%;
    margin-left: 30px;
    position: absolute;
    width: 1170px;
}
.trend-tab-title > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.trend-tab-title li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}
.trend-tab-title a {
    color: #666;
    position: relative;
    text-transform: uppercase;
}
.trend-tab-title li.active a{
    color:#00BEB2;
}
.menu-footer17 a:hover{
    color:#00BEB2;
}
.trend-tab-title {
    margin-bottom: 20px;
}
.trend-tab-title li::after {
    background: #e1e1e1 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 100%;
    margin-left: 10px;
    position: absolute;
    top: 10px;
    width: 25px;
}
.trend-tab-title li:last-child::after {
    display: none;
}
.item-trend17 {
    border: 1px solid #e5e5e5;
    margin: 0 15px;
    padding: 10px;
}
.item-trend17 .product-thumb .quickview-link:hover{
    color:#00BEB2;
}
.trend-slider {
    margin: 0 -15px;
}
.product-info17 {
    text-align: center;
}
.product-info17 .product-title {
    font-family: poppins;
    font-weight: 400;
    text-transform: capitalize;
}
.product-info17 .product-title a:hover {
    color: #00beb2;
}
.product-info17 .product-price ins {
    color: #00beb2;
    font-size: 18px;
}
.product-info17 .product-price del {
    color: #999;
    padding: 0 1px;
}
.product-info17 .product-extra-link > a {
    background: #999 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    width: 40px;
}
.product-info17 .product-extra-link > a:hover {
    background: #00beb2 none repeat scroll 0 0;
}
.item-trend17 .product-info17 {
    padding: 23px 0 19px;
}
.item-trend17 .product-price {
    margin: 10px 0 20px;
}
.owl-direct17 .owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 50%;
    color: #333;
    font-size: 14px;
    height: 24px;
    margin: 0 -3px;
    text-align: center;
    width: 24px;
}
.owl-direct17 .owl-theme .owl-controls .owl-buttons div:hover{
    z-index:9;
    background: #00beb2 none repeat scroll 0 0;
    color:#fff;
}
.owl-direct17 .owl-theme .owl-controls .owl-buttons div i {
    height: 24px;
    line-height: 24px;
}
.owl-direct17 .owl-theme .owl-controls {
    position: absolute;
    right: 19px;
    top: -48px;
}
.trending-product17 {
    margin-bottom: 50px;
}

.banner-image-left17 {
    margin-right: -20px;
}
.item-banner-image17 {
    margin-bottom: 10px;
    position: relative;
}
.banner-image-right17 {
    margin-left: -20px;
}
.list-banner-image17 {
    margin-bottom: 30px;
}
.item-banner-image17 .banner-thumb > a {
    display: block;
    overflow: hidden;
    position: relative;
}
.item-banner-image17 .banner-thumb > a::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    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;
    opacity:0;
}
.item-banner-image17:hover .banner-thumb > a::after {
    opacity:1;
}
.item-banner-image17 .banner-thumb a{
    display:block;
    overflow:hidden;
}
.item-banner-image17 .banner-thumb a img{
    width:100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-banner-image17:hover .banner-thumb a img{
    transform:scale(1.15) rotate(5deg);
    -webkit-transform:scale(1.15) rotate(5deg);
}
.item-banner-image17 .banner-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    left: 50px;
    margin-top: -50px;
    padding: 10px 0;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 50%;
    width: auto;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:scale(0);
    -webkit-transform:scale(0);
}
.item-banner-image17:hover .banner-info {
    transform:scale(1);
    -webkit-transform:scale(1);
}
.item-banner-image17 .banner-info > h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.item-banner-image17 .shopnow {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-banner-image17 .shopnow:hover {
    border-color:#00beb2;
    background:#00beb2;
}
.item-banner-image17.item-center .banner-info > h2 {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.item-banner-image17.item-center .banner-info {
    left: 100px;
    margin-top: -30px;
    right: 100px;
}
.total-product {
    color: #666;
    margin: -4px 0 23px;
}
.total-product > a {
    color: #999;
}
.total-product > a:hover{
    color:#00beb2;
}
.item-newpro17 {
    border: 1px solid #e5e5e5;
    margin: 0 -5px 20px;
    padding: 10px;
}
.item-newpro17 .product-info {
    padding-top: 17px;
}
.new-product17 .owl-direct17 .owl-theme .owl-controls {
    right: 5px;
}
.item-newpro17.main-item {
    margin: 0;
}
.list-normal-item {
    margin-left: -10px;
    padding: 0 5px;
}

.product-info17 .inner-rating {
    background: transparent url("../images/home3/rate-star.png") repeat-x scroll center top;
}
.product-info17 .product-rating{
    margin:auto;
}

.item-newpro17.main-item .product-extra-link > a > span {
    color: #fff;
    display: inline;
    font-size: 14px;
    margin: 0;
    opacity: 1;
    position: static;
}
.item-newpro17.main-item .product-extra-link > a.addcart-link {
    padding: 0 15px;
    width: auto;
}
.item-newpro17.main-item .product-extra-link {
    margin: 15px 0 4px;
}
.access-banner {
    margin-bottom: 45px;
    position: relative;
}
.banner-access-info > h3 {
    color: #ff9054;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 5px;
}
.access-banner .banner-info {
    margin-top: -115px;
}
.banner-access-info {
    text-transform: uppercase;
}
.banner-access-info > h2 {
    font-size: 100px;
    font-weight: 700;
    margin: 0;
}
.banner-access-info h2 span {
    display: inline-block;
    font-size: 30px;
    margin: 16px 0 0;
    vertical-align: top;
    width: 60px;
}
.banner-access-info h2 strong {
    color: #00beb2;
    display: inline-block;
    margin: 0 -10px 0 -25px;
    vertical-align: top;
}
.banner-access-info .shopnow {
    border: 2px solid #333333;
    color: #333;
    display: inline-block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: 14px 0 0;
    padding: 0 50px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;    
}
.banner-access-info .shopnow:hover{
    color:#fff;
    border-color:#00beb2;
    background-color:#00beb2;
}
.new-product17 {
    margin-bottom: 30px;
}
.title17.style2 {
    font-size: 18px;
}

.pro-box17 {
    border: 1px solid #e5e5e5;
    padding: 30px;
}
.item-probox17 {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.item-probox17 .product-thumb {
    display: table-cell;
    width: 100px;
}
.item-probox17 .product-info {
    display: table-cell;
    padding-left: 30px;
    text-align: left;
    vertical-align: top;
}
.item-probox17 .product-info17 .product-rating {
    margin: 0;
}
.item-probox17 .product-price {
    margin: 10px 0;
}
.item-probox17:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.pro-box17 .title17.style2 {
    margin:-8px 55px 17px 0;
}
.pro-box17 .owl-direct17 .owl-theme .owl-controls {
    right: -7px;
    top: -39px;
}
.wrap-probox17 {
    margin-bottom: 45px;
}
.item-brand17 img {
    max-width: 170px;
    width: 100%;
}
.item-brand17 {
    padding: 0 15px;
    text-align: center;
}

.from-blog17 .title17.style2 {
    margin: 0 60px 27px 0;
}
.blog-slider17 .owl-direct17 .owl-theme .owl-controls {
    right: 3px;
    top: -49px;
}
.item-blog17 .post-title {
    font-size: 14px;
    margin-bottom: 10px;
}
.item-blog17 .post-title a:hover {
    color: #00beb2;
}
.item-blog17.main-item .post-info {
    padding-top: 20px;
}
.item-blog17 .post-comment-date > li i.fa {
    color: #999;
    font-size: 12px;
    margin-right: 3px;
}
.item-blog17 .post-comment-date span {
    color: #999;
    font-size: 12px;
}
.item-blog17 .post-desc {
    line-height: 22px;
    margin-bottom: 0;
}
.post-table17 {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
}
.post-table17 > li {
    display: table;
    width: 100%;
}
.post-table17 .post-thumb {
    display: table-cell;
    width: 100px;
}
.post-table17 .post-info {
    display: table-cell;
    padding-left: 30px;
    vertical-align: top;
}
.item-blog17 .post-comment-date {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding: 3px 0;
}
.item-blog17 .post-comment-date > li {
    margin: 0 30px 0 0;
}
.item-blog17 {
    margin-bottom: 30px;
}
.item-blog17.main-item .post-comment-date {
    border: medium none;
}

.from-blog17 {
    margin-bottom: 10px;
}
.brand17 .title17.style2 {
    margin: 0 60px 30px 0;
}
.brand-slider17.owl-direct17 .owl-theme .owl-controls {
    right: 3px;
    top: -51px;
}
.footer17 .back-to-top.back-top-top17 {
    background: #333 none repeat scroll 0 0;
}
.footer17 .back-to-top.back-top-top17:hover{
    background:#09beb2;
}
.footer9.footer17 {
    margin: 50px 0 0;
    padding: 0;
}
.menu-box17  a:hover{
    color:#09beb2;
}
.newsletter9.newsletter17 input[type="submit"]:hover{
    background-color:#09beb2;
}
.social-footer9.social-footer17 {
    float: right;
}
.service-footer9.service-footer17 {
    margin-left: -15px;
    margin-right: -45px;
}
.service-footer9.service-footer17 > a:hover {
    color: #09beb2;
}
.social-footer9.social-footer17 > a:hover {
    background-color: #09beb2;
}

.footer-bottom17 {
    background: #333 none repeat scroll 0 0;
    padding: 15px 0;
}
.copyright17 {
    color: #ccc;
    margin: 5px 0 0;
}
.menu-footer17 > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.menu-footer17 li {
    border-right: 1px solid #999;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-right: 6px;
    padding-right: 10px;
}
.menu-footer17 a {
    color: #ccc;
}
.menu-footer17 li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.payment.payment17 {
    float: right;
    margin-top: 13px;
}
.payment a {
    display: inline-block;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.payment a:hover{
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
}
.payment.payment17 a{
    margin-right:10px;
}
/**********************************************************************************
                                    Home 18
***********************************************************************************/
.footer18 .back-to-top.back-top-top17:hover {
    background: #ff3e3e;
}
.footer18 .contact-footer9 > p a:hover{
    color:#ff3e3e;
}
.footer18 .menu-box17 a:hover {
    color: #ff3e3e;
}
.footer18 .newsletter9 input[type="submit"]:hover{
    background-color:#ff3e3e;
}
.footer18 .service-footer9.service-footer17 > a:hover {
    color: #ff3e3e;
}
.footer18 .social-footer9.social-footer17 > a:hover {
    background-color: #ff3e3e;
}
.footer-bottom18 .menu-footer17 a:hover {
    color: #ff3e3e;
}
.main-header18 {
    padding: 30px 0 25px;
}

.nav-header18 {
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
    margin-bottom: 30px;
}
.main-nav.main-nav18 > ul > li > a {
    height: 60px;
    line-height: 60px;
    padding: 0;
}
.main-nav.main-nav18 {
    margin: 0;
}
.info-total18 {
    float: right;
    margin-top: 20px;
}
.search-hover18 .search-form-hover::after{
    display:none;
}
.info-total18 > div {
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
}
.info-total18 .language-box .language-link {
    color: #ccc;
}
.info-total18 .language-box .currency-link {
    color: #ccc;
}
.info-total18 .currency-box .currency-link {
    color: #ccc;
}
.language-list, .currency-list {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.1);
    list-style: outside none none;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    z-index: 99;
    opacity:0;
    visibility:hidden;
    margin-top:30px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    font-size:14px;
}
.language-list{
    width: 130px;
}
.language-list a, .currency-list a {
    color: #555;
    padding: 5px 0;
}
.language-list a:hover, .currency-list a:hover{
    color:#ff3e3e;
}
.language-box:hover  .language-list ,
.currency-box:hover  .currency-list {
    opacity:1;
    margin-top:0;
    visibility:visible;
}
.my-account.my-account18 .my-account-link,.search-hover.search-hover18 .search-link{
    font-size:14px;
}
.banner-slider18 .owl-theme .owl-controls .owl-page.active span{
    background:#000;
}
.banner-slider18 .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    height: 16px;
    margin: 0 8px;
    width: 16px;
}
.banner-slider18 .owl-theme .owl-controls {
    bottom: 90px;
    left: 0;
    position: absolute;
    width: 100%;
}
.banner-slider18{
    margin-bottom:50px;
}
.winter-thumb > a {
    display: block;
    overflow: hidden;
    position: relative;
}
.winter-thumb > a img{
    width:100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.winter-thumb > a:hover img{
    transform:scale(1.15) rotate(5deg);
}
.winter-thumb > a::before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index:9;
}
.winter-thumb > a::after {
    background: rgba(255, 255,255, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index:9;
}
.winter-thumb > a:hover::after {
    left: 0;
    opacity: 0; 
    right: 0;
}
.winter-thumb > a:hover::before {
    bottom: 0;
    opacity: 0;
    top: 0;
}

.desc {
    color: #555;
}
.winter-info > h2 {
    font-weight: 700;
    margin: 0 0 21px;
    text-transform: uppercase;
}
.winter-info > h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 42px;
    padding-left: 45px;
    position: relative;
    text-transform: uppercase;
}
.winter-info > h3::before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 35px;
}
.winter-info {
    padding-top: 43px;
}
.winter-info > h4 {
    font-family: poppins;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 37px;
}
.winter-info .desc {
    padding-left: 95px;
    position: relative;
}
.winter-info .desc span {
    display: block;
    font-size: 90px;
    left: 0;
    line-height: 90px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 90px;
}
.winter-info .desc span::after {
    background: #555 none repeat scroll 0 0;
    bottom: 7px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    width: 35px;
}
.seasion-collect18 {
    margin-bottom: 50px;
}
.collect-content18 {
    margin-left: 40px;
    position: relative;
}
.collect-info18 {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 50px 50px 60px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.collect-info18 > h2 {
    font-weight: 700;
    margin: 0 0 20px;
}
.collect-info18 > h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 20px;
}
.collect-slider18 .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    bottom: 150px;
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    height: auto;
    line-height: inherit;
    position: absolute;
    width: auto;
    z-index: 999;
}
.collect-slider18 .owl-theme .owl-controls .owl-buttons div:hover{
    color:#ff3e3e;
}
.collect-slider18 .owl-theme .owl-controls .owl-buttons div i{
    height:auto;
    line-height:inherit;
}
.collect-slider18 .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left:90px;
}
.collect-slider18 .owl-theme .owl-controls .owl-buttons div.owl-next{
    right:90px;
}
.collect-info18 .product-price ins {
    color: #fff;
    font-family: lato;
    font-weight: 700;
}
.collect-info18 .shopnow {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 22px 0 0;
    padding: 0 35px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.collect-info18 .shopnow:hover{
    border-color:#ff3e3e;
    background:#ff3e3e;
}
.collect-info18 .owl-pagination .owl-page{
    display:inline-block;
}
.collect-info18 .owl-pagination .owl-page.active span{
    background:#000;
}
.collect-info18 .owl-pagination .owl-page span{
    display:block;
    width:10px;
    height:10px;
    background:#fff;
    border-radius:50%;
    margin:0 5px;
    cursor:pointer;
}
.collect-info18 .product-price {
    margin-bottom: 16px;
}
.adv-slider18 .owl-item .item-adv18 .adv-thumb img{
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.adv-slider18 .owl-item.onhover .item-adv18 .adv-thumb img{
    opacity:0.5;
}
.item-adv18 .adv-info > h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.item-adv18 .adv-info > h2 a:hover{
    color:#ff3e3e;
}
.item-adv18 .adv-info > h2 a{
    color:#333;
}
.item-adv18 .adv-info {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin-top: 15px;
    text-align: center;
}
.item-adv18 .adv-info > p {
    color: #999;
}
.item-adv18 .shopnow {
    border: 3px solid #e5e5e5;
    color: #333;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-adv18 .shopnow:hover {
    color:#fff;
    background:#ff3e3e;
    border-color:#ff3e3e;
}

.pro-tab-slider18 .owl-theme .owl-controls .owl-buttons div {
    font-size: 14px;
    height: 40px;
    margin:0;
    width: 40px;
    position:absolute;
    top:-51px;
}
.pro-tab-slider18 .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left:0px;
}
.pro-tab-slider18 .owl-theme .owl-controls .owl-buttons div.owl-next{
    right:0px;
}
.pro-tab-slider18 .owl-theme .owl-controls .owl-buttons div i {
    height: 40px;
    line-height: 40px;
}

.item-adv18 p {
    margin: 8px 0 12px;
}
.adv-slider18 .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    color: #333;
    font-size: 30px;
    height: auto;
    position: absolute;
    width: auto;
    top:85px;
}
.adv-slider18 .owl-theme .owl-controls .owl-buttons div:hover {
    color:#ff3e3e;
}
.adv-slider18 .owl-theme .owl-controls .owl-buttons div i{
    height:auto;
    line-height:inherit;
}
.adv-slider18 .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left:-30px;
}
.adv-slider18 .owl-theme .owl-controls .owl-buttons div.owl-next{
    right:-30px;
}
.adv-slider18 {
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
}
.adv-slider18::after {
    border-bottom: 1px dashed #e5e5e5;
    bottom: -4px;
    content: "";
    height: 0px;
    left: 0;
    position: absolute;
    width: 100%;
}
.trend-box18 > h2 {
    font-weight: 700;
    margin: 0 0 45px;
    text-align: center;
    text-transform: uppercase;
}
.collect-content18 .banner-thumb img {
    width: 100%;
}
.inner-trend-box18 {
    padding-left: 320px;
    position: relative;
}
.trend-title18 {
    left: 0;
    position: absolute;
    top: 0;
    width: 270px;
}
.trend-title18 > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.trend-title18 a {
    color: #333;
    display: block;
    font-family: lato;
    font-size: 18px;
    padding-right: 40px;
    position: relative;
    text-transform: uppercase;
}
.trend-title18 a img {
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:scale(0);
    -webkit-transform:scale(0);
}
.trend-title18 a h3 {
    color: #999;
    font-size: 18px;
    margin: 13px 0 0;
}
.trend-title18 li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.trend-title18 a span {
    font-weight: 700;
}
.trend-title18 li.active a h3 {
    color: #333;
}
.trend-title18 li.active a img,.trend-title18 li:hover a img{
    transform:scale(1);
    -webkit-transform:scale(1);
}

.tren-info18 .title-detail {
    font-size: 18px;
    margin-bottom: 24px;
}
.trend-thumb18 {
    margin-right: 15px;
}
.tren-info18.detail-info {
    margin-left: 5px;
}
.trend-box18 {
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
}
.trend-box18::after {
    border-bottom: 1px dashed #e5e5e5;
    bottom: -4px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.trend-thumb18 a{
    display:block;
    position:relative;
    overflow:hidden;
}
.trend-thumb18 a::before{
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.1);
    z-index:9;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    position:absolute;
    opacity:0;
}
.trend-thumb18 a::after{
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.1);
    z-index:9;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    position:absolute;
    opacity:0;
}
.trend-thumb18 a:hover::before{
    top:50%;
    bottom:50%;
    opacity:1;
}
.trend-thumb18 a:hover::after{
    left:50%;
    right:50%; 
    opacity:1;
} 
.banner-adv18 {
    margin-bottom: 50px;
    position: relative;
}
.banner-adv18 .banner-info {
    color: #fff;
    margin-top: -80px;
    text-align: center;
    text-transform: uppercase;
}
.banner-adv18 .banner-info h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 3px;
}
.banner-adv18 .banner-info h3 {
    font-size: 30px;
    font-weight: 300;
    margin: 0;
}
.banner-adv18 .banner-info .buynow {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 25px;
    padding: 0 50px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.banner-adv18 .banner-info .buynow:hover {
    border-color:#ff3e3e;
    background:#ff3e3e;
}
.banner-adv18 .banner-thumb img{
    width:100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.banner-adv18 .banner-thumb a{
    display:block;
    overflow:hidden;
}
.banner-adv18:hover .banner-thumb img{
    transform:scale(1.2) rotate(-5deg);
    -webkit-transform:scale(1.2) rotate(-5deg);
}
.body-point {
    margin-bottom: 50px;
    padding-left: 285px;
    position: relative;
}
.fashion-brand {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 350px;
}
.inner-fashion-brand {
    background: #1b2852 none repeat scroll 0 0;
    padding: 80px 15px;
    position: relative;
    text-align: center;
    z-index: 99;
}
.content-body-point {
    padding-right: 285px;
    position: relative;
}
.body-point-info {
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
}
.list-brand18 > a {
    display: block;
    padding: 18px 0;
}
.inner-fashion-brand .view-brand {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    padding: 0 25px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.inner-fashion-brand .view-brand:hover{
    color:#fff;
    background:#ff3e3e;
}
.inner-fashion-brand > p {
    color: #e0e0e0;
    display: inline-block;
    font-family: lato;
    font-size: 18px;
    font-weight: 700;
    margin: 60px 0 40px;
    position: relative;
    text-transform: uppercase;
}
.inner-fashion-brand > p span {
    font-weight: 300;
}
.inner-fashion-brand > p::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: -28px;
    width: 100%;
}
.fashion-brand::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    right: 0;
    top: -5px;
    transform: skewY(1.5deg);
    -webkit-transform: skewY(1.5deg);
    z-index: 8;
}
.fashion-brand::after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 10px;
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    transform: skewX(1.5deg);
    -webkit-transform: skewX(1.5deg);
    width: 20px;
    z-index: 8;
}

.bdp-element h2 {
    font-family: poppins;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}
.bdp-element p {
    color: #999;
    margin-bottom: 5px;
}
.bdp-element .shopnow {
    color: #555;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.bdp-element .shopnow i {
    margin-left: 5px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.bdp-element:hover .shopnow {
    color:#ff3e3e;
}
.bdp-element:hover .shopnow i {
    transform:translateX(10px) rotate(360deg);
    -webkit-transform:translateX(10px) rotate(360deg);
}
.bdp-element.bdp-glass {
    margin-top: 65px;
}
.bdp-element.bdp-shirt {
    margin-top: 30px;
}
.bdp-element.bdp-blaze {
    margin-top: 30px;
}
.bdp-element.bdp-pant {
    margin-top: 170px;
}
.bdp-element.bdp-shoe {
    margin-top: 90px;
}
.bdp-element {
    position: relative;
    cursor:pointer;
}
.bdp-element::before {
    background: rgba(0, 0, 0, 0) url("../images/home18/bg-line.png") no-repeat scroll left center;
    content: "";
    height: 20px;
    margin-right: 20px;
    position: absolute;
    right: 100%;
    top: 0;
    width: 20px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.bdp-element.bdp-glass:hover::before{
    width:360px;
}
.bdp-element.bdp-shirt:hover::before{
    width:390px;
}
.bdp-element.bdp-blaze:hover::before{
    width:327px;
}
.bdp-element.bdp-pant:hover::before{
    width:300px;
}
.bdp-element.bdp-shoe:hover::before{
    width:240px;
}
.body-point-thumb > a{
    display:block;
    position:relative;
    overflow:hidden;
}
.body-point-thumb > a::before{
    content:"";
    position:absolute;
    top:40%;
    bottom:60%;
    left:0;
    right:0;
    background:rgba(0,0,0,0.3);
    opacity:1;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    z-index:9;
}
.body-point-thumb > a::after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    right:50%;
    background:rgba(0,0,0,0.3);
    opacity:1;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    z-index:9;
}
.body-point-thumb > a:hover::before{
    opacity:0;
    top:0;
    bottom:0;
}
.body-point-thumb > a:hover::after{
    opacity:0;
    left:0;
    right:0;
}
.body-point-thumb > a img{
    width:100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.body-point-thumb > a:hover img{
    transform:scale(1.15);
}
.list-brand18 a img{
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.list-brand18 a:hover img{
    transform:scale(1.15);
}
.trend-thumb18 a img {
    left: 0;
    position: absolute;
    top: 0;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    opacity:0;
}
.trend-thumb18 a img.active{
    position:static;
    opacity:1;
}
.wrap-newsletter18 {
    background-color: rgba(0, 0, 0, 0);
    background-image:url("../images/home18/parallax.jpg");
    background-repeat:no-repeat;
    background-attachment:fixed;
    (;background-attachment:scroll;);
    background-position:center center;
    padding: 160px 0;
    position: relative;
}
.wrap-newsletter18::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.newsletter.newsletter18 {
    border: 2px solid #fff;
    margin: auto;
    max-width: 970px;
    padding: 60px;
    position: relative;
    text-align: center;
    z-index: 9;
}
.newsletter.newsletter18 > label {
    color: #fff;
    display: inline-block;
    font-family: lato;
    font-size: 30px;
    font-weight: 700;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.newsletter.newsletter18 > form {
    display: inline-block;
    max-width: 490px;
    padding-right: 130px;
    position: relative;
    width: 100%;
}
.newsletter.newsletter18 > form input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 700;
    height: 50px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 130px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.newsletter.newsletter18 > form input[type="submit"]:hover {
    background:#ff3e3e;
}
.newsletter.newsletter18 > form input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #999;
    height: 50px;
    padding: 0 20px;
    width: 100%;
}
.product-tab18 > h2 {
    font-weight: 700;
    margin: 45px 0;
    text-align: center;
    text-transform: uppercase;
}
.pro-tab-slider18 {
    margin: 0 -10px;
}
.pro-tab-title18 {
    border-color: #e5e5e5;
    border-style: dashed;
    border-width: 1px 1px 0;
    padding: 10px;
}
.pro-tab-title18 > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.pro-tab-title18 li {
    display: inline-block;
}
.pro-tab-title18 a {
    color: #333;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
}
.pro-tab-title18 li.active a {
    background: #f6f6f6 none repeat scroll 0 0;
}
.item-pro18 .product-size {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:translateY(100%);
    -webkit-transform:translateY(100%);
}
.item-pro18 .product-thumb {
    overflow: hidden;
    z-index: 99;
}
.item-pro18:hover .product-size{
    transform:translateY(0);
    -webkit-transform:translateY(0);
}
.product-size > li {
    color: #fff;
    display: inline-block;
    padding: 8px;
}
.item-pro18 .product-info {
    padding: 15px 15px 0;
    position: relative;
    text-align: center;
    z-index: 99;
}
.item-pro18 .product-title a {
    font-family: poppins;
    font-weight: 400;
    text-transform: capitalize;
}
.item-pro18 .product-price ins {
    font-size: 18px;
}
.item-pro18 .product-price del {
    padding: 0 3px;
}
.item-pro18 .product-extra-link > a {
    background: #999 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.item-pro18 .product-extra-link {
    bottom: 0px;
    left: 0;
    padding: 0 41px;
    position: absolute;
    width: 100%;
    z-index: 9;
    opacity:0;
    visibility:hidden;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-pro18:hover .product-extra-link {
    opacity:1;
    visibility:visible;
    bottom: -50px;
} 
.item-pro18 .product-extra-link > a.wishlist-link {
    left: 0;
    position: absolute;
    top: 0;
}
.item-pro18 .product-extra-link > a.compare-link {
    position: absolute;
    right: 0;
    top: 0;
}
.item-pro18 .product-extra-link > a.addcart-link {
    width: 100%;
}
.item-pro18 .product-extra-link > a:hover{
    background:#ff3e3e;
}
.product-tab18 .tab-content {
    border: 1px dashed #e5e5e5;
    padding: 0 20px;
}
.pro-tab-slider18 .item {
    padding: 0 10px;
}
.item-pro18 {
    margin-bottom: 20px;
    position: relative;
}
.item-pro18:hover{
    z-index:999;
}
.item-pro18::after {
    background: #333 none repeat scroll 0 0;
    bottom: -20px;
    content: "";
    left: -20px;
    opacity: 0;
    position: absolute;
    right: -20px;
    top: -20px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-pro18:hover::after {
    bottom: -70px;
    opacity: 1;
}
.item-pro18:hover .product-title a{
    color:#fff;
}
.item-pro18:hover .product-price del{
    color:#fff;
}
.pro-tab-slider18 .owl-wrapper-outer {
    margin-bottom: -60px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 20px 10px 60px;
    width: auto;
}
.from-blog17.from-blog18 {
    margin-top: 43px;
}
.from-blog17.from-blog18 > h2 {
    margin-bottom: 45px;
    text-align: center;
}
/**********************************************************************************
                                    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;
}
/************************************************************************************
                                        Home 20
************************************************************************************/
.main-nav.main-nav20 .banner-info .shopnow:hover {
    background: #F3A479 none repeat scroll 0 0;
}
.main-nav.main-nav20 .mega-link > h3 a:hover {
    color: #F3A479;
}
.main-nav.main-nav20 .mega-list-link a:hover {
    color: #F3A479;
}
.main-nav.main-nav20 .product-title a:hover {
    color: #F3A479;
}
.main-nav.main-nav20 .product-price ins {
    color: #F3A479;
}
.main-nav.main-nav20 .mega-slider .owl-theme .owl-controls .owl-page.active span {
    background: #F3A479 none repeat scroll 0 0;
}
.info-total20 .language-list a:hover,.info-total20  .currency-list a:hover {
    color: #F3A479;
}
.info-total20 .list-account a:hover {
    color: #F3A479;
}
.info-total20 .mini-cart-title > a:hover {
    color: #F3A479;
}
.info-total20 .mini-cart-price {
    color: #F3A479;
}
.info-total20 .mini-cart-button a:hover {
    background: #F3A479 none repeat scroll 0 0;
}   
.smart-search20 .list-category-toggle a:hover {
    color: #F3A479;
}
.footer20 .newsletter-form7 input[type="submit"]:hover {
    background: #F2A379;
}
.footer20 .menu-box7 a:hover {
    color: #F2A379;
}
.footer20 .menu-footer7 a:hover {
    color: #F2A379;
}
.product-gall20 .owl-theme .owl-controls .owl-buttons div:hover{
    background:#F2A379;
}
.product-gall20 .owl-theme:hover .owl-controls .owl-buttons div{
    opacity:1;
}
.product-gall20 .owl-theme .owl-controls .owl-buttons div{
    height:40px;
    width:40px;
    font-size:14px;
    position:absolute;
    top:50%;
    margin-top:-50px;
    opacity:0;
}
.product-gall20 .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left:0;
}
.product-gall20 .owl-theme .owl-controls .owl-buttons div.owl-next{
    right:0;
}
.product-gall20 .owl-theme .owl-controls .owl-buttons div i{
    height:40px;
    line-height:40px;
}
.item-shopcat19.item-shopcat20:hover {
    border-color: #b67a5a;
}
.item-shopcat19.item-shopcat20:hover .cat-title {
    background: #b67a5a none repeat scroll 0 0;
    border-color: #b67a5a;
    color: #fff;
}
.banner-slider20 .owl-theme .owl-controls .owl-buttons div{
    margin-top:-20px;
}
.banner-slider20 .owl-theme .owl-controls .owl-buttons div:hover{
    background:#F3A479;
}
.item-product20 .product-info {
    padding-top: 24px;
    text-align: center;
}
.item-product20 .shopnow {
    background: #b67a5a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-top: 12px;
    padding: 0 20px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-product20 .shopnow:hover {
    background-color:#f3a479;
}
.item-product20 {
    margin-bottom: 50px;
}
.item-product20:hover .product-thumb img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.item-product20 .product-thumb img {
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-product20 .product-title {
    font-size: 30px;
    margin: 0 0 17px;
}
.item-product20 .product-title a:hover{
    color:#f3a479;
}
.grid-masonry {
    border-bottom: 2px solid #e5e5e5;
    margin: 0 0 45px;
}
.grid-masonry .grid{
    margin:0 -15px;
}
.item-product20 .owl-theme .owl-pagination {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 23px 15px;
    position: absolute;
    width: 100%;
}
.item-product20 .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border: medium none;
}
.item-product20 .owl-theme .owl-controls .owl-page.active span {
    background: #f3a479 none repeat scroll 0 0;
}
.list-service20 {
    border: 1px solid #e5e5e5;
    margin-bottom: 50px;
    margin-top: -1px;
    padding: 20px 0;
}
.item-service20.item-center{
    margin:0 -15px;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
}
.item-service20 .service-info h2 {
    color: #b67a5a;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 7px;
}
.item-service20 .service-info h2 a{
    color: #b67a5a;
}
.item-service20 .service-info h2 a:hover{
    color:#f3a479;
}
.item-service20 .service-info > p {
    color: #999;
    margin: 0;
}
.item-service20 {
    text-align: center;
}
.item-service20 .service-info {
    text-align: left;
}
.top-slider20 {
    margin-top: 30px;
}
.trend-slider20 {
    border: 1px solid #e5e5e5;
    margin-left: -30px;
    padding: 0 30px;
}
.trend-slider20 > h2 {
    color: #b67a5a;
    font-weight: 700;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.trend-slider20 .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    color: #999;
    font-size: 18px;
    height: auto;
    position: absolute;
    top: 150px;
    width: auto;
}
.trend-slider20 .owl-theme .owl-controls .owl-buttons div:hover{
    color: #f3a479;
} 
.trend-slider20 .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left:-20px;
}
.trend-slider20 .owl-theme .owl-controls .owl-buttons div.owl-next{
    right:-20px;
}
.trend-slider20 .owl-theme .owl-controls .owl-buttons div i {
    height: auto;
    line-height: inherit;
}
.item-trend20 .item-product .product-rating {
    position: static;
}
.item-trend20 .item-product .product-info {
    padding: 27px 0;
}
.item-trend20 .inner-rating {
    background-image: url("../images/home3/rate-star.png");
}
.item-trend20 .product-price ins {
    color: #f3a479;
    font-size: 18px;
}
.item-trend20:hover .product-title a{
    color: #f3a479;
}
.item-trend20 .product-price del {
    color: #999;
    padding: 0 3px;
}
.item-slider20 .banner-info > h3 {
    color: #b67a5a;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.item-slider20 .banner-info {
    margin-top: -100px;
    padding-left: 100px;
    text-transform: uppercase;
}
.item-slider20 .banner-thumb img {
    width: 100%;
}
.item-slider20 .banner-info h3 span {
    color: #f3a479;
}
.item-slider20 .banner-info h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 10px 0;
}
.main-nav.main-nav19.main-nav20 > ul > li > a::before{
    background:#f3a479 none repeat scroll 0 0 !important;
}
.main-nav.main-nav19.main-nav20 > ul > li > a::after{
    background:#f3a479 none repeat scroll 0 0;
}
.main-nav.main-nav19.main-nav20 > ul > li:hover > a {
    color: #f3a479;
}
.smart-search.smart-search20 .select-category .category-toggle-link::after{
    border:none;
    background:#999;
    line-height:16px;
    color:#fff;
}
.smart-search.smart-search20 .smart-search-form::after {
    color: #f3a479;
}

.top-menu20 {
    float: right;
}
.top-menu20 > ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.top-menu20 li {
    border-left: 1px solid #e5e5e5;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-left: 20px;
    padding-left: 24px;
}
.top-menu20 a {
    color: #999;
}
.top-menu20 a:hover{
    color: #f3a479;
}
.top-menu20 li:first-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.header20 {
    padding: 17px 0;
}
.phone-number20 {
    color: #999;
    margin-left: 37px;
}
.phone-number20 span {
    color: #f3a479;
}
.info-total20 {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 999;
}
.info-total20 > li {
    display: inline-block;
    margin-left: 35px;
}
.info-total20 .language-box > a,.info-total20 .currency-box > a {
    color: #999;
    text-transform: capitalize;
}

.info-total20 .my-account .my-account-link {
    color: #999;
    font-size: 14px;
}
.info-total20 .mini-cart .mini-cart-link {
    color: #999;
}
.info-total20 .mini-cart .mini-cart-icon {
    color: #f3a479;
}
.info-total20 .mini-cart-number span{
    color: #f3a479;
}
.info-total20 .my-account .my-account-link .fa-user {
    color: #f3a479;
    margin-right: 5px;
}
.info-total20 .currency-box > a span{
    color: #f3a479;
    margin-right:5px;
}
/**********************************************************************************
                                    Home 23
***********************************************************************************/
.info-total23 .search-form-hover::after{
    display:none;
}
.header23 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header-top23 {
    padding-top: 25px;
}
.info-total23 {
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    z-index: 99999;
}
.logo23{
    text-align:center;
}
.info-total23 > li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.info-total23 > li > div > a {
    display: block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
}
.category-box {
    position: relative;
}

.cat-menu-box .cat-menu-link {
    color: #fff;
    font-size: 14px;
}
.cat-menu-box .list-cat-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    list-style: outside none none;
    margin: 30px 0 0;
    padding: 15px 20px;
    position: absolute;
    top: 100%;
    left:0;
    width: 170px;
    opacity:0;
    visibility:hidden;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    z-index:99;
}
.cat-menu-box:hover .list-cat-menu{
    margin-top:0;
    opacity:1;
    visibility:visible;
}
.cat-menu-box {
    position: relative;
    z-index: 99;
}
.cat-menu-box .list-cat-menu li a {
    color: #333;
    text-transform: uppercase;
}
.cat-menu-box .list-cat-menu li a:hover {
    color: #ff3e3e;
}
.info-total23 .my-account .my-account-link{
    font-size:14px;
    color:#fff;
}
.info-total23 .search-hover .search-link {
    font-size:14px;
    color:#fff;
}

.info-total23 .list-account {
    left: 0;
    right: auto;
}
.info-total23 .search-form-hover {
    left: 0;
    right: auto;
}
.info-total23 > li > div > a > i {
    position: relative;
    z-index: 9;
}
.info-total23 > li > div > a::before {
    background: #ff3e3e none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.3s ease-out 0s;
    width: 40px;
}
.info-total23 > li > div:hover > a::before {
    transform: scale(1);
}
.mini-cart.mini-cart23 {
    float: right;
    margin-top: 13px;
}
.mini-cart.mini-cart23 .mini-cart-link {
    color: #fff;
}
.mini-cart23 .mini-cart-icon {
    color: #fff;
}
.mini-cart.mini-cart23 .mini-cart-number {
    color: #fff;
}
.mini-cart.mini-cart23:hover .mini-cart-icon {
    color: #ff3e3e;
}
.main-nav.main-nav23 > ul > li::after {
    display: none;
}
.main-nav.main-nav23 > ul > li > a {
    color: #000000;
    font-size: 14px;
}
.main-nav.main-nav23 {
    text-align: center;
}
.main-nav.main-nav23>ul>li{
    text-align:left;
}
.main-nav.main-nav23 > ul > li {
    margin: 0 25px;
}
.header-nav23 {
    padding-bottom: 16px;
    padding-top: 12px;
}
.main-nav.main-nav23 > ul > li:hover > a {
    color: #ff3e3e;
}

.banner-slider23 .owl-theme .owl-controls .owl-buttons >div {
    background: transparent none repeat scroll 0 0;
    height: 60px;
    margin-top: 20px;
    position: absolute;
    top: 50%;
    width: 60px;
}
.banner-slider23 .owl-theme .owl-controls .owl-buttons div i {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 50%;
    (;border-radius:0;);
    color: #fff;
    display: block;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 99;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.banner-slider23 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 50px;
}
.banner-slider23 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 50px;
}
.banner-slider23 .owl-theme .owl-controls .owl-buttons div:hover {
    background: transparent none repeat scroll 0 0;
}
.banner-slider23 .owl-theme .owl-controls .owl-buttons div > div {
    height: 100px;
    left: -20px;
    position: absolute;
    top: -20px;
    width: 100px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:scale(0);
    -webkit-transform:scale(0);
    border-radius:50%;
    (;border-radius:0;);
}
.banner-slider23 .owl-theme .owl-controls .owl-buttons div:hover>div{
    transform:scale(1);
    -webkit-transform:scale(1);
}
.banner-slider23 .owl-theme .owl-controls .owl-buttons div:hover> i{
    background:transparent;
}
.banner-slider23 .owl-theme .owl-controls .owl-buttons div > div > a {
    border-radius: 50%;
    display: block;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100px;
}
.banner-slider23 .owl-theme .owl-controls .owl-buttons div > div > a > img {
    height: 100%;
    left: -25%;
    max-width: none;
    opacity: 0.5;
    position: absolute;
    top: 0;
}
.banner-slider23 .owl-theme .owl-controls .owl-buttons div > div > a::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.footer23 {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    position: absolute;
    width: 100%;
}
.copyright23 {
    color: #fff;
    margin: 5px 0 0;
}
.copyright23 a {
    color: #ff3e3e;
}
.social-network23 {
    text-align: right;
}
.social-network23 > a {
    color: #fff;
    font-size: 18px;
    margin-left: 24px;
}
.social-network23 > a:hover {
    color: #ff3e3e;
}
.copyright23 a:hover {
    color: #fff;
}

.item-banner23 .banner-info {
    color: #fff;
    margin-top: -55px;
    text-align: center;
    text-transform: uppercase;
}
.item-banner23 .banner-info > h2 {
    font-size: 100px;
    font-weight: 300;
    height: 92px;
    line-height: 92px;
    margin: 0;
}
.item-banner23 .banner-info > h3 {
    font-size: 60px;
    font-weight: 700;
    height: 54px;
    line-height: 54px;
    margin: 2px 0;
}
.item-banner23 .banner-info h4 {
    font-size: 60px;
    font-weight: 300;
    height: 72px;
    line-height: 72px;
    margin: 0;
}
.item-banner23 .banner-info span {
    display: inline-block;
}
.item-banner23 .banner-info > h2 span {
    background: rgba(165, 149, 149, 0.5) none repeat scroll 0 0;
    padding: 0 30px;
}
.item-banner23 .banner-info > h3 span {
    background: rgba(255, 26, 0, 0.5) none repeat scroll 0 0;
    padding: 0 25px;
}
.item-banner23 .banner-info h4 span {
    background: rgba(241, 188, 108, 0.5) none repeat scroll 0 0;
    padding: 0 15px;
}
.item-banner{
    position:relative;
    overflow:hidden;
}
/*Begin Slider Effect*/
.time-delay1{
    transition-delay:0.5s;
    -webkit-transition-delay:0.5s; 
}
.time-delay2{
    transition-delay:1s;
    -webkit-transition-delay:1s; 
}
.time-delay3{
    transition-delay:1.5s;
    -webkit-transition-delay:1.5s; 
}
.time-delay4{
    transition-delay:2s;
    -webkit-transition-delay:2s; 
}
.top-to-bottom{
    transform:translateY(-500px) scale(0);
    -webkit-transform:translateY(-500px) scale(0);
    transition-property:all;
    transition-timing-function:ease-out;
    transition-duration:0.5s;
    -webkit-transition-property:all;
    -webkit-transition-timing-function:ease-out;
    -webkit-transition-duration:0.5s;
}
.owl-item.active .top-to-bottom{
    transform:translateY(0) scale(1);
    -webkit-transform:translateY(0) scale(1);
}
.bottom-to-top{
    transform:translateY(500px) scale(0);
    -webkit-transform:translateY(500px) scale(0);
    transition-property:all;
    transition-timing-function:ease-out;
    transition-duration:0.5s;
    -webkit-transition-property:all;
    -webkit-transition-timing-function:ease-out;
    -webkit-transition-duration:0.5s;
}
.owl-item.active .bottom-to-top{
    transform:translateY(0) scale(1);
    -webkit-transform:translateY(0) scale(1);
}
.right-to-left{
    transform:translateX(500px) scale(0);
    -webkit-transform:translateX(500px) scale(0);
    transition-property:all;
    transition-timing-function:ease-out;
    transition-duration:0.5s;
    -webkit-transition-property:all;
    -webkit-transition-timing-function:ease-out;
    -webkit-transition-duration:0.5s;
}
.owl-item.active .right-to-left{
    transform:translateX(0) scale(1);
    -webkit-transform:translateX(0) scale(1);
}
.left-to-right{
    transform:translateX(-500px) scale(0);
    -webkit-transform:translateX(-500px) scale(0);
    transition-property:all;
    transition-timing-function:ease-out;
    transition-duration:0.5s;
    -webkit-transition-property:all;
    -webkit-transition-timing-function:ease-out;
    -webkit-transition-duration:0.5s;
}
.owl-item.active .left-to-right{
    transform:translateX(0) scale(1);
    -webkit-transform:translateX(0) scale(1);
}
/*End Slider Effect*/
/********************************************************************************
                                        Home 22
*********************************************************************************/
.header22 .main-nav.main-nav14 li:hover > a {
    color: #25C6A5;
}
.header22 .main-nav.main-nav14 .sub-menu li:hover a {
    color: #25C6A5;
}
.header22 .search-form-hover::after {
    display:none;
}
.header22 {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.header-nav22 {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.mini-cart22 .mini-cart-title > a:hover {
    color:#25C6A5;
}
.mini-cart22 .mini-cart-price{
    color: #25C6A5;
}
.mini-cart22 .mini-cart-button a:hover {
    background: #25C6A5;
}
.header-nav22 .list-account a:hover{
    color:#25C6A5;
}
.header-nav22 > li {
    float: left;
}
.wrap-cart-control {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    float: right;
    height: 100px;
    padding-right: 100px;
    position: relative;
    width: 470px;
}
.mini-cart.mini-cart22 {
    background: #25c6a5 none repeat scroll 0 0;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.control-slider22 {
    float: left;
    width: 100%;
}
.control-slider22 a:hover {
    color:#25c6a5;
}
.control-slider22 a {
    border-left: 1px solid #e5e5e5;
    color: #000;
    float: left;
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 50%;
}
.mini-cart.mini-cart22 .mini-cart-link {
    color: #fff;
    display: block;
    text-align: center;
}
.mini-cart.mini-cart22 .mini-cart-link .mini-cart-icon {
    color: #fff;
    display: block;
    font-size: 30px;
    margin-top: 10px;
}
.logo22 {
    background: #25c6a5 none repeat scroll 0 0;
    height: 100px;
    padding-top: 15px;
    text-align: center;
    width: 270px;
}
.header-nav22 .menu-hover{
    margin:0;
}
.header-nav22 .menu-hover .menu-hover-link ,
.header-nav22 .my-account .my-account-link ,
.header-nav22 .search-hover .search-link {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
    color:#fff;
    margin:0;
    padding:0;
}
.header-nav22 .menu-hover:hover .menu-hover-link ,
.header-nav22 .my-account:hover .my-account-link ,
.header-nav22 .search-hover:hover .search-link {
    color:#25C6A5;
}
.header-nav22 .content-menu-hover {
    margin-left: -270px;
}
.header-nav22 .list-account,.header-nav22 .search-form-hover{
    right:auto;
    left:0;
}
.slider-page {
    min-height: 680px;
}
.slider-info {
    background: #fff none repeat scroll 0 0;
    padding: 150px 100px 0;
    position: absolute; 
    right: 0;
    top: 0;
    width: 470px;
    height:100%;
}
.slider-info > h2 {
    font-weight: 700;
    margin: 0 0 45px;
    text-transform: uppercase;
}
.item-product22 {
    margin-bottom: 40px;
}
.item-product22 .product-price ins{
    color:#25c6a5;
}
.item-product22 .product-price del {
    color: #999;
    padding: 0 2px;
}
.item-product22 .product-info {
    padding-top: 11px;
    text-align: center;
}
.item-product22 .product-title {
    font-family: poppins;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: capitalize;
}
.item-product22 .product-title a:hover{
    color:#25c6a5;
}
.item-product22 .product-rating {
    margin: auto;
}
.item-product22 .product-extra-link {
    border-top: 2px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 13px;
}
.item-product22 .product-extra-link a {
    color: #333;
    font-size: 18px;
    margin: 0 13px;
}
.item-product22 .product-extra-link a:hover{
    color:#25c6a5;
}
.item-product22 .inner-rating {
    background-image:url("../images/home3/rate-star.png");
}
.item-product22 .product-thumb:hover .product-thumb-link::after{
    opacity:1;
} 
.item-product22 .product-thumb:hover .quickview-link{
    opacity:1;
    transform:scale(1);
    -webkit-transform:scale(1);
}
.item-product22 .product-thumb .quickview-link:hover{
    color:#25c6a5;
}
.product-scroll {
    height: 880px;
    overflow: hidden;
    position: relative;
    width: 330px;
}
.product-scroll .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0;
}
.product-scroll .mCSB_scrollTools .mCSB_draggerRail {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 0;
    width: 5px;
}
.product-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
    width: 5px;
    background: #25c6a5 none repeat scroll 0 0;
}
.product-scroll .mCSB_container {
    margin-right: 0px;
}
.product-scroll .mCustomScrollBox > .mCSB_scrollTools {
    opacity: 1;
    right: 0;
    width: 5px;
    z-index: 999;
}
.product-scroll .mCustomScrollBox{
    padding-right:60px;
}
/************************************************************************************
                                    Home 21
************************************************************************************/
.main-nav21.main-nav > ul > li.menu-item-has-children:hover > a::before{
    background:#25c6a5;
}
.main-nav21.main-nav > ul > li.has-mega-menu:hover > a::before{
    background:#25c6a5;
}
.main-nav21.main-nav .sub-menu li:hover > a {
    color: #25c6a5;
}
.main-nav21.main-nav .banner-info .shopnow:hover {
    background: #25c6a5 none repeat scroll 0 0;
}
.main-nav21.main-nav .mega-link > h3 a:hover {
    color: #25c6a5;
}
.main-nav21.main-nav .mega-list-link a:hover {
    color: #25c6a5;
}
.main-nav21.main-nav .product-title a:hover {
    color: #25c6a5;
}
.main-nav21.main-nav .product-price ins {
    color: #25c6a5;
}
.main-nav21.main-nav .mega-slider .owl-theme .owl-controls .owl-page.active span {
    background: #25c6a5 none repeat scroll 0 0;
}
.mini-cart21 .mini-cart-price {
    color: #25c6a5;
}
.mini-cart21 .mini-cart-title > a:hover {
    color: #25c6a5;
}
.mini-cart21 .mini-cart-button a:hover {
    background: #25c6a5 none repeat scroll 0 0;
}
.content21 {
    margin-bottom: 40px;
    padding-left: 270px;
    position: relative;
}
.sidebar21 {
    background: #f4f4f4 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    padding: 45px 50px;
    position: absolute;
    top: 0;
    width: 270px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.sidebar21 .toggle-sidebar21 {
    border: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 24px;
    height: 32px;
    left: 100%;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 36px;
    z-index: 999;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    background:#fff;
    display:none;
}
.sidebar21 .toggle-sidebar21:hover{
    color: #25c6a5;
}
.sidebar21 .toggle-sidebar21::after{
    font-family:"fontAwesome";
    content:"\f03c";
}
.sidebar21 .toggle-sidebar21.active::after{
    content:"\f03b";
}
.weather-collection > h2 {
    font-family: poppins;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.weather-collection a {
    color: #555;
}
.weather-collection li {
    padding: 8px 0;
}
.weather-collection a:hover {
    color: #25c6a5;
}
.weather-collection {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
}
.list-pages21 a {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}
.list-pages21 li {
    padding: 18px 0;
}
.list-pages21 {
    margin-top: 25px;
}
.list-pages21 a:hover {
    color: #25c6a5;
}
.header21 {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 50px;
}

.main-nav.main-nav21 > ul > li > a {
    font-size: 14px;
}
.main-nav.main-nav21 > ul > li:hover > a{
    color: #25c6a5;
}
.main-nav.main-nav21 > ul > li::after {
    display: none;
}
.main-nav.main-nav21 > ul > li {
    margin-right: 55px;
}
.main-nav.main-nav21 {
    display: inline-block;
    position: relative;
    z-index: 999999;
}
.search-form21 {
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin-right: 40px;
    width: 340px;
}
.search-form21 > form {
    padding-right: 40px;
    position: relative;
}
.search-form21 > form::after {
    color: #333;
    content: "";
    font-family: fontawesome;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.search-form21 input[type="text"] {
    border: medium none;
    color: #999;
    height: 40px;
    padding: 0 15px;
    width: 100%;
}
.search-form21 input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: 9;
}
.mini-cart.mini-cart21 {
    display: inline-block;
}
.mini-cart.mini-cart21 .mini-cart-icon {
    color: #25c6a5;
    font-size: 14px;
}
.header-nav21 {
    float: right;
    margin-top: 9px;
}
.main-content21 {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 50px;
}
.item-adv21 {
    margin: 0 10px 50px;
    text-align: center;
}
.item-adv21 .adv-thumb-link{
    display:block;
    overflow:hidden;
}
.item-adv21 .adv-thumb-link img{
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-adv21:hover .adv-thumb-link img{
    transform:scale(1.15) rotate(5deg); 
    -webkit-transform:scale(1.15) rotate(5deg); 
}
.trans-box.item-adv21 .adv-info h3 {
    font-size: 14px;
}
.item-adv21 .adv-info h3 {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.item-adv21.hole-box .adv-info h3 {
    font-size: 24px;
    margin-bottom: 44px;
    position: relative;
}
.item-adv21.hole-box .adv-info h3::after {
    background: #333 none repeat scroll 0 0;
    bottom: -27px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -75px;
    position: absolute;
    width: 150px;
}
.list-adv21 {
    margin: 0 -10px;
}
.polo-gallery {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    margin: 0 10px 50px;
}
.item-adv21 .desc {
    margin-bottom: 27px;
}
.btn-hole {
    background: rgba(0, 0, 0, 0) url("../images/home21/shopnow.png") no-repeat scroll center center;
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 210px;
    background-size:100% 100%;
}
.item-adv21 .adv-thumb {
    overflow: hidden;
    position: relative;
}
.polo-slider .owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 60px;
    margin: -30px 0 0;
    position: absolute;
    top: 50%;
    width: 60px;
}
.polo-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}
.polo-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}
.polo-slider .owl-theme .owl-controls .owl-buttons div i {
    height: 60px;
    line-height: 60px;
}
.polo-slider .owl-theme .owl-controls .owl-buttons div:hover {
    background: #25c6a5 none repeat scroll 0 0;
}
.polo-info {
    background: #fff none repeat scroll 0 0;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 37px 0;
    text-align: center;
    text-transform: uppercase;
}
.item-adv21.trans-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-bottom: 80px;
    position: relative;
}
.item-adv21.trans-box .shopnow {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 38px;
    padding: 0 45px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-adv21.trans-box .shopnow:hover{
    background:#25c6a5;
}
.item-adv21.trans-box .adv-info {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 32px 15px 20px;
    position: absolute;
    width: 100%;
    transform: translateY(75px);
    -webkit-transform: translateY(75px);
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-adv21.trans-box:hover  .adv-info {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.item-adv21 .adv-info h3 a,.polo-info a{
    color:#333;
}
.item-adv21 .adv-info h3 a:hover,.polo-info a:hover{
    color:#25c6a5;
}

.item-adv21.read-box {
    background: rgba(0, 0, 0, 0) url("../images/home21/ad-6.png") no-repeat scroll center top / 100% auto;
    padding: 23px 0;
}
.item-adv21.read-box > h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin: auto auto 50px;
    max-width: 180px;
    position: relative;
    text-transform: uppercase;
}
.item-adv21.read-box > h3 a {
    color: #333;
}
.item-adv21.read-box > h3::after {
    background: #333 none repeat scroll 0 0;
    bottom: -28px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.item-adv21.read-box > p {
    padding: 0 30px;
}
.item-adv21.read-box .readmore {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    color: #333;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 35px;
    padding: 0 45px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-adv21.read-box .readmore:hover {
    color:#fff;
    background:#25c6a5;
}
.product-box21 {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #e5e5e5;
    margin: 0 -50px;
    padding: 50px 50px 5px;
    text-align: center;
    border-bottom:1px solid #e5e5e5;
}
.product-box21 > h2 {
    font-size: 24px;
    font-weight: 700;
    margin: -5px 0 20px;
}
.product-box21 > p {
    color: #999;
    font-weight: 700;
}
.product-box21 > p a {
    color: #333;
    margin-left: 6px;
}
.product-box21 > p a:hover{
    color:#25c6a5;
}
.product-slider21 {
    margin-top: 42px;
}
.item-product21 {
    margin: 0 25px;
    overflow: hidden;
}
.item-product21 .product-price ins {
    color: #25c6a5;
    font-size: 24px;
}
.item-product21 .product-price del {
    color: #999;
    padding: 0 3px;
}
.item-product21 .product-title {
    font-family: poppins;
    font-weight: 400;
    text-transform: capitalize;
}
.item-product21 .product-title a:hover{
    color:#25c6a5;
}
.item-product21:hover .product-rating {
    transform:translateX(-300px);
    -webkit-transform:translateX(-300px);
}
.item-product21 .product-rating {
    margin: 16px auto auto;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:translateX(0);
    -webkit-transform:translateX(0);
}
.item-product21 .inner-rating{
    background: url("../images/home3/rate-star.png");
}
.product-slider21 .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    color: #333;
    height: auto;
    margin-top: -130px;
    position: absolute;
    top: 50%;
    width: auto;
}
.product-slider21 .owl-theme .owl-controls .owl-buttons div:hover{
    color:#25c6a5;
}
.product-slider21 .owl-theme .owl-controls .owl-buttons div i {
    height: auto;
    line-height: inherit;
}
.product-slider21 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -20px;
}
.product-slider21 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
}
.item-product21 .product-info {
    padding-top: 12px;
}
.item-product21 .product-extra-link {
    border-top: 2px solid #e5e5e5;
    margin-top: 20px;
    padding-bottom: 33px;
    padding-top: 8px;
}
.item-product21 .product-extra-link a:hover {
    background:#25c6a5;
    color:#fff;
    
}
.item-product21 .product-extra-link a {
    color: #333;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    width: 40px;
    border-radius:50%;
}
.item-product21 .product-thumb-link::after{
    background:rgba(0,0,0,0.3);
}
.item-product21:hover .product-thumb-link::after{
    opacity:1;
}

.item-product21 .product-thumb .quickview-link::after {
    display: none;
}
.item-product21 .product-thumb .quickview-link:hover {
    color:#25c6a5;
}
.item-product21 .product-thumb .quickview-link {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: -10px 0 0 -40px;
    width: auto;
}
.item-product21:hover .product-thumb .quickview-link {
    opacity:1;
    transform:scale(1);
    -webkit-transform:scale(1);
}
.item-product21 .product-extra-link > a > span {
    bottom: -30px;
    color: #333;
    margin-left: -23px;
}
.product-color a {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 10px;
}
.product-color {
    margin-top: -17px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:translateX(300px);
    -webkit-transform:translateX(300px);
}
.item-product21:hover .product-color{
    transform:translateX(0);
    -webkit-transform:translateX(0);
}

.from-blog21 {
    padding-top: 50px;
}
.item-blog21 .blog-info > h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 18px;
}
.item-blog21 .blog-info > h2 a {
    color: #333;
}
.item-blog21 .blog-info > h2 a:hover{
    color:#25c6a5;
}
.item-blog21 .readmore {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    color: #333;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 32px 0 0;
    padding: 0 45px;
    text-transform: uppercase;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-blog21 .readmore:hover{
    background:#25c6a5;
    color:#fff;
}
.item-blog21 .blog-thumb > a {
    display: block;
    overflow: hidden;
    position: relative;
}
.item-blog21 .blog-thumb{
    margin-right:20px;
}
.item-blog21 .blog-thumb img{
    width:100%;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
}
.item-blog21:hover .blog-thumb img{
    transform:scale(1.15);
    -webkit-transform:scale(1.15);
}
.item-blog21 .blog-thumb > a::before{
    position:absolute;
    top:50%;
    left:0;
    bottom:50%;
    right:0;
    content:"";
    background:rgba(0,0,0,0.1);
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    z-index:9;
}
.item-blog21 .blog-thumb > a::after{
    position:absolute;
    top:0;
    left:50%;
    bottom:0;
    right:50%;
    content:"";
    background:rgba(0,0,0,0.1);
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    z-index:9;
}
.item-blog21 .blog-thumb:hover > a::before{
    top:0;
    bottom:0;
}
.item-blog21 .blog-thumb:hover > a::after{
    right:0;
    left:0;
}
.newsletter-form4.newsletter-form21 {
    background: #25c6a5 none repeat scroll 0 0;
}
.list-footer-box21 {
    padding: 0 50px;
}
.list-footer-box21 .service-footer p i.fa{
    color:#25c6a5;
}
.list-footer-box21 .menu-footer4 li a:hover {
    color: #25c6a5;
}
.list-footer-box21 .footer-box4.menu-footer4 {
    padding-left: 50px;
}
.list-footer-box21 .footer-box4.social-contact4{
    padding-left:35px;
}
.list-footer-box21 .social-contact4 .list-contact-footer p::before {
    color: #25c6a5;
}
.list-footer-box21  .social-footer4 > a:hover{
    color: #25c6a5;
}
.footer-bottom4.footer-bottom21 {
    padding: 30px 50px;
}
.footer-bottom4.footer-bottom21 .copyright3 > p a:hover{
    color: #25c6a5;
}
/*****************************************************************************************
                                     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 > div {
    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;
}
.wpb_column:last-child .item-contact-info::after{
  display: none;
}
.form-contact input[type="email"],
.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;
    padding-bottom: 37px;
    text-transform: uppercase;
}
.contact-form-page {
    margin-top: 45px;
}
.item-contact-info{
    padding-bottom: 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";
    line-height: 60px;
}
.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: lato;
    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
********************************************************************************************************/