/*------------------------------------------------------------------
[Master Stylesheet]

Project:        DSHOP
Version:        Initial
Last change:    08/24/2017
Primary use:    Multipurpose 
Author:         Mapleweb 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
1. Fonts
2. Theme Layout
3. Simple Select
4. Header
5. Category Sec
6. Heading
7. Product Item
8. Wishlist Popup
9. Style Star Rating Widget
10. CSS Magic to Highlight Stars on Hover
11. Quick View
12. Slider
13. News Letter
14. Services
15. Option Isotio
16. Blog Post
17. Footer Products
18. Deals Wide Sec
19. Mini Product
20. Item Sales
21. Product Fancy
22. Quick Deals
23. Product Stylish
24. Product Gradient
25. Client Sec
26. Theme Layout Boxed
27. Inner Header
28. Checkout Page
29. Filter Bar
30. Widget Sidebar Aside
31. Widget Tags
32. Widget Categories
33. Alert
34. Coming Soon
35. Wishlist
36. Product Compare
37. Pagination
38. Map Vertical
39. Quick Office Contact
40. Mega Menu
41. Menu Action
-------------------------------------------------------------------*/

/*=============== Fonts ===================*/
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i|Poppins:300,400,500,600,700|Roboto:100, 300,400,400i,500,500i,700,700i');
/*=============== General Styling ===================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License:none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{display:block}
body{line-height:1.2}
blockquote, q{quotes:none}
blockquote:before, blockquote:after,
q:before, q:after{
    content:'';
    content:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
html{overflow-x:hidden}
body{
    color:#555555;
    letter-spacing:0;
    font-family:'Roboto', sans-serif;;
    overflow-x:hidden;
    position:relative;
    letter-spacing:0.25px;
}
body *{outline:none!important}
h1, h2, h3, h4, h5, h6{
    margin-bottom:20px;
    font-family:'Poppins', serif;
}
h1{font-size:36px}
h2{font-size:32px}
h3{font-size:28px}
h4{font-size:24px}
h5{font-size:20px}
h6{font-size:16px}
p{
    color:#666666;
    font-size:16px;
    margin-bottom:30px;
    line-height:29px;
}
a, a:hover, a:focus {
    color: inherit;
}
a:hover,
a:focus{
    text-decoration:none;
    outline:none;
}
input:hover,input:focus{outline:none}

/* Theme Layout */
.theme-layout{
    float:left;
    overflow:hidden;
    position:relative;
    width:100%;
}
.theme-layout.boxed{
    float:none;
    margin:0 auto;
    width:1280px;
    background:#FFF;
    z-index:1;
    -webkit-box-shadow:0 0 10px #000;
    -moz-box-shadow:0 0 10px #000;
    -ms-box-shadow:0 0 10px #000;
    -o-box-shadow:0 0 10px #000;
    box-shadow:0 0 10px #000;
}
body.bg {
    background-image: url("../images/parallax4.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
section{
    float:left;
    position:relative;
    width:100%;
}
.block.less-top {
    padding-top: 30px;
}
.block.less-bottom {
    padding-bottom: 30px;
}
.row.no-gape{
  margin: 0;
}
.row.no-gape > div{
  padding: 0;
}
.block{
    float:left;
    width:100%;
    padding:120px 0;
    position:relative;
}
.block .container{padding:0}
.container{padding:0}
.block.remove-top{padding-top:0}
.block.no-padding{
    padding-top:0;
    padding-bottom:0;
}
.block.dark{background:#2d2d2d}
.block.gray{background:#f7f7f7}
.block.remove-bottom{padding-bottom:0}
.parallax,.fixed-bg{
    background-size:cover!important;
    height:100%;
    width:100%;
    margin:0;
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
}
.fixed-bg{
    background-attachment:fixed !important;
    background-size:cover!important;
}
.parallax.no-parallax {
    background-attachment: scroll !important;
    background-position: inherit !important;
}
.layer:before{
    content:"";
    height:100%;
    opacity:0.95;
    z-index:0;
    position:absolute;
    left:0;
    top:0;
    width:100%;
}
.whitish:before{
    background-color:#ffffff;
    opacity:0.90;
}
.blackish:before{
    background-color:#000000;
    opacity:0.85;
}
ul {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
ul li{
    color:#1e1e1e;
    margin-bottom: 15px;
    position: relative;
}
iframe{
    width:100%;
    border:0;
}
i{font-style:italic}
img{float:left;height:auto}
:-webkit-input-placeholder{opacity:1}
:-moz-placeholder{opacity:1}
:-ms-input-placeholder{opacity:1}
input[type="text"], input[type="email"], textarea {
    background: #e4e4e4 none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 19px 28px;
    width: 100%;
}
textarea{
    max-width:100%;
    min-height:200px;
    padding: 19px 28px;
}
strong{font-weight:800}
button{
    float:right;
    font-size:18px;
    padding:8px 30px;
    color:#FFF;
    
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;

    background:black;
    border:0;
    letter-spacing:1px;
}

/* Simple Select */
.hidden_select_container {
  width: 0;
  height: 0;
  overflow: hidden;
}
.simpleselect,
.simpleselect * {
  box-sizing: content-box;
}
.simpleselect {
  position: relative;
  width: 200px;
  height: 38px;
  color: #666;
  font-size: 13px;
}
.simpleselect .options {
  width: 198px;
}
.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
    padding: 9px 10px;
    line-height: 18px;
    cursor: pointer;
}
.simpleselect .options .optgroup .optgroup-label {
  cursor: default;
  font-weight: bold;
}
.simpleselect .options .optgroup .option {
  padding-left: 20px;
}
.simpleselect .placeholder,
.simpleselect .options {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.simpleselect .placeholder {
  position: relative;
}
.simpleselect .placeholder:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA0Q0FGMUI4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA0Q0FGMUM4RTU1MTFFMzhGMThCQzUzMTMxMzdBN0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDRDQUYxOThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDRDQUYxQThFNTUxMUUzOEYxOEJDNTMxMzEzN0E3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq8U8ZgAAAClSURBVHjaYpw7dw4DEggEYh4gXgwTYEGS5AfiyVD6FBDfBAkyISloB2JpqAlLgZgNWYENEGciKTYG4haYFSCVKA6BglIg3gdSIAHEfQzYASfj////GfABJgYCgGXevLlyQNoDh/xrkBteAHEREKtjUeAJsuIXEKdgkewG4h0wNxwB4ulIkmeBuAbdkZVA/BSIvwBxNNRklLj4CMS50KC+CRMECDAA5ogdqmResXgAAAAASUVORK5CYII=") 0 center no-repeat;
}
.simpleselect .placeholder:hover {
  background: #fafafa;
}
.simpleselect .options {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.simpleselect .options .option.active {
  background: #666;
  color: #fff;
}
.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
  background: #fafafa;
  color: #aaa;
  border-color: #eee;
  cursor: default;
}
.simpleselect.disabled .placeholder:after {
  opacity: .5;
}

/* Header */
header {
    
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    float: left;
    position: relative;
    width: 100%;
    z-index: 9;
}
.top-bar {
    background: #272727 none repeat scroll 0 0;
    float: left;
    padding: 10px 50px;
    position: relative;
    width: 100%;
}
.top-bar > span {
    color: #b5b5b5;
    font-family: Droid Serif;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.3px;
    line-height: 20px;
    margin-right: 24px;
}
.top-bar > span i {
    color: #ffffff;
}
.top-bar > span a {
    color: #ffffff;
}
.free-shipping-bar {
    float: left;
    margin-right: 40px;
}
.top-bar .simpleselect {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    height: auto;
    padding-right: 30px;
    width: auto;
}
.top-bar .simpleselect .placeholder {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #b5b5b5;
    font-family: Droid Serif;
    font-size: 12px;
    font-style: italic;
    height: auto;
    padding: 0 34px 0 0;
}
.store-locations {
    cursor: pointer;
    left: 50%;
    margin: 0;
    position: absolute;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}
.top-bar .store-locations i {
    color: #b5b5b5;
    line-height: 21px;
    margin-right: 10px;
}
.call-topbar {
    float: right;
}
.email-topbar {
    float: right;
}
.menu-area {
    background: #ffffff none repeat scroll 0 0;
    display: table;
    float: left;
    padding: 0 50px;
    width: 100%;
}
.menu-area nav {
    display: table-cell;
    position: relative;
    width: 100%;
}
.account-btn-sec {
    display: table-cell;
    min-width: 210px;
    vertical-align: middle;
}
.account-popup-btn a {
    display: inline-block;
    margin: 0 5px;
}
.account-popup-btn {
    float: left;
}
.cart-search {
    display: table-cell;
    min-width: 210px;
    vertical-align: middle;
}
.menu-area nav > ul {
    display: table;
    float: right;
    margin: 0;
    width: 40%;
}
.menu-area nav > .logo {
    float: left;
    padding: 35px 0;
    text-align: center;
    width: 20%;
}
.menu-area nav > ul:first-child > li {
    float: right;
    margin: 0 10px;
    position: relative;
}
.menu-area nav > ul > li {
    padding-bottom: 35px;
    padding-top: 35px;
}
.menu-area nav > ul:last-child > li {
    float: left;
    margin: 0 10px;
    position: relative;
}
nav > ul > li.menu-item-has-children > ul {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    display: none;
    width: 200px;

    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
.menu-area nav > ul > li:hover::before {
    width: 100%;
}
.menu-area nav > ul > li::before {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
}
nav > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    display: block;
}
.menu-area nav > ul > li.menu-item-has-children .menu-item-has-children > ul {
    background: #fcfcfc none repeat scroll 0 0;
    left: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 200px;
}
.menu-area nav > ul > li.menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
}
.menu-area nav > ul > li.menu-item-has-children .menu-item-has-children li:hover a {
    color: #393939;
}
nav > ul > li.menu-item-has-children > ul > li {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}
nav > ul > li.menu-item-has-children > ul > li a {
    border-bottom: 1px dashed #e8ecec;
    color: #999999;
    float: left;
    padding: 14px 30px;
    position: relative;
    width: 100%;
}
nav > ul > li.menu-item-has-children > ul > li:hover > a {
    color: #393939;
}
nav > ul > li.menu-item-has-children > ul > li:hover > a::before {
    left: 50%;
    width: 50%;
}
nav > ul > li.menu-item-has-children > ul > li a::before {
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 10px;
}
.logo > a {
    display: inline-block;
    float: none;
    padding-left: 50px;
    position: relative;
    text-align: left;
}
.logo > a i {
    font-size: 30px;
    left: 0;
    position: absolute;
    top: 7px;
}
.logo > a span {
    color: #323232;
    font-family: Droid Serif;
    font-size: 24px;
    font-weight: bold;
}
.logo > a strong {
    color: #787878;
    display: table;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
}
.menu-area nav > ul > li a {
    color: #606060;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    padding: 14px 10px;
}
.open-search {
    border: 1px solid #a1a1a1;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #a1a1a1;
    cursor: pointer;
    float: right;
    font-size: 11px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 32px;
}
.cart-lists-btn {
    border: 1px solid #a1a1a1;
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;

    color: #646464;
    cursor: pointer;
    float: right;
    font-family: Droid Serif;
    font-size: 11px;
    margin-right: 10px;
    padding: 8px 19px;
    position: relative;
}
.cart-lists-btn i {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    color: #ffffff;
    font-family: poppins;
    font-style: normal;
    font-weight: 500;
    left: 0;
    padding: 1px 5px;
    position: absolute;
    top: -9px;
}
.slider {
    float: left;
    width: 100%;
}
.slider > img {
    float: left;
    width: 100%;
}
.store-location-map {
    display: none;
    float: left;
    position: relative;
    width: 100%;
}
.store-location-map iframe {
    float: left;
    min-height: 340px;
    width: 100%;
}
.close-map {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    left: 10px;
    padding: 7px 20px;
    position: absolute;
    text-align: center;
    top: 44px;
    width: auto;
    z-index: 11;
}
.search-big {
    background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
    height: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.search-big form {
    left: 50%;
    margin: 0 0 0 -25%;
    padding: 0 90px;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 50%;
}
.search-big form input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    font-family: Poppins;
    font-size: 25px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.search-big form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #c9c8c8;
    padding: 0 40px;
    position: absolute;
    right: 0;
}
.close-search {
    background: #afafaf none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: Roboto;
    font-size: 14px;
    margin: 10px;
    padding: 10px 20px;
}
.open-search.active {
    color: #ffffff;
}
.open-search:hover {
    color: #ffffff;
}
.search-big.active {
    height: 100%;
}
.cart-item-list {
    background: #ffffff none repeat scroll 0 0;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    right: -340px;
    top: 0;
    width: 340px;
    z-index: 10;
}
.close-cart-list {
    background: #b2b2b2 none repeat scroll 0 0;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    cursor: pointer;
    font-family: Roboto;
    font-size: 18px;
    height: 33px;
    left: 10px;
    line-height: 31px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 33px;
}
.cart-item-sec {
    float: left;
    padding: 90px 50px;
    text-align: center;
    width: 100%;
}
.sub-total {
    color: #b5b5b5;
    float: left;
    font-family: Poppins;
    font-size: 18px;
    margin-bottom: 40px;
    width: 100%;
}
.sub-total strong {
    color: #161616;
    float: left;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    margin-top: 8px;
    width: 100%;
}
.cart-item-sec > a {
    background: #383838 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-size: 14px;
    margin-bottom: 2px;
    padding: 16px 0;
    width: 100%;
}
.cart-item-sec > a.proceed-checkout {
    background: #dfdfdf none repeat scroll 0 0;
    color: #737373;
}
.cart-item-list > ul {
    float: left;
    margin: 0;
    width: 100%;
}
.cart-item-list > ul > li {
    float: left;
    margin: 0;
    padding: 0 50px 70px;
    position: relative;
    text-align: center;
    width: 100%;
}
.cart-item {
    float: left;
    text-align: center;
    width: 100%;
}
.cart-item-thumb {
    display: inline-block;
    float: none;
    position: relative;
}
.del-cart-item {
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    cursor: pointer;
    font-family: Roboto;
    font-size: 14px;
    height: 22px;
    line-height: 19px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -6px;
    width: 22px;
}
.cart-item h3 {
    color: #313030;
    float: left;
    font-size: 17px;
    font-weight: 500;
    line-height: 31px;
    margin: 16px 0 4px;
    width: 100%;
}
.price-quantity {
    float: left;
    width: 100%;
}
.cart-price {
    font-family: Droid Serif;
    font-size: 15px;
}
.cart-quantity {
    color: #aaaaaa;
    font-size: 14px;
}
.price-quantity > span {
    margin: 0 4px;
}
.cart-item-list.active {
    -webkit-box-shadow: 0 0 120px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 120px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 120px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 120px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 120px rgba(0, 0, 0, 0.2);

    right: 0;
    z-index: 99;
}
html.no-scroll {
    overflow: hidden;
    position: relative;
}
html::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 0;
    z-index: 11;
}
html.no-scroll::before {
    opacity: 0.9;
    width: 100%;
    visibility: visible;
}
.cart-item-list > ul > li::before {
    background: #e7e7e7 none repeat scroll 0 0;
    bottom: 41px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.cart-item-list > ul > li::after {
    background: #e7e7e7 none repeat scroll 0 0;
    bottom: 39px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.popup-sec {
    background: rgba(0, 0, 0, 0.81) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}
.account-popup {
    background-color: #ffffff;
    background-image: url("http://placehold.it/480x778");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    margin-left: -240px;
    margin-top: 50px;
    opacity: 0;
    padding: 90px;
    position: absolute;
    text-align: center;
    
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    visibility: hidden;
    width: 480px;
}
.account-popup .logo {
    display: inline-block;
    float: none;
    
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);

}
.account-popup > p {
    color: #aaaaaa;
    float: left;
    font-size: 15px;
    margin: 50px 0 0;
    width: 100%;
}
.account-popup > form {
    float: left;
    width: 100%;
}
.account-popup > h4 {
    color: #252525;
    float: left;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    margin: 46px 0 31px;
    width: 100%;
}
.account-popup input[type="email"], 
.account-popup input[type="text"], 
.account-popup input[type="password"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e1e5e5;
    float: left;
    font-family: Roboto;
    font-size: 15px;
    margin: 0 0 10px;
    padding: 17px 30px;
    text-align: center;
    width: 100%;
}
.account-popup input[type="submit"] {
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 15px 29px;
}
.find-us-on {
    float: left;
    margin-top: 70px;
    width: 100%;
}
.find-us-on  h4 {
    color: #252525;
    float: left;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 25px;
    width: 100%;
}
.social-btns {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.social-btns > li {
    display: inline-block;
    float: none;
    margin: 0;
}
.social-btns > li a {
    float: left;
}
.social-btns a i {
    color: #ffffff;
    float: left;
    height: 37px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}
.find-us-on > p {
    color: #818181;
    float: left;
    font-size: 13px;
    line-height: 19px;
    margin: 17px 0 0;
    width: 100%;
}
.close-account {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    height: 37px;
    line-height: 31px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 37px;
}
.popup-sec.active {
    opacity: 1;
    visibility: visible;
}
.login-account.active {
    opacity: 1;
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    visibility: visible;
}
.register-account.active {
    opacity: 1;
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    visibility: visible;
}
html.stop-scroll {
    overflow: hidden;
}
.account-popup > p a {
    color: #333333;
}
.account-popup form label {
    color: #6f6f6f;
    display: inline-block;
    float: none;
    font-family: Roboto;
    font-size: 15px;
    margin: 20px 0;
    padding: 0 8px;
}
.account-popup form label input[type="checkbox"] {
    margin-right: 10px;
}

/* Category Sec */
.category {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.category:hover img {
    
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);

}
.category:hover .category-info {
    bottom: -60px;
    opacity: 0;
    visibility: hidden;
}
.category:hover > a {
    opacity: 1;
    top: 50%;
    visibility: visible;
}
.category > img {
    float: left;
    width: 100%;
}
.category-info {
    bottom: 0;
    padding: 20px;
    position: absolute;
}

.right{
    right: 0;
}

.category-info > span {
    background: #ffffff none repeat scroll 0 0;
    color: #676767;
    display: table;
    font-family: Droid Serif;
    font-size: 13px;
    font-style: italic;
    padding: 6px 27px;
}
.category-info > h4 {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
    float: left;
    font-family: Poppins;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 3px 0 0;
    padding: 17px 50px 13px;
}
.category > a {
    
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;

    color: #ffffff;
    font-family: droid serif;
    font-size: 14px;
    font-style: italic;
    left: 50%;
    opacity: 0;
    padding: 12px 20px;
    position: absolute;
    top: 60%;
    
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    visibility: hidden;
}
.category > a i {
    margin-right: 5px;
}

/* Heading */
.heading {
    float: left;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.heading h2 {
    color: #000;
    float: left;
    font-size: 23px;
    margin: 0 0 10px;
    width: 100%;
}
.heading > span {
    color: #979797;
    float: left;
    font-family: Droid Serif;
    font-size: 15px;
    font-style: italic;
    width: 100%;
}

/* Product Item */
.product-item {
    float: left;
    margin-top: 30px;
    position: relative;
    width: 100%;
}
.product-item-thumb {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.product-item-thumb > img {
    float: left;
    width: 100%;
}
.product-item-thumb:hover > ul {
    bottom: 15px;
    opacity: 1;
    visibility: visible;
}
.product-item-thumb > ul {
    bottom: -5px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 100%;
}
.product-item-thumb > ul > li {
    display: inline-block;
    float: none;
    margin: 0 -1px;
}
.product-item-thumb:hover > img {
    
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);

}
.product-info {
    float: left;
    padding-top: 25px;
    text-align: center;
    width: 100%;
}
.product-item-thumb > ul > li a {
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 36px;
    position: relative;
    text-align: center;
    width: 38px;
}
.add_to_cart_button.loader img {
    opacity: 0;
}
.add_to_cart_button.added img {
    opacity: 0;
}
.add_to_cart_button.added::before {
    background-image: url("../images/checked.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.add_to_cart_button.loader {
    background-image: url("../images/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
}
.product-item-thumb > ul > li a img {
    display: inline-block;
    float: none;
    margin-top: 12px;
}
.product-info > h3 {
    color: #232323;
    float: left;
    font-size: 17px;
    letter-spacing: 0;
    margin: 0;
    width: 100%;
}
.prices {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.prices del, .prices ins {
    color: #9c9b9b;
    font-family: Roboto;
    font-size: 15px;
    margin: 0 4px;
}
.prices ins {
    text-decoration: none;
}
.product-item.slick-slide {
    padding: 0 15px;
}
.added_to_cart {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;

    color: #ffffff;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    padding: 11px 25px 9px;
}
.added_to_cart i {
    margin-right: 8px;
}
.added_to_cart {
    height: 40px;
    left: 50%;
    line-height: 19px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    visibility: hidden;
    width: 143px;
}
.added_to_cart.show {
    opacity: 1;
    visibility: visible;
}

/* Wishlists Popup */
.wishlist-popup {
    background: rgba(0, 0, 0, 0.81) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}
.wishlist-added {
    background: #ffffff none repeat scroll 0 0;
    left: 50%;
    padding: 65px;
    position: absolute;
    text-align: center;
    top: 50%;
    
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    width: 504px;
}
.wishlist-added i {
    color: #dedede;
    float: left;
    font-size: 80px;
    width: 100%;
}
.wishlist-added > h3 {
    color: #000000;
    float: left;
    font-family: Droid Serif;
    font-size: 20px;
    margin: 30px 0 35px;
    width: 100%;
}
.wihslists-btns {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.wihslists-btns > li {
    display: inline-block;
    float: none;
    margin: 0 -3px;
}
.theme-btn {
    color: #ffffff;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    padding: 12px 30px;
}
.theme-btn.gray {
    background: #333333 none repeat scroll 0 0;
}
.wishlist-popup.added {
    opacity: 1;
    visibility: visible;
}
.wishlist-btn-hover.loader {
    background-image: url("../images/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
}
.wishlist-btn-hover.loader img {
    opacity: 0;
}
.wishlist-btn-hover.added img {
    opacity: 0;
}
.wishlist-btn-hover.added::before {
    content: "\f004";
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.close-view-popup {
    color: #cfcfcf;
    cursor: pointer;
    font-size: 20px;
    padding: 16px 20px;
    position: absolute;
    right: 0;
    top: 0;
}

/****** Style Star Rating Widget *****/
.rating {
    border: medium none;
    float: left;
    width: auto;
}
.rating > input { display: none; } 
.rating > label::before {
    content: "\f005";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin: 1px;
}
.rating > .half:before { 
  content: "\f089";
  position: absolute;
}
.rating > label { 
  color: #ddd; 
 float: right; 
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }
.quick-view-info > h3 {
    color: #404040;
    float: left;
    font-family: ROBOTO;
    margin: 17px 0 9px;
    width: 100%;
}
.quick-view-info .quantity {
    margin-left: 15px;
    width: auto;
}
.quick-view-info .prices del, .quick-view-info .prices ins {
    font-size: 20px;
}
.quick-view-info > p {
    float: left;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 25px;
    margin-top: 20px;
    width: 100%;
}
.quantity {
    float: left;
    width: 100%;
}
.quantity > span {
    border: 1px solid #c8cccc;
    float: left;
    padding: 5px;
    width: 136px;
}
.quantity > span input[type="text"] {
    background: #ffffff none repeat scroll 0 0;
    color: #959595;
    font-family: Roboto;
    font-size: 14px;
    height: 26px;
    margin: 0;
    padding: 6px 0 6px 17px;
    width: 52px;
}
.quantity > span input[type="button"] {
    background: #dedede none repeat scroll 0 0;
    border: medium none;
    float: right;
    height: 26px;
    margin: 0 2px;
    width: 26px;
}

/* Quick View */
.quick-view-popup {
    background: rgba(0, 0, 0, 0.81) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}
.quick-view-product {
    background: #ffffff none repeat scroll 0 0;
    display: table;
    float: left;
    left: 50%;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    width: 790px;
}
.quick-thumb {
    display: table-cell;
    vertical-align: top;
}
.quick-view-info {
    display: table-cell;
    padding: 0 60px;
    vertical-align: middle;
}
.stars {
    float: left;
    width: 100%;
}
.quick-view-popup.show {
    opacity: 1;
    visibility: visible;
}


/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list{
    background: #fff url('ajax-loader.gif') center center no-repeat;
}
.slick-prev, .slick-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: auto;
    line-height: 20px;
    margin-top: -10px;
    opacity: 1;
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    visibility: visible;
    width: 40px;
    z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}
.slick-prev::before, .slick-next::before {
    color: #a3a3a3;
    font-family: "fontawesome";
    font-size: 30px;
    left: 0;
    line-height: 22px;
    opacity: 0.75;
    position: absolute;
    text-align: center;
    width: 100%;
}
.product-carousel button {
    top: 44%;
}
.slick-next {
    right: -10px;
}
.slick-prev {
    left: -10px;
}
[dir='rtl'] .slick-prev{
    left: auto;
}
.slick-prev:before{
    content: '\f177';
}
[dir='rtl'] .slick-prev:before{
    content: '\f177';
}
[dir='rtl'] .slick-next{
    right: auto;
}
.slick-next:before{
    content: '\f178';
}
[dir='rtl'] .slick-next:before{
    content: '\f178';
}

.slick-dots {
    float: left;
    margin-bottom: 0;
    margin-top: 30px;
    position: static;
    width: 100%;
}
.slick-dots > li {
    display: inline-block;
    float: none;
    margin: 0 2px;
}
.slick-dots > li > button {
    background: #e2e2e2 none repeat scroll 0 0;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    color: transparent;
    float: left;
    height: 10px;
    padding: 0;
    width: 10px;
}
.slick-dots > li.slick-active > button {
    background: #b5b5b5;
}

.product-carousel {
    float: left;
    width: 100%;
}

/* News Letter */
.newsletter-area.style2 {
    background-image: url("http://placehold.it/1170x288");
    padding: 120px 100px;
}
.newsletter-area {
    float: left;
    width: 100%;
}
.newsletter-area h3 {
    color: #181818;
    float: left;
    font-size: 30px;
    margin: 0 0 15px;
    width: 100%;
}
.newsletter-area span {
    color: #646464;
    float: left;
    font-size: 20px;
    width: 100%;
}
.newsletter-form {
    float: left;
    width: 100%;
}
.newsletter-form form {
    display: table;
    float: left;
    margin: 8px 0;
    padding-right: 200px;
    position: relative;
    width: 100%;
}
.newsletter-form input[type="email"] {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;

    color: #838383;
    float: left;
    font-family: Droid Serif;
    font-size: 16px;
    font-style: italic;
    height: 59px;
    margin: 0;
    padding: 0 50px;
}
.newsletter-form input[type="submit"] {
    background: #414141 none repeat scroll 0 0;
    border: medium none;
    
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;

    color: #d0d0d0;
    height: 59px;
    padding: 0 40px;
    position: absolute;
    right: 0;
}

/* Service */
.service-box {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 2px solid transparent;
    float: left;
    padding: 50px;
    text-align: left;
    width: 100%;
}
.service-box > i {
    color: #cdcdcd;
    float: left;
    font-size: 40px;
    width: 100%;
}
.service-box > h3 {
    color: #404040;
    float: left;
    font-family: Droid Serif;
    font-size: 19px;
    font-style: italic;
    margin: 23px 0 13px;
    width: 100%;
}
.service-box > p {
    color: #7d7d7d;
    font-size: 15px;
    margin: 0;
}

/* Option Isotop */
.option-isotop {
    float: left;
    text-align: center;
    width: 100%;
}
.option-set {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.option-set > li {
    display: inline-block;
    float: none;
    margin: 0 8px;
}
.option-set > li a {
    float: left;
    font-family: Poppins;
    font-size: 16px;
    padding: 12px 32px;
}
.option-set > li a.selected {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
}
.products-filters {
    float: left;
    width: 100%;
}
.products-filters #masonry {
    float: left;
    margin-top: 0;
    width: 100%;
}
.load-more {
    float: left;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.load-more > a {
    display: inline-block;
    float: none;
}
.load-more > a i {
    margin-right: 10px;
    opacity: 0.5;
}
.heading.style2 {
    text-align: left;
}

/* Blog Post */
.blog-post {
    display: table;
    float: left;
    margin-top: 30px;
    width: 100%;
}
.blog-post:hover .post-thumb a img {
    opacity: 0.2;
}
.blog-post:hover .post-thumb a i {
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}
.post-thumb {
    display: table-cell;
    position: relative;
    vertical-align: top;
}
.post-thumb > a {
    background: #1a1a1a none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
}
.post-thumb > a i {
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #fff;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    width: 50px;
}
.post-thumb > a img {
    float: left;
}
.post-detail {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}
.post-detail > a {
    color: #979797;
    float: left;
    font-size: 14px;
    width: 100%;
}
.post-detail > a i {
    margin-right: 8px;
}
.post-detail > h3 {
    color: #131313;
    float: left;
    font-size: 17px;
    font-weight: 500;
    margin: 20px 0 10px;
    width: 100%;
}
.post-detail > p {
    float: left;
    margin: 0;
    width: 100%;
}
.about-widget {
    float: left;
    margin-top: -120px;
    padding: 57px 60px 0;
    position: relative;
    width: 100%;
}
.about-widget::before {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);

    content: "";
    height: 1000px;
    left: 0;
    position: absolute;
    top: -60px;
    width: 100%;
    z-index: -1;
}
.about-widget > p {
    color: #7d7d7d;
    float: left;
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0 0;
    width: 100%;
}
.about-widget > ul {
    float: left;
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
}
.about-widget .logo {
    margin-left: 13px;
    
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}
.about-widget > ul > li {
    color: #9d9d9d;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    line-height: 25px;
    margin-bottom: 16px;
    width: 100%;
}
.about-widget li i {
    margin-right: 7px;
}
.about-widget > a:hover {
    color: #ffffff;
}
.about-widget > a {
    border: 1px solid #d8dcdc;
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;

    color: #888888;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    margin-top: 20px;
    padding: 11px 20px;
}

.title-footer {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.title-footer > h3 {
    color: #363636;
    float: left;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    width: 100%;
}
.quick-links-widget {
    float: left;
    width: 100%;
}
.quick-links-widget > ul {
    float: left;
    margin: 0;
    width: 100%;
}
.quick-links-widget > ul > li {
    float: left;
    line-height: 24px;
    padding-right: 15px;
    width: 50%;
}
.quick-links-widget > ul > li a:hover {
    color: #ffffff;
}
.quick-links-widget > ul > li a {
    color: #a6a6a6;
    float: left;
    font-family: Roboto;
    font-size: 12px;
    width: 100%;
}
.quick-links-widget > ul > li a i {
    margin-right: 10px;
}
.subscribe-form {
    float: left;
    margin-top: 17px;
    width: 100%;
}
.subscribe-form > form {
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    float: left;
    position: relative;
    width: 100%;
}
.subscribe-form > form > input {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    color: #9b9b9b;
    float: left;
    font-family: Roboto;
    font-size: 12px;
    height: 56px;
    margin: 0;
    padding: 17px 70px 17px 30px;
    text-transform: uppercase;
    width: 100%;
}
.subscribe-form > form > button:hover {
    background: #444444 none repeat scroll 0 0;
}
.subscribe-form > form > button {
    font-size: 14px;
    height: 43px;
    padding: 0;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 6px;
    width: 44px;
}
.subscribe-form > p {
    color: #b4b4b4;
    float: left;
    font-size: 13px;
    margin: 20px 0 0;
    padding-right: 70px;
    width: 100%;
}

/* Footer Product */
.footer-product {
    background: #161616 none repeat scroll 0 0;
    border: 3px solid #ffffff;
    
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);

    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.footer-product span {
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 4px;
    position: absolute;
    top: 0;
}
.footer-product span ins {
    color: #ffffff;
    font-size: 17px;
}
.footer-product > img {
    float: left;
    width: 100%;
}
.footer-product > a {
    bottom: -30px;
    color: #ffffff;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 600;
    left: 0;
    letter-spacing: 0;
    opacity: 0;
    padding: 6px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.footer-product:hover img {
    opacity: 0.2;
}
.footer-product:hover span {
    opacity: 1;
}
.footer-product:hover a {
    bottom: 0;
    opacity: 1;
}
.footer-best-seller .row {
    margin: -7px;
}
.footer-best-seller .row > div {
    padding: 0 7px;
}
.footer-best-seller .row .footer-product {
    margin-bottom: 14px;
}
.bottom-line span {
    color: #aeaeae;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    margin: 8px 0;
}
footer {
    float: left;
    margin-top: 60px;
    width: 100%;
}
.bottom-line img {
    float: right;
}
.footer-masonry-products {
    float: left;
    width: 100%;
}
.bottom-line span a {
    color: #696969;
}
.bottom-line {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    padding: 20px 0;
    width: 100%;
}
header.transparent {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

}
header.stick-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
header.transparent .menu-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.services-sec {
    float: left;
    width: 100%;
}
.services {
    float: left;
    margin-top: 50px;
    overflow: hidden;
    padding: 40px 45px;
    position: relative;
    text-align: center;
    width: 100%;
}
.services > i {
    color: #bababa;
    float: left;
    font-size: 29px;
    width: 100%;
}
.services > h3 {
    color: #2c2c2c;
    float: left;
    font-size: 17px;
    margin: 30px 0 12px;
    width: 100%;
}
.services > p {
    color: #696969;
    float: left;
    font-size: 14px;
    margin: 0;
    width: 100%;
}
.services::before {
    background-image: url("../images/layer.png");
    background-size: cover;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.services:hover::before {
    bottom: -160px;
}

/* Deals Wide Sec */
.deals-wide-sec {
    float: left;
    position: relative;
    width: 100%;
}
.deals-wide {
    float: left;
    width: 100%;
    position: relative;
}
.deals-wide > img {
    float: left;
    width: 100%;
}
.deals-wide-info {
    left: 15%;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    z-index: 1;
}
.deals-wide-sec .slick-dots {
    left: 30px;
    position: absolute;
    top: 0;
}
.deals-wide-info > span {
    color: #8a8a8a;
    float: left;
    font-family: Roboto;
    font-size: 15px;
    width: 100%;
}
.deals-wide-info > h3 {
    color: #212121;
    float: left;
    font-family: Droid Serif;
    font-size: 29px;
    margin: 20px 0 30px;
    width: 100%;
}
.deals-wide-info .countdown {
    float: left;
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
}
.deals-wide-info .countdown > li {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    height: 84px;
    margin: 0 1px 0 0;
    padding: 22px 0;
    width: 68px;
}
.deals-wide-info .countdown > li span {
    color: #2f2f2f;
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
}
.container .deals-wide-sec::before {
    display: none;
}
.countdown > li p {
    color: #a0a0a0;
    float: left;
    font-family: ROBOTO;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
.deals-wide-info .prices ins, .deals-wide-info .prices del {
    font-family: Poppins;
    font-size: 17px;
    margin: 0 4px;
}
.deals-wide-info span.prices {
    float: left;
    margin-bottom: 30px;
    margin-top: 0;
    width: 100%;
}
.deals-wide-sec::before {
    content: "DEAL OF THE WEEK";
    font-family: Poppins;
    font-size: 30px;
    font-weight: 900;
    height: auto;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 100%;
    
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    -webkit-transform-origin: 7% -51% 0;
    -moz-transform-origin: 7% -51% 0;
    -ms-transform-origin: 7% -51% 0;
    -o-transform-origin: 7% -51% 0;
    transform-origin: 7% -51% 0;

    z-index: 1;
}

/* Mini Product */
.mini-product {
    display: table;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.mini-product-thumb a:hover img {
    opacity: 0.8;
}
.mini-product-thumb {
    display: table-cell;
    margin-right: 30px;
    width: 104px;
}
.mini-product-thumb a {
    float: left;
    width: 100%;
    background-color: #333333;
}
.mini-product-info {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}
.item-rating {
    float: left;
    width: 100%;
}
.item-rating > .stars {
    float: left;
    width: 100%;
}
.item-rating b {
    color: #a4a4a4;
    float: left;
    font-size: 14px;
    margin-right: 1px;
}
.item-rating .rated {
    color: #636363;
}
.mini-product-info > h3 {
    color: #404040;
    float: left;
    font-family: ROBOTO;
    font-size: 18px;
    font-weight: 500;
    margin: 11px 0 0;
    width: 100%;
}
.banner {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.testimonials-sec.style2 {
    text-align: center;
}
.testimonials-sec.style2 .testimonial{
  position: relative;
}
.testimonials-sec.style2 .avatar-info {
    display: inline-block;
    float: none;
    text-align: left;
    width: 250px;
}
.testimonials-sec.style2 .item-rating {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.testimonials-sec.style2 p {
    margin-top: 20px;
}
.testimonials-sec {
    border: 2px solid #e5e9e9;
    float: left;
    margin-top: 20px;
    padding: 60px;
    position: relative;
    width: 100%;
    z-index: 0;
}
.testimonial {
    float: left;
    width: 100%;
}
.testimonials-sec::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 110px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 370px;
    z-index: -1;
}
.avatar-info {
    float: left;
    width: 100%;
}
.avatar-info > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    float: left;
    margin-right: 24px;
}
.avatar-info > h3 {
    color: #202020;
    display: block;
    font-family: Poppins;
    font-size: 17px;
    margin: 20px 0 0;
}
.avatar-info > span {
    font-family: Poppins;
    font-size: 12px;
}
.testimonial .item-rating {
    float: left;
    margin-bottom: 20px;
    margin-top: 24px;
    width: 100%;
}
.testimonial p {
    color: #848484;
    float: left;
    font-family: Droid Serif;
    font-size: 16px;
    font-style: italic;
    margin: 0;
    width: 100%;
}

/* Item Sales */
.item-sale {
    float: left;
    position: relative;
    width: 100%;
}
.item-sale-thumb {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.item-sale-thumb > img {
    float: left;
    width: 100%;
}
.item-tags {
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.item-tags span {
    background: #ffffff none repeat scroll 0 0;
    color: #7d7d7d;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    letter-spacing: 1px;
    margin-right: 10px;
    padding: 6px 18px;
}
.item-sale-detail {
    background: #ffffff none repeat scroll 0 0;
    bottom: 30px;
    left: 0;
    padding: 25px 80px 23px 40px;
    position: absolute;
    width: 100%;
}
.item-sale-detail > h3 {
    color: #292828;
    float: left;
    font-size: 17px;
    margin: 0;
    width: 100%;
}
.item-sale-detail .prices {
    margin: 6px 0 0;
}
.prices > del {
    margin-left: 0;
}
.item-sale-detail > a {
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    font-size: 17px;
    height: 52px;
    line-height: 52px;
    margin-top: -26px;
    position: absolute;
    right: 28px;
    text-align: center;
    top: 50%;
    width: 52px;
}
.product-sales {
    float: left;
    width: 100%;
}
.product-sales .slick-dots {
    text-align: center;
}
header.classic {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

}
header.classic .menu-area {
    display: inherit;
    float: left;
    width: 100%;
}
header.classic .menu-area .logo {
    float: left;
    padding: 35px 0;
}
header.classic nav {
    display: inherit;
    float: right;
    width: auto;
}
header.classic .menu-area .cart-search {
    display: inherit;
    float: right;
    margin: 4px 0 4px 23px;
    min-width: auto;
    padding: 37px 0;
}
header.classic .account-btn-sec {
    float: right;
    margin-left: 30px;
    min-width: auto;
    padding: 37px 0;
}
header.classic nav > ul {
    float: left;
    width: 100%;
}

/* product Fancy */
.product-fancy {
    float: left;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.product-fancy > img {
    float: left;
    width: 100%;
}
.product-fancy.slick-slide {
    margin: 0;
}
.product-fancy:first-child {
    margin: 0;
}
.product-fancy.style2 h3 {
    font-size: 20px;
}
.product-fancy.style2 span {
    font-size: 13px;
    margin-top: 3px;
}
.product-fancy-info {
    bottom: 0;
    left: 0;
    margin-bottom: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.product-fancy-info > a {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;

    color: #a7a7a7;
    display: inline-block;
    float: none;
    font-family: Roboto;
    font-size: 13px;
    padding: 10px 23px;
}
.product-fancy-info > h3 {
    color: #090909;
    float: left;
    font-family: Droid Serif;
    font-size: 30px;
    margin: 15px 0 10px;
    width: 100%;
}
.product-fancy-info > span {
    color: #5c5c5c;
    float: left;
    font-family: Poppins;
    font-size: 15px;
    margin-top: 6px;
    width: 100%;
}

/* Quick Deals */
.quick-deals {
    float: left;
    position: relative;
    width: 100%;
}
.quick-deals > img {
    float: left;
    width: 100%;
}
.quick-deal-info {
    bottom: 50px;
    left: 0;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.quick-deal-info > span {
    color: #757575;
    float: left;
    font-family: ROBOTO;
    font-size: 15px;
    width: 100%;
}
.quick-deal-info > h3 {
    color: #212121;
    float: left;
    font-family: Droid Serif;
    font-size: 20px;
    margin: 10px 0 25px;
    width: 100%;
}
.quick-deal-info .countdown {
    float: left;
    margin: 0;
    width: 100%;
}
.quick-deal-info .countdown > li {
    background: #ffffff none repeat scroll 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    height: 84px;
    margin: 0;
    padding: 22px 0;
    width: 33.334%;
}
.quick-deal-info .countdown > li span {
    color: #2f2f2f;
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
}
.countdown > li p {
    color: #a0a0a0;
    float: left;
    font-family: ROBOTO;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

/* Product Stylish */
.product-stylish {
    float: left;
    position: relative;
    width: 100%;
}
.product-stylish .product-item-thumb ul {
    bottom: auto;
    left: auto;
    opacity: 1;
    right: 0;
    top: 30px;
    visibility: visible;
    width: 38px;
}
.product-stylish .product-info {
    background: #ffffff none repeat scroll 0 0;
    bottom: 20px;
    left: 20px;
    padding: 30px;
    position: absolute;
    text-align: left;
    width: auto;
}
.product-stylish .product-info > h3 {
    display: table;
    float: none;
    width: auto;
}
.product-stylish .product-info .prices {
    background: #f2f2f2 none repeat scroll 0 0;
    margin-top: 15px;
    padding: 3px 14px;
    width: auto;
}
.zoom-product.flip .zoomer-product-info a {
    float: right;
}
.picZoomer-zoom-wp {
    display: block;
    left: 100% !important;
    margin-left: 400px;
    overflow: hidden;
    position: absolute;
    top: 50% !important;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    z-index: 999;
    width: 280px !important; 
}
.zoom-product.flip .picZoomer .picZoomer-zoom-wp {
    right: 100% !important;
    margin-right: 400px;
    left: auto !important;
    margin-left: 0;
}
.zoom-product.flip .zoomer-product-info {
    left: auto;
    right: -30px;
    text-align: right;
    z-index: 1;
}
.zoom-product.flip .zoomer-product-info .prices ins {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}
.zoom-product.flip .pic-sample {
    left: auto;
    margin-left: 0;
    margin-right: 400px;
    right: 100%;
}
.zoom-product {
    display: table;
    float: left;
    width: 100%;
}
.picZoomer {
    display: table-cell;
    position: relative;
    vertical-align: top;
}
.zoomer-product-info > a:hover{
    background-color: #333333;
}
.zoomer-product-info > a {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;

    color: #ffffff;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 23px;
}
.zoomer-product-info {
    display: table-cell;
    left: -30px;
    padding-bottom: 60px;
    position: relative;
    vertical-align: bottom;
}
.zoomer-product-info span.prices ins {
    color: #656565;
    float: left;
    font-family: Roboto;
    font-size: 60px;
    font-weight: 100;
    margin-left: -1px;
}
.zoomer-product-info > span {
    color: #5c5c5c;
    float: left;
    font-family: Poppins;
    font-size: 15px;
    width: 100%;
}
.zoomer-product-info h2 {
    color: #090909;
    float: left;
    font-family: Droid Serif;
    font-size: 30px;
    margin-bottom: 12px;
    margin-top: 10px;
    width: 100%;
}
.picZoomer-pic-wp{
  position: relative;
  overflow: hidden;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
  display: block;
}
.picZoomer-zoom-pic{
  position: absolute;
  top: 0;
  left: 0;
}
.picZoomer-pic{
  width: 100%;
  height: 100%;
}
.pic-sample {
    background-size: cover;
    height: 320px;
    left: 100%;
    margin-left: 400px;
    opacity: 0.3;
    overflow: hidden;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 280px;
}
.picZoomer:hover .pic-sample {
    opacity: 0;
}

.picZoomer-cursor{
  display: none;
  cursor: crosshair;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;

  border: 1px solid #eee;
  background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
  width: 23px;
  height: 23px;
  position: absolute;
  top: 40px;
  left: 40px;
  background: url(images/zoom-ico.png) left top no-repeat;
}
.picZoomer > .picZoomer-pic-wp  {
    height: 548px !important;
    width: 470px !important;
}


.status {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;

    height: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    width: 30px;
    z-index: 1;
}
.status::before {
    color: #ffffff;
    content: "+";
    font-size: 18px;
    font-weight: 500;
    height: 100%;
    left: 0px;
    line-height: 31px;
    position: absolute;
    top: 0;
    width: 100%;
}
.wide-product {
    float: left;
    position: relative;
    width: 100%;
}
.wide-product > img {
    float: left;
    width: 100%;
}
.wide-product .item-sale-detail {
    bottom: 160px;
    position: absolute;
    width: auto;
}
.points {
    position: absolute;
}
.our-social > ul > li a:hover {
    background: #838383 none repeat scroll 0 0;
    color: #ffffff;
}
.pulse {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;

    float: left;
    height: 60px;
    letter-spacing: 0.05em;
    line-height: 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}
.item-product-detail > a:hover {
    background: #333333 none repeat scroll 0 0;
}
.headline-text {
    left: 100%;
    margin-left: 134px;
    position: absolute;
    width: auto;
}
.tooltip-box {
    left: 100%;
    position: absolute;
}
.pulse:before, .pulse:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;

  opacity: 0;
}
.pulse:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

  -webkit-animation: pulse 3s infinite linear;
  -moz-animation: pulse 3s infinite linear;
  -ms-animation: pulse 3s infinite linear;
  -o-animation: pulse 3s infinite linear;
  animation: pulse 3s infinite linear;

}
.pulse:after {
  -webkit-animation: pulse 3s 2s infinite linear;
  -moz-animation: pulse 3s 2s infinite linear;
  -ms-animation: pulse 3s 2s infinite linear;
  -o-animation: pulse 3s 2s infinite linear;
  animation: pulse 3s 2s infinite linear;
}

@-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);

  opacity: 0;
  }
  33% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

  opacity: 1;
  }
  100% {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);

  opacity: 0;
  }
}

@keyframes pulse {
  0% {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);

  opacity: 0;
  }
  33% {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  
  opacity: 1;

  }
  100% {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);

  opacity: 0;
  }
}
.headline-text a {
    color: #686868;
    float: left;
    font-family: Poppins;
    font-size: 19px;
    margin: 0;
    position: relative;
    white-space: nowrap;
}
.headline-text a::before {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 1px;
    position: absolute;
    right: 50%;
    width: 180px;
}
.tooltip-box {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    left: 100%;
    margin-left: 70px;
    opacity: 0;
    padding: 25px 30px;
    position: absolute;
    visibility: hidden;
    width: 270px;
    
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);

}
.headline-text:hover > .tooltip-box {
    opacity: 1;
    visibility: visible;
    margin-left: 50px;
}
.tooltip-box::before {
    left: 0;
    position: absolute;
}
.tooltip-box::before {
    border-bottom: 13px solid #ffffff;
    border-left: 13px solid transparent;
    bottom: 0;
    content: "";
    left: -12px;
    position: absolute;
}
.tooltip-box > p {
    color: #9d9d9d;
    float: left;
    font-family: Droid Serif;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin: 0;
    width: 100%;
}
.wide-product-carousel button {
    bottom: 30px;
    left: auto;
    right: 30px;
    top: auto;
}
.wide-product-carousel button.slick-prev {
    right: 72px;
}
footer.no-margin {
    margin: 0;
}


header.side-header {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 262px;
}
header.side-header::before {
    background: rgba(0, 0, 0, 0) url("http://placehold.it/262x969") repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
header.side-header .menu-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inherit;
    float: left;
    padding: 100px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}
header.side-header .menu-area .account-btn-sec {
    display: inline-block;
    left: 0;
    margin-top: -26px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
header.side-header .menu-area .account-btn-sec span {
    display: inline-block;
    float: none;
}
header.side-header .menu-area .logo {
    float: left;
    text-align: center;
    width: 100%;
}
header.side-header .menu-area .logo a {
    padding: 0;
    text-align: center;
}
header.side-header .menu-area .logo i {
    float: left;
    margin-bottom: 15px;
    position: static;
    width: 100%;
}
header.side-header .menu-area .logo span {
    float: left;
    width: 100%;
}
header.side-header .menu-area .logo strong {
    float: left;
    margin-top: 6px;
    width: 100%;
}
header.side-header .menu-area .cart-search {
    display: inherit;
    float: left;
    min-width: 100%;
    width: 100%;
}
header.side-header .menu-area .cart-search span {
    display: inline-block;
    float: none;
    margin: 40px 3px 0;
}
header.side-header .menu-area nav {
    display: inherit;
    float: left;
    padding-top: 70px;
    text-align: center;
    width: 100%;
}
header.side-header .menu-area nav > ul {
    display: inline-block;
    
    width: 100%;
}
header.side-header .menu-area nav > ul > li {
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
header.side-header .menu-area nav > ul > li > a {
    color: #747474;
    float: left;
    font-size: 15px;
    margin: 0;
    padding: 18px 20px;
    width: 100%;
}
.our-social {
    float: left;
    margin-bottom: 80px;
    margin-top: 60px;
    width: 100%;
}
.slimScrollDiv {
    float: left;
}
header.side-header:hover .account-btn-sec {
    margin-top: 27px;
}
.our-social > h4 {
    color: #303030;
    float: left;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.our-social > ul {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}
.our-social > ul > li {
    display: inline-block;
    float: none;
    margin: 0;
}
.our-social > ul > li a {
    border: 1px solid #d8dcdc;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #b6b6b6;
    float: left;
    font-size: 13px;
    height: 32px;
    line-height: 30px;
    margin: 0 -1px;
    width: 32px;
}
body.side-header {
    padding-left: 262px;
}
.wide-product-box img {
    float: left;
    width: 100%;
}
.wide-product-box {
    position: relative;
}
.item-product-detail {
    background: #ffffff none repeat scroll 0 0;
    left: 80px;
    padding: 50px 60px 70px;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 370px;
}
.cat-product > a {
    float: left;
    font-size: 13px;
    letter-spacing: 1px;
    width: 100%;
}
.item-product-detail > h3 {
    color: #292828;
    float: left;
    font-family: Poppins;
    font-size: 22px;
    margin: 16px 0 3px;
    width: 100%;
}
.item-product-detail > p {
    color: #777777;
    float: left;
    font-family: Droid Serif;
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 18px;
    width: 100%;
}
.item-product-detail > a {
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    bottom: -22px;
    color: #ffffff;
    font-size: 17px;
    height: 52px;
    left: 58px;
    line-height: 52px;
    margin-top: -26px;
    position: absolute;
    text-align: center;
    width: 52px;
}

header.black-layer {
    background: rgba(0, 0, 0, 0.28) none repeat scroll 0 0;
    border: medium none;
}
header.black-layer .menu-area nav > ul > li > a {
    color: #cfcfcf;
}
header.black-layer .logo > a span {
    color: #ffffff;
}
header.black-layer .cart-lists-btn {
    color: #c5c5c5;
}
header.black-layer .logo > a strong {
    color: #d1d1d1;
}
.category.style2::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.category.style2.slick-slide.slick-active.slick-center .category-info {
    bottom: 0;
}
.category.style2 .category-info {
    bottom: 100px;
}
.category.style2.slick-slide.slick-active.slick-center::before {
    bottom: -120px;
    opacity: 0;
    visibility: hidden;
}
.category-carousel .slick-dots {
    text-align: center;
}
.category.style2 {
    opacity: 0.4;
    pointer-events: none;
}
.category.style2.slick-slide.slick-active.slick-center {
    opacity: 1;
    pointer-events: auto;
}
.newsletter-area.style3 {
    text-align: center;
}
.newsletter-area.style3 .newsletter-form form {
    background: #f7f7f7 none repeat scroll 0 0;
    
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;

    padding: 6px;
    position: relative;
}
.newsletter-area.style3 .newsletter-form form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.newsletter-area.style3 .newsletter-form form input[type="submit"] {
    background: #414141 none repeat scroll 0 0;
    right: 6px;
    top: 6px;
}
.newsletter-area.style3 .newsletter-form {
    float: left;
    margin-top: 32px;
    width: 100%;
}
.newsletter-area.style3 .newsletter-form p {
    color: #b7b7b7;
    float: left;
    font-family: Droid Serif;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.3px;
    line-height: 22px;
    margin: 19px 0 0;
    padding: 0 100px;
    width: 100%;
}

/* Product Gradient */
.product-gradient {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.product-gradient > img {
    float: left;
    width: 100%;
}
.product-gradient:before{
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.product-gradient-info {
    bottom: 30px;
    left: 0;
    padding: 50px;
    position: absolute;
    z-index: 1;
}
.product-gradient-info > p {
    float: left;
    font-family: Roboto;
    font-size: 15px;
    margin: 0;
    width: 100%;
}
.product-gradient-info > h3 {
    float: left;
    font-family: Droid Serif;
    margin: 13px 0;
    width: 100%;
}
.product-gradient-info span.prices ins, .product-gradient-info span.prices del {
    font-size: 22px;
}
.product-gradient-info span.prices ins {
    color: #737373;
}

/* Client Sec */
.clients-sec {
    display: table;
    float: left;
    width: 100%;
}
.clients {
    border: 1px solid #e0e4e4;
    display: table-cell;
    float: left;
    margin-right: -1px;
    text-align: center;
    width: 20%;
}
.clients > a {
    float: left;
    text-align: center;
    width: 100%;
}
.clients > a img {
    display: inline-block;
    float: none;
    margin: 25px 0;
}

/* theme Layout boxed */
.boxed-style {
    float: left;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    width: 100%;
}
.nice-product > img {
    float: left;
    width: 100%;
}
.nice-product-info {
    left: 10%;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}
.cat-off > span {
    color: #a1a1a1;
    float: left;
    font-family: Roboto;
    font-size: 17px;
    margin-right: 24px;
}
.cat-off a {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;

    color: #ffffff;
    display: inline-block;
    font-family: Roboto;
    font-size: 12px;
    margin-right: 10px;
    padding: 4px 18px;
}
.cat-off {
    display: table;
}
.nice-product-info > h3 {
    color: #2e2d2d;
    float: left;
    font-family: Droid Serif;
    font-size: 30px;
    margin: 20px 0 30px;
    width: 100%;
}
.nice-product-info > ul {
    float: left;
    margin: 0;
    width: 100%;
}
.nice-product-info > ul li {
    float: left;
    margin: 0 5px 0 0;
}
.nice-product-info > ul li a {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    float: left;
    height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
    cursor: pointer;
}
.nice-product-info > ul li a img {
    float: none;
    margin: 18px 0;
}
.nice-product-info > ul li a.wishlist-btn-hover {
    background: #dedede none repeat scroll 0 0;
}

/* Inner Header */
.inner-header {
    float: left;
    margin: 80px 0;
    text-align: center;
    width: 100%;
}
.inner-header > h2 {
    color: white;
    float: left;
    font-family: Droid Serif;
    font-size: 30px;
    margin: 0 0 18px;
    width: 100%;
}
.breadcrumbs {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}
.breadcrumbs > li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 15px;
    position: relative;
}
.breadcrumbs > li a {
    color: #878787;
    float: left;
    font-family: Poppins;
    font-size: 14px;
}

.breadcrumbs > li::before {
    color: #999999;
    content: "/";
    font-family: poppins;
    font-size: 11px;
    position: absolute;
    right: -6px;
    top: 0;
}

.breadcrumbs > li:last-child::before {
    display: none;
}


.product-carts {
    float: left;
    margin-top: -30px;
    width: 100%;
}
.cart-page-list {
    text-align: center;
    float: left;
    margin-top: 30px;
    width: 100%;
}
.cart-page-list > .product-info {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #f0f0f0;
    float: left;
    padding: 30px 40px;
    text-align: center;
    width: 100%;
}
.product-carts .prices > span {
    color: #a3a3a3;
    float: left;
    font-size: 15px;
    margin: 8px 0;
    width: 100%;
}
.cart-page-list > .product-info > h3 {
    float: left;
    padding: 0;
    text-align: center;
    width: 100%;
}
.cart-page-list > .product-info .prices {
    display: inline-block;
    float: none;
    margin: 8px 0 0;
}
.cart-page-list {
    float: left;
    position: relative;
    width: 100%;
}
.cart-page > .product-info .prices span {
    color: #898989;
    float: left;
    font-family: Roboto;
    font-size: 15px;
    width: 100%;
}
.quantity {
    float: left;
    width: 100%;
}
.quantity > span input[type="text"] {
    background: #ffffff none repeat scroll 0 0;
    color: #959595;
    font-family: Roboto;
    font-size: 14px;
    height: 26px;
    margin: 0;
    padding: 6px 0 6px 17px;
    width: 60px;
}
.quantity > span input[type="button"] {
    background: #dedede none repeat scroll 0 0;
    border: medium none;
    float: right;
    height: 26px;
    margin: 0 2px;
    width: 26px;
}
.product-info .quantity {
    display: inline-block;
    float: none;
    margin-top: 14px;
    width: auto;
}
.coupon-area {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #f0f0f0;
    float: left;
    padding: 50px;
    width: 100%;
}
.coupon-area > h3 {
    color: #232323;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.coupon-area > p {
    float: left;
    font-size: 14px;
    margin: 3px 0 0;
    width: 100%;
}
.add-coupons-buttons {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.add-coupon {
    float: left;
}
.add-coupon > input[type="text"] {
    background: #ececec none repeat scroll 0 0;
    float: left;
    height: 44px;
    margin: 0;
    padding: 0 20px;
    width: 184px;
}
.add-coupons-buttons .theme-btn {
    border: medium none;
    font-family: ROBOTO;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    padding: 15px 19px;
}
.sub-totals-cart > .simpleselect {
    float: left;
    margin: 25px 0 16px;
    width: 100%;
}
.sub-totals-cart {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f0f0f0;
    float: left;
    padding: 48px 50px;
    width: 100%;
}
.sub-totals-cart > span {
    color: #656565;
    float: left;
    font-family: ROBOTO;
    font-size: 15px;
    width: 100%;
}
.sub-totals-cart > span strong {
    color: #000000;
    float: right;
    font-weight: 500;
}
.sub-totals-cart > .nice-select {
    float: left;
    height: 47px;
    margin: 25px 0;
    padding: 6px 27px;
    width: 100%;
}
.sub-totals-cart span.total {
    font-size: 20px;
    margin-top: 10px;
}
.product-thumb > a {
    background: #fff none repeat scroll 0 0;
    color: #b4b4b4;
    font-size: 15px;
    height: 39px;
    line-height: 39px;
    position: absolute;
    right: 9px;
    text-align: center;
    top: 9px;
    width: 39px;
}
.product-thumb:hover > a {
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    right: 50%;
    top: 50%;
    
    -webkit-transform: translateX(50%) translateY(-100%);
    -moz-transform: translateX(50%) translateY(-100%);
    -ms-transform: translateX(50%) translateY(-100%);
    -o-transform: translateX(50%) translateY(-100%);
    transform: translateX(50%) translateY(-100%);

    width: 60px;
}

/*=============== Checkout Page ===================*/
.checkout-page{
    float:left;
    width:100%;
}
.simple-title {
    border-bottom: 2px solid #e8ecec;
    color: #191919;
    float: left;
    font-family: Roboto;
    font-size: 25px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    width: 100%;
}
form.style2 .simpleselect {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
form.style2 label {
    color: #555555;
    float: left;
    font-family: ROBOTO;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 15px;
    text-transform: capitalize;
    width: 100%;
}
form.style2 input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #818181;
    letter-spacing: 0;
    padding: 13px 30px;
    text-transform: unset;
}
form.style2 textarea{
    min-height:140px;
    background: none;
    border: 1px solid #dddddd;
}
.billing-form .nice-select {
    float: left;
    height: 50px;
    margin-bottom: 25px;
    padding: 10px 30px;
    width: 100%;
}
.cart-table {
    float: left;
    width: 100%;
}
.cart-table table {
    float: left;
    width: 100%;
}
input[type="checkbox"]{
    float:left;
    height:20px;
    margin-right:10px;
    width:auto;
}
input[type="checkbox"] ~ label{
    margin:0;
    width:auto;
}
.checkout-page .select2-container{
    border:1px solid #ddd;
    margin-bottom:20px;
    overflow:hidden;
}
.checkout-page .select2-container.select2-container--open{
    -webkit-border-radius:30px 30px 0 0;
    -moz-border-radius:30px 30px 0 0;
    -ms-border-radius:30px 30px 0 0;
    -o-border-radius:30px 30px 0 0;
    border-radius:30px 30px 0 0;
}
.billing-form,
.shipping-form{
    float:left;
    margin-bottom:80px;
    width:100%;
}

.product-count {
    color: #9a9999;
    float: left;
    font-family: Roboto;
    font-weight: 700;
}
.checkout-page tr.cart_item{border-bottom:1px solid #ddd}
.checkout-page tr.cart_item td{padding:30px 0}
.checkout-page tr.cart_item td:last-child{text-align:right}
.checkout-total {
    border: 2px solid #e8ecec;
    float: right;
    margin-top: 50px;
    padding: 50px;
    width: 500px;
}
.checkout-total > ul > li {
    float: left;
    width: 100%;
}
.cart-product-text strong {
    color: #333333;
    font-weight: 500;
}
.checkout-total > ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.checkout-total > ul li:before{display:none}
.checkout-total > ul li span{
    float:left;
    width:50%;
}
.checkout-total > ul li strong{
    color:#49525a;
    float:left;
    font-family:montserrat;
    font-size:14px;
    font-weight:600;
    text-align:right;
    width:50%;
}
.checkout-total > ul li:last-child {
    border-top: 1px solid #ddd;
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 10px;
}
.checkout-total > ul li:last-child strong{font-size:24px; }
.checkout-payments{
    float:left;
    margin-bottom:50px;
    margin-top:50px;
    width:100%;
}
.payment-method{
    border-bottom:1px solid #ddd;
    float:left;
    margin-bottom:30px;
    padding-bottom:30px;
    width:100%;
}
.payment-method p {
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow: hidden;
}
.payment-method input[type="checkbox"] ~ label{
    display:table;
    float:none;
}
.checkout-page .gray-btn{float:right}

/* Filter Bar */
.filter-bar {
    border-bottom: 3px solid #f4f4f4;
    border-top: 3px solid #f4f4f4;
    float: left;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
.filter-option {
    float: right;
    padding: 7px 0;
    width: 50%;
}
.filter-option .simpleselect {
    float: right;
    margin-right: 22px;
    text-align: left;
    width: auto;
}
.filter-option .simpleselect .placeholder {
    float: left;
    text-align: left;
    width: 100%;
}
.filter-option > span {
    color: #656565;
    float: left;
    font-family: ROBOTO;
    font-size: 12px;
    line-height: 30px;
    margin-right: 15px;
}
.filter-option .nice-select {
    clear: none;
    float: left;
}
.item-available {
    color: #484848;
    float: left;
    font-family: Roboto;
    font-size: 15px;
    padding: 16px 0;
}
.item-available strong {
    font-weight: 500;
}
#product-lisitngs {
    float: left;
    width: 100%;
}

/* Widgets Sidebar Aside */
.widget {
    float: left;
    margin-top: 50px;
    width: 100%;
}
aside .widget:first-child {
    margin: 0;
}
.sidebar-title {
    float: left;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}
.sidebar-title > h3 {
    color: #1c1c1c;
    float: left;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding-left: 25px;
    position: relative;
    width: 100%;
}
.sidebar-title > h3::before {
    background: #efefef none repeat scroll 0 0;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 14px;
}
.widget_search {
    float: left;
    width: 100%;
}
.widget_search form {
    border: 1px solid #e5e5e5;
    float: left;
    position: relative;
    width: 100%;
}
.widget_search form input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 13px 30px;
    width: 100%;
}
.widget_search form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #c7c7c7;
    font-size: 13px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 12px;
}
.bg-red{ background-color: #ff3535; }
.bg-blue{ background-color: #3a35ff; }
.bg-green{ background-color: #63bb3d; }
.bg-orange{ background-color: #ffac35; }
.bg-brown{ background-color: #a87941; }
.widget_colors {
    float: left;
    width: 100%;
}
.widget_colors > span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    cursor: pointer;
    float: left;
    height: 27px;
    margin-right: 5px;
    position: relative;
    width: 27px;
}
.widget_colors > span.selected::before {
    color: #ffffff;
    content: "\f00c";
    font-family: fontawesome;
    font-size: 12px;
    height: 100%;
    left: 0;
    line-height: 27px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.widget_filter {
    float: left;
    position: relative;
    width: 100%;
}
.prixmin {
  color: #adadad;
  float: left;
  font-family: Roboto;
  font-size: 12px;
  margin-top: 5px;
}
.prixmax{
  color: #adadad;
  float: right;
  font-family: Roboto;
  font-size: 12px;
  margin-top: 5px;
}
.selecteurprix {
    float: left;
    width: 100%;
}
.valeurprix {
    bottom: 0;
    position: absolute;
    right: 0;
}

.widget_filter > a {
    background: #545454 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-family: poppins;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 17px;
    padding: 8px 18px;
}
.range-slider {
    float: left;
    width: 100%;
}
.range-slider .input-range {
    background: #eeeeee none repeat scroll 0 0;
    height: 5px;
    outline: medium none;
    width: 100%;
}
.range-slider .input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;

  background: #FD5050;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider .input-range::-webkit-slider-thumb:hover {
  background: #FD5050;
}
.range-slider .input-range:active::-webkit-slider-thumb {
  background: #FD5050;
}
.range-slider .input-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;

  background: #FD5050;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider .input-range::-moz-range-thumb:hover {
  background: #FD5050;
}
.range-slider .input-range:active::-moz-range-thumb {
  background: #FD5050;
}
.range-slider .range-value {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    color: #fff;
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    padding: 5px 12px;
    position: relative;
    text-align: center;
    width: auto;
}
::-moz-range-track {
  background: #ccc;
  border: 0;
}
input::-moz-focus-inner {
  border: 0;
}

/* Widget tags */
.widget_tags {
    float: left;
    margin-bottom: -10px;
    width: 100%;
}
.widget_tags > a {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #565656;
    float: left;
    font-family: Roboto;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 8px 18px;
}
.widget_tags > a:hover{
  color: #ffffff;
}
.widget_selling {
    float: left;
    width: 100%;
}
.widget_selling > .mini-product:first-child {
    margin: 0;
}

/* Widget Categories */
.widget_categories > ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.widget_categories > ul > li {
    border-bottom: 1px solid #e8ecec;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 15px 0 15px 20px;
    position: relative;
    width: 100%;
}
.widget_categories > ul > li a {
    color: #1c1c1c;
    float: left;
    font-family: ROBOTO;
    font-size: 15px;
    margin-right: 30px;
}
.widget_categories > ul > li::before {
    color: #999999;
    content: "\f105";
    font-family: fontawesome;
    font-size: 13px;
    left: 0;
    position: absolute;
    top: 16px;
}
.widget_categories > ul > li:last-child {
    border: medium none;
}
.single-product-detail {
    float: left;
    padding-left: 20px;
    padding-top: 30px;
    width: 100%;
}
.single-product-detail > h2 {
    color: #2a2a2a;
    float: left;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 500;
    margin: 24px 0 0;
    width: 100%;
}
.single-product-detail .prices span ins {
    color: #939392;
    float: left;
    font-size: 30px;
    margin: 9px 0 0;
}
.single-product-detail .prices {
    border-bottom: 1px dashed #e8ecec;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.single-product-detail .quantity {
    float: left;
    margin: 1px 0 1px 20px;
    width: auto;
}
.single-product-detail > p {
    float: left;
    font-size: 15px;
    margin: 30px 0;
    padding-right: 130px;
    width: 100%;
}
.select-color {
    float: left;
    width: 100%;
}
.select-color > span {
    color: #696969;
    float: left;
    font-family: Roboto;
    font-size: 15px;
    margin-bottom: 15px;
    width: 100%;
}
.share-with {
    float: left;
    padding-top: 50px;
    width: 100%;
}
.share-with > span {
    color: #999999;
    float: left;
    font-family: Roboto;
    font-size: 12px;
    line-height: 25px;
    width: auto;
}
.share-with > .social-btns-color {
    float: left;
    margin: 0 0 0 13px;
    width: auto;
}
.social-btns-color li {
    float: left;
    margin: 0 4px 0 0;
}
.share-with > ul.social-btns-color li a {
    color: #ffffff;
    float: left;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    margin: 0;
    text-align: center;
    width: 26px;
}
.social-btns-color li.facebook a {
    background: #4267d1 none repeat scroll 0 0;
}
.social-btns-color li.twitter a {
    background: #21aeff none repeat scroll 0 0;
}
.social-btns-color li.google a {
    background: #ff5252 none repeat scroll 0 0;
}
.social-btns-color li.linkedin a {
    background: #3f3f3f none repeat scroll 0 0;
}
.product-extra-details {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.product-extra-details > span {
    color: #868686;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    line-height: 27px;
    width: 100%;
}
.product-extra-details > span strong {
    color: #333333;
    font-weight: normal;
}

.tab-sec {
    float: left;
    width: 100%;
}
.tab-sec > .nav {
    float: left;
    margin: 0;
    width: 100%;
}
.tab-sec > .nav li {
    float: left;
    margin: 0 15px 0 0;
    padding-right: 15px;
}
.tab-sec > .nav li a {
    border-bottom: 2px solid #ffffff;
    color: #515151;
    cursor: pointer;
    float: left;
    font-family: Roboto;
    font-size: 17px;
    padding-bottom: 7px;
}
.tab-sec .tab-content.current {
    display: block;
}
.tab-sec .tab-content {
    display: none;
    float: left;
    padding-top: 31px;
    width: 100%;
}
.tab-content > h3 {
    color: #333333;
    float: left;
    font-size: 20px;
    margin: 0 0 14px;
    width: 100%;
}

/* Alert */
.alert {
    border: 1px solid #e8ecec;
    float: left;
    font-family: Droid Serif;
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 20px 40px;
    width: 100%;
}
.alert i {
    display: inline-block;
    margin-right: 15px;
}
.order-details {
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
}
.order-details-box {
    background: #f4f4f4 none repeat scroll 0 0;
    border-right: 1px solid #dcdcdc;
    float: left;
    padding: 35px 50px;
    width: 25%;
}
.order-details-box:last-child {
    border: medium none;
}
.order-details-box > span {
    color: #818181;
    float: left;
    font-family: Droid Serif;
    font-size: 14px;
    width: 100%;
}
.order-info-table table thead {
    background: #fafafa none repeat scroll 0 0;
}
.order-info-table table thead tr td {
    color: #818181;
    font-family: Roboto;
    font-size: 15px;
    padding: 20px 61px;
}
.order-info-table table tbody td {
    color: #818181;
    font-family: Roboto;
    font-size: 15px;
    padding: 20px 61px;
}
.order-details-box > h3 {
    color: #2d2d2d;
    float: left;
    font-family: Poppins;
    font-size: 20px;
    margin: 12px 0 0;
    width: 100%;
}
.order-info-table table {
    border: 1px solid #ecf0f0;
    float: left;
    width: 100%;
}
.order-info-table table tbody tr {
    border: 1px solid #e8ecec;
}

/* Coming Soon */
.coming-soon-sec {
    float: left;
    text-align: center;
    width: 100%;
}
.coming-soon {
    float: left;
    text-align: center;
    width: 100%;
}
.coming-soon .logo {
    margin-bottom: 120px;
    
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);

}
.coming-soon > span {
    color: #555555;
    float: left;
    font-family: Poppins;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
}
.coming-soon h1 {
    color: #2d2c2c;
    float: left;
    font-family: Poppins;
    font-size: 100px;
    font-weight: 100;
    letter-spacing: -2px;
    line-height: 93px;
    margin: 90px 0;
    width: 100%;
}
.coming-soon .countdown {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}
.coming-soon .countdown > li {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    float: none;
    height: 136px;
    margin: 0 -1px;
    padding: 36px 0;
    width: 123px;
}
.contact-social {
    float: left;
    margin-top: 80px;
    width: 100%;
}
.contact-social h3 {
    color: #494949;
    float: left;
    font-family: Poppins;
    font-size: 19px;
    margin: 0;
    width: 100%;
}
.contact-social > p {
    color: #999999;
    float: left;
    font-size: 15px;
    margin: 7px 0 0;
    width: 100%;
}
.contact-social .social-btns-color {
    float: left;
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
}
.contact-social .social-btns-color > li {
    display: inline-block;
    float: none;
    margin: 0 -1px;
}
.contact-social .social-btns-color > li a {
    color: #ffffff;
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.coming-soon .countdown > li span {
    color: #2e2e2e;
    float: left;
    font-family: poppins;
    font-size: 32px;
    width: 100%;
}
.coming-soon .countdown > li p {
    float: left;
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
    width: 100%;
}

/* Whishlists */
.whishlist-table {
    float: left;
    width: 100%;
}
.whishlist-table table {
    float: left;
    width: 100%;
}
.whishlist-table table thead {
    background: #f0f0f0 none repeat scroll 0 0;
}
.whishlist-table table thead tr td {
    color: #333333;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
}
.whishlist-table table tr td {
    padding-bottom: 17px;
    padding-left: 80px;
    padding-top: 16px;
}
.whishlist-img {
    display: table-cell;
    position: relative;
    width: 100%;
}
.whishlist-img > a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    font-family: Roboto;
    font-size: 10px;
    height: 20px;
    left: -53px;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
}
.whishlist-img > img {
    float: left;
    margin-right: 30px;
}
.whishlist-img > h3 {
    color: #121212;
    display: table;
    font-family: Poppins;
    font-size: 16px;
    margin: 31px 0;
}
.stock-status {
    border: 1px solid;
    font-family: Poppins;
    font-size: 13px;
    padding: 3px 32px 1px;
}
.stock-status.in {
  border-color: #0ca400;
  color: #0ca400;
}
.stock-status.out {
  border-color: #ff3535;
  color: #ff3535;
}
.whishlist-table table .theme-btn {
    float: none;
}
.theme-btn.bg-color:hover {
    background: #636363 none repeat scroll 0 0;
    color: #ffffff;
}
.theme-btn.gray:hover {
    background: #636363 none repeat scroll 0 0;
    color: #ffffff;
}

/* Product Compare */
.product-compare {
    border: 2px solid #e4e8e8;
    display: table;
    float: left;
    width: 100%;
}
.compare-thumb {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 40%;
}
.compare-thumb img {
    float: left;
}
.compare-thumb a.theme-btn {
    bottom: 15px;
    position: absolute;
    right: 15px;
}
.compare-info {
    display: table-cell;
    padding: 0 40px;
    vertical-align: middle;
    width: 60%;
}
.compare-info > h3 {
    color: #000;
    float: left;
    font-size: 19px;
    margin: 0;
    width: 100%;
}
.compare-info > ul {
    float: left;
    margin: 30px 0 0;
    width: 100%;
}
.compare-info > ul > li {
    float: left;
    margin: 0;
    width: 100%;
}
.compare-info > ul > li {
    background: #fafafa none repeat scroll 0 0;
    float: left;
    margin: 0;
    width: 100%;
}
.compare-info > ul > li:nth-child(2n+2) {
    background: #ffffff none repeat scroll 0 0;
}
.compare-info span:first-child {
    float: left;
    width: 60%;
}
.compare-info span:last-child {
    float: left;
    width: 40%;
}
.compare-info ul span {
    color: #808080;
    font-size: 13px;
    padding: 10px 20px;
}
.compare-products-area i.fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #ffffff;
    font-size: 22px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 80px;
}



/* Pagination */
.pagination {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    margin: 70px 0 0;
    padding: 2px 2px 3px 1px;
    text-align: center;
    width: 100%;
}
.pagination ul {
    display: inline-block;
    list-style: outside none none;
    margin: 7px 0 0;
    padding: 0;
}
.pagination li {
    float: left;
    font-family: Montserrat;
    font-size: 12px;
    margin: 0 4px 0 0;
}
.pagination li:last-child {
    margin: 0;
}
.pagination li.active a, .pagination li a:active {
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

}
.pagination li.active a, .pagination li a:hover {
    color: #ffffff;
}
.pagination li .delimeter {
    display: block;
    padding-top: 6px;
}
.pagination a {
    background: #fff none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    color: #666;
    float: left;
    font-family: Roboto;
    padding: 9px 13px;
    text-decoration: none;
}



.blog-infos h1 {
    color: #141414;
    float: left;
    font-family: Poppins;
    font-size: 26px;
    line-height: 50px;
    margin: 30px 0 0;
    width: 100%;
}
.single-post .blog-infos {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.blog-metas > li a i {
    color: #959595;
    margin-right: 8px;
}
.blog-metas > li a {
    color: #888888;
}
.single-post-detail > p {
    font-size: 15px;
    margin: 20px 0 0;
}
.single-post-detail > img.pull-right {
    margin-bottom: 40px;
    margin-left: 40px;
}
.single-post-detail > img.pull-left {
    margin-bottom: 40px;
    margin-right: 40px;
}
.single-post-detail > p {
    margin-bottom: 20px;
}
blockquote > p {
    color: #3e3e3e;
    float: left;
    font-family: Roboto;
    font-size: 19px;
    font-style: italic;
    font-weight: 200;
    line-height: 31px;
    margin: 0;
    width: 100%;
}
blockquote > span > a {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
}
blockquote span {
    color: #3e3e3e;
    float: left;
    font-family: poppins;
    font-size: 13px;
    margin-top: 15px;
    width: 100%;
}
blockquote {
    border: 2px solid #e8ecec;
    display: table;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 49px 60px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 0;
}
blockquote > span > a {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: normal;
}
.tags-bar {
    border-bottom: 3px solid #e2e6e6;
    border-top: 3px solid #e2e6e6;
    float: left;
    padding: 0 30px;
    width: 100%;
}
.post-tags {
    float: left;
    padding: 18px 0;
}
.post-tags span {
    color: #8f8f8f;
    font-family: Roboto;
    font-size: 13px;
}
.post-tags span a {
    color: #333333;
}
.share-post {
    float: right;
}
.share-post > span {
    color: #797979;
    font-family: Roboto;
    font-size: 13px;
    line-height: 54px;
}
.share-post > .social-btns-color {
    float: right;
    margin-bottom: 0;
    margin-left: 20px;
    padding: 14px 0;
    width: auto;
}
.share-post > .social-btns-color li a {
    color: #ffffff;
    float: left;
    text-align: center;
}
.share-post > .social-btns-color li a {
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    width: 26px;
}
.about-blog-author {
    border: 3px solid #e2e6e6;
    display: table;
    float: left;
    margin-top: 60px;
    padding: 40px;
    width: 100%;
}
.author-blog-img {
    display: table-cell;
}
.author-blog-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    float: left;
}
.author-blog-info {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}
.author-blog-info > h3 {
    color: #000000;
    float: left;
    font-family: Droid Serif;
    font-size: 20px;
    margin: 0;
    width: 100%;
}
.author-blog-info > p {
    float: left;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    width: 80%;
}
.author-blog-info > span {
    float: left;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 8px;
    width: 100%;
}


.post-comments {
    float: left;
    width: 100%;
}
.all-comments {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.all-comments > ul {
    float: left;
    margin: 0;
    width: 100%;
}
.all-comments > ul > li {
    float: left;
    margin: 0;
    width: 100%;
}
.all-comments > ul > li:last-child > .comment {
    margin: 0;
}
.comment {
    display: table;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.avatar-comment-thumb {
    display: table-cell;
    width: 96px;
}
.avatar-comment-thumb > a {
    float: left;
}
.avatar-comment-thumb > a img {
    float: left;
}
.comment-detail {
    display: table-cell;
    padding-left: 35px;
    vertical-align: middle;
}
.avatar-title {
    float: left;
    width: 100%;
}
.avatar-title > span {
    float: left;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 0;
    margin-left: 10px;
    margin-top: 12px;
}
.comment-form {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e8ecec;
    font-size: 14px;
}
.comment-form .bg-color {
    border: medium none;
}
.avatar-title > h3 {
    color: #232323;
    float: left;
    font-family: Poppins;
    font-size: 18px;
    margin: 0;
}
.comment-detail > p {
    float: left;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 6px;
    width: 100%;
}
.reply-btn {
    background: #838995 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #ffffff;
    float: left;
    font-size: 12px;
    margin-top: 12px;
    padding: 5px 13px;
}
.all-comments > ul > li .child-comments {
    float: left;
    margin: 0;
    padding-left: 98px;
    width: 100%;
}
.blog-thumb > .date {
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    bottom: 10px;
    color: #ffffff;
    float: left;
    height: 52px;
    left: 10px;
    position: absolute;
    text-align: center;
    width: 58px;
}
.blog-thumb > .date a {
    float: left;
    padding: 9px 0;
    text-align: center;
    width: 100%;
}
.blog-thumb > .date a > strong {
    float: left;
    font-family: Roboto;
    font-size: 14px;
    width: 100%;
}
.blog-thumb > .date a span {
    float: left;
    font-family: Roboto;
    font-size: 13px;
    width: 100%;
}

.single-post {
    float: left;
    width: 100%;
}
.single-post > .blog-post {
    display: inherit;
    float: left;
    margin: 0;
    width: 100%;
}
.blog-thumb {
    float: left;
    position: relative;
    width: 100%;
}
.blog-thumb > img {
    float: left;
    width: 100%;
}
.blog-metas {
    float: left;
    line-height: 28px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.blog-metas > li {
    color: #141414;
    float: left;
    font-size: 14px;
    margin: 0 14px 0 0;
}
.blog-metas > li > h6 {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    width: auto;
}
.error-sec {
    float: left;
    text-align: center;
    width: 100%;
}
.error-sec > span {
    color: #9e9e9e;
    float: left;
    font-size: 20px;
    width: 100%;
}
.error-sec > h2 {
    color: #67666c;
    float: left;
    font-family: Droid Serif;
    font-size: 248px;
    letter-spacing: -22px;
    margin: 20px 0;
    width: 100%;
}
.error-sec > p {
    color: #9d9d9d;
    float: left;
    font-family: Droid Serif;
    font-size: 20px;
    line-height: 36px;
    padding: 0 230px;
    width: 100%;
}
.error-sec > ul {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}
.error-sec > ul li {
    display: inline-block;
    float: none;
    margin: 0;
}
.error-sec > h2 img {
    float: none;
}

/* Map Vertical */
.map-vertical {
    float: left;
    width: 100%;
}
.map-horizontal {
    float: left;
    width: 100%;
}
.map-horizontal #map-canvas {
    float: left;
    height: 500px;
    width: 100%;
}
.map-vertical #map-canvas {
    float: left;
    height: 800px;
    width: 100%;
}


.contact-us {
    float: left;
    padding-top: 40px;
    width: 100%;
}
.contact-title {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.contact-title > h3 {
    color: #262626;
    float: left;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.contact-us .contact-social > h3 {
    font-weight: 500;
}
.contact-title > p {
    float: left;
    font-size: 15px;
    line-height: 27px;
    margin: 15px 0 0;
    padding-right: 60px;
    width: 100%;
}
.contact-form {
    float: left;
    width: 100%;
}
.contact-form > form {
    float: left;
    width: 100%;
}
.contact-form > form .feild {
    border: 1px solid #d3d3d3;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}
.contact-form > form .feild input, .contact-form > form .feild textarea {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: auto;
    margin: 0;
    padding: 16px 30px 16px 47px;
    width: 100%;
}
.contact-form > form .feild > i {
    color: #d1d1d1;
    font-size: 15px;
    left: 20px;
    position: absolute;
    top: 16px;
}
.contact-social > h3 {
    color: #262626;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.contact-social > p {
    float: left;
    font-size: 15px;
    margin: 0;
    width: 100%;
}
.contact-social {
    float: left;
    margin-top: 50px;
    width: 100%;
}
.contact-social > .social-btns-color {
    margin-top: 25px;
    text-align: left;
}
.contact-social > .social-btns-color a {
    text-align: center;
}
.coming-soon .contact-social ul {
    text-align: center;
}

/* Quick Office Contact */
.quick-office-contact {
    float: left;
    margin-top: 60px;
    padding-left: 74px;
    position: relative;
    width: 100%;
}
.quick-office-contact > i {
    background: #e6e6e6 none repeat scroll 0 0;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #989898;
    font-size: 16px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin-bottom: 20px;
    margin-right: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.quick-office-contact > span {
    float: left;
    font-size: 15px;
    line-height: 27px;
    width: 100%;
}

/* Mega Menu */
.mega-menu-list {
    border-right: 1px solid #e8ecec;
    border-top: 1px solid #e8ecec;
    float: left;
    margin-top: -1px;
    padding: 30px;
    width: 100%;
}
.mega-menu-list > h3 {
    color: #232323;
    float: left;
    font-family: Droid Serif;
    font-size: 17px;
    width: 100%;
}
.mega-menu {
    background-color: #ffffff;
    background-image: url("http://placehold.it/480x778");
    background-position: right top;
    background-repeat: no-repeat;
    
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);

    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 900px;
    display: none;

    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
.menu-item-has-children:hover .mega-menu {
    opacity: 1;
    display: block;
    visibility: visible;
}
.badge {
    color: #ffffff;
    float: right;
    font-family: Poppins;
    font-size: 11px;
    font-weight: 500;
    margin-left: 11px;
    margin-top: 1px;
    padding: 3px 7px;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

}
.mega-menu .row {
    margin: 0;
}
.mega-menu .row > div {
    padding: 0;
}
.menu-area .mega-menu a {
    color: #999999;
    float: left;
    font-family: Poppins;
    padding: 8px 0 8px 15px;
    position: relative;
    width: 100%;
}
.menu-area .mega-menu a::before {
    color: #999999;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 8px;
}
.mega-menu-list .banner {
    margin: 0;
}
.mega-menu-list .banner a {
    margin: 0;
    padding: 0;
}
.mega-menu-list .banner a::before {
    display: none;
}
.mega-menu-list .banner a img {
    float: left;
    width: 100%;
}
.menu-area .mega-menu a:hover{
  color: #333333;
}
.mega-menu.right {
    left: auto;
    right: 0;
}
.mega-menu.center {
    left: 50%;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}
.side-header nav > ul > li.menu-item-has-children > ul {
    background: #f6f6f6 none repeat scroll 0 0;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;

    display: none;
    float: left;
    opacity: 1;
    position: static;
    visibility: visible;
    width: 100%;
}
.product-thumb > img {
    float: left;
    width: 100%;
}
.banner > a {
    float: left;
    width: 100%;
}
.banner > a img {
    float: left;
    width: 100%;
}

/* Menu Action */
.menu-action {
    height: 13px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 20px;
}
.menu-action::after {
    background: #ffffff  none repeat scroll 0 0;
    
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;

    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.menu-options.active .menu-action::after {
    bottom: 6px;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-action::before {
    background: #ffffff  none repeat scroll 0 0;
    
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;

    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
}
.menu-options.active .menu-action::before {
    top: 4px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-action > i {
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 20px;
}
.menu-action > i::before {
    background: #ffffff  none repeat scroll 0 0;
    
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;

    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.menu-options.active .menu-action > i::before {
    opacity: 0;

    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.menu-options.active > span::before, .menu-options.active > span::after {
    background: #ffffff none repeat scroll 0 0;
}
.menu-options {
    color: #afafaf;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 22px;
    height: 38px;
    left: 0;
    line-height: 25px;
    margin-top: 15px;
    position: relative;
    text-align: center;
    width: 41px;
}
.side-header.active {
    left: 0;
}
.menu-options.active {
    left: 262px;
}
.nice-product {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.menu-area nav > ul > li a .badge {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;

    position: absolute;
    right: -2px;
    top: 20px;
    z-index: 0;
}
.menu-area nav > ul > li a .badge::before {
    bottom: -2px;
    content: "";
    height: 10px;
    left: 2px;
    position: absolute;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    width: 10px;
    z-index: -1;
}
.badge.skyblue {
    background: darkgoldenrod none repeat scroll 0 0;
}
.menu-area nav > ul > li a .badge.skyblue::before {
    background: darkgoldenrod none repeat scroll 0 0;
}
.menu-area nav > ul > li a .badge.hot::before {
    background: cadetblue none repeat scroll 0 0;
}
.badge.hot {
    background: cadetblue none repeat scroll 0 0;
}
.responsive-header {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

    display: none;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}
.responsive-header > nav > ul > li.active {
    background: #ffffff none repeat scroll 0 0;
}
.responsive-header .logo {
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.account-btn-cart {
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.account-btn-cart .account-btn-sec {
    display: inline-block;
    float: none;
}
.account-btn-cart .cart-search {
    display: inline-block;
    float: none;
}
.open-responsive-menu {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;

    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 14px;
    line-height: 10px;
    margin-left: 5px;
    margin-top: 5px;
    padding: 8px 19px;
    position: relative;
    text-align: center;
}
.responsive-header > nav {
    background: #ffffff none repeat scroll 0 0;
    
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

    height: 100%;
    left: -250px;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 250px;
}
.responsive-header > nav.active {
    left: 0;
}
.close-responsive-menu {
    background: #d3d3d3 none repeat scroll 0 0;
    
    -webkit-border-radius: 30px 0 30px 30px;
    -moz-border-radius: 30px 0 30px 30px;
    -ms-border-radius: 30px 0 30px 30px;
    -o-border-radius: 30px 0 30px 30px;
    border-radius: 30px 0 30px 30px;

    color: #9f9f9f;
    cursor: pointer;
    float: right;
    font-family: Poppins;
    font-weight: 900;
    height: 35px;
    line-height: 34px;
    text-align: center;
    width: 35px;
}
.responsive-header > nav > ul {
    float: left;
    margin: 0;
    padding: 20px;
    width: 100%;
}
.responsive-header > nav > ul > li {
    background: #f3f3f3 none repeat scroll 0 0;
    float: left;
    margin: 1px 0;
    width: 100%;
}
.responsive-header > nav > ul > li > a {
    float: left;
    font-size: 14px;
    padding: 13px 21px;
    width: 100%;
}
.responsive-header nav > ul > li.menu-item-has-children > ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: none;
    float: left;
    opacity: 1;
    position: static;
    visibility: visible;
    width: 100%;
}
.responsive-header > nav > ul > li.menu-item-has-children ul a {
    color: #797979;
    font-size: 14px;
}
.open-responsive-menu.active i {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

}
.open-responsive-menu::before {
    content: "X";
    font-weight: bold;
    height: 100%;
    left: 0;
    line-height: 27px;
    position: absolute;
    top: 0;
    
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    width: 100%;
}
.open-responsive-menu.active::before {
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}
.open-responsive-menu.active {
    background: #525252 none repeat scroll 0 0;
}

.contact-form > form .loader {
    float: right;
    margin: 10px 0;
}
.account-popup-btn {
    border: 2px solid #e8ecec;
    border-radius: 40px;
    float: left;
    padding: 4px 10px 8px;
    width: auto;
}
.account-popup-btn a {
    display: inline-block;
    font-family: Droid Serif;
    font-size: 12px;
    margin: 0;
    padding: 0 15px;
    position: relative;
}
.account-popup-btn a::before {
    background: #d3d3d3 none repeat scroll 0 0;
    content: "";
    height: 5px;
    position: absolute;
    right: -3px;
    top: 5px;
    width: 5px;
}
.account-popup-btn a:last-child::before {
    display: none;
}
.store-locations:hover {
    color: white;
}
.cart-lists-btn:hover{
    color: #ffffff;
}
.cart-lists-btn:hover i {
    background: #333333;
}
.cart-item-sec > a.proceed-checkout:hover, 
.cart-item-sec > a.proceed-cart:hover {
    color: #ffffff;
}
.category > a:hover{
    background-color: #333333;
}
.product-item-thumb > ul > li a:hover {
    
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);

}
.newsletter-form input[type="submit"]:hover{
    color: #ffffff;
}
.service-box:hover {
    background: #ffffff none repeat scroll 0 0;
    
    border-color: #e8ecec;

}
.item-sale-detail > a:hover {
    background: #333333 none repeat scroll 0 0;
}
.added_to_cart:hover {
    background: #ffffff none repeat scroll 0 0;

    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.side-header .menu-area nav > ul > li a .badge::before {
    bottom: auto;
    left: 2px;
    margin: -5px;
    top: 50%;
}
.clients > a:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.product-fancy-info > a:hover {
    color: #fff;
    background: #333;
}
.nice-product-info > ul li a:hover {
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.order-details-box:hover {
    background: #ffffff none repeat scroll 0 0;

    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);    
}
.widget_categories > ul > li a:hover {
    color: #8f8f8f;
}
.reply-btn:hover{
    color: #ffffff;
}
.account-popup-btn a {
    position: relative;
}
.slick-slider:hover {
    cursor: move;
}
.transparent .account-popup-btn {
    border-color: #d9d9d9;
}
.product-fancy:hover img {
    
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);

}
.banner > a:hover img {
    opacity: 0.6;
}
.bg-image-product {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
footer.fixed {
    bottom: 0;
    left: 0;
    position: fixed;
}
.transparent.black-layer .account-popup-btn a {
    color: #e3e3e3;
}
.transparent.black-layer .account-popup-btn {
    border-color: #696969;
}
.product-gradient:hover::before {
    width: 200%;
}
.item-sale:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}
.nice-product:hover img {
    
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}





.open-search,
.search-big,
.reply-btn,
.cart-item-list,
.product-fancy-info > a,
.nice-product-info > ul li a,
html,
html.no-scroll:before,
.popup-sec *,
.popup-sec,
.widget_categories *,
.category,
.product-gradient::before,
.category *,
.wishlist-popup,
.quick-view-popup,
.quick-view-popup *,
.product-item *,
.blog-post *,
.footer-product,
.footer-product *,
.services *,
.services:before,
.product-stylish,
.product-stylish *,
.headline-text,
.headline-text *,
header.side-header *,
.category.style2::before,
.cart-item *,
.cart-page-list *,
.widget_tags > a,
nav > ul > li.menu-item-has-children > ul > li a::before,
nav *,
.order-details-box,
.menu-options,
.menu-options *,
.menu-options *:before,
.menu-options *:after,
.menu-area nav > ul > li::before,
header.side-header,
.responsive-header > nav,
.open-responsive-menu i,
.open-responsive-menu::before,
footer *,
.theme-btn,
.zoomer-product-info > a,
body::before,
.store-locations,
.account-popup-btn,
.account-popup-btn a,
.cart-search,
.cart-search *,
.cart-item-sec > a,
.service-box,
.option-set li a,
.mini-product *,
.item-sale-detail *,
.clients > a,
.tab-sec > .nav li a,
.whishlist-img > h3 a,
.product-fancy > img,
.banner *,
.item-product-detail > a,
.item-product-detail > h3 a,
.item-sale *,
.nice-product *  {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}