/*General*/
/*----------------------------------
Project: Frame 7uptheme
Version: 1.1
Last change: 10/27/2017
Author: 7UP Theme
Author URI: https://7uptheme.com/
01.Home Business 1
02.Home Business 2
03.Home Business 3
04.Home Business 4
05.Home Business 5
06.Home Business 6
07.Home Shop 1
08.Home Shop 2
09.Home Shop 3
10.Home Shop 4
11.Home Flower
12.Home Food
13.Home Fashion
14.Home Furniture
15.Product Shop
16.Product Detail
17.Blog
18.Pages
-----------------------------------*/
/* General */
body {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.wrap {
  overflow: hidden;
  position: relative;
}
* {
  box-sizing: border-box;
  outline: none;
}
img {
  max-width: 100%;
}
a {
  color: #555;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.container {
  max-width: 1200px;
    position: relative;
    width: 100%;
}
input,
input:focus,
input:hover {
  outline: none;
}
/*Begin Class*/
.border {
  border: 1px solid #e5e5e5;
}
.no-margin {
  margin: 0;
}
.border-left {
  border-left: 1px solid #e5e5e5;
}
.border-right {
  border-right: 1px solid #e5e5e5;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.transition {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.radius4 {
  border-radius: 4px;
}
.radius6 {
  border-radius: 6px;
}
.drop-shadow {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.round {
  border-radius: 50%;
}
.desc {
  color: #555;
  margin: 0;
  line-height: 24px;
}
.white {
  color: #fff;
}
.black {
  color: #333;
}
.dark {
  color: #000;
}
.gray {
  color: #555;
}
.silver {
  color: #999;
}
.navi {
  color: #1b2b3a;
}
.opaci {
  opacity: 0.8;
}
a.opaci:hover{
	opacity:1;
}
.bg-navi {
  background: #1b2b3a;
}
.blue {
  color: #43567e;
}
.bg-blue {
  background: #43567e;
}
.smoke {
  color: #ccc;
}
.bg-white {
  background: #fff;
}
.title14,
.title8,
.title12,
.title16,
.title18,
.title20,
.title24,
.title30,
.title36,
.title40,
.title48,
.title60,
.title90,
.title120,
.title160,
.title100 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.title8 {
  font-size: 8px;
}
.title12 {
  font-size: 12px;
}
.title16 {
  font-size: 16px;
}
.title18 {
  font-size: 18px;
}
.title20 {
  font-size: 20px;
}
.title24 {
  font-size: 24px;
}
.title30 {
  font-size: 30px;
}
.title36 {
  font-size: 36px;
}
.title40 {
  font-size: 40px;
}
.title48 {
  font-size: 48px;
}
.title60 {
  font-size: 60px;
}
.title90 {
  font-size: 90px;
}
.title120 {
  font-size: 120px;
}
.title160 {
  font-size: 160px;
}
.title100 {
  font-size: 100px;
}
.vibes-font {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  text-transform: inherit;
}
.rale-font {
  font-family: 'Raleway', sans-serif;
}
.sans-font {
  font-family: 'PT Sans Narrow', sans-serif;
}
.pop-font {
  font-family: 'Poppins', sans-serif;
}
.anton-font {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
}
.poiret-font {
  font-family: 'Poiret One', cursive;
  font-weight: 400;
}
.link-btn {
  display: inline-block;
  height: 34px;
  line-height: 32px;
  padding: 0 17px;
  border-style: solid;
  border-width: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  border-color:#e5e5e5;
  border-radius:4px;
}
.link-btn:hover{
	color:#fff;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.absolute,
.item-contact-page .contact-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.list-none {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline-block {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline-block > li {
  display: inline-block;
  vertical-align: top;
}
.table-custom {
  display: table;
  margin: 0;
  width: 100%;
}
.table-custom > div {
  display: table-cell;
  vertical-align: top;
}
/*End Class*/
/*Begin Owl Carousel*/
.wrap-item > div:not(:first-child) {
  display: none;
}
.owl-theme .owl-controls {
  margin: 0;
}
.owl-theme .owl-controls .owl-buttons div {
  width: 30px;
  height: 30px;
  display: inline-block;
  opacity: 1;
  padding: 0;
  text-align: center;
  margin: -15px 0 0;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  position: absolute;
  top: 50%;
  z-index: 9;
  color: #000;
  background: transparent;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  background:#fff;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	color:#fff;
}
.owl-theme .owl-controls .owl-buttons div i::before {
  line-height: 28px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.banner-slider {
  position: relative;
  overflow: hidden;
}
.banner-slider .banner-thumb {
  position: relative;
}
.banner-slider .banner-thumb a {
  display: block;
}
.banner-slider .banner-thumb video {
  width: 100%;
  display: block;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div {
  opacity: 0;
}
.banner-slider:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -100px;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -100px;
}
.banner-slider:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
}
.banner-slider:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 15px;
}
.owl-theme .owl-controls .owl-pagination {
  padding: 15px 0;
}
.banner-slider .owl-theme .owl-controls .owl-pagination {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
}
.owl-theme .owl-controls .owl-page {
  vertical-align: top;
  border-radius: 50%;
  margin: 0 5px;
}
.owl-theme .owl-controls .owl-page span {
  background: #000;
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.banner-slider.bg-slider .item-slider {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-slider .item-slider {
  position: relative;
}
.banner-slider.bg-slider .banner-thumb img {
  max-width: none;
  opacity: 0;
  width: auto;
}
.group-navi .owl-buttons {
  position: absolute;
  right: 15px;
  top: -40px;
  width: 61px;
  margin: auto;
}
.banner-slider .banner-thumb img {
  width: 100%;
}
.banner-slider .banner-info {
  height: 200px;
}
.banner-info {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.banner-slider .list-image-ads-extend {
    position: absolute;
    top: 0;
    right: 0;
	bottom:0;
	margin:auto;
	left:auto;
}
.banner-slider .list-image-ads-extend {
    padding: 0 50px;
}
.banner-slider .list-image-ads-extend ul li {
    margin: 0 0 10px;
}
.banner-slider .list-image-ads-extend ul li a:hover {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
}
.banner-slider .list-image-ads-extend ul li a {
    display: block;
}
/*End Owl Carousel*/
/*Begin Custom Scroll*/
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: none;
}
.mCSB_container {
  margin-right: 0;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 4px;
}
/*End Custom Scroll*/
/*Begin Box Hover Dir*/
.box-hover-dir {
  overflow: hidden;
  position: relative;
  cursor: all-scroll;
}
.box-hover-dir > div {
  height: 100%;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-out 0s !important;
  -webkit-transition: all 0.5s ease-out 0s !important;
}
/*End Box Hover Dir*/
/*Begin Banner Adv*/
.banner-advs {
  position: relative;
}
.adv-thumb-link {  
  display: block;
  overflow: hidden;
  position: relative;
}
.adv-thumb-link > img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
/*Zoom Rotate*/
.zoom-rotate .adv-thumb-link > img {
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
}
.zoom-rotate:hover .adv-thumb-link > img {
  transform: scale(1.15) rotate(4deg);
  -webkit-transform: scale(1.15) rotate(4deg);
}
/*Zoom Image*/
.zoom-image:hover .adv-thumb-link > img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
/*Fade Out In*/
.fade-out-in .adv-thumb-link::before,
.fade-out-in .adv-thumb-link::after,
.fade-in-out .adv-thumb-link::before,
.fade-in-out .adv-thumb-link::after,
.overlay-image .adv-thumb-link::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.fade-out-in:hover .adv-thumb-link::before {
  opacity: 1;
  top: 50%;
  bottom: 50%;
}
.fade-out-in:hover .adv-thumb-link::after {
  opacity: 1;
  left: 50%;
  right: 50%;
}
/*Fade In Out*/
.fade-in-out .adv-thumb-link::before {
  opacity: 1;
  top: 50%;
  bottom: 50%;
}
.fade-in-out .adv-thumb-link::after {
  opacity: 1;
  left: 50%;
  right: 50%;
}
.fade-in-out:hover .adv-thumb-link::before {
  opacity: 0;
  top: 0;
  bottom: 0;
}
.fade-in-out:hover .adv-thumb-link::after {
  opacity: 0;
  left: 0;
  right: 0;
}
/*Pull Curtain*/
.pull-curtain .adv-thumb-link::before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.pull-curtain .adv-thumb-link::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.pull-curtain:hover .adv-thumb-link::before,
.pull-curtain:hover .adv-thumb-link::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
/*Overlay Image*/
.overlay-image .adv-thumb-link::after {
  background: rgba(0, 0, 0, 0.3);
}
.overlay-image:hover .adv-thumb-link::after {
  opacity: 1;
}
/*Blue Image*/
.blur-image:hover .adv-thumb-link img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
/*Gray Image*/
.gray-image:hover .adv-thumb-link img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*Zoom Out*/
.zoom-out .adv-thumb-link img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(3);
  -webkit-transform: scale(3);
}
.zoom-out:hover .adv-thumb-link img {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}
/*Line Scale*/
.line-scale .adv-thumb-link::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10px;
  right: 10px;
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.line-scale .adv-thumb-link::after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 20px;
  right: 20px;
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.line-scale:hover .adv-thumb-link::before,
.line-scale:hover .adv-thumb-link::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
/*End Banner Adv*/
/*******************************************************************************************************
                    Preview Menu        
********************************************************************************************************/
.main-nav > ul > li .sub-menu > li.menu-item-preview {
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview::after {
  position: absolute;
  width: 10px;
  height: 40px;
  top: 0;
  left: 100%;
  content: "";
  background: transparent;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  left: 100%;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  margin-left: 10px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview:hover > .preview-image {
  opacity: 1;
  visibility: visible;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a {
  display: block;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a > img {
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  width: 100%;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a:hover > img {
  top: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
/*Begin Header On Top*/
.header-ontop {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.header-ontop.fixed-ontop {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  visibility: visible;
  right: 0;
  z-index: 999!important;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed!important;
  top: 0!important;
}
/*End Header On Top*/
/*Begin Main Nav*/
.main-nav {
  position: relative;
  z-index: 1001;
}
.main-nav > ul {
  font-size: 0;
  list-style: none none;
  padding: 0;
  position: relative;
  margin: 0;
}
.main-nav > ul > li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.main-nav > ul > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight:700;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size:18px;
}
.main-nav > ul > li.has-mega-menu > a::after ,
.main-nav > ul > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: fontAwesome;
  margin-left: 5px;
  display: inline-block;
}
.main-nav li.menu-item-has-children {
  position: relative;
}
.main-nav li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.main-nav .sub-menu {
  background: #fff;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  margin: 30px 0 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.main-nav .sub-menu li {
  border-bottom: 1px solid #e5e5e5;
}
.main-nav .sub-menu li:last-child {
  border-bottom: none;
}
.main-nav li.has-mega-menu > .mega-menu {
  background: #fff;
  left: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  margin: 30px 0 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.main-nav li.has-mega-menu:hover > .mega-menu {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.main-nav > ul > li.menu-item-has-children.has-mega-menu {
  position: static;
}
.main-nav > ul > li .sub-menu > li > a {
  display: block;
  padding: 10px 15px;
  position: relative;
}
.main-nav > ul > li .sub-menu > li:last-child > a {
  border-bottom: none;
}
.main-nav > ul > li.has-mega-menu .sub-menu > li {
  padding: 0;
}
.main-nav > ul > li .sub-menu > li.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-has-children > a::after {
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  right: 15px;
  top: 12px;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu {
  left: 100%;
  top: 0;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu.offset-right {
  left: auto;
  right: 100%;
}
.main-nav .sub-menu.offset-right {
  left: auto;
  right: 0;
}
/*Pointer Event*/
.sub-menu,
.mega-menu,
.dropdown-list {
  pointer-events: none;
}
.dropdown-box:hover > .dropdown-list,
li.has-mega-menu:hover > .mega-menu,
li.menu-item-has-children:hover > .sub-menu {
  pointer-events: inherit;
}
/*End Main Nav*/
/*Begin Toggle Mobile Menu*/
.main-nav .toggle-mobile-menu {
  display: none;
  height: 30px;
  width: 30px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.main-nav .toggle-mobile-menu span {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 50%;
}
.main-nav .toggle-mobile-menu::before,
.main-nav .toggle-mobile-menu::after {
  content: '';
  position: absolute;
  top: 0;
  height: 4px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.main-nav .toggle-mobile-menu::before {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.main-nav .toggle-mobile-menu::after {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.main-nav.active .toggle-mobile-menu::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.main-nav.active .toggle-mobile-menu::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.main-nav.active .toggle-mobile-menu span {
  display: none;
}
/*End Toggle Mobile Menu*/
/*Begin Menu Responsive*/
@media (max-width: 767px) {
  .mega-menu {
    display: none;
  }
  .main-nav .toggle-mobile-menu {
    display: block;
  }
  .main-nav .sub-menu {
    background: #fff none repeat scroll 0 0;
    display: none;
    margin: 0!important;
    opacity: 1!important;
    visibility: visible!important;
    position: static!important;
    box-shadow: none!important;
    border-top: 1px solid #e5e5e5;
  }
  .main-nav > ul > li > a::before {
    display: none!important;
  }
  .main-nav > ul > li > a {
    color: #333!important;
    border-top: 1px solid #e5e5e5!important;
  }
  .main-nav {
    margin: 0;
  }
  .main-nav > ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 10px 0 0;
    width: 290px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    text-align: left;
  }
  .main-nav.active > ul {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
  }
  .main-nav > ul > li {
    display: block;
    margin: 0 15px !important;
    padding: 0!important;
  }
  .main-nav .sub-menu li a::before {
    display: none;
  }
  .main-nav > ul li > a {
    display: block;
    font-size: 14px!important;
    font-weight: 400;
    height: auto !important;
    line-height: inherit !important;
    padding: 10px 0!important;
    border-bottom: none!important;
  }
  .main-nav > ul li:first-child > a {
    border: medium none!important;
  }
  .main-nav .sub-menu > li {
    padding: 0px!important;
    margin: 0 0 0 15px;
  }
  .main-nav > ul > li.menu-item-has-children.has-mega-menu {
    position: relative;
  }
  .main-nav > ul li.menu-item-has-children .menu-item-has-children > a::after {
    right: 0;
    top: 0;
  }
  .main-nav > ul > li.menu-item-has-children > a::after {
    display: none;
  }
  .main-nav > ul > li .sub-menu {
    display: none;
    width: 100%;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  .btn-toggle-mobile-menu {
    cursor: pointer;
  }
  .btn-toggle-mobile-menu::after {
    position: absolute;
    top: 11px;
    right: 0px;
    font-family: fontAwesome;
    content: "\f107";
  }
  .btn-toggle-mobile-menu.active::after {
    content: "\f106";
  }
  .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu {
    left: 0;
    top: 100%;
    padding: 0;
  }
  .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > a::after {
    display: none;
  }
  .main-nav > ul > li.has-mega-menu > a::after {
    display: none!important;
  }
  .menu-item-preview .preview-image {
    display: none;
  }
  .sub-menu,
  .mega-menu,
  .dropdown-list {
    pointer-events: inherit;
  }
  .main-nav > ul > li .sub-menu > li > a {
    background: #fff!important;
    color: #333!important;
}
  .main-nav li.has-mega-menu > .mega-menu {
    display: none;
    opacity: 1;
    margin: 0;
    border: 1px solid #f5f5f5;
  }
}
/*End Menu Responsive*/
/*Begin Rating*/
.product-rate {
  background-image: url(../images/icon/rate-star.png);
  background-position: 0 -13px;
  background-repeat: repeat-x;
  height: 13px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  width: 95px;
}
.product-rate.style2,
.product-rate.style2 .product-rating {
  background-image: url(../images/icon/rate-star2.png);
}
.product-rating {
  background-image: url(../images/icon/rate-star.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
}
.item-product.text-center .product-rate {
  margin: auto;
}
/*End Rating*/
/*Button Scoll*/
body .scroll-top {
  bottom: 10px;
  display: block;
  height: 40px;
  line-height: 38px;
  opacity: 0;
  position: fixed;
  right: -50px;
  text-align: center;
  width: 40px;
  z-index: 999;
  color:#fff;
}
.scroll-top.active {
  opacity: 1;
  right: 10px;
  color:#fff;
}
/*Begin Product*/
.product-slider .item-product {
  margin: 0 15px 30px;
}
.product-slider {
  margin: 0 -15px;
}
.item-product .product-info {
  padding-top: 17px;
  position: relative;
}
.product-thumb {
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.product-title {
  margin: 0 0 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.table .product-info .product-title {
  white-space: normal;
}
.product-price ins {
  text-decoration: none;
}
.product-price {
  margin: 0 -2px 7px;
}
.product-price > * {
  margin: 0 2px;
}
/*Overlay Product*/
.product-thumb-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-thumb-link img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.product-thumb-link::before {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.product-thumb:hover .product-thumb-link::before {
  opacity: 1;
}
/*Zoom Product*/
.product-thumb:hover .zoom-thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
/*Zoomout Product*/
.zoomout-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(3);
  -webkit-transform: scale(3);
}
.product-thumb:hover .zoomout-thumb img:last-child {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
/*Rotate Product*/
.rotate-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}
.product-thumb:hover .rotate-thumb img:last-child {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  opacity: 1;
}
.product-thumb:hover .rotate-thumb img:first-child {
  transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  opacity: 0;
}
/*Translate Product*/
.translate-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.product-thumb:hover .translate-thumb img:last-child {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.product-thumb:hover .translate-thumb img:first-child {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  opacity: 0;
}
/*End Product*/
/*Select Box*/
.select-box select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  height: 40px;
  padding: 0 30px 0 15px;
  position: relative;
  z-index: 1;
  background: transparent;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.select-box {
  position: relative;
}
.select-box::after {
  position: absolute;
  top: 15px;
  right: 15px;
  content: "\f107";
  font-family: fontAwesome;
}
/*Begin Dropdown Box*/
.dropdown-box {
  position: relative;
  z-index: 10;
}
.dropdown-link {
  display: inline-block;
  position: relative;
}
.dropdown-list {
  background: #fff;
  margin-top: 30px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  width: 130px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.dropdown-box:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.language-box .dropdown-list li a span,
.currency-box .dropdown-list li a span {
  margin: 0 5px;
}
.language-box .dropdown-link::after,
.currency-box .dropdown-link::after {
  font-family: fontAwesome;
  content: "\f107";
  margin: 0 5px;
}
/*End Dropdown Box*/
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.wishlist-button a {
  background: #858785 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.product-popup-content {
  padding: 15px 0;
}
/*End Wishlist Popup*/
/*Begin Email Popup*/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.window-popup {
  padding: 10px 10px 40px 10px;
  width: 800px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  background: #fff;
}
.window-popup .close-popup {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -15px;
  width: 30px;
  z-index: 999;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.content-popup-form {
  padding: 0 20px;
}
.content-popup-form .desc {
  margin-right: -10px;
}
.content-popup {
  position: relative;
  z-index: 99;
}
.content-popup input[type="text"] {
  width: 260px;
}
.content-popup .image-popup {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}
.content-popup .title18 {
  margin-bottom: 22px;
}
/*End Email Popup*/
/*Begin Mini Cart*/
.mini-cart-box {
  position: relative;
  z-index: 1002;
}
.mini-cart-link {
  position: relative;
}
.mini-cart-link .mini-cart-number {
  position: absolute;
  top: -10px;
  right: -10px;
}
.list-mini-cart-item {
  margin-top: 15px;
}
.product-mini-cart.table-custom {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.product-mini-cart.table-custom:last-child {
  margin-bottom: 0px;
}
.product-mini-cart .product-thumb {
    width: 90px;
    border: 1px solid #e5e5e5;
}
.mini-cart-box .dropdown-list {
  width: 290px;
  padding: 30px 15px;
  left:auto;
  right:0;
}
.product-mini-cart .product-info {
  padding: 0 15px;
}
.mini-cart-button {
  margin: 20px -3px 0;
}
.mini-cart-button .shop-button {
  margin: 0 3px;
}
.mini-cart-qty label {
  font-weight: 400;
  margin: 0;
}
.product-mini-cart.table .product-delete {
  width: 20px;
}
/*End Mini Cart*/
/*Begin Count Down Master*/
.countdown-master .flip-clock-divider .flip-clock-label {
  display: none;
}
.countdown-master {
  display: inline-block;
  margin: 0;
  width: auto;
  vertical-align: middle;
}
.countdown-master.flip-clock-wrapper ul {
  background: transparent;
  float: left;
  margin: 0 -4px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
.countdown-master.flip-clock-wrapper .flip {
  box-shadow: none;
}
.countdown-master.flip-clock-wrapper ul li {
  line-height: 30px;
  width: 30px;
}
.countdown-master.flip-clock-wrapper ul li a div div.inn {
  font-size: 18px;
  color: #fff600;
  background: #333333 url("../images/icon/bg-time.png") repeat-x scroll center center;
  border-radius: 4px;
}
.countdown-master.flip-clock-wrapper ul li a div.down {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.countdown-master .flip-clock-divider {
  height: 30px;
  width: 10px;
}
.countdown-master .flip-clock-dot {
  background: #333 none repeat scroll 0 0;
  box-shadow: none;
  height: 2px;
  left: 0px;
  width: 2px;
}
.countdown-master .flip-clock-dot.top {
  top: 10px;
}
.countdown-master .flip-clock-dot.bottom {
  bottom: 10px;
}
.hidden-canvas canvas {
  display: none;
}
/*End Count Down Master*/
/*Begin Preload*/
.wrap-item {
  position: relative;
}
.item-banner {
  position: relative;
}
/*End Preload*/
/*Begin Parallax*/
.parallax {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  min-height: 200px;
}
/*End Parallax*/
/*Begin Animated Background*/
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
.animate-background {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  animation: animatedBackground 40s linear infinite;
  -moz-animation: animatedBackground 40s linear infinite;
  -webkit-animation: animatedBackground 40s linear infinite;
}
@keyframes hozAnimatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.hoz-animate-background {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  animation: hozAnimatedBackground 40s linear infinite;
  -moz-animation: hozAnimatedBackground 40s linear infinite;
  -webkit-animation: hozAnimatedBackground 40s linear infinite;
  background-size: auto 100%;
}
/*End Animated Background*/
/*Begin Banner Background*/
.banner-background {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  min-height: 200px;
}
/*End Banner Background*/
/*Begin Toggle*/
.item-toggle-tab .toggle-tab-content {
  display: none;
}
.item-toggle-tab:first-child .toggle-tab-content {
    display: block;
}
.toggle-tab-title {
  position: relative;
  cursor: pointer;
}
/*End Toggle*/
/*Begin Preload*/
.preload #loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}
.preload #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
.preload #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.preload .object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}
.preload #object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
.preload #object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.preload #object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.preload #object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
/*Style*/
/*******************************************************************************************************
                      Blog
********************************************************************************************************/
.header-top-default {
  padding: 15px 0;
}
.header-nav-default {
  background: #333;
}
.header-nav-default .main-nav > ul > li > a{
	color:#fff;
}
.footer-default {
  background: #333;
  padding: 15px 0;
}
.content-page {
  margin: 50px 0;
}
.mega-list-cat ul li {
  border-top: 1px solid #e5e5e5;
}
.mega-list-cat ul li a {
  display: block;
  padding: 10px 0;
}
.mega-list-cat ul {
  margin-top: 15px;
}
.wrap-bread-crumb {
  margin: 0 0 30px;
}
.bread-crumb {
    background: #fafafa;
    padding: 15px 20px;
    line-height: 1.4;
}
.bread-crumb::before {
    font-family: fontAwesome;
    content: "\f015";
    margin: 0 5px;
}
.bread-crumb a {
  display: inline-block;
}
.bread-crumb > .post-categories::after,
.bread-crumb > a:first-child::after,
.bread-crumb > span::after {
  content: "/";
  margin: 0 6px;
}
.bread-crumb > span:last-child::after{
	display:none;
}
.widget-title {
  margin-bottom: 20px;
}
.wg-list-categories ul {
  padding-left: 15px;
}
.wg-list-categories li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.wg-list-categories li {
  position: relative;
}
.wg-list-categories li:last-child a {
  border-bottom: none;
}
.wg-list-categories li .count {
  position: absolute;
  right: 0;
  top: 9px;
  color: #fff;
  width: 20px;
  height: 20px;
  background: #999;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
}
.widget {
  margin-bottom: 30px;
  border:1px solid #e5e5e5;
  padding:20px;
  border-radius:4px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget-tags li a {
  padding: 6px 15px;
  border: 1px solid #e5e5e5;
  display: block;
  border-radius: 4px;
}
.wg-list-tags li {
  display: inline-block;
  margin-bottom: 5px;
}
.wg-list-tags ul {
  padding-left: 15px;
}
.wg-list-categories {
  margin-top: -20px;
}
.wg-list-categories li.has-children {
  border-bottom: 1px solid #e5e5e5;
}
.wg-search-form {
  position: relative;
}
.wg-search-form input[type="text"] {
  border: 1px solid #e5e5e5;
  height: 40px;
  padding: 0 15px;
  display: block;
  width: 100%;
  border-radius: 4px;
}
.wg-search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: transparent;
  border: none;
  z-index: 1;
}
.wg-search-form::after {
  position: absolute;
  top: 12px;
  right: 15px;
  font-family: fontAwesome;
  content: "\f002";
  color: #999;
}
.title-page {
  margin-bottom: 30px;
}
.view-type a {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  width: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
  color: #555;
  margin: 0 -1px;
}
.title-page h2 {
    line-height: 40px;
    margin-right: 30px;
}
.show-by .dropdown-link {
  position: relative;
  height: 40px;
  display: inline-block;
  min-width: 70px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 15px;
  color:#555
}
.show-by .dropdown-link  span.silver{
	padding:0 15px;
}
.sort-pagi-bar > li {
  margin: 0 15px;
}
.sort-pagi-bar {
  margin: 0 -15px;
}
.show-by > .dropdown-link > span.gray,
.view-type > span.gray {
  display: inline-block;
}
.show-by .dropdown-list {
  left: auto;
  right: 0;
  width: 100%;
}
.dropdown-list li a {
  display: block;
  padding: 5px 10px;
  background: #f9f9f9;
  border-bottom: 1px solid #fff;
}
.dropdown-list li a:hover {
  color: #fff;
}
.dropdown-list li:last-child a {
  border-bottom: none;
}
.show-by .dropdown-link .silver::after {
  font-family: fontAwesome;
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 1px;
}
.blog-grid-view .item-post {
  margin-bottom: 30px;
}
.single-post-date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  background: #ccc;
  color: #fff;
  text-align: center;
  font-size: 12px;
  z-index: 10;
}
.single-post-date strong {
  font-size: 18px;
  display: block;
  font-weight: 400;
  background: #333;
  padding: 9px 10px;
}
.single-post-date span {
  padding: 7px 10px;
  display: block;
}
.item-post-default .post-thumb {
  margin-bottom: 25px;
}
.item-post .post-info .post-title {
  margin-bottom: 10px;
}
.item-post .post-info .desc {
  margin-bottom: 22px;
}
.item-post .post-info .readmore {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.item-post .post-info .readmore:hover{
	color:#fff;
} 
.pagi-nav > span,
.pagi-nav a {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  min-width: 40px;
  text-align: center;
  border-radius: 4px;
}
.pagi-nav a.current {
  border-color: #999;
  background-color: #999;
  color: #fff;
}
.pagi-nav a.next,
.pagi-nav a.prev {
  border-color: #e5e5e5;
}
.blog-list-view .item-post-list {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog-list-view .col-md-12:last-child .item-post-list {
  border-bottom: none;
  padding-bottom: 0;
}
.post-meta-data > li {
  margin: 0 10px 10px 0;
  border-right: 1px solid #e5e5e5;
  padding-right: 14px;
}
.post-meta-data > li:last-child {
  border: none;
}
.post-meta-data {
  margin-bottom: 5px;
  font-size:12px;
}
.post-meta-data i.fa {
  margin-right: 6px;
}
.post-meta-data li a {
  margin-right: 10px;
}
.post-meta-data li a:last-child {
  margin-right: 0;
}
.blog-list-view .item-post-large {
  margin-bottom: 70px;
}
.item-post-large .post-thumb {
  margin-bottom: 22px;
}
.post-meta-data label {
  font-weight: 400;
  margin: 0;
}
.single-post-thumb {
    margin-bottom: 45px;
}
.content-post-default > .desc {
  margin-bottom: 30px;
}
.content-post-default h2.title24 {
    margin-bottom: 15px;
    font-size: 30px;
}
.content-post-default .row {
  margin-bottom: 30px;
}
.block-quote {
    background: #f9f9f9;
    padding: 30px 40px;
    margin-bottom: 40px;
    margin-top: 42px;
}
.block-quote h3.title14 {
  position: relative;
  margin-top: 36px;
}
.block-quote h3.title14::before {
  position: absolute;
  width: 100px;
  height: 1px;
  content: "";
  background: #333;
  top: -20px;
  left: 0;
}
.block-quote .desc {
  font-style: italic;
}
.single-intro-travel h2 {
  margin-bottom: 22px;
}
.content-post-default > h3 {
  margin-bottom: 20px;
}
.single-list-link li {
  margin-bottom: 20px;
  list-style: circle;
  margin-left: 15px;
}
.single-list-link {
  margin-bottom: 40px;
}
.single-list-adv .banner-advs {
  margin-bottom: 22px;
}
.single-list-social {
  margin-bottom: 50px;
}
.single-info-author {
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
  margin-bottom: 40px;
}
.single-info-author .author-info {
  position: relative;
  padding-top: 15px;
}
.single-info-author .author-info > h3 {
  margin: 12px 0 8px;
}
.single-info-author .author-social {
  position: absolute;
  right: 0;
  top: 34px;
  margin: 10px -12px 0;
}
.single-info-author .author-social a {
  margin: 0 12px;
}
.post-control {
    padding: 17px 0;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
    margin-bottom: 67px;
    margin-top: 52px;
}
.detail-content-wrap {
    margin-bottom: 45px;
}
.post-control  a {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.post-control i.fa {
  vertical-align: middle;
}
.post-control span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.title-single-related-post {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    font-size: 24px;
}
.related-product {
    margin-bottom: 30px;
}
.title-single-related-post a {
  position: absolute;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  top: 0;
  right: 0;
}
.related-post-slider {
  margin: 0 -15px;
}
.related-post-slider .item-post {
  margin: 0 15px;
}
.single-related-post {
  margin-bottom: 45px;
}
.blog-comment-detail > h2.title18 {
  margin-bottom: 25px;
}
.single-info-author .author-thumb {
  width: 100px;
}
.single-info-author .author-info {
  padding-left: 20px;
  position: relative;
}
.item-comment .comment-thumb {
  width: 70px;
}
.item-comment .comment-info {
  padding-left: 20px;
  position: relative;
}
.item-comment .comment-info .author-name {
  text-transform: uppercase;
}
.item-comment .comment-info span.black {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 5px;
}
.item-comment .comment-info .desc {
  margin: 10px 0;
}
.item-comment .comment-info .reply-button {
  position: absolute;
  top: 0;
  right: 0;
}
.item-comment {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #e5e5e5;
}
.comment-list li:last-child .item-comment {
  border: none;
  margin-bottom: 0;
}
.blog-comment-detail {
  margin-bottom: 20px;
}
.reply-comment > h2 {
  margin-bottom: 17px;
}
.reply-comment > .desc {
  margin-bottom: 40px;
}
.contact-form input[type="email"] ,
.contact-form input[type="text"] {
  height: 40px;
  display: block;
  width: 100%;
  padding: 0 15px 0 40px;
}
.contact-form textarea {
  display: block;
  width: 100%;
  padding: 10px 15px 10px 40px;
}
.reply-comment .desc {
  margin: 13px 0 43px;
}
.contact-form input[type="submit"] {
  padding: 0 30px;
}
.contact-form p {
  position: relative;
}
.contact-form p::before {
  position: absolute;
  top: 9px;
  left: 15px;
  color: #999;
  font-family: fontAwesome;
  z-index:1;
}
.contact-form p.contact-name::before {
  content: "\f007";
}
.contact-form p.contact-email::before {
  content: "\f0e0";
}
.contact-form p.contact-message::before {
  content: "\f044";
}
.shop-button {
  border: none;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
}
.shop-button:hover{
	background:#333;
}
.sort-by .select-box::after {
  top: 13px;
}
.sort-by > span {
  line-height: 36px;
  margin: 0 15px;
}
.product-thumb .product-label {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  z-index: 11;
}
.product-thumb .product-label span {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  text-transform: lowercase;
}
.product-label span.sale {
  background: #ff6c87;
  float: right;
}
.product-label span.new {
  background: #6caaff;
  float: left;
}
.product-thumb > .quickview-link {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  line-height: 40px;
  text-align: center;
  z-index: 10;
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform:scale(0);
  -webkit-transform:scale(0);
}
.product-thumb > .quickview-link:hover{
	box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);
}
.product-thumb:hover > .quickview-link {
  opacity: 1;
  visibility: visible;
  transform:scale(1);
  -webkit-transform:scale(1);
}
.wrap-rating .rate-number {
  font-size: 10px;
}
.wrap-rating .product-rate {
  margin: 0;
}
.wrap-rating > li {
  vertical-align: middle;
}
.product-grid-view .item-product {
  margin-bottom: 30px;
}
.product-extra-link .addcart-link {
  display: inline-block;
  height: 34px;
  line-height: 32px;
  border: 1px solid #ccc;
  padding: 0 17px;
  border-radius: 4px;
  text-align: center;
  color:#000;
}
.product-extra-link .addcart-link:hover {
  color: #fff;
}
.wrap-rating {
  margin-bottom: 18px;
}
.item-product.product-stock .product-thumb-link::before {
  opacity: 1;
}
.product-list-view .item-product {
  margin-bottom: 30px;
}
.item-product-list .product-info {
    padding-top: 0;
}
.item-product-list .product-desc {
    border-top: 1px solid #e5e5e5;
    padding-top: 19px;
    margin-bottom: 22px;
    margin-top: 21px;
}
.detail-gallery .carousel li {
  margin: 0 4px;
}
.detail-gallery .gallery-control {
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.detail-gallery .gallery-control .carousel {
  margin: auto;
}
.detail-gallery .gallery-control > a {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border: 1px solid #e5e5e5;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    z-index: 10;
    background: #fff;
}
.detail-gallery .gallery-control > a.next {
  right: -10px;
}
.detail-gallery .gallery-control > a.prev {
  left: -10px;
}
.detail-attr {
  display: flex;
  align-items: center;
  display: -ms-flex;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  margin-bottom: 15px;
}
.detail-attr label {
    margin: 0 10px 0 0;
}
.detail-attr > .select-box {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
}
.detail-qty {
  border-radius: 4px;
  height: 40px;
  width: 100px;
  position: relative;
}
.detail-qty .qty-val {
  line-height: 38px;
  padding: 0 15px;
}
.detail-qty a {
  position: absolute;
  width: 30px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
  right: 0;
  border-left: 1px solid #e5e5e5;
  z-index:1;
}
.detail-qty a.qty-up {
  top: 0;
}
.detail-qty a.qty-down {
  bottom: 0;
}
.detail-attr .addcart-link {
  margin-left: 10px;
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  text-align: center;
}
.detail-info .product-desc {
  margin-bottom: 30px;
}
.detail-attr.qty-cart {
  margin-bottom: 30px;
}
.detail-extra-link a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.detail-extra-link a .fa {
  font-size: 12px;
  color: #999;
  margin-right: 10px;
}
.detail-extra-link {
  margin-bottom: 25px;
}
.item-product-meta-info label {
    font-weight: 400;
    padding-right: 10px;
}
.detail-info .final-countdown {
    margin-top: 25px;
}
.product-meta-info > li {
  margin-bottom: 5px;
}
.item-product-meta-info span,
.item-product-meta-info a {
  display: inline-block;
  margin-bottom: 5px;
}
.product-detail {
  margin-bottom: 40px;
}
.detail-info {
  position: relative;
}
.detail-info .product-control {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 2px;
}
.detail-info .product-control a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin: 0 -2px;
  color: #555;
}
.detail-info .product-control a:hover {
  background: #f9f9f9;
}
.detail-info .product-control a.prev {
  border-radius: 4px 0 0 4px;
}
.detail-info .product-control a.next {
  border-radius: 0 4px 4px 0;
}
.detail-tabs {
  display: block;
}
.detail-tab-title {
    margin-bottom: 30px;
}
.detail-tab-content {
  display:block;
}
.list-tag-detail li a {
    padding-bottom: 10px;
    position: relative;
    display: block;
}
.list-tag-detail li a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    content: "";
    left: 0;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
}
.list-tag-detail li.active a::after{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.detail-tab-desc .desc {
  margin-bottom: 23px;
}
.detail-tab-desc ul li {
  margin-bottom: 15px;
}
/*Begin Review*/
.detail-tab-review .title14 {
  margin: 0 0 18px;
  text-transform: inherit;
  font-size: 18px;
}
.list-none.list-tags-review li {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}
.list-none.list-tags-review li > .review-author {
  width: 100px;
}
.list-none.list-tags-review li > div {
  display: table-cell;
  vertical-align: top;
}
.list-none.list-tags-review li > .review-info {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}
.list-none.list-tags-review li > .review-author a {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 70px;
}
.list-none.list-tags-review li > .review-author a img {
  border-radius: 50%;
}
.review-header {
  color: #999;
}
.review-info .product-rate {
  position: absolute;
  right: 20px;
  top: 25px;
}
.review-form {
  margin-top: 23px;
}
.review-form > div {
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 105px;
  position: relative;
}
.review-form > div > label {
  font-weight: 400;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
}
.review-form > div > input[type="text"] {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  height: 40px;
  max-width: 400px;
  padding: 0 15px;
  width: 100%;
}
.review-form > div > .product-rate {
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
}
.review-form > div > textarea {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  max-height: 120px;
  padding: 10px 15px;
  width: 100%;
}
.review-form > div > input[type="submit"] {
  margin-top: 10px;
}
/*End Review*/
.detail-tab-video iframe {
  border: none;
}
.shop-button:hover {
  color: #fff;
}
.item-product-group .product-thumb {
  width: 90px;
}
.item-product-group .product-info {
  padding: 0 20px;
}
.wrap-detail-qty {
  text-align: right;
}
.wrap-detail-qty .detail-qty {
  text-align: left;
  display: inline-block;
}
.list-product-group > li {
  margin-bottom: 10px;
}
.list-product-group {
  margin-bottom: 30px;
  max-width:570px;
}
.detail-group .detail-attr .addcart-link {
  margin: 0;
  flex-grow: inherit;
  -ms-flex-grow: inherit;
  -webkit-flex-grow: inherit;
  padding: 0 30px;
}
.block-product-tab .title-block-tab {
  margin-bottom: 30px;
}
.title-list-tab > li > a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-weight: 700;
  position: relative;
}
.title-list-tab {
  margin-bottom: 50px;
}
.title-list-tab > li.active > a {
  background: #f9f9f9;
}
.block-product-tab {
  margin-bottom: 50px;
}
.block-product-tab > h3 {
  margin-bottom: 20px;
}
.block-product-tab > .desc {
  max-width: 670px;
  margin: auto auto 30px;
}
.shop-button.btn-loadmore {
  min-width: 270px;
  text-transform: uppercase;
}
.block-product-tab.title-tab-inline .title-block-tab {
  margin: 6px 30px 0 0;
}
.block-product-list {
  margin-bottom: 50px;
}
.product-tab-vertical {
  position: relative;
  padding-left: 300px;
  margin-top: 25px;
}
.product-tab-vertical .title-list-tab {
  position: absolute;
  width: 270px;
  left: 0;
  top: 0;
  border-right: 1px solid #e5e5e5;
  bottom: -20px;
  border-top: 1px solid #e5e5e5;
}
.product-tab-vertical .title-list-tab li a {
  border-radius: 0;
  border-width: 0 0 1px 0;
  background: transparent;
}
.product-tab-vertical .title-list-tab li.active a::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 2px;
  content: "";
  background: #333;
}
.product-tab-vertical .title-list-tab li.active a {
  color: #333;
}
.product-tab-vertical .title-list-tab li.active a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  content: "";
  background: #fff;
  width: 1px;
}
.block-product-tab:not(.product-tab-vertical) .group-navi .owl-buttons {
  top: -69px;
}
.product-small-slider .item-product {
  margin: 0 10px;
}
.product-small-slider {
  margin: 23px -10px 0;
}
.product-small-slider .group-navi .owl-buttons {
  right: 10px;
}
.item-product-small .product-title {
  white-space: inherit;
}
.item-product-small .product-extra-link .addcart-link {
  display: block;
  text-transform: uppercase;
}
.title-elements {
  margin-bottom: 30px;
}
.block-element > h3.title18 {
  margin-bottom: 20px;
}
.follow-instagram a {
  display: block;
  overflow: hidden;
  position: relative;
}
.instagram-text-follow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  display: -ms-flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  opacity: 0;
  transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
}
.follow-instagram a:hover .instagram-text-follow {
  opacity: 1;
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
}
.instagram-text-follow i {
  margin: 0 5px;
}
.search-form {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  position: relative;
  border-radius: 4px;
}
.search-form .dropdown-box {
  width: 170px;
  border-right: 1px solid #e5e5e5;
}
.search-form input[type="text"] {
  height: 40px;
  display: block;
  border: none;
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  padding: 0 20px;
  background: transparent;
}
.search-form .dropdown-link {
  padding: 12px 15px;
  display: block;
}
.submit-form {
  position: relative;
  width: 50px;
  border-radius: 4px;
  overflow: hidden;
  margin: -2px;
}
.submit-form input[type="submit"] {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: transparent;
  display: block;
  width: 100%;
  z-index: 1;
  border-radius: 4px;
}
.submit-form::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  text-align: center;
  color: #fff;
  font-family: fontAwesome;
  content: "\f002";
  line-height: 40px;
  border-radius: 4px;
}
.search-form .dropdown-list {
    width: 100%;
    min-width: 170px;
}
.search-form .dropdown-link::after {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  right: 15px;
  top: 14px;
}
.form-newsletter .submit-form::after {
  content: "\f0e0";
}
.mini-cart-box.aside-box .mini-cart-content {
  transform: translateX(400px);
  -webkit-transform: translateX(400px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  width: 370px;
  bottom: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.mini-cart-box.aside-box .mini-cart-content.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.mini-cart-box.aside-box .mini-cart-content > h2 {
  display: none;
}
.mini-cart-box.aside-box .list-mini-cart-item {
  margin: 0;
  overflow: auto;
  position: absolute;
  bottom: 122px;
  top: 0;
  left: 0;
  right: 0;
}
.mini-cart-box.aside-box .product-mini-cart.table-custom {
  margin: 0;
  padding: 0;
}
.mini-cart-box.aside-box .product-mini-cart.table-custom > div {
  vertical-align: middle;
}
.mini-cart-box.aside-box .mini-cart-button a {
  display: block;
  border-radius: 0;
  text-transform: uppercase;
}
.mini-cart-box.aside-box .mini-cart-button a.mini-cart-view {
  background: #666;
}
.mini-cart-box.aside-box .mini-cart-button {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.mini-cart-box.aside-box .mini-cart-total {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  padding: 10px 20px;
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background: #fff;
}
.mini-cart-box.aside-box .product-mini-cart.table-custom .product-delete {
  padding-right: 15px;
}
.overlay .wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.detail-info .countdown-master {
  margin: 0 -5px 30px;
}
.mini-cart-box.dropdown-box .list-mini-cart-item {
  max-height: 300px;
  padding-right: 5px;
  margin-right: -5px;
  position: relative;
  /*overflow-y: scroll;*/
  overflow-x: hidden;
  margin-bottom: 15px;
}
.mini-cart-box ::-webkit-scrollbar {
  width: 4px;
}
.mini-cart-box ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
.mini-cart-box ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.detail-countdown {
  margin-bottom: 20px;
}
.detail-countdown .time_circles > div {
  display: inline-block;
  left: 0!important;
  top: 0!important;
  width: auto!important;
}
.detail-countdown .time_circles > div::after {
  content: ":";
  margin: 0 5px;
}
.detail-countdown .time_circles > div:last-child::after {
  display: none;
}
/*******************************************************************************************************************
                        Pages 
********************************************************************************************************************/
.contact-get-intouch {
  background: #f4f4f4;
  padding: 43px 0;
}
.item-contact-page .contact-thumb {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  color: #fff;
  position: relative;
  margin-bottom: 23px;
}
.item-contact-page .contact-thumb .icon {
  position: relative;
  z-index: 1;
}
.item-contact-page .contact-thumb::before {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  border-radius: 50%;
}
.item-contact-page .contact-thumb:hover::before {
  opacity: 0;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
}
.item-contact-page h3 {
  margin-bottom: 17px;
}
.item-contact-page .list-none li {
  margin-bottom: 5px;
}
.list-contact-item .item-contact-page {
  margin-bottom: 42px;
}
.contact-form-page h3 {
  margin-bottom: 47px;
}
.contact-form-page .wrap-input {
  position: relative;
}
.contact-form-page .wrap-input .icon {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #999;
}
.contact-form-page .wrap-input input[type="text"],
.contact-form-page .wrap-input input[type="email"],
.contact-form-page .wrap-input input[type="tel"] {
  border: 1px solid #e5e5e5;
  height: 50px;
  border-radius: 25px;
  display: block;
  width: 100%;
  background: #fff;
  padding: 0 45px;
}
.contact-form-page .wrap-input textarea {
  border: 1px solid #e5e5e5;
  padding: 13px 45px;
  height: 170px;
  border-radius: 25px;
  resize: none;
  display: block;
  width: 100%;
}
.contact-form-page input[type="submit"] {
  height: 50px;
  color: #fff;
  border: none;
  padding: 0 35px;
  border-radius: 25px;
  margin-top: 10px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.about-content-page {
  position: relative;
  padding: 40px 0;
}
.about-intro-page {
  padding-left: 40px;
}
.about-content-page::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 1px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
}
.about-title-page {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.about-sidebar {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.about-sidebar > h2.title18 {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 28px;
}
.list-about-page > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.list-about-page > li:last-child:not(.current) > a {
  border-bottom: none;
}
.list-about-page > li.current > a::after {
  content: "";
  width: 28px;
  height: 28px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  position: absolute;
  right: -15px;
  top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #fff;
}
.about-intro-top .desc {
  font-style: italic;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 80px;
}
.about-intro-top h3 {
  position: relative;
}
.about-intro-top h3::before {
  position: absolute;
  width: 100px;
  left: 0;
  top: -30px;
  content: "";
  height: 1px;
}
.about-intro-top {
  margin-bottom: 40px;
}
.about-intro-page > p.desc {
  margin-bottom: 35px;
}
.about-content-page > h3 {
  margin-bottom: 17px;
}
.about-intro-top .banner-advs {
  margin-left: -140px;
}
.about-customer {
  padding-left: 40px;
  margin: 30px 0;
}
.about-customer li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 13px;
}
.about-customer li::before {
  font-family: ionicons;
  content: "\f122";
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
}
.about-quick-link {
  border-top: 1px solid #e5e5e5;
  padding-top: 35px;
}
.about-quick-link h3 {
  margin-bottom: 20px;
}
.about-quick-link .list-none li a {
  margin-bottom: 5px;
  position: relative;
  padding-left: 22px;
  display: block;
}
.about-quick-link .list-none {
  padding-left: 50px;
}
.about-quick-link .list-none li a::before {
  position: absolute;
  top: 3px;
  left: 0;
  font-family: fontAwesome;
  content: "\f0c1";
}
.about-title-number {
  position: relative;
  padding-left: 50px;
  padding-top: 20px;
  margin-bottom: 42px;
}
.about-title-number .number {
  color: #f4f4f4;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: -1;
}
.about-title-number h3 {
  color: #000;
  padding-left: 70px;
  margin-bottom: 28px;
}
.about-title-number::before {
  position: absolute;
  width: 50px;
  height: 1px;
  content: "";
  top: 30px;
  left: 50px;
}
.item-page-view {
  margin-bottom: 30px;
}
.item-page-view .page-view-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.item-page-view .page-view-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  opacity: 0;
  z-index: 1;
}
.item-page-view .page-view-thumb img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-page-view .page-view-thumb:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.item-page-view .page-view-thumb:hover::before {
  opacity: 1;
}
.item-page-view .page-view-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 60px;
  height: 60px;
  z-index: 10;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transform: scale(0) rotate(0);
  -webkit-transform: scale(0) rotate(0);
  margin: auto;
}
.item-page-view .page-view-thumb:hover .page-view-link {
  transform: scale(1) rotate(360deg);
  -webkit-transform: scale(1) rotate(360deg);
}
.item-page-view .page-view-info h3 {
  margin-bottom: 8px;
}
.item-page-view .page-view-info .desc {
  margin-bottom: 22px;
}
.item-page-view .page-view-info .btn-page-view,
.about-title-number .readmore {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 25px;
  border: 2px solid #e5e5e5;
  border-radius: 20px;
}
.list-page-view {
  margin-bottom: 40px;
}
.item-page-view .page-view-info .btn-page-view:hover {
  color: #fff;
}
.about-title-number .readmore {
  margin-top: 22px;
}
.about-title-number .readmore:hover {
  color: #fff;
}
.about-banner-brand {
  margin-bottom: 45px;
}
.about-banner-brand .banner-info {
  height: 30px;
  padding: 0 70px;
}
.item-about-faq {
  padding-left: 20px;
}
.item-about-faq h3 {
  position: relative;
  padding: 15px 0;
}
.item-about-faq h3::before {
  position: absolute;
  top: -10px;
  content: "Q";
  text-transform: uppercase;
  font-size: 60px;
  color: #f4f4f4;
  left: -20px;
  z-index: -1;
}
.item-about-faq .desc {
  position: relative;
  padding: 15px 0;
}
.item-about-faq .desc::before {
  position: absolute;
  top: 15px;
  content: "A";
  text-transform: uppercase;
  font-size: 60px;
  color: #f4f4f4;
  left: -20px;
  z-index: -1;
}
.list-about-faq .item-about-faq {
  margin-bottom: 30px;
}
.about-banner-history .adv-thumb-link {
  transform: translateX(170px);
  -webkit-transform: translateX(170px);
}
.about-banner-history .banner-info {
  width: 270px;
  right: auto;
  background: #fff;
  top: 50px;
  bottom: 50px;
  padding: 30px;
}
.about-banner-history .banner-info .desc {
  position: relative;
  padding-left: 25px;
  margin-bottom: 50px;
}
.about-banner-history {
  margin-bottom: 110px;
}
.about-banner-history .banner-info .desc::before {
  content: "\f347";
  font-family: ionicons;
  position: absolute;
  color: #999;
  left: 0;
  top: 0;
}
.about-banner-history .banner-info h3 {
  position: relative;
}
.about-banner-history .banner-info h3::before {
  position: absolute;
  height: 1px;
  width: 140px;
  content: "";
  top: -25px;
  left: 0;
}
.item-price-table {
  border: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.price-table-header {
  background: #fafafa;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.list-price-support li {
  padding: 8px 30px;
}
.list-price-support li .fa {
  display: inline-block;
  width: 25px;
}
.list-price-support {
  padding: 25px 0;
}
.item-price-table .btn-purchase {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 25px;
  border-radius: 20px;
}
.item-price-table h3 {
  margin-bottom: 10px;
}
.item-price-table .start {
  margin-bottom: 2px;
  display: inline-block;
}
.list-price-month strong sup {
  font-size: 18px;
}
.item-price-table .btn-purchase:hover {
  color: #fff;
}
.price-table-color h3 {
  margin: 0;
  padding: 15px;
  text-transform: capitalize;
}
.price-table-color .list-price-support {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.price-table-color .btn-purchase {
  color: #fff;
}
.price-table-color .btn-purchase:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.price-table-color .list-price-month {
  padding: 27px 0;
}
.price-table-color .list-price-month li {
  vertical-align: middle;
  margin: 0 5px;
}
.price-table-color.blue .list-price-month {
  background-color: #00a5d9;
}
.price-table-color.blue .list-price-support li .fa {
  color: #00a5d9;
}
.price-table-color.blue .btn-purchase {
  background-color: #00a5d9;
  border-color: #00a5d9;
}
.price-table-color.yellow .list-price-month {
  background-color: #fe9500;
}
.price-table-color.yellow .list-price-support li .fa {
  color: #fe9500;
}
.price-table-color.yellow .btn-purchase {
  background-color: #fe9500;
  border-color: #fe9500;
}
.price-table-color.navi .list-price-month {
  background-color: #121b60;
}
.price-table-color.navi .list-price-support li .fa {
  color: #121b60;
}
.price-table-color.navi .btn-purchase {
  background-color: #121b60;
  border-color: #121b60;
}
.intro-about-team .image-right {
  margin-right: -100px;
  margin-left: -30px;
}
.intro-about-team {
  margin-bottom: 60px;
}
.intro-about-team .image-left {
  margin-right: -100px;
  position: relative;
  z-index: 1;
}
.intro-about-team .image-left img {
  width: 100%;
}
.intro-about-team h3 {
  line-height: 1.3;
  margin: 30px 0;
}
.content-about-team > .desc {
  margin-bottom: 25px;
}
.item-about-team {
  margin-bottom: 30px;
}
.about-team-thumb a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px;
}
.about-team-thumb {
  margin-bottom: 15px;
}
.about-team-info h3 {
  margin-bottom: 18px;
}
.about-team-info .desc {
  margin-bottom: 22px;
}
.share-social-team a {
  display: inline-block;
  margin: 0 3px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 50%;
}
.list-about-team {
  margin-top: 55px;
}
.about-team-thumb a:hover {
  border-color: #ff4b4b;
}
.item-slider-blog .banner-info {
  height: 60px;
}
/*Begin Email Popup*/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.window-popup {
  padding: 10px 10px 40px 10px;
  width: 800px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  background: #fff;
}
.window-popup .close-popup {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -15px;
  width: 30px;
  z-index: 999;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.form-popup-newsletter {
  display: flex;
  display: -ms-flex;
  display: -ms-flex;
}
.form-popup-newsletter input[type="text"] {
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  display: block;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  margin-right: 10px;
}
.form-popup-newsletter input[type="submit"] {
  height: 50px;
  background: #000;
  border: none;
  color: #fff;
  padding: 0 30px;
}
.content-newsletter-popup .row {
  margin-bottom: 20px;
}
.content-newsletter-popup label {
  font-weight: 400;
  margin: 0 5px;
  vertical-align: middle;
}
.content-newsletter-popup input[type="checkbox"] {
  vertical-align: middle;
  margin: 0;
}
.content-popup-form {
  padding: 0 20px;
}
.content-popup-form .desc {
  margin-right: -10px;
}
.content-popup {
  position: relative;
  z-index: 99;
}
.content-popup input[type="text"] {
  width: 260px;
}
.content-popup .image-popup {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}
.content-popup .title18 {
  margin-bottom: 22px;
}
/*End Email Popup*/
/**************************************************************************************************
											CSS Theme 
***************************************************************************************************/
/**************************************************************************************************
											Pages	
***************************************************************************************************/
.content-about > h2.title30 {
  margin-bottom: 25px;
}
.content-about .blockquote {
  border-radius: 10px;
  margin: 50px 0;
  padding: 47px 60px;
  position: relative;
}
.content-about p.blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
  line-height: 30px;
}
.content-about .blockquote::after {
  bottom: 30px;
  content: "";
  left: 0;
  position: absolute;
  top: 30px;
  width: 10px;
}
.about-why-choise h2.title18 {
  margin-bottom: 30px;
}
.toggle-tab-content {
  display: none;
}
.about-client > h2.title18 {
  margin-bottom: 45px;
}
.item-about-client {
  position: relative;
  padding-left: 115px;
  min-height: 70px;
}
.item-about-client .client-thumb {
  position: absolute;
  top: 5px;
  left: 0;
  margin: 0;
  padding: 0;
}
.item-about-client .client-thumb a {
  display: block;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.item-about-client .client-thumb a:hover {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}
.about-why-choise {
  margin-bottom: 50px;
}
.about-client {
  margin-bottom: 80px;
}
.item-about-service {
  padding: 40px 15px 70px;
  margin-bottom: 30px;
}
.item-about-service > a {
  font-size: 90px;
  color: #fff;
}
.item-about-service h2 {
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 10px;
}
.about-service {
  margin-bottom: -30px;
}
.about-client-slider {
  margin: 0 -15px;
}
.item-about-client {
  margin: 0 15px;
}
.item-about-client .client-info {
  position: relative;
}
.item-about-client .client-info::before {
  color: #ccc;
  content: "\f10d";
  font-family: fontAwesome;
  position: absolute;
  top: 5px;
  left: -20px;
}
.item-about-client .client-info .title14 {
  margin: 20px 0 2px;
}
.about-accordion .toggle-tab-title span {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.about-accordion .toggle-tab-title {
  min-height: 40px;
  padding-left: 50px;
}
.toggle-tab-title {
  cursor: pointer;
  position: relative;
}
.about-accordion .toggle-tab-title h2 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 15px 12px 0;
  border-bottom: 1px solid #e5e5e5;
  min-height: 40px;
}
.about-accordion .item-toggle-tab .toggle-tab-title::after {
  content: "\f107";
  position: absolute;
  font-family: fontAwesome;
  top: 12px;
  right: 0;
}
.about-accordion .item-toggle-tab.active .toggle-tab-title::after {
  content: "\f106";
}
.about-accordion .toggle-tab-content {
  padding: 12px 0 7px;
}
.about-accordion {
  margin-right: 50px;
}
.map-custom {
  height: 360px;
}
.content-contact-page  .contact-google-map {
  margin:0 -15px;
}
.content-contact-page > .title30 {
  margin-bottom: 25px;
}
.contact-page-info {
  max-width: none;
  line-height: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.contact-box {
  position: relative;
  padding-left: 74px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.contact-box span.color {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 50px;
  border-style: solid;
  border-width: 2px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-box label {
  font-weight: 400;
  min-width: 90px;
  margin-bottom: 13px;
  margin-top: 5px;
  text-transform: uppercase;
}
.contact-box .list-inline-block span {
  display: block;
  margin-bottom: 13px;
}
.contact-box .list-inline-block li {
  vertical-align: top;
}
.contact-box:last-child {
  margin: 0;
}
.contact-form-page > h2.title18 {
    margin-bottom: 30px;
}
.contact-form-page {
  margin-right: 50px;
}
.contact-accordion .toggle-tab-title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 13px 0;
}
.contact-faq .title18 {
  margin-bottom: 27px;
}
.contact-accordion .item-toggle-tab {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: -1px;
}
.contact-accordion .toggle-tab-content {
  padding-bottom: 25px;
}
.contact-accordion .toggle-tab-title::after {
  content: "\f107";
  position: absolute;
  font-family: fontAwesome;
  right: 0;
  top: 14px;
}
.contact-accordion .item-toggle-tab.active .toggle-tab-title::after {
  content: "\f106"; 
}
.content-404 {
  padding: 50px 0;
}
.title-shop-page {
  margin: 0 0 35px;
  text-align: center;
  text-transform: uppercase;
}
.row-padding {
    padding: 0 15px;
}
.related-product .product-slider .owl-wrapper-outer {
    padding-bottom: 30px;
    margin-bottom: -30px;
}
.related-product .product-slider .item-product {
    margin-bottom: 15px;
}
.blog-list-view .item-post-default {
    margin-bottom: 30px;
}
.btn-loadmore .loadmore {
    display: block;
    max-width: 270px;
    margin: auto;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-size: 18px;
	line-height:50px;
	height:50px;
}
.btn-loadmore .loadmore:hover{
	background: #333;
}
.post-gallery .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 15px;
}
.post-gallery .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 15px;
}
.block-latest-news1 {
    margin-bottom: 30px;
}
.detail-attr .select-box select {
    height: 36px;
    line-height: 36px;
}
.adv-final-countdown .clock {
    display: inline-block;
    text-align: center;
}
.adv-final-countdown .clock .number {
    min-width: 50px;
    height: 40px; 
    line-height: 40px;
    font-size: 24px;
    border-radius: 0px;
    padding: 0 10px;
    display: block;
	color:#fff;
}
.adv-final-countdown .clock {
    margin: 0 5px;
}
.adv-final-countdown {
    margin: 0 -5px 20px;
}
.adv-final-countdown .clock .text {
    font-size: 12px;
	margin-top:6px;
	font-weight:400;
}
.detail-tab-desc iframe {
    max-width: 100%;
}
.woocommerce .wrap-rating.list-inline-block > li {
    padding: 0;
    border: none;
}
.price-service-image {
    display: inline-block;
}
.price-service-image .banner-info {
    left: auto;
    bottom: auto;
    top: 30px;
    right: 100px;
}
.title-banner-round {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    border: 1px dashed #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    padding: 0 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.title-banner-round strong {
    position: relative;
	display:inline-block;
}
.title-banner-round strong::after {
    background: #fff;
    height: 2px;
    width: 60px;
    content: "";
    right: -5px;
    bottom: 0;
    z-index: 1;
    position: absolute;
}
.title-element-default {
    margin-bottom: 25px!important;
}
.contact-google-map .wpb_wrapper {
    border: 1px solid #e5e5e5;
    padding: 10px;
    background: #fff;
}
/*****************************End Page**************************************/
/*Begin Message*/
.box-header-intro {
    margin-bottom: 60px;
    margin-top: 65px;
}
.box-header-intro .title30 {
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
  padding-right: 20px;
}
.item-message-box.item-message-info {
  background: #1997d4 none repeat scroll 0 0;
  color: #fff;
}
.item-message-box {
  margin-bottom: 30px;
  padding: 20px 30px;
}
.item-message-box .fa {
  font-size: 30px;
  margin-right: 20px;
  vertical-align: middle;
}
.item-message-box p {
  font-size: 16px;
  margin: 0;
}
.item-message-box.item-message-success {
  background: #eaf8e7 none repeat scroll 0 0;
  color: #2ebe12;
}
.item-message-box.item-message-error {
  background: #fff2f2 none repeat scroll 0 0;
  color: #ff0000;
}
.item-message-box.item-message-warning {
  background: #fff9ed none repeat scroll 0 0;
  color: #fec64d;
}
.box-header-intro .list-inline-block li {
  vertical-align: middle;
}
/*End Message*/
/*Begin Teams*/
.team-gallery-thumb .fancybox {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  margin: auto;
  text-align: center;
  width: 40px;
  z-index: 9;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.team-gallery-thumb:hover .fancybox {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.item-team-gallery h3 {
  margin: 0 0 20px;
}
.team-social-network {
  margin-left: -3px;
  margin-top: 20px;
}
.team-social-network li {
  margin: 0 3px;
}
.team-gallery-thumb {
  margin-bottom: 20px;
}
.team-social-network a {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #555;
  display: block;
  height: 40px;
  text-align: center;
  width: 40px;
  line-height: 40px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.list-team-box {
  margin-bottom: 50px; 
}
.list-team-box .team-gallery,
.list-team-box .team-circle {
  margin-bottom: 50px;
}
.item-team-circle {
  position: relative;
}
.item-team-circle1 {
  z-index: 104;
}
.team-circle-thumb {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.team-circle-thumb:hover > img {
  margin-left: 30px;
  transform: scale(0.5) translateX(100%) rotate(360deg);
  -webkit-transform: scale(0.5) translateX(100%) rotate(360deg);
  border: 10px solid rgba(0, 0, 0, 0.1);
}
.team-circle-thumb > img {
  width: 100%;
  border-radius: 50%;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.info-circle-thumb {
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    visibility: hidden;
    width: 100%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    bottom: 0;
    right: 0;
    padding: 10px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: -ms-flex;
    -ms-justify-content: center;
    -ms-align-items: center;
    -ms-flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
}
.info-circle-thumb .desc {
  color: #ccc;
}
.team-circle-thumb:hover .info-circle-thumb {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}
.item-team-circle2 {
  z-index: 103;
}
.item-team-circle3 {
  z-index: 102;
}
.item-team-circle4 {
  z-index: 101;
}
.team-circle-info > h3 {
  margin: 15px 0 10px;
}
.item-team-rectang {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.item-team-rectang:hover .team-circle-info {
  bottom: 0;
}
.item-team-rectang .team-circle-info {
  background: rgba(255, 255, 255, 0.9);
  bottom: -60px;
  left: 0;
  padding: 0 20px 15px;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.team-circle-info {
  text-align: center;
}
.item-member1 .member-social {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: -60px;
  padding: 40px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-member1 .member-social a {
  color: #fff;
  margin: 7px;
}
.member-social > a {
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  width: 30px;
}
.item-member1 .member-social a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.item-member1 .member-info > h3 {
  margin-bottom: 15px;
  padding: 15px 0;
}
.member-info > h3 {
  border-bottom: 1px solid #e5e5e5;
}
.member-thumb {
  overflow: hidden;
  position: relative;
}
.item-member1 .member-thumb:hover .member-social {
  left: 0;
}
.team-rectang {
  margin-bottom: 50px;
}
.title-pages {
  margin-bottom: 50px;
}
.title-pages h2 {
  overflow: hidden;
}
.title-pages h2 span {
  padding: 0 30px;
  position: relative;
  display: inline-block;
  z-index: 9;
}
.title-pages h2 span::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 4px;
  right: 100%;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 1200px;
}
.title-pages h2 span::after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 4px;
  left: 100%;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 1200px;
}
.title-pages .title14 {
  margin-bottom: 5px;
}
.item-member2 .member-info {
  padding-top: 50px;
}
.item-member2 .member-info > h3 {
  margin-bottom: 25px;
  padding-bottom: 27px;
}
.item-member2 .member-info > p {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.item-member2 .member-social > a {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-right: 7px;
}
.item-member2 .member-social > a:hover {
  background: #000 none repeat scroll 0 0;
}
.box-member1 {
  margin-bottom: 50px;
}
/*End Teams*/
/*Begin  Testimonial*/
.testimo-item {
  background: #797979 none repeat scroll 0 0;
  color: #fff;
}
.testimo-content-left::before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.testimo-content-left {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.testimo-content-left > img{
  filter: blur(8px);
  transform: scale(1.1); 
}
.info-testimo-author {
  left: 0;
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 2;
}
.testimo-avatar::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.testimo-avatar:hover::before {
  opacity: 1;
}
.testimo-avatar:hover img {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.testimo-avatar {
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.testimo-avatar img {
  border-radius: 50%;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.testimo-content-right {
  padding-left: 55px;
  padding-right: 70px;
  padding-top: 95px;
  position: relative;
}
.testimo-content-right .testimo-desc::before {
  content: "\f0e5";
  font-family: fontAwesome;
  font-size: 30px;
  left: 0;
  position: absolute;
  top: 0;
}
.testimo-desc {
  padding-top: 60px;
  position: relative;
  font-size: 16px;
}
.testimo-date {
  color: #ccc;
  display: block;
  margin-top: 24px;
  padding-top: 15px;
  position: relative;
}
.customer-saying > h2 {
  margin: 0 0 45px;
}
.item-customer-saying {
  display: table;
  width: 100%;
}
.thumb-customer-saying {
  display: table-cell;
  width: 70px;
}
.info-customer-saying::before {
  color: #ccc;
  content: "";
  font-family: fontawesome;
  left: 20px;
  position: absolute;
  top: 5px;
}
.info-customer-saying {
  display: table-cell;
  padding-left: 40px;
  padding-right: 20px;
  position: relative;
  vertical-align: top;
}
.thumb-customer-saying > a {
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
.thumb-customer-saying img {
  border-radius: 50%;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.info-customer-saying .desc {
  position: relative;
  font-size: 13px;
  line-height: 20px;
}
.info-customer-saying > h3 {
  margin: 10px 0 5px;
}
.info-customer-saying h3 a {
  font-size: 16px;
}
.thumb-customer-saying a:hover img {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.testimo-date::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.info-testimo-author .title16 {
  margin: 20px 0 10px;
}
.paginav-slider .owl-pagination {
  margin: 20px 0;
}
.testimonial-slider {
  margin-bottom: 50px;
}
.customer-saying {
  margin-bottom: 50px;
}
/*End Testimonial*/
/*Begin Accordions*/
.toggle-tab-content {
  display: none;
}
.accordion-box.style1 .item-accordion.active .title-accordion::after {
  content: "\f106";
}
.accordion-box.style1 .title-accordion::after {
  color: #747474;
  content: "\f107";
  font-family: fontAwesome;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 15px;
}
.accordion-box.style1 .item-accordion {
  border-bottom: 1px solid #e5e5e5;
}
.accordion-box.style1 .title-accordion {
  padding-right: 20px;
}
.title-accordion {
  color: #1b1d1f;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.desc-accordion {
  color: #666;
  margin: 0 0 20px;
  line-height: 24px;
}
.accordion-box.style2 .item-accordion {
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  padding: 0 20px;
}
.accordion-box.style2 .title-accordion {
  font-size: 13px;
  padding: 17px 15px 17px 25px;
  text-transform: uppercase;
}
.accordion-box.style2 .item-accordion.active .title-accordion::before {
  content: "\f146";
}
.accordion-box.style2 .title-accordion::before {
  content: "\f0fe";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 14px;
  font-family: fontAwesome;
}
.accordion-box {
  margin-bottom: 30px;
}
.accordion-box.style3 h2 {
  margin-bottom: 30px;
}
.accordion-box.style3 .item-accordion {
  margin-bottom: 5px;
}
.accordion-box.style2 h2 {
  margin-bottom: 30px;
}
.accordion-box.style3 .item-accordion.active .title-accordion::before {
  content: "\f068";
}
.accordion-box.style3 .title-accordion::before {
  content: "\f067";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-family: fontAwesome;
  background: #000;
  color: #fff;
}
.accordion-box.style3 .title-accordion {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  margin-bottom: 15px;
  padding: 12px 15px 12px 55px;
  text-transform: uppercase;
}
.accordion-box h2 {
  color: #999;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}
/*End Accordions*/
.wrap-pagibar .pagi-nav {
	border:none;
	padding:0;
}
.list-attr li {
    margin-bottom: 10px;
    position: relative;
}
.list-attr li a {
    position: relative;
    padding-left: 30px;
    display: block;
}
.list-attr.list-attr-color li a i {
  border: medium none;
}
.list-attr li a i {
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 20px;
    position: absolute;
    vertical-align: middle;
    width: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.list-attr li a.active i::after {
    color: #555;
    content: "\f00c";
    font-family: fontawesome;
    font-size: 10px;
    left: 4px;
    position: absolute;
    top: 4px;
}
.list-attr.list-attr-color li a.active i::after {
  color: #fff;
}
.list-attr.list-attr-color li a.class_white_bg_color i {
  border: 1px solid #e5e5e5;
}
.list-attr li .count {
    color: #999;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 14px;
}
.item-product1 {
    padding: 20px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-product1:hover{
	box-shadow:0 7px 10px 0 rgba(0,0,0,0.15);
}
.item-product1 .product-thumb-link::before{
	display:none;
}
.product-extra-link1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    padding: 20px 0;
	-webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	z-index:10;
}
.item-product1:hover .product-thumb .product-extra-link1 {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    visibility: visible;
}
.product-extra-link1 > a {
    display: inline-block;
    position: relative;
    margin: 0 15px;
}
.product-extra-link1 > a > span {
    position: absolute;
    white-space: nowrap;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.product-extra-link1 > a > span::before {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 5px solid rgba(0,0,0,0.5);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 50%;
    content: "";
    top: -5px;
    margin-left: -5px;
}
.product-extra-link1 > a:hover > span {
    opacity: 1;
    visibility: visible;
	margin-top:5px;
}
.item-product1 .product-info {
    padding-top: 20px;
}
.item-product1 .product-info .cat-parent {
    margin-bottom: 14px;
    display: inline-block;
}
.item-product1 .product-title {
    margin-bottom: 11px;
}
.item-product1 .product-price {
    margin-bottom: 7px;
}
.widget_media_image {
    padding: 0;
    border: none;
}
.widget_media_image img {
    display: block;
    width: 100%;
}
.item-product-list {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
}
.item-product-list {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
}
.item-product-list .product-title {
    margin-bottom: 13px;
}
.item-product-list .product-extra-link > a:not(.addcart-link) {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: top;
	border-radius:4px;
}
.item-product-list .product-extra-link > a:not(.addcart-link):hover{
	color:#fff;
}
.detail-info .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
    content: "\f004";
    font-family: fontAwesome;
    margin-right: 5px;
}
.detail-info > .compare::before {
    content: "\f0ec";
    font-family: fontAwesome;
    margin-right: 5px;
}
.detail-info > .compare{
	border-left:1px solid #e5e5e5;
	padding-left:15px;
	margin-left:10px;
}
.item-product-meta-info .meta-item-list a {
    margin: 0 10px 5px 0;
    color: #999;
}
.list-brand.detail-attr img {
    max-height: 20px;
    width: auto;
}
.list-brand.detail-attr ul li {
    margin-right: 30px;
} 
.woocommerce div.product .detail-info .woocommerce-product-rating {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.detail-info span.sku {
    text-transform: uppercase;
}
.detail-attr.type-color .tawcvs-swatches > span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    border-radius: 4px;
}
.main-detail-full .wrap-detail-gallery {
    position: relative;
    padding-left: 80px;
}
.main-detail-full .gallery-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    margin: 0;
}
.detail-gallery .carousel li a {
    display: block;
    border: 1px solid #e5e5e5;
    width: 70px;
}
.detail-gallery .carousel li{
	width:70px!important;
	height:70px!important;
}
.main-detail-full .detail-gallery .carousel li{
	margin:0 0 10px;
}
.detail-gallery .mid {
    border: 1px solid #e5e5e5;
	position:relative;
}
.main-detail-full .detail-gallery .gallery-control > a {
    top: 100%;
    margin: 0;
	
}
.main-detail-full .detail-gallery .gallery-control > a > .fa{
	transform:rotateZ(90deg);
	-webkit-transform:rotateZ(90deg);
}
.main-detail-full .detail-gallery .gallery-control > a.prev {
    left: 0;
}
.main-detail-full .detail-gallery .gallery-control > a.next {
    right: 0;
}
.woocommerce .detail-tab-desc table.shop_attributes,
.woocommerce .detail-tab-desc table.shop_attributes th,
.woocommerce .detail-tab-desc table.shop_attributes td{
	border-style:solid;
}
.list-tag-detail li {
    margin: 0 13px;
}
.list-tag-detail {
    margin: 0 -13px;
}
.related-product .group-navi .owl-buttons {
    top: -60px;
}
.product-desc-custom {
    border: 1px solid #e5e5e5;
    padding: 30px;
    list-style: none;
    border-radius: 4px;
}
.product-desc-custom li {
    list-style: none;
    position: relative;
    padding-left: 25px;
}
.product-desc-custom li::before {
    font-family: fontAwesome;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
}
.widget_product_categories .product-categories > li {
    position: relative;
}
.widget_product_categories .product-categories > li > .count {
    position: absolute;
    right: 0;
    top: 10px;
    color: #999;
}
.widget_product_categories .product-categories > li:first-child > .count{
	top:0px;
}
.item-product.table-custom .product-thumb {
    width: 90px;
    border: 1px solid #e5e5e5;
}
.item-product.table-custom {
    margin-bottom: 20px;
}
.item-product.table-custom .product-info {
    padding: 0 0 0 20px;
}
.item-product.table-custom .product-info .product-price * {
    font-size: 14px;
} 
.main-detail-sidebar .detail-gallery .gallery-control {
    display: inline-block;
}
.detail-gallery {
    text-align: center;
}
.woocommerce div.product .detail-info p.stock {
    font-size: 14px;
    margin-bottom: 20px;
}
.woocommerce div.product .detail-info p.stock::before{
	font-family:fontAwesome;
	margin-right:5px;
}
.woocommerce div.product .detail-info p.in-stock::before{
	content:"\f14a";
}
.product-thumb .trend-label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.product-thumb .trend-label::before{
	content:url("../images/icon/surety.png");
}
/*** Home 01 ***/
.dropdown-box>p {
    margin: 0;
}
.top-header {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.top-currency-language .dropdown-list {
	left: auto;
	right: 0;
	width: 70px;
	padding: 0;
	font-size: 12px;
}
.top-currency-language > li {
    padding: 0 13px;
    position: relative;
}
.top-currency-language > li::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -3px;
    border-left: 1px solid #e5e5e5;
}
.top-currency-language > li:first-child::before {
    display: none;
}
.top-currency-language {
    margin: 0 -13px;
}
.main-header > .wpb_column > .vc_column-inner > .wpb_wrapper{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    margin: 0 -15px;
}
.main-header > .wpb_column > .vc_column-inner  > .wpb_wrapper > .block-search-element {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    margin: 0 50px;
}
.main-header {
    padding: 32px 0 30px;
}
.text-logo h1 > fa {
    display: inline-block;
    vertical-align: middle;
}
.text-logo h1 > .fa {
    text-align: center;
    margin-right: 5px;
}
.logo1 .text-logo h1 > .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.logo .text-logo h1 > * {
    display: inline-block;
    vertical-align: middle;
}
.logo .text-logo .dot {
    position: relative;
}
.search-form {
    padding: 2px;
}
.search-form .dropdown-link {
    background: rgba(0,0,0,0.03);
    border-radius: 4px;
}
.search-form .dropdown-link span {
    height: 16px;
    line-height: 16px;
}
.search-form .dropdown-box {
    border: none;
    width: 200px;
}
.search-form .submit-form {
	margin: -4px;
	width: 90px;
	border-radius: 0 4px 4px  0;
}
.search-form .submit-form::after {
    line-height: 44px;
    border-radius: 0;
}
.share-location > p {
    margin: 0;
}
.share-location a strong {
    display: block;
    position: relative;
}
.share-location a::after {
    content: "\f041";
    font-family: fontAwesome;
    font-size: 18px;
    margin: 0 5px;
    position: relative;
    top: -9px;
}
.account-login > p {
    margin: 0;
}
.account-login a strong {
    display: block;
}    
.main-header > .wpb_column > .vc_column-inner > .wpb_wrapper  > * {
    margin: 0 15px;
}
.wishlist-count > .fa {
    font-size: 18px;
}
.mini-cart-link .mini-cart-number,
.wishlist-count > sup {
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    top: -10px;
    right: 3px;
	vertical-align: baseline;
	font-size:10px;
	position:relative;
}
.mini-cart-link .mini-cart-number{
	margin: 0 -3px;
}
.block-cat-mega > h2 {
    position: relative;
    padding: 17px 30px;
    height: 50px;
    border-radius: 4px 4px 0 0;
	cursor:pointer;
}
.block-cat-mega > h2::after {
    font-family: fontAwesome;
    content: "\f0ab";
    position: absolute;
    right: 30px;
}
.block-cat-mega {
    position: relative;
    width: 270px;
}
.block-cat-mega .inner-cat-mega {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 9;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
}
.wrap-cat-menu > .vc_column-inner  > .wpb_wrapper {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.list-cat-mega > li {
	padding:0 30px;
}
.list-cat-mega > li > a {
    display: block;
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    line-height: 1.15;
}
.content-cat-mega {
    position: absolute;
    top: 0;
    left: 100%;
    width: 560px;
    background: #fff;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
}
.content-cat-mega .banner-advs {
    margin-left: -33px;
}
.list-cat-mega {
    position: relative;
    padding: 10px 0px;
}
.list-cat-mega > li:last-child > a{
    border: none;
}
.list-cat-mega > li.cat-has-mega > a::after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    font-family: fontAwesome;
    content: "\f105";
}
li.cat-has-mega:hover .content-cat-mega{
	opacity:1;
	visibility:visible;
}
.content-cat-mega .box-cat-mega {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 28px;
	max-width:200px;
}
.content-cat-mega .box-cat-mega:last-child {
    margin: 0;
    border: none;
    padding: 0;
}
.box-cat-mega > h2 {
    margin-bottom: 20px;
}
.box-cat-mega > ul > li {
    margin-top: 12px;
}
.content-cat-mega .wpb_wrapper {
    display: block;
}
.hot-link {
    margin: 5px -7px 0 -30px;
}
.hot-link > li {
    vertical-align: top;
    margin: 0 7px;
    line-height: 40px;
}
.hot-link > li > .fa {
    margin: 0 8px;
}
.main-nav1 {
    margin: 0 25px;
}
.hot-link .shop-button{
	background:#66c500;
}
.hot-link .shop-button:hover{
	background:#333;
}
.main-header .search-form {
    z-index: 1002;
}
.list-service1 {
    border-bottom: 1px solid #e5e5e5;
}
.list-service1 .item-service {
    padding: 28px 15px;
    border-right: 1px solid #e5e5e5;
}
.list-service1 .last-item .item-service{
	border:none;
}
.item-service .service-icon {
    width: 60px;
    text-align: center;
}
.email-social {
    border-bottom: 1px solid #e5e5e5;
    padding: 45px 0 50px;
}
.footer-intro {
    margin-bottom: 17px;
}
.form-newsletter .submit-form {
    margin: 0;
    width: 60px;
}
.form-newsletter form .mc4wp-form-fields {
    padding: 4px;
    background: #fff;
    max-width: 570px;
}
.social-network > li > a {
    padding:0;
	width:40px;
}
.social-network > li {
    margin: 0 3px;
}
.social-network {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 4px 2px;
    border-radius: 4px;
    background: #fff;
}
.submit-form:hover::after{
	background:#333;
}
.footer-block .wpb_wrapper {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
	margin:0 -15px;
}
.footer-block .wpb_wrapper > div.block-latest-tweets {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
}
.footer-block .wpb_wrapper > div {
    width: 20%;
	padding:0 15px;
}
.footer-block {
    padding: 45px 0 30px;
}
.item-footer-box > h3 {
    margin-bottom: 20px;
}
.item-footer-box > ul > li {
    margin-bottom: 14px;
}
.tweets-list > li {
    margin-bottom: 15px;
}
.tweets-list > li > p {
    margin-bottom: 10px;
}
.tweets-list > li > p > a {
    color: #00a1c4;
}
.contact-box-footer .item-footer-box > ul > li p{
    line-height: inherit;
}
.block-latest-tweets > h3{
	margin-bottom:16px;
}
.logo-footer1 {
    vertical-align: middle;
}
.copyright {
    vertical-align: middle;
    margin: 0 20px;
}
.logo-footer1 .text-logo h1 > .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.logo-footer1 .text-logo .dot::after {
    font-size: 5px;
    bottom: 4px;
    left: 1px;
}
.intro-payment {
    padding: 6px 0;
}
.copyright-peyment {
    padding: 34px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.copyright-peyment .payment-method li {
    margin-left: 20px;
}
.footer-bottom {
    padding: 35px 0 25px;
}
.list-footer-tag li a {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
}
.list-footer-tag li a::before {
    content: "";
    margin: 0 10px;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background: #e5e5e5;
    display: inline-block;
}
.list-footer-tag li a:first-child::before {
    display: none;
}
.list-footer-tag li {
    vertical-align: middle;
    display: inline;
}
.list-footer-tag {
    margin: 0 0 10px;
    max-height: 34px;
    overflow: hidden;
}
.list-footer-tag li label {
    font-weight: 400;
    padding: 7px 15px;
    background: rgba(0,0,0,0.1);
    border-radius: 4px;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
.list-footer-tag li h3 {
    margin: 0 15px 0 0;
    vertical-align: middle;
    display: inline-block;
}
.item-slider1 .info-content-text{
	left:350px;
}
.saleoff-banner {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    background: #66c500;
    border-radius: 50%;
    padding: 16px;
    margin-bottom: 9px;
}
.item-slider1 .banner-info h2 {
    margin-bottom: 8px;
}
.saleoff-banner {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    background: #66c500;
    border-radius: 50%;
    padding: 16px;
    margin-bottom: 9px;
}
.item-slider1 .banner-info h2 {
    margin-bottom: 13px;
    font-weight: 700;
}
.item-slider1 .banner-info h3 {
    margin-bottom: 18px;
}
.item-slider1 .banner-info .product-price {
    margin-bottom: 23px;
}
.list-service-home1{
	margin-bottom:30px;
}
.entry-content > .vc_row-no-padding,
.container > .vc_row-no-padding{
	padding-left:0;
	padding-right:0;
}
.item-product-flex {
    display: flex;
    display: -ms-flex;
    padding: 10px;
    border-radius: 4px;
    display: -webkit-flex;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
}
.item-product-flex:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.item-product-flex .product-thumb {
    width: 40%;
}
.item-product-flex .product-info {
    width: 60%;
    padding: 0px 10px 10px 20px;
}
.item-product-flex .product-info .cat-parent {
    margin-bottom: 10px;
    display: inline-block;
}
.item-product-flex .product-info .product-title {
    margin-bottom: 14px;
}
.item-product-flex .product-info .product-price {
    display: inline-block;
}
.item-product-flex .product-info .percent-sale {
    margin: 0 5px 7px;
	font-size:12px;
}
.item-product-flex .product-thumb-link::before{
	display:none;
}
.percent-sale {
    display: inline-block;
    color: #ff0000;
}
.item-product-flex .product-extra-link {
    margin: 8px -8px 22px;
}
.item-product-flex .product-extra-link  a{
	margin:0 8px;
}
.item-product-flex .product-extra-link  a:not(.addcart-link){
	opacity:0;
}
.item-product-flex:hover .product-extra-link  a:not(.addcart-link){
	opacity:1;
}
.price-progress {
    position: relative;
    height: 10px;
    border-radius: 5px;
    background: rgba(0,0,0,0.1);
}
.inner-price-progress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    background: #b6d8e3;
	max-width: 100%;
}
.wrap-price-progress .table-custom {
    margin-bottom: 5px;
}
.detail-tab-desc .vc_row {
    padding: 0;
}
.list-adv1 {
    margin-bottom: 65px;
}
.tab-deal-product1 > h3.title18 {
    margin-bottom: -20px;
    font-size: 24px;
    text-transform: capitalize;
    color: #000;
}
.title-tab.title-tab1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.text-right.title-tab1 li {
    margin-left: 30px;
}
.title-tab1 li a::after {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    content: "";
    height: 2px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
}
.title-tab1 li.active a::after{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.item-product{
	background:#fff;
}
.block-product-bestsale1 .wpb_wrapper {
    display:flex;
    justify-content: space-between;
    display:-ms-flex;
    -ms-justify-content: space-between;
    display:  -webkit-flex;
     -webkit-justify-content: space-between;
	 align-items: flex-start;
	 -ms-align-items: flex-start;
	 -webkit-align-items: flex-start;
}
.bestseller-product1 {
    width: calc(100% - 470px);
	width: -webkit-calc(100% - 470px);
}
.deal-week1.product-slider-view {
    width: 440px;
}
.table-custom .product-title {
    white-space: normal;
}
.table-custom .product-title {
    white-space: normal;
}
.title-box1 {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.title-box1 > .desc {
    position: absolute;
    top: 5px;
    right: 0;
    font-style: italic;
}
.item-product-table1.table-custom > .product-thumb {
    width: 80px;
    border: none;
}
.item-product-table1.table-custom .product-info .product-price * {
    font-size: 18px;
}
.block-product-type1 .item-product-table1.table-custom {
    margin-bottom: 30px;
}
.item-product-table1.table-custom .product-info .product-title {
    margin-bottom: 13px;
}
.brand-slider1 {
    padding: 35px 50px;
}
.block-brand1 {
    margin-bottom: 65px;
}
.brand-slider1 .owl-controls .owl-buttons div{
	background:#fff;
}
.brand-slider1 .owl-controls .owl-buttons div.owl-prev {
    left: -30px;
}
.brand-slider1 .owl-controls .owl-buttons div.owl-next {
    right: -30px;
}
.list-popcat1 .wpb_wrapper {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    margin: 0 -30px 40px;
}
.list-popcat1 .item-category1 {
    padding: 0 30px;
    margin-bottom: 30px;
    border-right: 1px solid #e5e5e5;
    width: 25%;
}
.list-popcat1 .item-category1:nth-child(4n){
	border:none;
}
.item-category1 {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.item-category1 .cat-info {
    padding-right: 18px;
}
.item-category1 > div {
    width: 50%;
}
.item-category1 .cat-info h2 {
    margin-bottom: 20px;
}
.item-category1 .cat-info ul li {
    margin-bottom: 8px;
}
.item-category1 .cat-info ul {
    margin-bottom: 25px;
}
.block-featured-product1 .wpb_wrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.block-featured-product1 .list-feature-product1 {
    width: calc( 100% - 480px );
    width: -webkit-calc( 100% - 480px );
}
.block-featured-product1 .gallery-product1 {
    width: 470px;
}
.block-featured-product1 {
    margin-bottom: 55px;
}
.list-collect1 .banner-advs {
    margin: 0 -8px 15px;
}
.list-collect1 .banner-advs > a {
    display: block;
}
.wpb_row.list-collect1 {
    margin: 0 0 50px;
	padding:0 8px;
}
.block-deal-product1 {
    margin-bottom: 30px;
}
.block-product-bestsale1 {
    padding: 70px 0 60px;
    margin-bottom: 70px;
}
.item-product-gallery {
    border: 1px solid #e5e5e5;
    padding: 25px;
	border-radius:4px;
}
.item-product-gallery .mid {
    border: none;
}
.item-product-gallery .wrap-price-progress {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 20px;
    margin-top: 40px;
}
.item-product-gallery .detail-gallery .carousel a {
    display: block;
    border-color: transparent;
}
.item-product-gallery .detail-gallery .carousel li {
    margin: 0 3px;
	width:70px;
	height:70px;
}
.item-product-gallery .gallery-control {
    margin-bottom: 40px;
    margin-top: 25px;
    display: inline-block;
}
.item-product-gallery .cat-parent {
    display: inline-block;
    margin-bottom: 11px;
}
.item-product-gallery .product-title {
    margin-bottom: 15px;
}
.item-product-gallery .product-info {
    padding-top: 0;
}
.bestseller-product1 > h3.title18 {
    font-size: 24px;
    text-transform: inherit;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.bestseller-product1 .owl-buttons {
    top: -59px;
}
.bestseller-product1 .item-product1 {
    border-color: #fff;
}
.item-product-saleoff {
    padding: 30px;
}
.cat-parent.silver {
    display: inline-block;
    margin-bottom: 12px;
}
.item-product-saleoff .product-title {
    margin-bottom: 12px;
}
.item-product-saleoff .product-price {
    margin-bottom: 25px;
}
.wrap-price-saleoff {
    position: relative;
}
.wrap-price-saleoff .percent-sale {
    position: absolute;
    top: 0;
    right: 0;
    background: #66c500;
    color: #fff;
    font-size: 18px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 15px 5px;
    text-align: center;
	font-weight:700;
}
.item-product-saleoff .wrap-price-progress {
    margin: 32px 0 20px;
}
.item-product-saleoff {
    padding: 30px;
}
.cat-parent.silver {
    display: inline-block;
    margin-bottom: 12px;
}
.item-product-saleoff .product-title {
    margin-bottom: 12px;
}
.item-product-saleoff .product-price {
    margin-bottom: 25px;
}
.wrap-price-saleoff {
    position: relative;
}
.wrap-price-saleoff .percent-sale {
    position: absolute;
    top: 0;
    right: 0;
    background: #66c500;
    color: #fff;
    font-size: 18px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 15px 5px;
    text-align: center;
}
.item-product-saleoff .wrap-price-progress {
    margin: 32px 0 20px;
}
.deal-week1 {
    background: #fff;
    border-radius: 4px;
	overflow:hidden;
}
.deal-week1 > h3.title18 {
    font-size: 24px;
    text-transform: inherit;
    color: #fff;
    padding: 17px 30px;
}
.top-header {
    padding: 13px 0;
    border-bottom: 1px solid #e5e5e5;
    z-index: 10001;
}
.footer1.vc_section-has-fill.vc_section{
	padding-top:0;
}
.header-nav2 .main-nav > ul > li > a {
    color: #fff;
}
.header-nav2 .block-cat-mega > h2 {
    background: rgba(255,255,255,0.1);
}
.block-cat-mega .inner-cat-mega{
	display:none;
    min-width: 220px;
}
.block-cat-mega.visible .inner-cat-mega {
    display: block;
}
.block-cat-mega.active > h2::after{
	content:"\f0aa";
}
.banner-advs.style2 .banner-info ,
.banner-advs.style3 .banner-info {
    position: static;
} 
.banner-advs.style3{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
} 
.banner-advs.style3 .banner-info{
	flex-grow:1;
	-ms-flex-grow:1;
	-webkit-flex-grow:1;
}
.item-product2 .product-price del{
	font-size:12px;
	opacity:0.5;
}
.item-product2 .product-price > span,.item-product2  .product-price ins{
	font-size:14px;
}
.item-product2 {
    padding: 20px;
	border:1px solid #fff;
}
.item-product2:hover{
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.03);
}
.owl-theme.rect-navi .owl-controls .owl-buttons div{
	width:34px;
	height:60px;
	font-size:18px;
	color:#fff;
	border:none;
	margin-top:-30px;
}
.owl-theme.rect-navi .owl-controls .owl-buttons div.owl-next{
	border-radius:4px 0 0 4px;
}
.owl-theme.rect-navi .owl-controls .owl-buttons div.owl-prev{
	border-radius: 0 4px 4px 0;
}
.rect-navi .owl-controls .owl-buttons div{
	background:#555;
}
.owl-theme.rect-navi .owl-controls .owl-buttons div i::before {
    line-height: 60px;
}
/*******************************************************************************
									Home 3
********************************************************************************/
.banner-top3{
	height:60px;
	background-repeat:no-repeat;
	background-position:center center;  
	background-size: cover;
}
.top-header h2.title12 {
    margin-top: 2px;
}
.top-header h2.title12 {
    margin-top: 2px;
}
.main-header3 .main-nav {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
}
.header-nav3 .wrap-cat-menu .block-search-element {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    margin: 3px 50px 3px 30px;
}
.header-nav3 {
    background: #333;
}
.header-nav3 .search-form {
    border: none;
    background: #fff;
}
.header-nav3 .search-form .submit-form {
    margin: -2px;
}
.header-nav3 .block-cat-mega > h2 {
    background: rgba(255,255,255,0.1);
}
.footer3 .list-service1 .item-service h2 a {
    color: #fff;
}
.footer3 .list-service1 .item-service .desc {
    color: rgba(255,255,255,0.8);
}
.footer3 .form-newsletter form .mc4wp-form-fields {
    background: #333;
    border-color: rgba(255,255,255,0.2);
}
.footer3 .social-network {
    background: #333;
    border-color: rgba(255,255,255,0.2);
}
.footer3 .list-service1 .item-service {
    border-color: rgba(255,255,255,0.2);
}
.footer3 .social-network > li > a:hover {
    background: #fff;
    color: #000;
}
.footer3 .submit-form:hover::after {
    background: #fff;
    color: #000;
}
.footer3 .footer-intro h2 {
    color: #fff;
}
.footer3 .footer-intro .desc {
    color: rgba(255,255,255,0.8);
}
.footer3 .email-social {
    border-color: rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.02) !important;
}
.footer3 .list-service1 {
    border-bottom-color: rgba(255,255,255,0.2);
}
.footer3 .item-footer-box > h3 {
    color: #fff;
}
.footer3 .block-latest-tweets > h3 {
    color: #fff;
}
.footer3 .item-footer-box > ul > li > a {
    color: rgba(255,255,255,0.8);
}
.footer3 .copyright-peyment {
    border-color: rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.02) !important;
}
.footer3 .logo h1 {
    color: #fff;
}
.footer3 .copyright .desc {
    color: rgba(255,255,255,0.8);
}
.footer3 .copyright .desc a {
    color: rgba(255,255,255,0.8);
}
.footer3 .list-footer-tag a {
    color: rgba(255,255,255,0.8);
}
.footer3 .list-footer-tag a::after {
    background: rgba(255,255,255,0.8);
}
.footer3 .list-footer-tag li label {
    color: #fff;
    background: rgba(255,255,255,0.1);
}
.footer3 .intro-payment h3 {
    color: #fff;
}
.footer3 .contact-box-footer .item-footer-box > ul > li * {
    color: rgba(255,255,255,0.8);
}
.footer3 .tweets-list .desc {
    color: rgba(255,255,255,0.8);
}
.footer3 .tweets-list .desc .silver {
    color: rgba(255,255,255,0.5);
}
.footer3 .tweets-list .silver {
    color: rgba(255,255,255,0.5);
}
.vc_row.content-top3 {
    padding-left: 290px;
    margin-top: 20px;
}
.banner-slider3 .item-slider1 .info-content-text {
    left: 50px;
}
.list-page-extra {
    padding: 0 30px;
}
.list-page-extra li {
    margin-bottom: 24px;
    height: 16px;
}
.header-nav3 .list-cat-mega > li:last-child > a {
    border-bottom: 1px solid #e5e5e5;
}
.header-nav3 .inner-cat-mega .list-page-extra {
    margin: 30px 0 40px;
}
.inner-cat-mega .list-page-extra li a {
	height:16px;
	line-height:16px;
}
.banner-slider3 {
    margin-bottom: 20px;
}
.banner-slider3 .item-slider{
	height:500px;
}
.list-service3 .item-service {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 18px 20px 18px 50px;
}
.list-service3 .owl-item {
    padding: 0 10px;
}
.list-service3 {
    margin: 0 -10px 20px;
}
.header-nav3 .block-cat-mega .inner-cat-mega {
    border: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
	border-top:none;
}
.list-service3 .item-service .service-icon {
    position: relative;
}
.list-service3 .item-service .service-icon a .fa{
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	transform:translateX(-30px);
	-webkit-transform:translateX(-30px);
}
.list-service3 .item-service:hover .service-icon a .fa{
	transform:translateX(0);
	-webkit-transform:translateX(0);
}
.list-service3 .item-service .service-icon a {
    display:block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
	background:rgba(0,0,0,0.05);
}
.list-service3 .item-service .service-text{
	padding-left:15px;
	vertical-align:middle;
}
.banner-advs.style3 .banner-info {
	padding-left: 20px;
}
.list-cat-ads2 .wpb_wrapper {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.list-cat-ads2 .banner-advs {
    padding: 10px;
    border-right: 1px solid #e5e5e5;
	width:25%;
}
.list-cat-ads2 .banner-advs:last-child{
	border:none;
} 
.list-cat-ads2.list-cat-ads3 .wpb_wrapper {
    background: rgba(0,0,0,0.02);
    border-radius: 4px;
    border: 1px solid #e5e5e5;
	margin-bottom:0;
}
.list-cat-ads3 {
    margin-bottom: 25px;
}
.banner-advs.style3 .banner-info h3 {
    margin: 8px 0 15px;
}
.main-content3 .group-navi .owl-buttons {
    right: auto;
    left: 15px;
}
.title-featured-product3 {
    margin-bottom: 65px;
}
.featured-product-slider3 .item-product-table1 {
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 10px;
}
.featured-product-slider3 > .wobble-top {
    position: absolute;
    right: 0;
    top: -35px;
}
.featured-product-slider3 .group-navi .owl-buttons {
    left: 0;
    top: -35px;
}
.featured-product-slider3 .item-product-table1 .product-info {
    vertical-align: middle;
}
.item-product-table1.table-custom  .product-price {
    margin-bottom: 0;
}
.featured-product-slider3 {
    margin-bottom: 20px;
}
.banner-store3 img {
    border-radius: 4px;
}
.banner-store3 {
    margin-bottom: 30px;
}
.deal-slider3 {
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 25px;
}
.deal-slider3 .item-product-saleoff {
    padding: 0;
}
.deal-slider3 > h3.title18 {
    font-size: 24px;
    text-transform: inherit;
    margin-bottom: 65px;
	color:#000;
}
.deal-slider3 .wrap-price-saleoff .percent-sale {
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding: 9px 0 0;
    line-height: 16px;
    font-weight: 400;
    top: 5px;
}
.wrap-final-countdown {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 30px;
}
.deal-slider3 .item-product-saleoff .wrap-price-progress {
    display: none;
}
.deal-slider3 .final-countdown {
    margin-bottom: 5px;
}
.deal-slider3 .group-navi .owl-buttons {
    top: -35px;
    left: 0;
}
.post-slider3 > h3.title18 {
    text-transform: inherit;
    font-size: 24px;
    color: #000;
    margin-bottom: 65px;
}
.post-slider3 .group-navi .owl-buttons {
	top: -35px;
	left: 0;
}
.post-slider3 > .wobble-top {
    position: absolute;
    right: 0;
    top: 56px;
}
.item-post-table .post-thumb {
    width: 80px;
}
.post-slider3 .item-post-table {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.post-slider3 .list-post-wrap .wrap-item .item-post {
    padding: 10px;
    margin: 0 0 10px;
}
.post-slider3 .list-post-wrap {
    margin: 0;
}
.item-post-table.table-custom .post-info {
    padding-left: 20px;
    vertical-align: middle;
}
.item-post.item-post-table .post-info .desc {
    margin-bottom: 0;
}
.item-post.item-post-table .post-info .post-title {
    margin-bottom: 10px;
    line-height: 18px;
}
.post-slider3 {
    margin-bottom: 20px;
}
.block-element > .wobble-top{
	font-weight:700;
	font-style:italic;
}
.header-nav3 .submit-form:hover::after {
    background: #66c500;
}
.title-tab2 > li > a {
    padding: 5px 15px;
    border-radius: 4px;
    background: #fff;
}
.title-tab2 > li.active > a {
    color: #fff;
}
.home-deal13 > h3.title18 {
    font-size: 24px;
}
.home-deal3 > h3.title18 {
    font-size: 24px;
    text-transform: inherit;
    color: #000;
    margin-bottom: 15px;
}
.home-deal3 .item-product-flex {
    border: 1px solid #e5e5e5;
}
.home-deal3 .tab-header {
    margin-bottom: 20px;
}
.home-deal3 {
    margin-bottom: 10px;
}
.home-deal3 .gap-20 .group-navi .owl-buttons {
    left: 10px;
    right: auto;
    top: -35px;
}
.list-ads3 .banner-advs {
    margin: 0 -5px 26px;
}
.list-ads3.vc_row {
    margin: 0 -10px;
}
.title-box3 > h2.title24 {
    margin-bottom: 27px;
}
.title-box3 {
    margin-bottom: 14px;
}
.title-box3 .wobble-top {
    font-weight: 700;
    font-style: italic;
}
.block-category3 {
    margin-bottom: 30px;
}
.category-slider3 {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 30px 15px;
}
.category-slider3 .item-cat-ads {
    padding: 0 15px;
}
.item-cat-ads .cat-thumb {
    margin-bottom: 24px;
}
.item-cat-ads .cat-info h3 {
    margin-bottom: 26px;
}
.item-cat-ads .cat-info .link-btn {
    text-transform: inherit;
}
.item-cat-ads .cat-info h3 span {
    margin: 0 3px;
}
.category-slider3 .group-navi .owl-buttons {
    left: -16px;
    top: -66px;
}
.best-sale-slider3.gap-10 .group-navi .owl-buttons {
    left: 5px;
    top: -35px;
    right: auto;
}
.banner-bestsale3 {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
    margin-left: -70px;
    margin-bottom: 25px;
}
.best-sale-slider3 {
    margin-bottom: 17px;
	margin-right:50px;
}
.deal-week1.block-element > h3.title18 {
    margin-bottom: 0;
}
.deal-week1 .item-product-saleoff .wrap-price-progress {
    margin-bottom: 0;
}
.item-product-saleoff .product-info {
    padding-top: 34px;
}
.gap-20.deal-week1 .list-product-wrap .item {
    margin-bottom: 0;
}
.gap-20.deal-week1 .list-product-wrap .item .product {
    margin-bottom: 0;
}
.deal-week1 .wrap-final-countdown {
    margin: 10px 30px 35px;
}
.wrap-final-countdown {
    display: flex;
    display: -ms-flex;
    justify-content: space-between;
    -ms-align-items: center;
    -ms-justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}
.wrap-final-countdown .final-countdown {
    margin-bottom: 0;
}
.intro-final-countdown h3 {
    margin-bottom: 5px;
}
.gap-20.deal-week1 .group-navi .owl-buttons {
    right: 40px;
    top: -30px;
}
/************************************************************************************
									Home 4	
*************************************************************************************/
.footer4 .footer-block .wpb_wrapper > div{
	width:20%;
}
.footer4 .form-newsletter form .mc4wp-form-fields {
    max-width: 470px;
}
.block-brand4{
	margin-bottom: 50px;
}
.block-category4 .banner-advs {
    width: 230px;
}
.block-category4 .s7upf-slider {
    width: calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
}
.block-product4 .gallery-product4{
	width:465px;
}
.block-product4 .list-product4{
	width: calc(100% - 475px);
    width: -webkit-calc(100% - 475px);
}
.gallery-product4 .item-product-gallery .wrap-price-progress{
	display:none;
}
.main-header4 .logo .text-logo .dot::after {
    font-size: 8px;
    bottom: 6px;
}
.header-nav4 .block-cat-mega {
    width: 230px;
}
.header-nav4 .block-cat-mega > h2 {
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    background: rgba(0,0,0,0.05);
    border-radius: 0;
}
.header-nav4 .block-cat-mega > h2::after {
    right: 20px;
}
.top-header4 {
    border: none;
    padding: 10px 0;
}
.inner-content-top4.vc_inner {
    margin-left: 215px;
}
.content-top4 {
    margin-bottom: 40px;
}
.header-nav4 .block-cat-mega .inner-cat-mega {
    border-radius: 0 0 4px 4px;
}
.inner-content-top4 .col-sm-3 .wpb_wrapper {
    background: #fff;
    margin-left: -18px;
    padding: 20px 20px 10px;
}
.inner-content-top4 .col-sm-9 .wpb_wrapper {
    margin-right: -12px;
}
.list-product-adv4 .item-product-adv4 {
    border-top: 1px solid #e5e5e5;
    margin-top: 18px;
    padding-top: 19px;
}
.item-product-adv4 .shop-button {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
}
.item-product-adv4 h3 {
    margin-bottom: 15px; 
}
.header-nav4 .hot-link .shop-button {
    height: 36px;
    line-height: 36px;
}
.header-nav4 .hot-link {
    margin-top: 5px;
}
.banner-slider4 {
    margin-bottom: 18px;
}
.header-nav4 .list-cat-mega > li {
    padding: 0 20px;
}
.inner-content-top4 .list-cat-adv4 {
    margin: 0 30px;
}
.inner-content-top4 .col-lg-3 .wpb_wrapper {
    background: #fff;
    margin-left: -15px;
    padding: 0 20px;
}
.inner-content-top4 .col-lg-9 .wpb_wrapper{
	margin-right: -15px;
}
.item-cat-adv4 .cat-info {
    margin-bottom: 8px;
}
.item-cat-adv4 .cat-info h3 {
    position: relative;
    padding-left: 25px;
}
.item-cat-adv4 .cat-info h3 span {
    position: absolute;
    top: 5px;
    width: 15px;
    height: 5px;
    left: 0;
    border-radius: 5px;
}
.item-cat-adv4 .adv-info {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    padding: 6px 12px;
	opacity:0;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-cat-adv4.active .adv-info{
	opacity:1;
}
.list-cat-adv4 .item-cat-adv4 {
	margin: 0 0.5px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.list-cat-adv4 .item-cat-adv4:last-child .cat-thumb {
    border: none;
}
.deal-slider4 {
    padding-top: 60px;
}
.deal-slider4 .wrap-final-countdown {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    padding: 0;
    margin: 0;
}
.deal-slider4 .wrap-final-countdown .text {
    display: none;
}
.deal-slider4 .final-countdown {
    margin: 0 45px;
}
.deal-slider4 .final-countdown .clock {
    margin: 0 1px;
}
.deal-slider4 .final-countdown .clock .number {
    font-size: 14px;
}
.deal-slider4 .intro-final-countdown h3 {
    font-size: 24px;
    color: #000;
}
.deal-slider4 .wobble-top {
    position: absolute;
    right: 0;
    top: 10px;
}
.item-product1 .wrap-price-progress {
    margin: 20px 0 10px;
}
.banner-insign {
    margin-bottom: 48px;
}
.title-box4 {
    position: relative;
}
.title-box4 .wobble-top {
    position: absolute;
    right: 0;
    top: 5px;
    font-style: italic;
}
.title-box4 p {
    margin: 0;
}
.title-box4 {
    margin-bottom: 25px;
}
.block-category4 {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.block-category4 .banner-advs .banner-info {
    height: 90px;
	padding:0 30px;
}
.block-category4 .banner-advs .banner-info h3 {
    font-size: 18px;
    margin-bottom: 2px;
}
.block-category4 .banner-advs .banner-info .link-bnt {
    border: none;
    height: 32px;
    text-transform: inherit;
    margin-top: 5px;
}
.block-category4 .banner-advs .banner-info .link-btn {
    height: 32px;
    border: none;
    text-transform: inherit;
    margin-top: 9px;
}
.block-category4 .sv-slider .list-cat-ads4 {
    border-right: 1px solid #e5e5e5;
}
.block-category4 .sv-slider .last-item .list-cat-ads4 {
    border: none;
}
.list-cat-ads4 .item-cat-ads2 {
    border-bottom: 1px solid #e5e5e5;
    height: 169px;
    position: relative;
    padding: 20px;
}
.list-cat-ads4 .item-cat-ads2:last-child {
    border: none;
}
.list-cat-ads4 .item-cat-ads2 .cat-thumb {
    position: absolute;
    bottom: 0;
    right: 0;
}
.list-cat-ads4 .item-cat-ads2 .cat-info {
    max-width: 125px;
	position:relative;
	z-index:1;
}
.list-cat-ads4 .item-cat-ads2 .cat-info h3 {
    line-height: 24px;
}
.block-category4 {
    margin-bottom: 30px;
}
.block-category4 .banner-advs {
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    margin: -1px;
}
.block-product4 {
    margin-bottom: 35px;
}
.gallery-product4 .item-product-gallery .gallery-control {
    margin-bottom: 20px;
    margin-top: 23px;
}
.latest-slider4 > h3 {
    font-size: 24px;
    color: #000;
    text-transform: inherit;
    font-weight: 700;
}
.latest-slider4 > .wobble-top {
    position: absolute;
    right: 0;
    top: 5px;
}
.item-post-social .post-info {
    padding: 25px 0px 15px;
}
.blog-comment-date > li {
    position: relative;
    padding: 0 10px;
}
.item-post-social .blog-comment-date {
    margin: 0 -10px 15px;
}
.blog-comment-date > li::after {
    position: absolute;
    right: 0px;
    top: 4px;
    content: "";
    background: #ccc;
    display: block;
    width: 1px;
    bottom: 4px;
}
.blog-comment-date > li:last-child::after {
    display: none;
}
.post-comment-like li {
    margin-right: 15px;
}
.item-post-social .post-info .post-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s7upf_1524805130 {
    width: 100%;
    height: 400px;
}
.header-page {
    position: relative;
    z-index: 10000;
}
.mega-menu-title {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
.mega-adv-info .title18 {
    margin: 20px 0 8px;
}
.mega-new-arrival-slider.gap-20 .list-product-wrap .item{
	margin-bottom:0;
}
.mega-shop-menu ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}
.mega-shop-menu ul {
    margin-top: -15px;
}
.mega-shop-menu ul li:last-child {
    border: none;
}
.widget-latest-post .item-post-table.table-custom .post-info {
    vertical-align: text-bottom;
}
.widget .widget-latest-post > ul > li {
    border: none;
}
.main-nav > ul > li .sub-menu > li:hover > a{
	color:#fff;
}
.header-nav3.header-default3 .list-cat-mega > li:last-child > a {
    border: none;
}
.top-menu2 {
    padding: 10px 0;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
}
.top-menu2 .list-inline-block li {
	padding: 0 15px;
}
.slider-nav .item {
    text-align: center;
    padding: 20px;
	position:relative;
	cursor:pointer;
}
.slider-nav .item::after{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:2px;
	content:"";
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
}
.slider-nav .item.slick-current::after{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.banner-slick-slider {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
    border-radius: 4px;
    overflow: hidden;
}
.slider-nav {
    border-top: 1px solid #e5e5e5;
}
.slider-nav .item h3 {
    line-height: 1.5;
}
.banner-slider2 .slider-nav .item{
	padding:19px 80px;
}
.list-ads-flex2 {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
    border-radius: 4px;
    margin-left: -10px;
}
.list-ads-flex2 .banner-advs {
    padding: 24px 19px; 
    border-bottom: 1px solid #e5e5e5;
}
.list-ads-flex2 .banner-advs .banner-info {
    text-align: center;
    padding-top: 20px;
}
.list-ads-flex2 .banner-advs .banner-info h3 {
    margin-bottom: 7px;
}
.content-top2 {
    margin-bottom: 20px;
}
.list-cat-ads2 .wpb_wrapper {
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
	margin-bottom: 35px;
}
.deal-product2 > h3.title18 {
    font-size: 24px;
    text-transform: inherit;
    margin-bottom: 15px;
    color: #000;
}
.deal-product2 .list-product-wrap {
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
}
.list-cat-ads2 .wpb_wrapper {
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
	margin-bottom: 35px;
}
.deal-product2 > h3.title18 {
    font-size: 24px;
    text-transform: inherit;
    margin-bottom: 15px;
    color: #000;
}
.deal-product2 .list-product-wrap {
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
}
.deal-product2 {
    margin-bottom: 20px;
}
.deal-every-day .deal-product2{
	margin:0;
}
.deal-every-day .wpb_wrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
    overflow: hidden;
    background: #fff;
}
.deal-every-day .intro-deal2 {
    min-width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: -ms-flex;
    -ms-flex-direction: column;
    -ms-justify-content: center;
}
.deal-every-day .deal-product2 {
    width: calc(100% - 260px);
    width: -webkit-calc(100% - 260px);
}
.deal-every-day {
    margin-bottom: 35px;
}
.list-save-brand2 {
    margin: 18px 0 35px;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
}
.list-save-brand2 .banner-advs {
    width: 25%;
    padding: 10px;
}
.tab-category2 .title-tab.title-tab1 {
    border: none;
}
.tab-category2 .tab-header {
    margin: -20px 0 1px;
}
.tab-category2 {
    margin-bottom: 35px;
}
.tab-category2 .tab-content {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
    overflow: hidden;
    border-radius: 4px;
}
.deal-product2.best-seller-product2 {
    margin-bottom: 35px;
}
.list-cat-adv4 {
    overflow: hidden;
}
.list-cat-adv4 .item-cat-adv4 {
    min-width: 120px;
}
.list-cat-adv4 .item-cat-adv4.active {
    min-width: 170px;
}
.list-cat-adv4 .item-cat-adv4 .cat-thumb {
    width: 120px;
    height: 150px;
    overflow: hidden;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.list-cat-adv4 .item-cat-adv4 .cat-thumb img {
    height: 150px;
    width: 170px;
    max-width: none;
}
.list-cat-adv4 .item-cat-adv4.active .cat-thumb {
    width: 170px;
}
.banner-slider2 {
    margin-right: 70px;
}
.list-ads-flex2 {
    margin-left: -80px;
    padding: 0 33px;
}
.list-ads-flex2 .banner-advs:last-child{
	border:none;
}
.item-product-gallery .wrap-detail-gallery{
	margin-bottom:0!important;
}
.title-tab-flex {
    display: flex;
    justify-content: space-between;
    display: -ms-flex;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}
.product-tab-flex {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03);
	overflow:hidden;
}
.title-tab-flex li a {
    display: block;
    padding: 20px 15px;
    text-align: center;
}
.title-tab-flex li {
    border-right: 1px solid #e5e5e5;
	position:relative;
	z-index:10;
}
.title-tab-flex li:last-child {
    border: none;
}
.product-type-tab2 .title-tab-flex li {
	width:16.66%;
}
.title-tab-flex li.active *{
	color:#fff;
}
.title-tab-flex li.active::after{
	position:absolute;
	top:100%;
	left:50%;
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	content:"";
	margin-left:-5px;
}
.product-type-tab2 {
    margin-bottom: 10px;
    margin-top: 5px;
}
.logo .fa-shopping-cart:before {
    content: url("../images/icon/logo.png"); 
    margin-top: 6px;
    display: block;
}
.main-nav3 > ul > li.menu-sticky{
	position:relative;
}
.main-nav3 > ul > li.menu-sticky::before {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -20px;
}
.main-nav3 > ul > li.menu-sticky.new-sticky::before{
	content: url("../images/icon/label-new.png"); 
	margin-left: -25px;
}
.main-nav3 > ul > li.menu-sticky.hot-sticky::before{
	content: url("../images/icon/label-hot.png"); 
}
.footer-bottom .custom-information:first-child {
    margin-bottom: 20px;
}
.title-box2 {
    position: relative;
}
.title-box2 > .desc {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 9;
}
.tab-category2 .title-tab.title-tab1 {
    margin: 0 80px;
}
.header-nav2 .main-nav>ul>li.current-menu-item>a, 
.header-nav2 .main-nav>ul>li.current-menu-ancestor>a, 
.header-nav2 .main-nav>ul>li:hover>a{
	color: #fff;
}
.intro-product4 {
    padding-top: 17px;
}
.list-cat-ads4 .item-cat-ads2 .cat-thumb a {
    display: block;
    overflow: hidden;
}
.list-cat-ads4 .item-cat-ads2 .cat-thumb a img{
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.list-cat-ads4 .item-cat-ads2:hover .cat-thumb a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.main-header.fixed-header {
    padding: 10px 0;
}
.vc_custom_1524552916897.fixed-header,
.vc_custom_1523527728179.fixed-header{
	background:#fff!important;	
}
.fixed-header .block-cat-mega{
	display:none;
}
.fixed-header .main-nav1 {
    margin: 0;
}
.fixed-header.main-header3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .logo1 {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.item-product-list .product-extra-link .addcart-link {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
}
.main-header3.fixed-header+div {
    margin-top: 120px;
}
.list-service1 .item-service {
    border-bottom: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
}
.list-service3.list-service1 .owl-item {
    padding: 0;
}
.item-advs1 .banner-info {
    left: 50%;
    background: rgba(0,0,0,0.5);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
}
.item-advs1:hover .banner-info {
	left:0;
}
.item-advs1 .banner-info .saleoff-label {
    position: absolute;
    top: 30px;
    right: 30px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-advs1 .banner-info h3 {
    padding: 5px 20px;
    margin-bottom: 5px;
}
.item-advs1 .banner-info h2 {
    margin-bottom: 10px;
}
.item-advs1 .banner-info .desc {
    margin-bottom: 24px;
}
.item-advs1 .banner-info p {
    margin: 0;
}
.item-advs1 .banner-info .shop-button {
    color: #000;
    height: 34px;
    line-height: 34px;
    padding: 0 17px;
}
.item-advs1 .banner-info .shop-button:hover {
    color: #fff;
}
.banner-slider4 .banner-thumb a {
    position: relative;
}
.banner-slider4:hover .banner-thumb a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}
.main-header5 {
    padding: 25px 0;
	z-index:1;
}
.header-nav5 .logo1 {
	margin-right: 70px;
}
.header-nav5 .text-logo {
	height: 50px;
}
.header-nav5 .text-logo a {
    display: block;
    padding-top: 2px;
}
.header-nav5 .logo .text-logo .dot::after {
    font-size: 8px;
    bottom: 6px;
}
.wrap-mini-cart5 {
    margin-top: 5px;
}
.login5 {
    margin: 0 3px;
}
.main-nav5 > ul > li > a {
    padding: 0 16px;
}
.item-slider5 .banner-info h4 {
    background: rgba(255,255,255,0.1);
    padding: 8px 20px;
    border-radius: 6px;
}
.item-slider5 .banner-info h3 {
    opacity: 0.8;
    margin-bottom: 11px;
}
.item-slider5 .banner-info .price-slider5 {
    margin: 0 -5px 26px;
}
.item-slider5 .banner-info .price-slider5 > * {
    margin: 0 5px;
}
.button-slider5 {
    margin: 0 -2px;
}
.button-slider5 > * {
    margin: 0 2px;
}
.pagi-nav-style2.owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    background: #000;
}
.pagi-nav-style2.owl-theme .owl-controls .owl-page.active span {
    box-shadow: 0 0 0 2px #000;
    -webkit-box-shadow: 0 0 0 2px #000;
    -webkit-appearance: none;
}
.banner-slider5 .pagi-nav-style2.owl-theme .owl-controls .owl-page span {
    background: #fff;
}
.banner-slider5 .pagi-nav-style2.owl-theme .owl-controls .owl-page.active span {
    box-shadow: 0 0 0 2px #fff;
}
.banner-slider5 .pagi-nav-style2.owl-theme .owl-pagination {
    bottom: 0;
    top: 0;
    left: auto;
    height: 50px;
    margin: auto;
    right: 50px;
}
.banner-slider5 .pagi-nav-style2.owl-theme .owl-controls .owl-page {
    display: block;
    margin: 10px 0;
}
.service-slider5 {
    padding: 50px 0;
    margin: 0 -15px;
}
.item-service5 {
    padding: 20px;
    border-radius: 50px;
}
.item-service5 .service-icon a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    color: #fff;
}
.item-service5 .service-icon {
    width: 100px;
}
.item-service5 .service-text h2 a {
    text-transform: uppercase;
    color: #333;
}
.item-service5 .service-text {
    vertical-align: middle;
}
.service-slider5 .item-service5 {
    margin: 0 15px;
    width: auto;
    display: flex;
    align-items: center;
    display: -ms-flex;
    -ms-align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}
.block-adv5 {
    padding: 100px 0 70px;
}
.line-icon5 {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -ms-flex;
    -ms-justify-content: center;
    -ms-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}
.line-icon5 span {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 20px;
    border-radius: 50%;
    text-align: center;
    padding: 9px;
}
.line-icon5::before,.line-icon5::after {
    height: 1px;
    content: "";
    background: #ccc;
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
}
.line-icon5 {
    margin-bottom: 15px;
}
.title-box5 {
    margin-bottom: 45px;
}
.item-ads5 {
    padding-left: 150px;
    margin: 0 50px 35px;
}
.item-ads5 .banner-info {
    height: 240px;
}
.item-ads5 .banner-info h3 strong {
    background: #fff;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 40px;
}
.item-ads5 .banner-info h3 {
    margin-bottom: 5px;
}
.item-ads5 .banner-info .shop-button {
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0 25px;
    border-radius: 40px;
    margin-top: 45px;
	background:#333;
}
.block-product5 {
    padding: 91px 0 70px;
}
.product-tabs5 .title-tab2 > li > a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.product-tabs5 .title-tab2 {
    display: inline-block;
    padding: 4px;
    border-radius: 30px;
}
.product-tabs5 .tab-header {
    text-align: center;
    margin-bottom: 70px;
}
.block-product5 .title-box5 {
    margin-bottom: 42px;
}
.product-slider5 .owl-theme .owl-controls .owl-pagination {
    margin-top: 7px;
}
.block-brand5 {
	background-position: center;
    background-repeat: no-repeat;
}
.brand-image5 {
    position: absolute;
    bottom: 0px;
	left:-90px;
}
.brand-show {
    float: right;
    width: 480px;
    padding: 95px 0 115px;
}
.list-brand5 ul li {
    width: 33.33%;
    border-right: 1px solid rgba(255,255,255,0.5);
    position: relative;
}
.list-brand5 {
    margin-top: 45px;
}
.list-brand5 ul li:nth-child(3n) {
	border: none;
}
.list-brand5 ul {
    position: relative;
}
.list-brand5 ul::before,.list-brand5 ul::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255,255,255,0.5);
    z-index: 1;
}
.list-brand5 ul::before {
    top: 33.33%;
}
.list-brand5 ul::after {
    top: 66.66%;
}
.list-brand5 ul li:nth-child(5)::before {
    top: -2px;
    left: -5px;
    bottom: -2px;
    right: -5px;
    content: "";
    z-index: 9;
	position:absolute;
}
.list-brand5 ul li a { 
    position: relative;
    z-index: 10;
}
.block-collection5 {
    padding-top: 93px;
    padding-bottom: 50px;
}
.item-product-collection {
    position: relative;
    max-width: 500px;
    margin: auto auto 50px;
}
.item-product-collection .product-thumb-left {
    position: absolute;
    top: 100px;
    right: 100%;
    margin-right: -15px;
    width: 80%;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.1);
    z-index: 10;
}
.item-product-collection .product-thumb-right {
    position: absolute;
    top: 100px;
    left: 100%;
    margin-left: -15px;
    width: 80%;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.1);
    z-index: 10;
}
.item-product-collection .product-thumb{
	box-shadow: 0 5px 30px 0 rgba(0,0,0,0.1);
}
.item-product-collection .product-thumb-link::before{
	display:none;
}
.item-product-collection .product-thumb .percent-sale {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #66c500;
    color: #fff;
    font-size: 18px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 15px 5px;
    text-align: center;
	font-weight:700;
}
.item-product-collection .product-info {
    padding-top: 32px;
}
.item-product-collection .product-price {
    margin: 13px 0 25px;
}
.post-slider5 .item-post-social {
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.1);
}
.post-slider5 .list-post-wrap .wrap-item .item-post {
    padding: 0;
    margin: 0 15px 37px;
}
.post-slider5 .owl-wrapper-outer {
    padding-top: 20px;
    margin-top: -20px;
}
.post-slider5 .list-post-wrap .wrap-item .post-info {
    padding: 24px 20px 25px;
}
.block-latest-news5 {
    margin-bottom: 73px;
}
.block-featured-product5 {
    background: #f4f4f4;
    padding: 100px 0;
    margin-bottom: 92px;
}
.item-product-special {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.item-product-special .product-thumb {
    width: 55%;
}
.item-product-special .product-info {
    border: 20px solid #b4b4b4;
    padding: 35px 50px 120px;
	width:45%;
}
.item-product-special .product-info .product-title {
    margin-bottom: 10px;
}
.item-product-special .list-brand.detail-attr {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
.item-product-special .product-desc {
    line-height: 24px;
    margin-bottom: 25px;
    color: #555;
}
.item-product-special .qty-label {
    display: none;
}
.item-product-special .addcart-link {
    margin: 0 10px;
}
.item-product-special .product-extra-link a {
    display: inline-block;
    padding: 0 13px;
    border-right: 1px solid #e5e5e5;
}
.item-product-special .product-extra-link a:last-child {
    border: none;
}
.item-product-special .product-extra-link a .fa {
    margin-right: 7px;
}
.item-product-special .product-extra-link {
    margin: 0 -13px;
}
.item-product-special .product-thumb-link::before {
    display: none;
}
.featured-slider5 .owl-theme .owl-controls .owl-pagination {
    border-top: 1px solid #e5e5e5;
    text-align: left;
    left: 55%;
    position: absolute;
    right: 70px;
    bottom: 90px;
    margin-left: 70px;
    padding-top: 40px;
}
.item-product-special .product-info .desc {
    margin-bottom: 32px;
}
.pagi-nav-style2.owl-theme .owl-controls .owl-page {
    margin: 0 7px;
}
.featured-slider5 .pagi-nav-style2.owl-theme .owl-controls .owl-page:first-child{
	margin-left:0;
}
.item-product-special .detail-attr label {
    width: auto;
    margin-right: 20px;
}
.main-nav5.fixed-header .main-header5 {
    padding: 5px 0;
}
.service-slider5 .item-service5:hover{
	border-style:solid;
}
.item-product-special .fade {
    opacity: 1;
}
.text-logo span.slogan {
    line-height: 30px;
    display: inline-block;
    height: 23px;
}
.footer-bottom5 {
    background: #000;
	padding: 25px 0 20px;
}
.footer-bottom5 .payment-method {
    margin: 13px 5px 0;
}
.footer-bottom5 .payment-method li{
	margin:0 5px;
}
.footer-copyright ul li {
    margin: 0 10px;
}
.footer-copyright ul {
    margin: 0 -10px 5px;
}
.main-footer5 {
    background: rgba(0,0,0,0.8);
    padding: 45px 0 30px;
}
.menu-footer-box li {
    margin-bottom: 12px;
}
.title-footer {
    margin-bottom: 20px;
}
.list-contact-footer {
    margin-top: 17px;
}
.list-contact-footer li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.list-contact-footer li .fa {
    position: absolute;
    left: 0;
    top: 3px;
}
.network-button-play {
    margin: 0 -3px;
}
.network-button-play li {
    margin: 0 3px;
}
.network-button-play a {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 9px 20px;
}
.network-button-play a .fa {
    margin-right: 10px;
}
.network-button-play a:hover {
    color: #fff;
}
.item-slider5 .banner-info {
    text-transform: uppercase;
}
.main-footer5 .social-network5 > li > a{
	color:#fff;
}
.main-footer5 .form-newsletter input[type="email"]{
	background:rgba(255,255,255,0.05);
}
.social-network5 > li {
    margin: 0 3px;
}
.social-network5 {
    margin: 0 -3px;
}
.social-network5 > li > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.social-network5 > li > a:hover{
	color:#fff;
} 
.main-footer5 .social-network5 {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-top: 1px solid rgba(255,255,255,0.1);
    margin: 0 0 30px;
    padding: 14px 0;
}
.contact-footer {
    border-top: 1px solid #e5e5e5;
    margin-top: 28px;
    padding-top: 20px;
}
.main-footer5 .contact-footer,.main-footer5 .social-network5{
	border-color:rgba(255,255,255,0.1);
}
.logo-footer5 {
    margin-top: -10px;
}
.main-footer5 .form-newsletter input[type="email"] {
    background: rgba(255,255,255,0.05);
    height: 40px;
    display: block;
    border: none;
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    padding: 0 15px;
    border-radius: 0px;
    margin: 0;
    color: #999;
	border:none;
}
.main-footer5 .form-newsletter form .mc4wp-form-fields {
    width: 100%;
    max-width: 570px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    position: relative;
    border-radius: 0px;
    padding: 0px;
    border: none;
    background: transparent;
}
.main-footer5 .form-newsletter input[type="submit"] {
    border: none;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    width: auto;
    position: static;
    height: 40px;
    border-radius: 0;
}
.main-footer5 .form-newsletter {
    margin-top: 15px;
    margin-bottom: 30px;
}
.main-footer5 .form-newsletter .submit-form::after{
	display:none;
}
.main-footer5 .form-newsletter .submit-form {
    width: auto;
    border-radius: 0;
}
.main-footer5 .form-newsletter ::-webkit-input-placeholder { 
  color: rgba(255,255,255,0.5);
}
.item-product-collection .product-info::before {
    position: absolute;
    left: 50%;
    content: "";
    height: 30px;
    width: 1px;
    top: -15px;
}
.deal-clock5 {
    text-align: center;
    margin-bottom: 50px;
}
.deal-clock .final-countdown .text {
    display: none;
}
.deal-clock ul li {
    vertical-align: middle;
}
.deal-clock .final-countdown {
    margin: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    padding: 10px 35px 10px 45px;
    position: relative;
    text-transform: uppercase;
}
.deal-clock li h3 {
    margin: 0 15px;
}
.deal-clock ul {
    border-radius: 40px;
    padding: 4px;
}
.deal-clock .final-countdown {
    position: relative;
    border-radius: 40px;
}
.deal-clock .final-countdown::before{
	content:"\f017";
	font-family:fontAwesome;
	font-size:18px;
	color:#fff;
	left:10px;
	top:10px;
	position:absolute;
}
.deal-clock .final-countdown .clock .number {
    color: #fff;
    background: transparent;
    width: auto;
    height: auto;
    line-height: inherit;
    margin: 0;
    min-width: inherit;
}
.deal-clock .final-countdown .clock {
    margin: 0;
    padding: 0;
}
.deal-clock .final-countdown .clock .number::after {
	content: ":";margin: 0 5px;
}
.deal-clock .final-countdown .clock:last-child .number::after {
    display: none;
}
.item-banner-galaxy .title48 {
    margin: 5px 0 7px;
}
.block-brand5 {
    margin-bottom: 92px;
}
.pop-cat-slider5 {
    margin: 45px -15px 70px;
}
.pop-cat-slider5 .item-cat-ads {
    padding: 0 15px;
    max-width: 225px;
    margin: auto;
}
.pop-cat-slider5 .owl-item {
    border-right: 1px solid #e5e5e5;
}
.pop-cat-slider5 .owl-item.last-item {
    border: none;
}
.item-cat-ads5 .cat-info h3 {
    margin-bottom: 8px;
}
.item-cat-ads5 .cat-info .desc {
    margin-bottom: 22px;
}
.wrap-mini-cart5 .mini-cart-link {
    width: 40px;
    height: 40px;
    background: #333;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.wrap-mini-cart5 .mini-cart-link .mini-cart-icon {
    font-size: 14px;
    line-height: 40px;
}
.wrap-mini-cart5 .mini-cart-link .mini-cart-number {
    position: absolute;
    background: transparent;
    top: 0;
    right: 5px;
}
.login5 .dropdown-link{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    font-size: 18px;
}
.login5 .dropdown-link:hover {
    color: #fff;
    position: relative;
    z-index: 1003;
}
.wrap-mini-cart5 .mini-cart-link:hover .mini-cart-icon{
	color:#fff;
}
.wrap-trending5 .item-ads5 {
    padding: 0;
    margin: 0;
}
.wrap-trending5 {
    position: relative;
    padding-left: 130px;
}
.intro-trend5 {
    position: absolute;
    left: 0;
    z-index: 10;
    top: 0;
    bottom: 0;
    height: 225px;
    margin: auto;
    text-transform: uppercase;
}
.intro-trend5 h3 strong {
    display: inline-block;
    background: #fff;
    padding: 4px 20px;
    border-radius: 40px;
}
.intro-trend5 h3 {
    margin-bottom: 5px;
}
.intro-trend5 .shop-button {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    margin-top: 45px;
    background: #333;
    font-weight: 400;
}
.wrap-trending5 .owl-theme .owl-controls .owl-pagination {
    margin-top: 37px;
    margin-left: -110px;
}
.wrap-featured5 {
    position: relative;
    padding-left: 100px;
}
.wrap-trending5 .intro-trend5 {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
}
.header-nav3 .search-form .dropdown-link {
    padding: 10px 15px;
}
.logo-footer1 {
    text-transform: uppercase;
}
.widget-title{
	font-family:'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
}
.wrap-banner-general.vc_row{
	overflow:visible!important;
} 
.wrap-banner-general .banner-general {
    margin-top: -100px;
}
.item-banner-general .banner-info {
    padding-top: 35px;
}
.item-banner-general .banner-info h2{
	margin-top: 5px;
    margin-bottom: 3px;
}
/*Home 06*/
.wrap-banner6.vc_row{
	overflow:visible!important;
}
.wrap-banner6 .banner-slider6{
    margin-top: -100px;
	margin-bottom:90px;
}
.main-header6 .login5 .dropdown-link {
    color: #fff;
    border-color: #fff;
}
.main-header6 .main-nav5 > ul > li > a {
    color: rgba(255,255,255,0.8);
}
.shop-button.bg-white {
    background: #fff;
    color: #000;
}
.shop-button.bg-transparent {
    background: transparent;
    border: 1px dashed #fff;
}
.button-slider6 a {
    vertical-align: text-bottom;
    margin: 0 5px;
    padding: 0 25px;
}
.button-slider6 .shop-button:hover {
    color: #fff;
}
.button-slider6 {
    margin: 27px -5px 0;
}
.item-slider6 h3 {
    margin-bottom: 10px;
}
.item-slider6 .price-slider5 * {
    margin: 0 5px;
}
.banner-slider6 .pagi-nav-style2.owl-theme .owl-controls .owl-page span {
    background: #fff;
}
.banner-slider6 .pagi-nav-style2.owl-theme .owl-controls .owl-page.active span {
    box-shadow: 0 0 0 2px #fff;
}
.round-navi.owl-theme .owl-controls .owl-buttons div {
    border-radius: 50%;
}
.banner-slider6 .owl-controls .owl-buttons div {
    height: 50px;
    width: 50px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    border: 1px dashed #fff;
}
.banner-slider6 .round-navi.owl-theme .owl-controls .owl-buttons div i {
    line-height: 48px;
    font-size: 18px;
}
.banner-slider6 .pagi-nav-style2.owl-theme .owl-pagination{
	bottom:150px;
}
.item-slider6 h2 {
    margin: 5px 0 3px;
}
.item-slider6 h2 {
    margin: 5px 0 3px;
}
.dot-circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    position: relative;
}
.dot-circle::before,.dot-circle::after {
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(0,0,0,0.3);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin: 0 5px;
    top: 0;
}
.dot-circle::before {
    left: 100%;
}
.dot-circle::after {
    right: 100%;
}
.intro-box6 h2 {
    margin: 18px 0 10px;
}
.intro-box6 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.intro-box6::after {
    content: "";
    width: 60px;
    height: 6px;
    border-radius: 6px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 -30px;
}
.item-slider6 h2 {
    margin: 5px 0 3px;
}
.dot-circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    position: relative;
}
.dot-circle::before,.dot-circle::after {
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(0,0,0,0.3);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin: 0 5px;
    top: 0;
}
.dot-circle::before {
    left: 100%;
}
.dot-circle::after {
    right: 100%;
}
.intro-box6 h2 {
    margin: 18px 0 10px;
}
.intro-box6 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.intro-box6::after {
    content: "";
    width: 60px;
    height: 6px;
    border-radius: 6px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 -30px;
}
.left-popcat6 .item-cat-ads6 {
    margin-right: -10px;
}
.block-popcat6 .item-cat-ads6 {
    margin-bottom: 20px;
}
.right-popcat6 .item-cat-ads6 {
    margin-left: -10px;
}
.item-cat-ads6 .cat-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: rgba(255,255,255,0.7);
    padding: 45px 15px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	opacity:0;
	-webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.item-cat-ads6:hover .cat-info {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    visibility: visible;
}
.item-cat-ads6 {
    position: relative;
	overflow:hidden;
}
.item-cat-ads6 .info-cat-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 10px;
    z-index: 11;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-cat-ads6:hover  .info-cat-title {
	opacity:0;
	transform:scale(0);
	-webkit-transform:scale(0);
}
.item-cat-ads6 .cat-info .desc {
    margin: 8px 0 10px;
}
.item-cat-ads6 .cat-info::before {
    background: #000;
    height: 2px;
    width: 100px;
    margin: 0 -50px;
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
}
.item-cat-ads6:hover .cat-info::before {
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
	top:0;
}
.block-popcat6 {
    margin-bottom: 70px;
}
.item-product-simple .product-thumb {
    border: 1px solid #e5e5e5;
    margin-bottom: 18px;
}
.item-product-simple .product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.7);
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    z-index: 11;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	opacity:0;
	-webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.item-product-simple:hover .product-info{
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    visibility: visible;
}
.item-product-simple .product-price {
    margin-bottom: 0;
}
.item-product-simple .product-price * {
    font-size: 14px;
}
.item-product-simple .product-thumb > .quickview-link {
    top: 20px;
    right: 20px;
    left: auto;
    bottom: auto;
    margin: 0;
}
.gap-30.our-product6 .list-product-wrap .item-product {
    margin-bottom: 47px;
}
.our-product6 {
    margin-bottom: 50px;
}
.banner-countdown6 {
    background-position: center center;
    margin-bottom: 90px;
    background-attachment: fixed;
}
.all-deal6 .link-btn {
    height: 50px;
    line-height: 50px;
    min-width: 240px;
}
.deal-product6 {
    margin-bottom: 57px;
}
.all-deal6 {
    margin-bottom: 90px;
}
.box-custom-advs {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    margin: 0 -25px;
}
.box-custom-advs .center-item {
    width: 50%;
	order:1;
	-webkit-order:1;
}
.box-custom-advs .list-item-left{
	order:0;
	-webkit-order:0;
}
.box-custom-advs .list-item-right{
	order:2;
	-webkit-order:2;
}
.box-custom-advs > div {
    width: 25%;
    padding: 0 25px;
}
.box-custom-advs .center-item img {
    display: block;
    width: 100%;
}
.item-custom-advs h3:first-letter {
    font-size: 48px;
    color: #ccc;
    margin: 0 5px;
    position: relative;
}
.item-custom-advs h3::before {
    position: absolute;
    width: 70px;
    height: 70px;
    border: 1px dashed #ccc;
    border-radius: 50%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}
.item-custom-advs h3 {
    position: relative;
    margin-left: -50px;
    padding: 8px 0 0 14px;
}
.item-custom-advs.active h3::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 18px;
    left: 62px;
}
.item-custom-advs .desc {
    margin: 3px 0 18px;
}
.item-custom-advs {
    padding-left: 50px;
    margin-bottom: 55px;
}
.item-custom-advs .wobble-top {
    opacity: 0;
	transform:translateY(30px);
	-webkit-transform:translateY(30px);
}
.item-custom-advs.active .wobble-top {
    opacity: 1;
	transform:translateY(0);
	-webkit-transform:translateY(0);
}
.item-custom-advs:last-child {
    margin: 0;
}
.what-we-do {
    margin-bottom: 90px;
}
.item-inner-content .post-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,0.5);
    padding: 30px 30px;
}
.item-inner-content {
    position: relative;
    overflow: hidden;
}
.item-inner-content .post-info .post-title {
    text-transform: uppercase;
    margin-bottom: 12px;
}
.item-inner-content .blog-comment-date > li::after {
    display: none;
}
.item-inner-content .blog-comment-date > li {
    padding: 0 5px;
}
.item-inner-content .blog-comment-date > li .fa {
    margin: 0 5px;
}
.item-inner-content .blog-comment-date {
    margin-bottom: 8px;
}
.item-inner-content .post-info .shop-button {
    margin-top: 15px;
}
.item-inner-content.item-post .post-info .desc {
    margin-bottom: 7px;
}
.service-footer6 {
    border: 1px solid #e5e5e5;
    margin-bottom: -60px;
    position: relative;
    z-index: 10;
    background: #fff;
}
.service-footer6 .item-service {
    padding: 30px;
    border-right: 1px solid #e5e5e5;
}
.service-footer6 .last-item .item-service {
    border: none;
}
.item-service.style2 .service-icon {
    width: 80px;
    text-align: left;
}
.item-service.style2 .service-icon a {
    width: 60px;
    display: inline-block;
    height: 60px;
    background: #333;
    border-radius: 50%;
    line-height: 58px;
    text-align: center;
    border: 1px dashed #fff;
}
.service-footer6 .item-service.style2 .service-text {
    vertical-align: middle;
}
.service-footer6 .item-service.style2 .service-text h3 {
    line-height: 1.6;
}
p{
	line-height:22px;
}
.view-all-post6 .all-deal6 {
    margin-bottom: 70px;
    margin-top: 20px;
}
.footer6 {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 100px!important;
    padding-bottom: 40px;
    background-size: cover;
}
.title-footer4 {
    margin-bottom: 18px;
}
.about-footer6 .banner-advs {
    min-width: 140px;
    margin-top: 7px;
    margin-right: 20px;
}
.payment-footer6 ul {
    margin: 0 -5px;
}
.payment-footer6 ul li {
    margin: 0 5px;
}
.line-footer6 {
    border-color: rgba(255,255,255,0.1);
    margin: 30px 0 40px;
}
.footer-bottom6 .custom-link-default ul li {
    margin: 0 10px 7px;
}
.footer-bottom6 .custom-link-default ul {
    margin: 0 -10px;
}
.menu-footer6 ul li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 15px;
}
.info-about-footer6 ul {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 12px;
    padding-top: 12px;
    margin-bottom: 19px;
}
.info-about-footer6 ul li {
    margin-bottom: 10px;
}
.social-footer6 {
    display: block;
    background: transparent;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 30px;
    padding: 20px 0 0;
}
.social-footer6 li a {
    border-radius: 50%;
    font-size: 16px;
    color: #000;
    background: #fff;
}
.mail-chimp6 .form-newsletter form .mc4wp-form-fields {
    border: none;
    display: block;
    padding: 0;
    margin-top: 22px;
    background: transparent;
}
.mail-chimp6 .submit-form input[type="submit"] {
    position: static;
    padding: 0 30px;
    height: 40px;
    background: #555;
    color: #fff;
    text-transform: uppercase;
}
.mail-chimp6 .form-newsletter input[type="email"] {
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
}
.mail-chimp6 .form-newsletter .submit-form::after {
    display: none;
}
.mail-chimp6 .form-newsletter .submit-form {
    display: inline-block;
    width: auto;
}
.menu-footer6 {
    max-width: 270px;
    margin: auto;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
    padding: 0 60px;
    min-height: 289px;
}
.menu-footer6 ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #999;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}
.time-circle-clock  .time-countdown {
    width: 264px;
    margin: auto;
}
.time-circle-clock  .time-countdown .time_circles > div {
    display: inline-block;
    width: 60px!important;
    height: 60px;
    background: #454545;
    border-radius: 50%;
    margin: 0px 3px 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 12px;
}
.time-circle-clock  .time-countdown .time_circles > div .number {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 -4px;
}
.time-circle-clock  .time-countdown .time_circles > div .text {
    font-size: 10px;
}
.time-circle-clock .time-countdown .time_circles canvas {
    margin-bottom: -68px;
    position: relative;
    z-index: 9;
}
.banner-countdown6 .time-circle-clock .time-countdown {
    transform: rotate(90deg);
    margin: 0px -130px 0px -90px;
}
.banner-countdown6 .time-circle-clock .time-countdown .time_circles > div {
    transform: rotate(-90deg);
}
.intro-countdown6  .bg-white {
    background: #333;
    color: #fff;
}
.intro-countdown6 .bg-transparent {
    color: #333;
    border-color: #555;
}
.intro-countdown6 .button-slider6 {
    border-top: 1px solid #ccc;
    margin: 20px 0 0;
    padding-top: 25px;
}
.intro-countdown6 .button-slider6 .shop-button {
    margin-left: 0;
    margin-right: 10px;
}
.intro-countdown6 {
    margin-left: -120px;
}
.intro-countdown6 h2 sup {
    top: -17px;
    left: -12px;
    font-size: 36px;
}
.intro-countdown6 h2 sub {
    left: -36px;
    bottom: -1px;
}
.shop-button.bg-white:hover{
	color:#fff;
}
.info-about-footer6 ul li a::before {
    font-family: fontAwesome;
    content: "\f019";
    margin-right: 10px;
}
.main-header6.fixed-header {
    background: rgba(0,0,0,0.7);
    padding: 10px 0;
}
.item-product-simple .product-thumb-link::before {
    display: none;
}
.item-product-simple .product-thumb:hover .zoom-thumb img {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
}
.percent-sale-simple {
    font-size: 10px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	z-index:10;
}
.item-product-simple:hover  .percent-sale-simple{
	opacity:0;
	transform:scale(0);
	-webkit-transform:scale(0);
}
.item-cat-ads6 h3.title24 {
    margin-bottom: 10px;
}
.list-center-item {
    position: relative;
    overflow: hidden;
}
.list-center-item img {
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	display:block;
	opacity:0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}
.list-center-item img.active {
    position: relative;
    left: 0;
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
	opacity:1;
}
.testimo-item-text .desc {
    background: #f9f9f9;
    padding: 30px 40px 30px 90px;
    position: relative;
    margin-bottom: 50px;
}
.client-review6 .testimo-item-text {
    margin: 0 15px;
}
.testimo-item-text .desc::after {
    border-top: 30px solid #f9f9f9;
    border-left: 30px solid transparent;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 60px;
}
.testimo-item-text .testimo-avatar {
    width: 50px;
    position: absolute;
    top: 30px;
    left: 20px;
}
.testimo-item-text h3 {
    margin-bottom: 10px;
}
.client-review6 {
    margin:0 -15px 65px;
}
.main-header6 .mini-cart-link {
    background: rgba(0,0,0,0.5);
}
.main-header6 .wrap-mini-cart5 .mini-cart-link .mini-cart-icon {
    color: #fff;
}
.main-header6 .login5 .dropdown-link {
    color: #fff;
    border-color: transparent;
    background: rgba(0,0,0,0.5);
}
.item-post-large .post-meta-data {
    margin-bottom: 7px;
}
.item-post-large .post-info .desc {
    margin-bottom: 23px;
}
.main-header6 .wrap-mini-cart5 .mini-cart-link:hover .mini-cart-number{
	color:#fff;
}
.deal-product6 .owl-theme .owl-controls .owl-buttons div {
    border-radius: 50%;
    margin-top: -50px;
}
.widget ul.list-attr li {
    padding: 5px 0;
    border: none;
}
.woocommerce-MyAccount-content legend{
	padding-bottom:15px;
	padding-top:20px;
}
.item-post-shadow {
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.09);
}
.post-slider6 .owl-wrapper-outer {
    margin-top: -15px;
    padding-top: 15px;
}
.item-post-shadow .post-info {
    padding: 22px 30px 35px;
}
.item-post-shadow .wobble-top {
    text-decoration: underline;
}
.item-post-shadow .wobble-top:hover{
	text-decoration:none;
}
.item-post-shadow .post-info .desc {
    margin-bottom: 17px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
.item-post-shadow .cat-parent {
    margin-bottom: 8px;
}
.item-post-shadow .post-info .post-title {
    margin-bottom: 10px;
}
.item-post-shadow .blog-comment-date {
    margin: 0 -10px 23px;
}
.font-italic {
    font-style: italic;
}
p.desc.title18 {
    line-height: 30px;
}
ul.list-circle.gray {
    padding-left: 30px;
    margin-bottom: 40px;
    margin-top: 13px;
    padding: 30px 50px;
}
ul.list-circle.gray li {
    margin-bottom: 10px;
}
.custom-block-quote {
    position: relative;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px;
}
.custom-block-quote::before {
    position: absolute;
    top: 10px;
    bottom: 8px;
    left: 0;
    width: 3px;
    content: "";
}
.post-author-date li:first-child {
    margin-bottom: 11px;
}
.box-post-meta-data .post-comment-like {
    margin: 0 -15px 12px;
}
.list-cat-parent a {
    display: inline-block;
    margin: 0 7px;
}
.list-cat-parent {
    margin: 0 -7px;
}
.content-bread-crumb .wrap-bread-crumb {
    background: transparent;
    padding: 0;
    margin: 0;
}
.content-bread-crumb .wrap-bread-crumb .bread-crumb {
    background: transparent;
}
.content-bread-crumb .banner-thumb a {
    position: relative;
}
.content-bread-crumb .banner-thumb a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0,0,0,0.7);
}
.content-bread-crumb .wrap-bread-crumb .bread-crumb a {
    color: #fff;
}
.bread-crumb ul.post-categories li::after {
    content: ",";
}
.bread-crumb ul.post-categories li:last-child::after {
    display: none;
}
.post-single-padding {
    max-width: 970px;
	margin:auto;
}
.box-post-meta-data {
    margin-top: 45px;
}
.item-post .shop-button{ 
	background:#333;
}
.item-post-widget .post-thumb {
    margin-bottom: 17px;
}
.vc_custom_1527855874769{
	margin-bottom:20px;
}
.item-inner-content .shop-button {
    background: #fff;
}
.main-header6 .main-nav>ul>li.current-menu-item>a, 
.main-header6 .main-nav>ul>li.current-menu-ancestor>a, 
.main-header6 .main-nav>ul>li:hover>a {
    color: #fff;
}
.widget_shopping_cart .mini-cart-button a, .woocommerce.widget_shopping_cart .mini-cart-button a {
    padding: 0 19px!important;
}
.cross-sell-slider .list-col-item {
    width: 100%;
    padding: 0;
}
.cart-collaterals h2 {
    font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 25px;
}
td.product-price {
    margin: 0;
}
.item-product1 .wrap-rating {
    margin-bottom: 0;
}
.block-product4 .item-product1 .wrap-rating {
    display: none;
}
.block-product4 .cat-parent.silver {
    margin-bottom: 10px;
}
.block-product4 .item-product1 .product-price {
    margin-bottom: 3px;
}
.social-footer6 li a:hover{
	color:#fff;
}
.demo-shop-grid-full .list-4-item{
	clear:none;
}
.header-nav4 .main-nav1 {
    margin: 0 20px;
}
.login5 .dropdown-list ,
.account-login .dropdown-list {
    left: auto;
    right: 0;
    min-width: 190px;
} 
.woocommerce form .form-row .input-checkbox {
    position: static;
}
.title-wc-vendor{
	margin-bottom:25px;
}
.wrap-wc-vendor{
	margin-bottom:30px;
}
p.form-row.notes > label {
    margin-left: 5px;
    margin-right: 5px;
}
.wrap-wc-vendor input[type="date"] {
    vertical-align: top;
    margin: 0 5px;
}
.form-row > .checkbox{
	display:inline-block;
}
.account-manager .dropdown-list li a i{
	margin-right:5px;
}
/*Begin Login/register*/
.popup-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(11,11,11,.8);
    cursor: pointer;
}
.login-popup-content {
    position: absolute;
    width: 500px;
    max-width: 100%;
    background-color: #fff;
    color: #555;
    overflow: hidden;
    z-index: 1000;
    margin: 0 auto;
    top: 15%;
    left: 0;
    right: 0;
}
.popup-form{
    max-width: 300px;
    margin: 0 auto;
    display: none;
}
.login-popup-content-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99998;
}
.popup-form .submit{
    margin: 20px 0 25px;
    position: relative;
}
.popup-form.active{
    display: block;
}
.login-popup-content{
    padding: 50px 0;
}
.popup-form .form-header h2,
.popup-form > h2{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
    text-align: center;
}
.popup-form .desc.note{
    margin: -20px 0 20px;
    color: #999;
    font-size: 12px;
}
.popup-form .extra-field .woocommerce-privacy-policy-text p{
    color: #999;
    font-size: 12px;
}
.popup-form .form-header .desc,
.popup-form > .desc{
    text-align: center;
    color: #999;
    margin-bottom: 10px;
}
.popup-form .form-header{    
    margin-bottom: 30px;
}
.popup-form form > p,
.popup-form .form-field{
    position: relative;
    margin-bottom: 30px;
}
.popup-form form .extra-field > p > label,
.popup-form form > p > label{
    position: static;
}
.popup-form label:not(.rememberme){
    text-align: left;
    color: #999;
    position: absolute;
    font-weight: normal;
    top: 6px;
    left: 0;
    width: 100%;    
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    z-index: 0;
}
.popup-form input:not(.button){
    border-width: 0 0 1px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    z-index: 1;
    position: relative;
    background: transparent;
}
.popup-form input.button{
    width: 100%;
}
.popup-form .has-value input:not(.wp-submit)~label,
.popup-form input:not(.wp-submit):focus~label{
    font-size: 80%;
    top: -15px;
}
.popup-form .has-value input:not(.wp-submit)~label.rememberme{
    font-size: 100%;
}
.nav-form{
    margin: 0 -10px;
}
.popup-redirect{
    padding: 0 10px;
    margin-top: 10px;
}
.popup-redirect:first-child{
    border-right: 1px solid #e5e5e5;
}
.popup-form input{
    -webkit-appearance: none;
}
.popup-form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}
.popup-form form input[type=checkbox], 
.popup-form form input[type=radio] {
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    line-height: 1;
    background-color: #eee!important;
    border: 0;
    margin: -3px 4px 0 0!important;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.popup-form input[type=radio]:checked:before, 
.popup-form input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    line-height: 18px;
    font-family: fontawesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.popup-form input[type=checkbox]:checked:before {
    content: '\f00c';
    color: #df412f;
}
.input-focus-line{
    background-color: transparent;
    bottom: -1px;
    height: 2px;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 0;
    z-index: 2;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.popup-form .invalid .input-focus-line{
    background-color: #bf2c2c;
    left: 0;
    width: 100%;
}
.popup-form .input-focus .input-focus-line{
    background-color: #fab502;
    left: 0;
    width: 100%;
}
.close-login-form{
    position: absolute;
    top: 8px;
    right: 8px;
    color: #333;
    opacity: .5;
    font-weight: 300;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1001;
}
.popup-form .forgetmenot label{
    font-size: 14px;
    font-weight: normal;
}
.popup-form .submit i{
    position: absolute;
    color: #fff;
    right: 15px;
    top: 13px;
}
.ms-error,
.ms-done{
    display: none;
}
.popup-form .message {
    border-left: 4px solid #00a0d2;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
    color: #999;
    font-size: 12px;
}
.popup-form .ms-default{    
    color: #999;
    font-size: 12px;
}
.popup-form .login_error {
    border-left: 4px solid #bf2c2c;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
    color: #999;
    font-size: 12px;
}
/*End Login/register*/
/************************************* Home 07*******************************************/
.font-thin {
    font-weight: 100;
}
.item-line-corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border-style: solid;
    margin: 0px;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	opacity:0;
}
.item-line-corner.top-left {
    border-width: 1px 0 0 1px;
    top: 0;
    left: 0;
}
.item-line-corner.top-right {
    top: 0;
    right: 0;
    border-width: 1px 1px 0 0;
}
.item-line-corner.bottom-right {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}
.item-line-corner.bottom-left {
    bottom: 0;
    left: 0;
    border-width: 0 0 1px 1px;
}
.item-adv-price-fashion2 {
    margin-left: 30px;
} 
.list-adv-fashion2 .banner-advs{
    margin: 0 -7px 15px;
}
.list-adv-fashion2 {
    margin-bottom: 55px;
    padding: 0 7px;
}
.item-adv-fashion2 .list-line-corner {
    z-index: -1;
}
.item-adv-fashion2 .banner-info .shop-button {
	line-height: 38px;
	height: 40px;
	font-size: 14px;
}
.item-adv-fashion2 .banner-info h3 {
    margin: 5px 0 27px;
}
.item-adv-fashion2 .overlay-image .adv-thumb-link::after {
    background: rgba(0, 0, 0, 0.7);
}
.item-adv-fashion2:hover .list-line-corner .item-line-corner{
	opacity:1;
	margin:20px;
}
.item-ads-fashion2 .banner-info {
    height: 86px;
}
.item-ads-fashion2 .banner-info h2 {
    margin-bottom: 5px;
}
.block-banner-adv7 {
    margin-top: 70px;
    margin-bottom: 5px;
}
.service-slider7 {
    margin-bottom: 10px;
}
.block-product5 {
    padding: 65px 0 35px;
}
.block-latest-news7 {
    margin-bottom: 43px;
}
.block-brand7 {
    margin-bottom: 60px;
}
/********************************* Home 8 ************************************/
.parallax-background{
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
	background-size:cover;
}
.wrap-banner8 {
    padding: 300px 0 200px;
    margin-top: -100px;
    margin-bottom: 10px;
}
.advs-slider8 .banner-advs {
    margin: 0 5px;
}
.advs-slider8 {
    margin: 0 -5px 90px;
}
.advs-slider8  .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left:-10px;
}
.advs-slider8  .owl-theme .owl-controls .owl-buttons div.owl-next{
	right:-10px;
}
.tab-our-product8 .filter-product {
    margin: -50px 0 50px;
}
.tab-our-product8 {
    margin-bottom: 100px;
}
.tab-our-product8 .btn-loadmore {
    margin-top: 20px;
}
.view-all-post8 .all-deal6 .link-btn {
    border: none;
    margin-bottom: 20px;
}
.view-all-post8 .all-deal6 .link-btn:hover {
    background: #333;
}
.block-brand8 {
    margin-top: 80px;
    margin-bottom: 90px;
}
.deal-product8 {
    margin-bottom: 60px;
    margin-top: 10px;
}
.tab-our-product8 .title-tab2 > li > a {
    z-index: 10;
}
.menu-item.new-item > a::after {
    content: "New";
    margin: 0 5px;
    color: #ff0000;
    font-size: 12px;
    transform: translateY(-5px);
    display: inline-block;
    animation-name: flash;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.attribute-type-color .element-filter.active:before,
.attribute-type-label .element-filter.active:before{
	display:none;
}
.block-product9 .filter-product {
    margin: -67px 0 47px;
}
.block-product9 {
    margin-bottom: 30px;
}
.block-product9 .filter-product.active .box-attr-filter {
    margin-top: -5px;
}
.list-collect1.list-collect9 {
    margin-top: 4px;
}
.block-brand9 {
    margin-top: 10px;
}
.block-product7 {
    padding-top: 0;
}
.logo-ontop,.my-account-ontop,.mini-cart-ontop {
    display: none;
} 
.fixed-header .logo-ontop,
.fixed-header .my-account-ontop,
.fixed-header .mini-cart-ontop{
	display:block;
}
.fixed-header .wrap-mini-cart-ontop .hot-link{
	display:none;
}
.wrap-mini-cart-ontop  .wpb_wrapper{
	display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
}
.fixed-header.header-nav .wrap-mini-cart-ontop .wpb_wrapper {
    margin: 5px -10px 0;
}
.fixed-header.header-nav .wrap-mini-cart-ontop .wpb_wrapper > div {
    margin: 0 10px;
}
.fixed-header .logo-ontop {
    margin-right: 50px;
}
.header-nav.fixed-header {
    padding: 5px 0;
}
.header-nav2.bg-color.fixed-header .my-account-ontop .dropdown-link,
.header-nav2.bg-color.fixed-header .mini-cart-ontop .mini-cart-link{
	color:#fff;
}
.header-nav2.bg-color.fixed-header .logo-ontop .fa-shopping-cart:before{
	color:#333;
	font-size: 18px;
	content: "\f07a";
	margin:0;
}
.deal-product8 .tab-header {
    margin-bottom: 50px;
}
.banner-countdown8 {
    margin-bottom: 40px;
}