/*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: #000;
  font-family: 'Merriweather 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.5s ease-out 0s;
  -webkit-transition: all 0.5s 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-dashed {
  border: 1px dashed #ccc;
}
.no-margin {
  margin: 0;
}
.border-left {
  border-left: 1px dashed #ccc;
}
.border-right {
  border-right: 1px dashed #ccc;
}
.border-top {
  border-top: 1px dashed #ccc;
}
.border-bottom {
  border-bottom: 1px dashed #ccc;
}
.transition {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.radius{
	border-radius: 50px;
}
.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%;
}
p {
    margin: 0 0 20px;
	color: #555;
}
.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.7;
}
.bg-navi {
  background: #1b2b3a;
}
.blue {
  color: #43567e;
}
.bg-blue {
  background: #43567e;
}
.smoke {
  color: #ccc;
}
.bg-white {
  background: #fff;
}
.title14,
.title8,
.title10,
.title12,
.title16,
.title18,
.title22,
.title24,
.title30,
.title36,
.title40,
.title48,
.title60,
.title90,
.title120,
.title160,
.title100 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.title8 {
  font-size: 8px;
}
.title10 {
  font-size: 10px;
}
.title12 {
  font-size: 12px;
}
.title16 {
  font-size: 16px;
}
.title18 {
  font-size: 18px;
}
.title22 {
  font-size: 22px;
}
.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;
}
.play-font {
  font-family: 'Playfair Display', 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: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-style: solid;
  border-width: 1px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-italic{
	font-style:italic;
}
.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: 50px;
  height: 50px;
  display: inline-block;
  opacity: 1;
  padding: 0;
  text-align: center;
  margin: -25px 0 0;
  border-radius: 50px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  z-index: 9;
  background: #fff;
  color:#999;
  border:1px dashed #ccc;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	color:#fff;
}
.owl-theme .owl-controls .owl-buttons div i{
	font-size:18px;
}
.owl-theme .owl-controls .owl-buttons div i::before {
  line-height: 48px;
}
.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;
  -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.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;
}
.owl-theme .owl-controls .owl-page {
  vertical-align: top;
  border-radius: 50%;
  margin: 0 5px;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff;
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s 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-theme .owl-buttons {
  position: absolute;
  right: 15px;
  top: -36px;
  width: 50px;
  margin: auto;
}
.group-navi.owl-theme .owl-controls .owl-buttons div {
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
  border-radius: 50%;
  background: #f6f6f6;
  border:none;
}
.group-navi.owl-theme .owl-controls .owl-buttons div i{
	font-size:14px;
}
.group-navi.owl-theme .owl-controls .owl-buttons div i::before {
  line-height: 24px;
}
.group-navi.owl-theme .owl-controls .owl-buttons div.owl-prev i::before{
	content:"\f0d9";
}
.group-navi.owl-theme .owl-controls .owl-buttons div.owl-next i::before{
	content:"\f0da";
}
.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;
}
/*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;
    -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.adv-thumb-link > img {
  display: block;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s 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.5s ease-out 0s;
  -webkit-transition: all 0.5s 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.5s ease-out 0s;
  -webkit-transition: all 0.5s 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.5s ease-out 0s;
  -webkit-transition: all 0.5s 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.5s ease-out 0s;
  -webkit-transition: all 0.5s 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.5s ease-out 0s;
  -webkit-transition: all 0.5s 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 #ccc;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s 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.5s ease-out 0s;
  -webkit-transition: all 0.5s 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.5s ease-out 0s;
  -webkit-transition: all 0.5s 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 {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
	font-family: 'Playfair Display', serif;
}
.main-nav > ul > li.menu-item-has-children > a::after ,
.main-nav > ul > li.has-mega-menu > a::after { 
  content: "\f107";
  font-family: fontAwesome;
  margin-left: 5px;
  display: inline-block;
  font-weight: 400;
}
.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;
  text-align: left;
  margin: 30px 0 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  box-shadow: 0 5px 18px 0 rgba(0,0,0,0.3);
	border: 1px dashed #ccc;
}
.main-nav .sub-menu li {
  border-bottom: 1px dashed #ccc;
}
.main-nav .sub-menu li:last-child {
  border-bottom: none;
}
.main-nav .sub-menu li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.main-nav li.has-mega-menu > .mega-menu {
  background: #fff;
  left: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  text-align: left;
  margin: 30px 0 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s 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.5s ease-out 0s;
  -webkit-transition: all 0.5s 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 dashed #ccc;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
  .main-nav > ul > li > a::before {
    display: none!important;
  }
  .main-nav > ul > li > a {
    color: #333!important;
    border-top: 1px dashed #ccc!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.5s ease-out 0s;
    -webkit-transition: all 0.5s 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;
    text-transform: capitalize;
    font-family: inherit;
}
  .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;
  }
  .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 -9px;
  background-repeat: repeat-x;
  height: 9px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  width: 60px;
}
.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: 9px;
}
.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;
    border-style: dashed;
    border-width: 1px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #fff!important;
    font-size: 18px;
}
.scroll-top.active {
  opacity: 1;
  right: 10px;
}
/*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;
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
    -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.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;
	  -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.product-thumb-link img {
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
/*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 #ccc;
  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.5s ease-out 0s;
  -webkit-transition: all 0.5s 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-left: 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: 1;
}
.mini-cart-box.active{
	z-index: 10000;
} 
.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 dashed #ccc;
}
.product-mini-cart .product-thumb {
  width: 90px;
}
.mini-cart-box .dropdown-list {
    width: 290px;
    padding: 30px 20px;
    left: auto;
    right: 0;
	box-shadow:0 5px 18px 0 rgba(0,0,0,0.3);
	border-radius:10px;
}
.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;
}
.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: 23px 0;
}
.footer-default {
    background: #333;
    padding: 30px 0;
}
.content-page {
    margin: 70px 0 100px;
}
.mega-list-cat ul li {
  border-top: 1px solid #ccc;
}
.mega-list-cat ul li a {
  display: block;
  padding: 10px 0;
}
.mega-list-cat ul {
  margin-top: 15px;
}
.wrap-bread-crumb {
  margin: 30px 0;
}
.bread-crumb {
    background: #f5f5f5;
    padding: 15px 20px;
    border-radius: 40px;
    text-align: center;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: -ms-flex;
    -ms-justify-content: center;
    -ms-align-items: center;
    -ms-flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
}
.bread-crumb a {
  display: inline-block;
  color:#fff;
}
.bread-crumb > ul::after ,
.bread-crumb > span::after ,
.bread-crumb > a::after {
  content: "-";  
  margin: 0 5px;
  color:#fff;
}
.bread-crumb > ul  li::after{
	content: ",";  
  color:#fff;
}
.bread-crumb > span:last-child::after,
.bread-crumb > ul  li:last-child::after{
	content:"";
	margin:0;
}
.widget-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 13px;
    font-family: 'Playfair Display', serif;
    margin-top: 0;
}
.wg-list-categories ul {
  padding-left: 15px;
}
.wg-list-categories li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.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 dashed #ccc;
    border-radius: 50px;
    padding: 26px 30px 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget-tags li a {
  padding: 6px 15px;
  border: 1px dashed #ccc;
  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 dashed #ccc;
}
.wg-search-form {
  position: relative;
}
.wg-search-form input[type="text"] {
  border: 1px dashed #ccc;
  height: 40px;
  padding: 0 15px;
  display: block;
  width: 100%;
  border-radius: 40px;
}
.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: 36px;
  line-height: 34px;
  width: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  color: #999;
  margin: 0 -2px;
}
.view-type a.active {
  background: #f9f9f9;
}
.view-type a.grid-view {
  border-radius: 4px 0 0 4px;
}
.view-type a.list-view {
  border-radius: 0 4px 4px 0;
}
.title-page h2 {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
}
.show-by .dropdown-link .silver {
    position: relative;
    height: 40px;
    display: inline-block;
    min-width: 70px;
    line-height: 38px;
    border: 1px dashed #ccc;
    border-radius: 20px;
    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 {
  margin: 0 15px 0 0;
  display: inline-block;
}
.show-by .dropdown-list {
  left: auto;
  right: 0;
  width: 70px;
}
.dropdown-list li a {
  display: block;
  padding: 8px 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: 15px;
}
.item-post .post-info .desc {
  margin-bottom: 23px;
}
.item-post .post-info .readmore {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.pagi-nav a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 1px dashed #ccc;
    min-width: 40px;
    text-align: center;
    border-radius: 20px;
    background-clip: border-box;
}
.pagi-nav a.current {
  border-color: #999;
  background-color: #999;
  color: #fff;
} 
.post-meta-data > li {
    margin: 0 8px 10px;
    vertical-align: middle;
}
.post-meta-data { 
  margin:0 -8px 10px;
}
span.post-date,.cat-parent-border {
    border: 1px dashed #ccc;
    border-radius: 10px;
    padding: 2px 10px;
    display: inline-block;
	font-size:12px;
	color:#999;
}
.blog-list-view .item-post-large {
  margin-bottom: 30px;
}
.item-post-large .post-thumb {
    margin-bottom: 18px;
}
.item-post-large {
    border: 1px dashed #ccc;
    padding: 30px;
    border-radius: 50px;
}
.post-meta-data label {
  font-weight: 400;
  margin: 0;
}
.single-post-thumb {
  margin-bottom: 25px;
}
.content-post-default > .desc {
  margin-bottom: 30px;
}
.content-post-default h2.title24 {
  margin-bottom: 25px;
}
.content-post-default .row {
  margin-bottom: 30px;
}
.block-quote {
  background: #f9f9f9;
  padding: 30px 40px;
  margin-bottom: 30px;
}
.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 #ccc;
  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 {
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}
.post-control::after {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 1px;
  content: "";
  border-right:1px dashed #ccc;
  top: 0;
}
.post-control-thumb * {
    border-radius: 50%;
}
.post-control-thumb {
    min-width: 80px;
}
.post-control-thumb a {
    display: block;
    width: 70px;
    border: 1px dashed #ccc;
}
.title-single-related-post {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.title-single-related-post a {
  position: absolute;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  top: 9px;
  right: 0;
}
.related-post-slider {
  margin: 0 -15px;
}
.related-post-slider .item-post {
  margin: 0 15px;
}
.single-related-post {
    margin-bottom: 65px;
}
.blog-comment-detail > h2 {
    margin-bottom: 45px;
}
.single-info-author .author-thumb {
  width: 100px;
}
.single-info-author .author-info {
  padding-left: 20px;
  position: relative;
}
.item-comment .comment-thumb {
  width: 50px;
}
.item-comment .comment-thumb .adv-thumb-link {
    border-style: solid;
}
.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 div.desc {
    margin: 15px 0 0;
}
.item-comment .comment-info div.desc > p {
    margin-bottom: 5px;
}
.item-comment .comment-info div.desc > p:last-child {
    margin: 0;
}
.item-comment .comment-info .reply-button {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 10px;
    text-transform: uppercase;
    background: #999;
    color: #fff!important;
    padding: 0px 10px;
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
	display:inline-block;
}
ol.comment-list {
    border: 1px dashed #ccc;
    padding: 30px 30px 40px;
}
ol.comment-list li.comment {
	padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e5e5e5;
}
ol.comment-list li.comment:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom:0;
}  
ol.comment-list ul.children {
    border-top: 1px dashed #ccc;
    margin-top: 30px;
    padding-top: 30px;
	padding-left:70px;
}
.blog-comment-detail {
    margin-bottom: 63px;
    margin-top: 30px;
}
.reply-comment > h2 {
  margin-bottom: 17px;
}
.reply-comment > .desc {
  margin-bottom: 40px;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
  height: 50px;
  display: block;
  width: 100%;
  padding: 0 15px;
}
.contact-form textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.reply-comment .desc {
  margin: 13px 0 43px;
}
.contact-form input[type="submit"] {
  padding: 0 30px;
}
.contact-form p {
    position: relative;
    margin-bottom: 30px;
}
.contact-form p.form-submit {
    margin-bottom: 0;
}
.contact-form p span.gray {
    display: inline-block;
    margin-bottom: 3px;
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
  height: 50px;
  display: block;
  width: 100%;
  padding: 0 15px;
}
.comment-form textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.comment-form input[type="submit"] {
    padding: 0 30px;
    font-size: 14px;
}
.comment-form p {
    position: relative;
    margin-bottom: 30px;
}
.comment-form p.form-submit {
    margin-bottom: 0;
}
.comment-form p span.gray {
    display: inline-block;
    margin-bottom: 3px;
}
.contact-form-page.contact-form > h2 {
    margin-bottom: 37px;
    margin-top: -5px;
}
.shop-button {
  border-width: 1px;
  border-style: dashed;
  border-color:#ccc;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-transform:uppercase;
  cursor:pointer;
  font-size:12px;
}
.shop-button.bg-color{
	color:#fff;
}
.shop-button.bg-white{
	border-color:#fff;
}
.shop-button.bg-color:hover{
	background:#fff;
}
.sort-by .select-box select {
  height: 36px;
}
.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;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.product-thumb:hover > .quickview-link {
  opacity: 1;
  visibility: visible;
}
.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: 40px;
  line-height: 38px;
  border: 1px solid #ccc;
  padding: 0 20px;
  border-radius: 4px;
  text-align: center;
}
.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 {
    margin-top: 20px;
    margin-bottom: 42px;
}
.detail-gallery .carousel li img {
  width: 50px;
}
.detail-gallery .carousel li {
  margin: 0 5px;
}
.wrap-detail-gallery{
    text-align: center;
}
.detail-gallery .gallery-control {
    position: relative;
    margin: 10px -5px 0;
	display:inline-block;
}
.detail-gallery .gallery-control .carousel {
  margin: auto;
}
.detail-gallery .gallery-control > a {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 10;
    width: 24px;
    height: 24px;
    background: #f6f6f6;
    line-height: 24px;
    border-radius: 50%;
}
.detail-gallery .gallery-control > a:hover{
	color:#fff;
}
.detail-gallery .gallery-control > a.next {
  right: -7px;
}
.detail-gallery .gallery-control > a.prev {
  left: -7px;
}
.detail-attr {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  margin-bottom: 10px;
}
.detail-attr label {
  width: 100px;
  margin: 0;
}
.detail-attr > .select-box {
  flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
}
.detail-qty {
    border-radius: 20px;
    height: 40px;
    width: 100px;
    position: relative;
    border: 1px dashed #ccc;
    text-align: center;
}
.detail-qty .qty-val {
  line-height: 38px;
  padding: 0 15px;
}
.detail-qty a {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	font-size: 18px;
}
.detail-qty a.qty-up {
  right: 10px;
}
.detail-qty a.qty-down {
  left: 10px;
}
.detail-attr .addcart-link {
  margin-left: 10px;
  flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
  text-align: center;
}
.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 #ccc;
  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 {
  min-width: 105px;
  font-weight: 400;
}
.product-meta-info > li {
  margin-bottom: 5px;
}
.item-product-meta-info span, .item-product-meta-info a {
    display: inline-block;
    border: 1px dashed #ccc;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
	color:#555;
}
.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 #ccc;
  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: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.detail-tab-title {
  min-width: 200px;
  border-right: 1px solid #ccc;
}
.detail-tab-content {
  flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
}
.list-tag-detail li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.detail-tab-desc .desc {
  margin-bottom: 30px;
}
.detail-tab-desc ul li {
  margin-bottom: 20px;
}
/*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 #ccc;
  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;
    -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.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 #ccc;
  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 #ccc;
  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;
}
.detail-group .detail-attr .addcart-link {
  margin: 0;
  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 #ccc;
  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 #ccc;
  bottom: -20px;
  border-top: 1px solid #ccc;
}
.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;
    -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.instagram-text-follow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
  justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s 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: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative;
    border: 1px dashed #ccc;
    border-radius: 20px;
}
.search-form .dropdown-box {
  width: 170px;
  border-right: 1px dashed #ccc;
}
.search-form input[type="text"] {
  height: 38px;
  display: block;
  border: none;
  flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
  padding: 0 20px;
  background: transparent;
}
.search-form .dropdown-link {
  padding: 10px 15px;
  display: block;
}
.submit-form {
  position: relative;
  width: 50px;
  border-radius: 4px;
  overflow: hidden;
  margin: -1px;
  cursor:pointer;
    -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.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;
}
.submit-form::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: transparent;
  text-align: center;
  font-family: fontAwesome;
  content: "\f002";
  line-height: 38px;
  border-radius: 20px;
}
.search-form .dropdown-list {
  width: 100%;
}
.search-form .dropdown-link::after {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  right: 15px;
  top: 13px;
}
.form-newsletter .submit-form::after {
  content: "\f0e0";
}
.form-newsletter {
    max-width: 440px;
}
.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.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.mini-cart-box.aside-box.active .mini-cart-content {
  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.button {
    display: block;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
}
.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.5s ease-out 0s;
  -webkit-transition: all 0.5s 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 #ccc;
  height: 50px;
  border-radius: 25px;
  display: block;
  width: 100%;
  background: #fff;
  padding: 0 45px;
}
.contact-form-page .wrap-input textarea {
  border: 1px solid #ccc;
  padding: 13px 45px;
  height: 170px;
  border-radius: 25px;
  resize: none;
  display: block;
  width: 100%;
}
.contact-form-page input[type="submit"] {
  padding: 0 35px;
  border-radius: 25px;
  margin-top: 10px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s 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: #ccc;
  z-index: 1;
}
.about-title-page {
  border-bottom: 2px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.about-sidebar {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.about-sidebar > h2.title18 {
  border-bottom: 2px solid #ccc;
  padding-bottom: 28px;
}
.list-about-page > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.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 #ccc;
  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;
    -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.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.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  opacity: 0;
  z-index: 1;
}
.item-page-view .page-view-thumb img {
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s 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.5s ease-out 0s;
  -webkit-transition: all 0.5s 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 #ccc;
  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 #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.price-table-header {
  background: #fafafa;
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
.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 #ccc;
  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 #ccc;
  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: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
}
.form-popup-newsletter input[type="text"] {
  height: 50px;
  border: 1px solid #ccc;
  padding: 0 15px;
  display: block;
  flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-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*/
/*Start Flex Wrapper*/
.flex-wrapper{
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
}
.flex_direction-row{
	flex-direction:row;
	-ms-flex-direction:row;
	-webkit-flex-direction:row;
}
.flex_direction-column{
	flex-direction:column;
	-ms-flex-direction:column;
	-webkit-flex-direction:column; 
}
.flex_wrap-wrap{
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.flex_wrap-nowrap{
	flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
}
.justify_content-flex-start{
	justify-content:flex-start;
	-ms-justify-content:flex-start;
	-webkit-justify-content:flex-start;
}
.justify_content-flex-end{
	justify-content:flex-end;
	-ms-justify-content:flex-end;
	-webkit-justify-content:flex-end;
}
.justify_content-center{
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
}
.justify_content-space-between{
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
}
.justify_content-space-around{
	justify-content:space-around;
	-ms-justify-content:space-around;
	-webkit-justify-content:space-around;
}
.align_items-flex-start{
	align-items:flex-start;
	-ms-align-items:flex-start;
	-webkit-align-items:flex-start;
}
.align_items-flex-end{
	align-items:flex-end;
	-ms-align-items:flex-end;
	-webkit-align-items:flex-end;
}
.align_items-center{
	align-items:center;
	-ms-align-items:center;
	-webkit-align-items:center;
}
.align_items-baseline{
	align-items:baseline;
	-ms-align-items:baseline;
	-webkit-align-items:baseline;
}
.align_items-stretch{
	align-items:stretch;
	-ms-align-items:stretch;
	-webkit-align-items:stretch;
}
/*End Flex Wrapper*/    
/*******************************************************************************************
										Css Theme Custom
********************************************************************************************/
.top-header1 {
    border-bottom: 1px dashed #ccc;
    z-index: 10000;
}
.top-header-link li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
.top-header-link li {
    margin: 0 10px;
}
.top-header-link {
    margin: 0 -10px;
} 
.wrap-info-top-right .dropdown-link {
    display: inline-block;
    height: 40px;
    line-height: 40px;
	font-size:12px;
}
.wrap-info-top-right > div {
    margin: 0 10px;
}
.wrap-info-top-right {
    margin: 0 -10px;
}
.intro-banner1 h2 {
    margin-bottom: 5px;
}
.inner-percent1 sup {
    top: -20px;
}
.inner-percent1 sub {
    left: -28px;
    top: 0px;
}
.banner-saleoff1 .shop-button {
    padding: 0 30px;
}
.logo1 .text-logo .title36 {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.banner-saleoff1 {
    margin: 30px 0;
    border-radius: 40px;
    padding: 5px;
}
.main-header1 {
    padding: 30px 0;
}
.wrap-main-nav1 {
    background: #f9f9f9;
    border-radius: 30px;
    padding: 0 5px;
	border:1px dashed #ccc;
}
.mini-cart-box .mini-cart-link {
    display: inline-block;
    border: 1px dashed #ccc;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 25px;
}
.mini-cart-link .mini-cart-text {
    margin-right: 20px;
}
.wrap-search-cart1 {
    margin: 5px -15px 0;
}
.wrap-search-cart1 > div {
    margin: 0 15px;
}
.wrap-search-cart1 > .search-form1 {
    width:310px;
}
.wrap-info-top-right .dropdown-list{
	left:auto;
	right:-10px; 
}
.account-manager .dropdown-list .fa {
    margin-right: 5px;
}
.footer-copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(0,0,0,0.5);
}
.info-contact-footer .desc i {
    min-width: 25px;
    margin-top: 6px;
}
.title-footer {
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.title-footer > span {
    position: relative;
    display: inline-block;
}
.title-footer > span::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    content: "";
    height: 1px;
}
.info-contact-footer > li {
    margin-bottom: 5px;
}
.info-contact-footer {
    margin-top: -3px;
}
.footer-middle {
    margin-bottom: 25px;
}
.footer-top1 {
    padding: 48px 0;
}
.intro-footer1 h2 {
    margin-bottom: 8px;
}
.intro-footer1 {
    margin-bottom: 22px;
}
.payment-method ul li {
    margin: 0 8px;
}
.payment-method ul {
    margin: 0 -8px;
}
.menu-footer-box li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
}
.menu-footer-box li::before {
    color: #fff;
    font-family: fontAwesome;
    content: "\f10c";
    font-size: 6px;
    top: 5px;
    position: absolute;
    left: 0;
}
.menu-footer-box li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
}
.menu-footer-box li::before {
    color: #fff;
    font-family: fontAwesome;
    content: "\f10c";
    font-size: 6px;
    top: 5px;
    position: absolute;
    left: 0;
}
.menu-order-timer {
    align-items: baseline;
    justify-content: space-between;
    -ms-align-items: baseline;
    -ms-justify-content: space-between;
    -webkit-align-items: baseline;
    -webkit-justify-content: space-between;
}
.menu-order-timer .dot-space {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    border-bottom: 1px dotted #ccc;
    margin: 0 5px;
}
.footer1{
	background-attachment:fixed;
	background-position:center center;
	-webkit-backface-visibility: hidden;
	background-repeat:no-repeat;
	background-color:#121517;
}
.post-button .shop-button {
    margin: 0 -7px;
}
.post-button {
    margin: 0 7px;
}
.post-button .shop-button.silver:hover {
    background: transparent;
}
.item-post-large.item-post-list .post-thumb {
    margin-bottom: 0;
}
.pagi-nav > span.dots {
    border: none;
    width: auto;
    min-width: inherit;
}
.item-post-default .post-info {
    border: 1px dashed #ccc;
    padding: 25px 30px 30px;
    border-radius: 0 0 50px 50px;
}
.item-post-default .post-thumb {
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    margin: 0 0 -1px;
	  -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.blog-grid-view .list-3-item:nth-child(3n+2) .item-post-default.flex-wrapper {
	flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
}
.blog-grid-view .list-3-item:nth-child(3n+2) .item-post-default.flex-wrapper .post-info {
    border-radius: 50px 50px 0 0;
}
.blog-grid-view .list-3-item:nth-child(3n+2) .item-post-default.flex-wrapper .post-thumb {
    border-radius: 0 0 50px 50px;
    margin: -1px 0 0;
}
.content-single-blog {
    border: 1px dashed #ccc;
    padding: 30px;
    border-radius: 50px;
    margin-bottom: 63px;
}  
.content-post-default > .title-post-detail {
    margin-bottom: 15px;
}
.content-post-default > .post-meta-data {
    margin-bottom: 30px;
}
.intro-single-content {
    margin-left: 20px;
}
.intro-single-content ul li {
    margin-bottom: 13px;
    line-height: 20px;
}
.intro-single-content ul {
    padding-left: 15px;
    margin-top: -15px;
}
.wrap-intro-post-single {
    margin-bottom: 39px;
    margin-top: 33px;
}
.custom-blockquote {
    position: relative;
    padding: 0 70px;
    line-height: 29px;
}
.custom-blockquote::before {
    content: "\f10d";
    font-family: fontAwesome;
    color: #ccc;
    position: absolute;
    top: 2px;
    left: 30px;
    font-size: 20px;
}
.box-post-meta-data {
    border-top: 1px dashed #ccc;
    padding-top: 45px;
    margin-top: 32px;
}
.list-single-tag a {
    display: inline-block;
    margin: 0 8px 10px;
    color: #999;
}
.list-single-tag {
    margin: 0 0px 5px;
    position: relative;
    padding-left: 15px;
}
.list-single-tag .fa {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 14px;
}
.post-single-share a {
	display: inline-block;
	background: #f9f9f9;
	width: 30px;
	height: 30px;
	border: 1px dashed #ccc;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
}
.post-single-share li {
    margin: 0 5px;
}
.post-single-share {
    margin: 0 -5px;
}
.account-manager .dropdown-list{
	width:170px; 
}
.item-product-list {
    border: 1px dashed #ccc;
    border-radius: 50px;
    padding: 30px;
}
.item-product .cat-parent {
    margin-bottom: 14px;
}
.item-product .product-title {
    margin-bottom: 12px;
}
.item-product .product-price {
    margin-bottom: 13px;
}
.product-desc p {
    margin: 0;
    color: #555;
}
.compare-wishlist-link {
    border: 1px dashed #ccc;
    border-radius: 20px;
    text-align: center;
    padding: 0 20px;
    position: relative;
}
.compare-wishlist-link > a {
    display: inline-block;
    position: relative;
}
.compare-wishlist-link > a > .fa {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    width: 40px;
}
.product-extra-link > a > span ,
.compare-wishlist-link > a > span {
    position: absolute;
    top: 100%;
    left: 50%;
    font-size: 10px;
    padding-top:8px;
    display: inline-block;
    border-radius: 10px;
    color: #555; 
    opacity: 0;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.product-extra-link > a:hover > span ,
.compare-wishlist-link > a:hover > span {
    opacity: 1;
}
.compare-wishlist-link::before {
    position: absolute;
    left: 50%;
    width: 1px;
    border-right: 1px dashed #ccc;
    content: "";
    top: 12px;
    bottom: 12px;
}
.number-rate.silver {
    margin: 0 3px;
}
.item-product-grid .product-thumb {
    overflow: visible;
}
.item-product-grid .product-extra-link {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0 0 50px 50px;
    background: rgba(0,0,0,0.05);
    z-index: 11;
	border-top:1px dashed #ccc;
    opacity: 0;
    visibility: hidden;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;  
}
.item-product-grid .product-thumb:hover .product-extra-link {
    opacity: 1;
    visibility: visible;
}
.item-product-grid .product-thumb{
    border-radius: 0 0 50px 50px;
    border: 1px dashed #ccc;
}
.item-product-grid .product-thumb-link{
	border-radius: 0 0 50px 50px;
}
.item-product-grid .product-thumb .product-extra-link > a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    background: transparent;
    border-radius: 0;
    border-style:dashed;
	border-color:transparent;
	border-width:0 1px;
    color: #555;
	padding: 0!important;
	margin:0;
}
.item-product-grid .product-thumb .product-extra-link > a:hover{
	border-color:#ccc;
	background-color:#fff;
}
.item-product-grid .product-extra-link > a > span {
    line-height: normal;
    text-transform: capitalize;
}
.item-product-grid .product-info {
    padding: 25px 20px 7px;
}
.item-product.item-product-grid .cat-parent {
    margin-bottom: 10px;
}
.item-product .product-info .wrap-price-rating > * {
    margin-bottom: 10px;
}
.woocommerce .widget_price_filter .custom-price-slider .price_slider_amount .price_label > span {
    background: rgba(0,0,0,0.05);
    display: inline-block;
    border-radius: 20px;
    padding: 0 20px;
    color: #555;
    min-width: 90px;
    margin: 0 6px;
	text-align:left;
}
.woocommerce .widget_price_filter .custom-price-slider .price_slider_amount .price_label {
    margin: 0 -8px;
}
.woocommerce .widget_price_filter .custom-price-slider .price_slider_amount {
    margin-bottom: 30px;
}
.price_slider_wrapper.custom-price-slider .flex-wrapper {
    margin: 30px 0 10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    margin-top: 25px;
    margin-bottom: 30px;
}
.item-product-grid.style2 .product-thumb-link,.item-product-grid.style2 .product-thumb {
    border-radius: 0;
    border: none;
}
.item-product-grid.style2 .product-extra-link {
    border-radius: 0;
    border: none;
}
.item-product-grid.style2 .product-thumb .product-extra-link > a {
    border: none;
}
.item-product .product-info .wrap-price-rating li {
    padding: 0;
}
.item-product-grid.style2 .product-info {
    padding: 25px 0 12px;
}
.wg-product-slider .final-countdown .clock.day {
    display: none;
}
.widget_s7upf_list_products .final-countdown .clock.day {
    display: none;
}
.widget_s7upf_list_products .final-countdown {
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 10px 0 5px;
}
.final-countdown .clock .number {
    font-size: 30px;
    color: #ffc600;
    display: block;
    margin-bottom: 2px;
}
.final-countdown .clock .text {
    color: #555;
    font-size: 10px;
    text-transform: uppercase;
}
.final-countdown .clock {
    position: relative;
    display: inline-block;
    text-align: center;
	margin-right:36px
}
.final-countdown .clock::after {
    position: absolute;
    content: ":";
    font-size: 30px;
    color: #ffc600;
    top: 5px;
    right: -22px;
}
.final-countdown .clock:last-child{
	margin:0;
}
.final-countdown .clock:last-child::after {
    display: none;
}
.wg-product-slider .item-product-grid {
    margin-bottom: 0;
}
.wg-product-slider .owl-theme .owl-controls .owl-buttons {
    right: 0;
    top: -44px;
}
.list-wg-brand li a {
    display: block;
    background: rgba(0,0,0,0.05);
    border-radius: 50px;
}
.list-wg-brand li a span {
    margin: 0 15px;
}
.widget_s7upf_brand_filter .list-wg-brand li {
    border: none;
}
.widget_s7upf_brand_fillter .list-wg-brand li {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}
.list-wg-brand li a img {
    border-radius: 50%;
    width: 40px;
}
.item-product-grid.style2 .product-thumb-link::before {
    content: "";
    background: rgba(0,0,0,0.02);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
}
.detail-info > .product-title {
    margin-bottom: 10px;
}
.detail-info > .product-price {
    margin-bottom: 5px;
}
.woocommerce-product-rating .woocommerce-review-link {
    font-size: 12px;
}
.demo-banner-product-detail {
    margin-top: 12px;
    margin-bottom: 40px;
}
.wrap-product-detail {
    border-radius: 50px;
    border: 1px dashed #ccc;
    padding: 30px;
    margin-bottom: 45px;
}
.detail-tab-desc p.last-desc {
    margin-bottom: 15px;
}
.related-product .product-slider .item-product {
    margin-bottom: 0;
}
.related-product {
    margin-bottom: 30px;
}
.related-product:last-child {
    margin-bottom: 0;
}
.content-sidebar-left  .product-detail .detail-info,
.content-sidebar-right  .product-detail .detail-gallery{
	margin-right:-30px;
}
.content-sidebar-left  .product-detail .detail-gallery,
.content-sidebar-right  .product-detail .detail-info{
	margin-left:30px;
}
.contact-map-google {
    border: 1px dashed #ccc;
    border-radius: 50px;
    margin-bottom: 63px;
}
.list-service-box {
    padding: 30px;
    margin-bottom: 30px;
}
.item-service .service-icon {
    min-width: 55px;
}
.item-service .service-icon img {
    border-radius: 50%;
    width: 40px;
}
.list-service-box .item-service {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.item-service .service-text p {
    line-height: inherit;
    margin-top: 8px;
}
.list-service-box .item-service:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.item-service.style2 a{
    background: rgba(0,0,0,0.02);
    border-radius: 50px;
}
.list-deat-box .item-service{
	margin-bottom:10px;
}
.list-deat-box .item-service:last-child{
	margin:0; 
}
.final-countdown.hide-day .clock.day {
    display: none;
}
.box-cat-mega .list-none .has-children {
    position: relative;
}
.box-cat-mega .list-none .has-children > .list-none {
    position: absolute;
    left: 100%;
    width: 270px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 5px 18px 0 rgba(0,0,0,0.3);
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
	margin:-20px 30px 0;
	opacity:0;
	visibility:hidden;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	padding:30px;
}
.box-cat-mega .list-none .has-children::before{
	position:absolute;
	left:100%;
	top:0;
	width:30px;
	height:30px;
	content:"";
} 
.box-cat-mega .list-none .has-children:hover > .list-none {
	opacity:1;
	visibility:visible;
}
.box-cat-mega{
	background:#fafafa;
}
.box-cat-mega .list-none .has-children::after {
    position: absolute;
    content: "\f0da";
    font-family: fontAwesome;
    right: 0;
}
.box-cat-mega > .list-none {
    margin: -4px 0;
}
.owl-theme.pagi-nav-style .owl-controls .owl-pagination{
	position:absolute;
	bottom:0px;
	left:0;
	right:0;
	z-index:10;
}
.wg-slider-banner .s7upf-slider {
    margin: 25px 0 28px;
}
.wg-slider-banner h2 {
    margin: 8px 0 22px;
}
.supper-deal-product .final-countdown {
    border-top: 1px solid #ccc;
    margin: 5px 0 0;
    padding-top: 10px;
}
.item-slider1 .banner-info h3 {
    margin: 13px 0 27px;
}
.banner-slider1 {
    border: 1px dashed #ccc;
    border-radius: 50px;
    margin-bottom: 30px;
}
.banner-slider1 .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    position: static;
    text-transform: uppercase;
    height: auto;
    border: none;
    padding: 0 10px;
    width: auto;
    margin: 0;
    background: transparent!important;
    color: #999;
    vertical-align: top;
    display: inline-block;
}
.banner-slider1 .owl-theme .owl-controls .owl-pagination {
    bottom: 100px;
}
.banner-slider1 .owl-theme .owl-controls .owl-buttons {
    padding: 21px 0;
    position: relative;
}
.banner-slider1 .owl-theme .owl-controls .owl-buttons div.owl-prev::before{
	font-family:fontAwesome;
	content:"\f100";
	margin:0 5px;
}
.banner-slider1 .owl-theme .owl-controls .owl-buttons div.owl-next::after{
	font-family:fontAwesome;
	content:"\f101";
	margin:0 5px;
}
.banner-slider1 .owl-theme .owl-controls .owl-buttons::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: #ccc;
    left: 50%;
    margin: 0 -2px;
}
.wrap-viewall .shop-button {
    display: block;
}
.wrap-viewall {
    background: #fafafa;
	border-radius:50px;
	margin-bottom:50px;
}
.title-box-news1 {
    padding: 37px 0;
    margin-bottom: 30px;
    border-radius: 50px 50px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.title-box-news1::before{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 3px;
}
.title-box-news1::after {
    font-family: fontAwesome;
    content: "\f0d7";
    position: absolute;
    top: 100%;
    left: 50%;
    font-size: 18px;
    margin: -6px -5px 0;
}
.item-post-grid .post-info {
    padding: 22px 20px;
}
.item-post-grid.border-dashed .post-thumb .fancybox {
    width: 40px;
    height: 40px;
    margin: auto;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    border-radius: 50%;
	transform:scale(0);
	-webkit-transform:scale(0);
}
.item-post-grid.border-dashed .post-thumb:hover .fancybox {
    opacity: 1;
	transform:scale(1);
	-webkit-transform:scale(1);
}
.item-post-grid.border-dashed .post-thumb .fancybox:hover {
    background: #fff;
}
.item-post-grid .post-info .post-title {
    line-height: 1.3;
    margin-bottom: 10px;
}
.item-post-grid.border-dashed .post-thumb {
    margin: 0 -1px;
}
.item-post-grid .desc {
    border-bottom: 1px dashed #ccc;
    padding: 22px 20px;
}
.item-post-grid .post-button {
    padding: 15px 0;
}
.item-post-grid{
	border-radius: 0 0 50px 50px;
}
.item-post-grid .overlay-image .adv-thumb-link::after{
	background: rgba(0, 0, 0, 0.7);
}
.main-header2 .search-form1 {
    max-width: 310px;
    margin-top: 11px;
}
.main-header2 .wrap-search-cart1 > div {
    margin: 0 5px;
}
.main-header2 .wrap-search-cart1 {
    margin: 11px -5px 0;
}
.logo2 .text-logo img {
    display: block;
    margin: 0 auto -17px;
}
.logo2 .text-logo .title18 {
    display: block;
    margin-top: -2px;
}
.main-header2 {
    padding: 20px 0 18px;
}
.banner-slider2 {
    margin: 30px 0 100px;
}
.banner-slider2 .owl-theme.pagi-nav-style .owl-controls .owl-pagination {
    bottom: 30px;
}
.banner-slider.banner-slider2 .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}
.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;
}
.banner-slider.banner-slider2 {
    overflow: visible;
}
.banner-slider.banner-slider2 .owl-theme .owl-controls .owl-buttons div{
	border-radius:25px;
	text-transform:uppercase;
	overflow:hidden;
	transition:none;
	-webkit-transition:none;
}
.banner-slider.banner-slider2 .owl-theme .owl-controls .owl-buttons div.owl-prev:hover .fa{
	margin-right:10px;
}
.banner-slider.banner-slider2 .owl-theme .owl-controls .owl-buttons div.owl-next:hover .fa{
	margin-left:10px;
}
.banner-slider.banner-slider2 .owl-theme .owl-controls .owl-buttons div:hover{
	width:100px;
}
.banner-slider.banner-slider2 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -25px;
}
.banner-slider.banner-slider2 .owl-theme .owl-controls .owl-buttons div.owl-prev:hover::after{
	content:"Prev";
}
.banner-slider.banner-slider2 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -25px;
}
.banner-slider.banner-slider2 .owl-theme .owl-controls .owl-buttons div.owl-next:hover::before{
	content:"Next";
}
.title-box2 {
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 65px;
    margin-bottom: 43px;
}
.title-box2 > h2 {
    margin-bottom: 8px;
}
.popcat-slider2 .item-cat-ads {
    margin: 0 15px;
}
.popcat-slider2 {
    margin: 0 -15px 75px;
}
.item-cat-ads .cat-thumb {
    margin: 0 -1px 30px;
}
.item-cat-ads {
    padding: 45px 0;
}
.bg-smoke {
    background: #fafafa;
}
.item-cat-ads .cat-info {
    padding: 0 15px 26px;
}
.item-cat-ads .cat-info h3 {
    margin-bottom: 12px;
}
.pagi-nav-style2 .owl-controls .owl-page span {
    background: #ccc;
}
.popcat-slider2 .owl-pagination {
    margin-top: 35px;
}
.item-product-grid.style3 .product-info {
    position: absolute;
    top: 100%;
    background: #fff;
	left:1px;
	right:1px;
	border-radius:0 0 50px 50px;
	opacity:0;
	visibility:hidden;
}
.item-product-grid.style3:hover .product-info{
	opacity:1;
	visibility:visible;
}
.item-product-grid.style3 {
    position: relative;
    z-index: 10;
}
.item-product-grid.style3:hover {
    z-index: 11;
}
.item-product-grid.style3 .product-price {
    margin-bottom: 10px;
}
.item-product-grid.style3 .product-thumb {
    border-color: transparent;
    border-radius: 50px 50px 0 0;
}
.item-product-grid.style3:hover .product-thumb{
	border-color: #ccc;
}
.item-product-grid.style3 .product-thumb-link {
    border-radius: 50px 50px 0 0;
}
.item-product-grid.style3 .product-extra-link {
    border-radius: 0;
}
.item-product-grid.style3 .product-thumb .product-extra-link > a {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.item-product-grid.style3::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50px;
    background: #fff;
    border: 1px dashed #fff;
    content: "";
}
.item-product-grid.style3:hover::before {
    border-color: #ccc;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    bottom: -160px;
}
.product-slider2 .owl-wrapper-outer {
    padding-bottom: 150px;
    margin-bottom: -150px;
}
.product-slider2 {
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
}
.banner-drink-water {
    border-radius: 50px;
    border: 1px dashed #ccc;
    margin: 0 0 100px!important;
    padding: 90px 0;
	background-position:center center;
}
.intro-drink-heath {
    max-width: 400px;
}
.intro-drink-heath h3 {
    color: #fffc00;
    margin-bottom: 10px;
}
.intro-drink-heath h2 {
    margin-bottom: 18px;
}
.intro-drink-heath {
    margin-bottom: 23px;
}
.list-fruit ul li {
    margin: 0 20px;
}
.list-fruit ul {
    margin: 0 -20px 30px;
}
.item-our-team .member-thumb {
    min-width: 350px;
}
.item-our-team .member-thumb  .member-thummb-inner {
    width: 300px;
    border-radius: 50px;
    padding: 10px;
	position:relative;
}
.member-thummb-inner::after{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	border:1px dashed #ccc;
	border-radius:50px;
	content:"";
	background:#fff;
	z-index:1;
}
.member-thummb-inner::before {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    content: "";
    border: 1px dashed #ccc;
    border-radius: 50px;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	opacity:1;
	background:#f9f9f9;
	transform: translate(30px,30px);
    -webkit-transform: translate(30px,30px);
}
.item-our-team .member-thumb:hover .member-thummb-inner::before {
	opacity:0;
	transform: translate(0,0);
    -webkit-transform: translate(0,0);
}
.item-our-team .member-thumb .adv-thumb-link  {
    border-radius: 50px;
	overflow:visible;
	position:relative;
	z-index:2;
	transform: translate(0,0);
    -webkit-transform: translate(0,0);
}
.item-our-team .member-thumb .adv-thumb-link img{
	position:relative;
	border-radius:50px;
}
.item-our-team .member-thumb:hover .adv-thumb-link{
    transform: translate(30px,30px);
    -webkit-transform: translate(30px,30px);
}
.list-our-team2 .item-our-team {
    margin:0 10px 60px;
}
.list-our-team2{
	margin:0 -10px 60px;
}
.item-our-team .member-info {
    padding-top: 35px;
}
.item-our-team .member-info h3 {
    margin-bottom: 11px;
}
.item-our-team .post-single-share {
    margin-top: 23px;
}
.item-our-team .desc {
    border-top: 1px dashed #ccc;
    padding-top: 22px;
    margin-top: 25px;
}
.item-menu .menu-info {
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
}
.item-menu .menu-thumb {
    min-width: 100px;
}
.item-menu .menu-info .menu-order-timer {
    margin-bottom: 6px;
}
.list-menu-item2 {
    margin-bottom: 80px;
}
.list-menu-item2 .item-menu {
    margin-bottom: 5px;
}
.block-people-say2 {
    border: 1px dashed #ccc;
    border-radius: 50px;
    margin-bottom: 100px;
    padding: 95px 0;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.client-slider2 {
    margin-top: 45px;
}
.client-slider2 .item-client-review {
    max-width: 510px;
    margin: auto;
}
.item-client-review .client-info .desc {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.item-client-review .client-thumb {
    width: 120px;
    margin: 0 auto 20px;
    background: rgba(255,255,255,0.2);
    padding: 15px;
    border-radius: 50%;
    border: 1px dashed #ccc;
}
.item-client-review .client-thumb a {
    display: block;
    border-radius: 50%;
    border: 1px dashed #fff;
}
.item-client-review .client-thumb img {
    border-radius: 50%;
}
.client-slider2 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -25px;
}
.client-slider2 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -25px;
}
.client-slider2 .owl-theme .owl-controls .owl-buttons div{
	margin-top:-60px;
}
.latest-news-slider2 {
    margin-bottom: 70px;
} 
.latest-news-slider2 .owl-item:nth-child(2n) .item-post-default.flex-wrapper {
	flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
}
.latest-news-slider2 .owl-item:nth-child(2n) .item-post-default.flex-wrapper .post-info {
    border-radius: 50px 50px 0 0;
}
.latest-news-slider2 .owl-item:nth-child(2n) .item-post-default.flex-wrapper .post-thumb {
    border-radius: 0 0 50px 50px;
    margin: -1px 0 0;
}
.product-slider2 .owl-theme .owl-controls .owl-buttons div {
    top: 18%;
}
.product-slider2 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -7.5px;
}
.product-slider2 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -7.5px;
}
.product-slider2 .owl-theme .owl-controls .owl-buttons div{
	border-radius:25px;
	text-transform:uppercase;
	overflow:hidden;
	transition:none;
	-webkit-transition:none;
}
.product-slider2 .owl-theme .owl-controls .owl-buttons div.owl-prev:hover .fa{
	margin-right:10px;
}
.product-slider2 .owl-theme .owl-controls .owl-buttons div.owl-next:hover .fa{
	margin-left:10px;
}
.product-slider2 .owl-theme .owl-controls .owl-buttons div:hover{
	width:100px;
}
.product-slider2 .owl-theme .owl-controls .owl-buttons div.owl-prev:hover::after{
	content:"Prev";
}
.product-slider2 .owl-theme .owl-controls .owl-buttons div.owl-next:hover::before{
	content:"Next";
}
.follow-instagram a img {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    width: 100%;
}
.follow-instagram a:hover img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.footer3 .title-footer{
	border-color:#e5e5e5;
}
.footer3 .footer-copyright{
	border-top:1px dashed #ccc;
}
.main-header3 {
    padding: 30px 0;
    position: relative;
    z-index: 10000;
}
.top-header3 {
    position: relative;
    z-index: 10001;
}
.main-nav2 > ul > li > a {
    height: 40px;
    line-height: 40px;
}
.main-nav2>ul>li.current-menu-item>a, 
.main-nav2>ul>li.current-menu-ancestor>a {
    border: 1px dashed #ccc;
    border-radius: 20px;
}
.box-cat-dropdown .dropdown-link {
    display: block;
    border: 1px dashed #ccc;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    position: relative;
}
.box-cat-dropdown .dropdown-link::after {
    content: "\f107";
    font-family: fontAwesome;
    position: absolute;
    right: 23px;
    top: 0px;
	font-weight:400;
}
.footer3 .menu-footer-box li::before{
	color:#555;
}
.box-cat-dropdown .dropdown-list {
    width: 100%;
} 
.wrap-search-cart3 .search-form1 {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-grow: 1;
    margin: 0 10px 0 -20px;
}
.wrap-search-cart3 .search-form {
    max-width: none;
}
.wrap-search-cart3 .search-form .dropdown-box {
    width: 220px;
}
.title-box3 {
    margin-bottom: 46px;
}
.brand-slider3 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 50px;
}
.item-brand{
	padding:0 10px;
}
.item-brand a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;
}
.item-brand:hover a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.block-intro-fruit {
    border-radius: 50px;
    margin-bottom: 100px;
    padding: 100px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.block-intro-fruit > .vc_inner{
	max-width:1200px;
	margin:auto;
}
.item-fruit-intro {
    margin-top: 53px;
}
.item-fruit-intro h2 {
    margin-bottom: 17px;
}
.block-intro-fruit .item-fruit-intro.text-right { 
    margin-right: -30px;
}
.block-intro-fruit .item-fruit-intro.text-left { 
    margin-left: -30px;
}
.item-client-review2 .client-thumb {
    width: 90px;
}
.item-client-review2 .client-info {
    padding-left: 25px;
}
.item-client-review2 .client-info > span {
    margin: 0 10px;
    display: inline-block;
}
.item-client-review2 .desc {
    margin-top: 16px;
}
.block-client-review3 {
    padding: 90px 50px 80px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 93px;
}
.client-slider3 .item-client-review2 {
    margin: 0 50px;
}
.block-client-review3 .title-box3 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 45px;
}
.client-slider3 .owl-theme .owl-controls .owl-pagination {
    margin-top: 30px;
}
.yellow{
	color:#fff600;
}
.block-google-app {
    padding: 180px 0;
    background-position: center center;
    background-size: cover;
}
.intro-app-google h2,.intro-app-google .desc {
    max-width: 340px;
}
.btn-app a {
    margin: 0 5px;
}
.btn-app {
    margin: 0 -5px;
}
.intro-app-google h2 {
    line-height: 1.2;
    margin-bottom: 15px;
}
.intro-app-google .desc {
    margin-bottom: 42px;
}
.item-advs3 {
    border-radius: 50px;
    overflow: hidden;
	  -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.list-advs3 .item-advs3 {
    margin: 0 -4px 10px;
    border: 1px dashed #ccc;
}
.item-advs4 {
    border-radius: 50px;
    overflow: hidden;
    border: 1px dashed #ccc;
	  -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.list-advs3 {
    margin: 0 5px 85px;
}
.list-advs3 .item-advs4 {
    margin: 0 -15px 10px;
}
.item-advs3 .banner-info {
    padding: 45px 15px 0;
}
.list-advs3 .banner-info .shop-button{
	opacity:0;
	margin-top:30px;
	transform:scale(0);
	-webkit-transform:scale(0);
}
.list-advs3 .banner-advs:hover .shop-button{
	opacity:1;
	margin-top:0px;
	transform:scale(1);
	-webkit-transform:scale(1);
}
.item-advs3 .banner-info h3 {
    margin: 14px 0 27px;
}
.client-slider3 {
    margin: 0 -50px;
}
.item-advs4 .banner-info {
    height: 130px;
}
.item-advs4 .banner-info .desc {
    margin: 8px 0 0;
}
.item-advs4 .banner-info h2 {
    margin-bottom: 22px;
}
.border-white {
    border-color: #fff;
}
.item-slider3 .banner-info h3 {
    margin: 5px 0 10px;
}
.item-slider3 .banner-info .banner-button {
    margin-top: 26px;
}
.banner-slider.banner-slider3 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 45px;
}
.banner-slider.banner-slider3 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 45px;
}
.title-tab1 > li > a{
	border-width: 1px;
    border-style: dashed;
    border-color: #ccc;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.title-tab1 > li.active > a{
	color:#fff;
}
.title-tab.title-tab1 > li {
	margin:0 3px;
}
.title-tab.title-tab1{
	margin:0 -3px;
}
.product-tab3 .tab-header{
	margin-bottom:50px;
}
.product-tab3 .tab-content {
    border: 1px dashed #ccc;
    padding: 30px 30px 20px;
    border-radius: 50px;
}
.block-product3 {
    margin-bottom: 100px;
}
.item-product-grid.style4 .product-thumb-link,
.item-product-grid.style4 .product-thumb img,
.item-product-grid.style4 .product-thumb {
    border-radius: 50px 50px 0 0;
    border: none;
}
.item-product-grid.style4 {
    border: 1px dashed transparent;
    border-radius: 50px;
    overflow: hidden;
}
.item-product-grid.style4:hover {
    border-color: #ccc;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}
.item-product-grid.style4 .product-extra-link {
    border-radius: 0;
    border-bottom: 1px dashed #ccc;
}
.item-product-grid.style4 .product-info {
    padding: 25px 20px 18px;
}
.block-find-location {
    background: #f9f9f9;
    border: 1px dashed #ccc;
    border-radius: 60px;
    overflow: hidden;
	  -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.info-map-finder {
    padding: 45px 50px;
}
.intro-map-finder h2 {
    margin-bottom: 13px;
}
.intro-map-finder {
    margin-bottom: 42px;
}
.info-map-finder .search-location {
    margin-bottom: 42px;
}
.list-address-example li {
    margin: 0 3px 7px;
}
.list-address-example {
	margin:0 -3px;
}
.view-map-finder{
	position:relative;
}
.search-location input {
    height: 48px;
    border-radius: 48px;
    position: relative;
    border: none;
    padding: 0 25px;
}
.search-location input[type="text"] {
	flex-grow: 1;
	-ms-flex-grow: 1;
	-webkit-flex-grow: 1;
    border: none;
    padding: 0 25px;
    height: 48px;
    border-radius: 48px;
}
.search-location {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    background: #fff;
    border-radius: 50px;
    border: 1px dashed #ccc;
}
.search-location input[type="submit"] {
    padding: 0 30px;
	color:#fff!important;
}
.search-location input[type="submit"]:hover{
	background:#000;
}
.view-map-finder > #map{
	position:absolute!important;
	width:100%;
	height:100%;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.view-map-finder.active > #map{
	opacity:1;
	visibility:visible;
}
#infowindow-content {
	display: none;
}
#map #infowindow-content {
	display: inline;
}
.block-about-fruit .block-intro-fruit {
    padding: 70px 50px 50px;
    background-size: inherit;
    margin-bottom: 65px;
    margin-top: 70px;
}
.block-about-fruit .block-intro-fruit .item-fruit-intro {
    margin: 20px 0 50px;
}
.block-about-brand .brand-slider3 {
    border: none;
    margin-bottom: 20px;
}
.list-our-team2.about-out-team {
    margin-bottom: 27px;
}
.about-people-say .block-people-say2 {
    margin-bottom: 63px;
}
.about-price-table {
    padding: 45px 30px 40px;
	background-color:#fff;
	border:1px dashed #ccc;
	border-radius:50px;
}
.about-price-table h2 span::before {
    content: "";
    display: inline-block;
    background: #999;
    height: 2px;
    width: 40px;
    margin: 0 10px;
    vertical-align: middle;
}
.about-price-table .desc {
    border-top: 1px dashed #ccc;
    margin-top: 35px;
    padding-top: 21px;
}  
.list-price-link {
    margin-top: 18px;
    margin-bottom: 37px;
}
.list-price-link li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
.list-price-link li::before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: fontAwesome;
    content: "\f0da";
}
.list-about-price-table .about-price-table {
    margin-bottom: 30px;
}
.list-about-price-table {
    margin-bottom: 33px;
}
.about-price-table.style1 {
    background-position: top -200px right -100px!important;
    background-repeat: no-repeat!important;
}
.about-price-table.style2 {
    background-position: bottom -125px right -165px!important;
    background-repeat: no-repeat!important;
}
.main-nav li.has-mega-menu > .mega-menu {
    padding: 30px;
    border-radius: 50px;
    border: 1px dashed #ccc;
    box-shadow: 0 5px 18px 0 rgba(0,0,0,0.3);
}
.title-mega-menu {
    margin-bottom: 26px;
}
.upshop-menu-slider .group-navi .owl-buttons {
    right: 0;
}
.mega-menu-product-slider .group-navi .owl-buttons {
    right: 5px;
}
.gap-20.mega-menu-product-slider .list-product-wrap .item, .gap-20.mega-menu-product-slider .list-product-wrap .item-product,.gap-20.mega-menu-product-slider .list-product-wrap .item .product {
    margin-bottom: 0;
}
.upshop-menu-slider {
    max-width: 500px;
}
.title-tab.title-tab2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-justify-content: space-between;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    margin: 0 -5px;
}
.title-tab.title-tab2 > li {
    width: 300px;
    height: 100px;
    position: relative;
    margin: 0 5px;
}
.title-tab.title-tab2 > li > a {
    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;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    background-color: #999;
    color: #fff;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	  -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
}
.title-tab.title-tab2 > li.active::after {
    font-family: fontAwesome;
    content: "\f0d7";
    position: absolute;
    top: 100%;
    left: 50%;
    font-size: 18px;
    margin: -6px -5px 0;
}
.title-tab.title-tab2 > li > a::after{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	content:"";
	height:3px;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.title-tab.title-tab2 > li.active > a::after{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.title-tab.title-tab2 > li > a::before {
    position: absolute;
    left: 30px;
    right: 30px;
    border-radius: 50%;
    height: 50px;
    content: "";
    top: -80px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.title-tab.title-tab2 > li.active > a::before{
	top: -40px;
}
.post-news-slider1 {
    margin-bottom: 20px;
}
.related-post-slider .item-post-default .post-button .shop-button.silver{
	display:none;
}
.title-tab.title-tab2 > li > a[href="#1529289435604-ebf574b5-0b7e"]{
	background-image:url('../../../../../uploads/2018/07/bg-tab1.jpg');
}
.title-tab.title-tab2 > li > a[href="#1530150914108-1ec6818f-6fa8"]{
	background-image:url('../../../../../uploads/2018/07/bg-tab2.jpg');
}
.title-tab.title-tab2 > li > a[href="#1530150913315-9dd7fc0f-ca4a"]{
	background-image:url('../../../../../uploads/2018/07/bg-tab3.jpg');
}
.product_meta.item-product-meta-info {
    margin-top: 10px;
}
.detail-info .compare::before {
    background: #ccc;
    width: 1px;
    height: 18px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.detail-info .final-countdown {
    margin-bottom: 20px;
}
.detail-attr.type-label .swatch-label {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
    min-height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}
.detail-attr.type-label .swatch-label::before {
    content: attr(data-value);
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border: 1px dashed #ccc;
    border-radius: 50%;
    font-size: 12px;
    color: #999;
}
.detail-attr.type-label .swatch-label.selected::after {
    font-family: fontAwesome;
    content: "\f058";
    position: absolute;
    top: 1px;
    right: 0;
}
.detail-attr.type-label .swatch-label:last-child {
    border: none;
}
.map-image-replace img {
    border-radius: 0 50px 50px 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text > .wrap-rating > li {
    margin-bottom: 0;
}
.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;
}
.content-post-default {
    margin-bottom: 30px;
}
.meta-data-default .fa {
    margin-right: 5px;
}
.meta-data-default a{
	color:#999;
}
.list-tag-cat-meta a::after {
    content: ",";
}
.list-tag-cat-meta a:last-child::after {
    display: none;
}
/*Start Menu Fixed*/
.menu-fixed .main-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 330px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.menu-fixed .main-nav > ul{
    overflow-x: hidden;
    overflow-y: scroll;
	top:0;
	bottom:0;
	height:100%;
}
.menu-fixed .btn-menu-fixed {
    display: inline-block;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #000;
}
.menu-fixed {
    position: relative;
}
.menu-fixed.active {
    z-index: 100000;
}
.menu-fixed.active .main-nav {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.menu-fixed .main-nav .menu-item-has-children > .sub-menu, 
.menu-fixed .main-nav .has-mega-menu > .mega-menu {
    position: static;
    margin: 0!important;
    display: none;
    opacity: 1;
    transition: none;
    visibility: visible;
    width: 100%!important;
    padding: 0;
    pointer-events: inherit;
	box-shadow:none;
}
.menu-fixed .main-nav > ul > li {
    display: block;
}
.menu-fixed .main-nav .has-mega-menu > .mega-menu {
    padding: 15px!important;
}
.menu-fixed .main-nav .has-mega-menu > .mega-menu .wpb_column{
	width:100%;
}
.close-menu-fixed {
    display: none;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    top: 0;
    right: -40px;
    color: #fff;
    cursor: pointer;
}
.menu-fixed.active .close-menu-fixed {
    display: block;
}
/*End Menu Fixed*/
.header5 {
    padding: 60px 35px;
}
.wrap-banner-slider5 {
    margin-top: -165px;
}
.mini-cart-box.mini-cart2 .mini-cart-link {
    border: none;
    background: #fff;
    padding: 0;
    width: 40px;
    text-align: center;
    color: #000;
}
.mini-cart2 .mini-cart-link .mini-cart-number {
    font-size: 10px;
    top: -6px;
    right: 6px;
}
.mini-cart2 .mini-cart-link .mini-cart-icon {
    color: #000;
}
.logo5 {
    margin: 0 30px;
}
.link-profile5{
	position:relative;
	z-index:1;
}
.link-profile5 a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
	margin:0 10px;
}
.nav-logo5 > div{
	position:relative;
	z-index:1;
}
.custom-scroll ::-webkit-scrollbar {
  width: 4px;
}
.custom-scroll ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
.custom-scroll ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.title150 {
    font-size: 7vw;
    margin: 0;
}
.item-image-ads-extend {
    position: absolute;
}
.ads-image55 {
    width: 36%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15%;
}
.ads-image56 {
    left: 44%;
    bottom: 23%;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    width: 10%;
}
.ads-image51 {
    left: 2%;
    bottom: 30%;
	width: 15%;
}
.ads-image52 {
    left: 44%;
    top: 10%;
	width:8%;
}
.ads-image53 {
    top: 30%;
    right: -70px;
	width: 15%;
}
.ads-image54 {
    bottom: 20%;
    right: 12%;
    width: 15%;
}
.item-slider5 .banner-info {
    padding-top: 40px;
}
.block-banner-image5 .banner-advs {
    width: 48.5%;
}
.block-banner-image5 .info-post-adv {
	width: 51.5%;
	padding: 65px 70px;
}
.wrap-banner-slider5 {
    margin-bottom: 100px;
}
.info-post-adv h2 {
    margin: 12px 0 35px;
}
.info-post-adv .desc {
    margin-bottom: 43px;
}
.wrap-banner5 {
    margin-bottom: 100px;
}
.block-element5 {
    border: 20px solid #f8db78;
    position: relative;
    padding: 55px 50px 50px;
	margin-bottom:100px;
    border-top-color: #ace9b0;
	border-left-color:#ace9b0;
}
.block-element5 .title60 {
    margin-bottom: 40px;
}
.block-element5::before {
    position: absolute;
    content: "";
    width: 20px;
    bottom: -16px;
    height: 50%;
    background: #f8db78;
    left: -20px;
    transform: skewY(-15deg);
}
.block-element5::after {
    position: absolute;
    content: "";
    width: 20px;
    top: -16px;
    height: 30%;
    background: #ace9b0;
    right: -20px;
    transform: skewY(-15deg);
}
.title-tab.title-tab3 li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
.title-tab.title-tab3 > li {
    margin: 0 20px;
    position: relative;
}
.title-tab.title-tab3 {
    margin: 0 -20px 47px;
}
.title-tab.title-tab3 > li::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 2px;
    right: -32px;
    margin-top: -1px;
}
.title-tab.title-tab3 > li:last-child::after {
    display: none;
}
.item-product .product-thumb .percent-sale {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
	transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
	opacity:1;
}
.item-product .product-thumb:hover .percent-sale{
	opacity:0;
}
.block-product5 {
    padding-bottom: 0px;
}
.gap-50.product-slider5 .list-product-wrap .item, 
.gap-50.product-slider5 .list-product-wrap .item .product {
    margin-bottom: 45px;
}
.block-product5 .percent-sale{
	background-color:#fee4ea;
	color:#000;
}
.deal-product5{
	border-color:#ffc1c9;
	border-top-color:#f3f3f3;
	border-left-color:#f3f3f3;
}
.deal-product5::before{
	background-color:#ffc1c9;
}
.deal-product5::after{
	background-color:#f3f3f3;
}
.block-people-say5 {
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 30px;
    margin: -5px 0 47px;
}
.block-people-say5 .owl-pagination {
    margin-top: 30px;
}
.block-people-say5 h2.title24 {
    color: #000;
}
.block-people-say5 .item-client-review .client-info .desc {
    color: #555;
    border: none;
    padding-bottom: 0;
}
.block-people-say5 .item-client-review .client-info .wobble-top{
	font-weight:700;
	font-size:14px;
}
.block-people-say5 .item-client-review .client-info .smoke {
    color: #999;
}
.product-slider5 {
    padding: 0 45px;
}
.product-slider5 .owl-theme .owl-controls .owl-buttons div {
    top: 30%;
}
.product-slider5 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -45px;
}
.product-slider5 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -45px;
}
.block-post-select5 {
    background: #f9f9f9;
    padding: 95px 0 97px;
    margin-bottom: 100px;
}
.title-new-menu {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    margin: 0px auto -15px;
    padding: 1px;
    position: relative;
}
.title-new-menu::before{
	position:absolute;
	top:5px;
	bottom:5px;
	right:5px;
	left:5px;
	border-radius:50%;
	background:rgba(255,255,255,0.1);
	border:1px solid rgba(255,255,255,0.5);
	content:"";
}
.title-new-menu span{
	border-top:1px solid rgba(255,255,255,0.7);
	border-bottom:1px solid rgba(255,255,255,0.7);
	position:relative;
}
.block-post-select5 .item-post-select {
    margin: 0 25px;
}
.block-post-select5 .custom-information {
    margin-bottom: 47px;
}
.item-post-select .post-thumb {
    margin-bottom: 24px;
}
.item-post-select .post-info h3 {
    margin-top: 6px;
}
.item-cat-select .post-info h3 {
    margin-bottom: 10px;
}
.item-post-grid3 .post-thumb {
    margin-bottom: 24px;
}
.post-slider5 {
    margin-top: 47px;
    padding: 0 35px;
}
.post-slider5 .list-post-wrap .wrap-item .item-post {
    margin: 0 25px;
}
.post-slider5 .owl-theme .owl-controls .owl-buttons div {
    top: 39%;
}
.post-slider5 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -47px;
}
.post-slider5 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -47px;
}
.main-footer5 {
    padding: 85px 0 100px;
    background-position: center top;
}
.main-footer5 .form-newsletter input[type="email"] {
    background: #fff;
    height: 60px;
    border: none;
	padding:0 30px;
}
.main-footer5 .form-newsletter input[type="submit"] {
    margin: 0;
	font-weight:700;
}
.main-footer5 .form-newsletter {
    max-width: 590px;
    margin: 0 auto 47px;
}
.intro-signup5 {
    margin: 0 auto 45px;
    max-width: 370px;
}
.intro-signup5 h3 {
    line-height: 24px;
    margin: 35px 0 0;
}
.intro-social5 {
    margin-bottom: 47px;
}
.social-network5 a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    background: #252525;
    color: #fff;
    padding: 0;
    border: none;
    margin: 0 5px;
}
.footer-bottom5 {
    padding: 38px 0;
}
.mini-cart-box.mini-cart2 .mini-cart-link{
	border-radius:50%!important;
}
.footer4{
	padding:20px 45px;
}
.wrap-banner-slider4{
	margin-top:-165px;
	margin-bottom:-65px;
}
.item-slider4 .banner-info .container {
    max-width: none;
	padding:0;
}
.item-slider4 .banner-info {
    left: 200px;
    top: 0;
    bottom: 0;
    right: auto;
    height: auto!important;
    padding: 230px 100px 0 100px;
    width: 570px;
}
.item-slider4 .banner-info h2 {
    white-space: nowrap;
    padding: 60px 0 60px 100px;
    border-left: 1px solid #000;
    margin: 30px 0;
}
.item-slider4 .banner-info .desc {
    margin-bottom: 43px;
}
.shop-button.bg-dark {
    background: #252525;
    border: none;
    line-height: 40px;
    color: #fff;
}
.item-slider4 .banner-info .shop-button{
	animation-name:pulse;
	animation-duration:3s;
	animation-iteration-count: infinite; 
	-webkit-animation-name:pulse;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count: infinite;  
}
.item-slider4 .banner-info .shop-button::after{
	font-family:fontAwesome;
	content:"\f101";
	margin-left:8px;
}
.item-slider41 .banner-info{
	background-color:#fee4ea;
}
.item-slider42 .banner-info{
	background-color:#d8eca7; 
}
.item-slider43 .banner-info{
	background-color:#fbe4c3;
}
.ads-image411 {
    left: 0;
    bottom: 17%;
    width: 20%;
}
.ads-image412 {
    bottom: 0;
    left: 46%;
    width: 34%;
}
.ads-image413 {
    right: 0;
    top: 14%;
    width: 18%;
}
.ads-image414 {
    width: 6%;
    right: 11%;
    bottom: 41%;
	animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.ads-image425 {
    bottom: 0;
    left: 45%;
    width: 36%;
}
.ads-image421 {
    top: -61px;
    left: 30.5%;
    width: 16%;
}
.ads-image426 {
    left: 56%;
    bottom: 37%;
	width:11%;
	animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.ads-image424 {
    left: 73%;
    bottom: 28%;
    width: 16%;
}
.ads-image423 {
    width: 16%;
    right: -120px;
    top: 12%;
}
.ads-image422 {
    width: 8%;
    top: 9%;
    right: 30%;
}
.ads-image431 {
    bottom: 0;
    right: 32%;
    width: 30.5%;
}
.ads-image432 {
    right: 10%;
    bottom: 2%;
    width: 21%;
}
.ads-image433 {
    right: 19%;
    top: 33%;
    width: 5%;
	animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.ads-image434 {
    right: 16%;
    top: 7%;
    width: 9%;
}
.banner-slider4 .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    background: transparent!important;
    border: none;
    color: #000;
}
.banner-slider4 .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    left: 216px;
    top: 243px;
    width: 200px;
}
.banner-slider4 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0!important;
}
.banner-slider4 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0!important;
}
.banner-slider4 .owl-theme .owl-controls .owl-buttons div.owl-prev .fa::before {
	content: "\f100";
}
.banner-slider4 .owl-theme .owl-controls .owl-buttons div.owl-next .fa::before {
    content: "\f101";
}
.item-slider5 .ads-image432 {
    right: 70%;
}
.item-slider5 .ads-image434 {
    top: 55%;
    right: 10%;
}
.item-slider5 .ads-image412 {
    left: 40%;
}
.item-slider5 .ads-image414 {
    right: 14%;
}
.item-slider41 .shop-button.bg-dark:hover {
    background-color: #F13B2F;
}
.item-slider43 .shop-button.bg-dark:hover {
    background-color: #FEC604;
}
.block-banner-image5 {
	overflow:hidden;
}
.info-video-adv {
    position: relative;
}
.menu-fixed .main-nav .menu-item-has-children > .sub-menu .sub-menu {
    border-right: none;
    border-bottom: none;
}
.peace-watermelon {
    position: absolute;
    top: 60px;
    right: -10px;
    animation-name: tada;
    animation-duration: 5s;
	animation-iteration-count: infinite;
    -webkit-animation-name: tada;
    -webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
}
.header-general{
	padding:30px;
}
.header5.vc_row {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header5.vc_row::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
}
.header-session .header5 {
    padding: 30px 35px;
}
body:not(.header-session) .header5{
	background-image:none!important;
}
body:not(.header-session) .header5::before{
	display:none;
}
.block-post5 .title60 {
    font-size: 24px;
    margin: 8px 0 0;
}
.block-post5 h3.title14 {
    display: none;
}
.main-nav.main-nav6 > ul > li > a{
	color:#fff;
	height:40px;
	line-height:40px;
   border:1px dashed transparent;
}
.header6 .wrap-cart-profile5 {
    margin-top: 3px;
}
.main-nav.main-nav6 > ul > li.current-menu-item > a, 
.main-nav.main-nav6 > ul > li.current-menu-ancestor > a {
   color: #000;
   background:transparent;
   border:1px dashed transparent;
}
.main-nav.main-nav6 > ul > li:hover > a {
    color: #fff;
   border:1px dashed #fff;
}
.main-nav6{
	margin:0 30px;
}
.logo6 {
    position: relative;
    z-index: 1;
}
.header4 .logo5 {
    margin: 0;
}
.logo-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
	line-height:36px;
}
.header-nav-default{
	padding:30px 0;
	background-image:url("../images/header.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;  
	position:relative;
}
.header-nav-default .main-nav{
	margin:0;
}
.header-nav-default::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    background-color: rgba(67,176,42, 0.6);
}
ol.comment-list .comment-form {
    margin-bottom: 20px;
}
.clearfix > ol  li,
.clearfix > ul li,
.detail-content-wrap > ol  li,
.detail-content-wrap > ul  li {
    line-height: 24px;
}
.form-row .checkbox, .form-row .radio {
    display: inline-block;
}
.cross-sells > h2,
.cart_totals  > h2,
.title-wc-vendor,
#customer_login > div > h2,
.woocommerce-MyAccount-content fieldset legend,
.woocommerce-Address-title > h3,
.woocommerce-shipping-fields > h3,
.woocommerce-billing-fields > h3,
.woocommerce-checkout > h3{
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Playfair Display', serif;
}
.cross-sells > h2, .cart_totals > h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.woocommerce-MyAccount-content fieldset{
	margin-top:20px;
}
.wishlist-button > a{
	color:#fff!important;
}
.banner-slider5 .owl-theme.pagi-nav-style .owl-controls .owl-pagination {
    bottom: 40px;
}
.icon-404 {
    max-width: 100%;
    width: 350px;
    height: 350px;
    background: #f7f7f7;
    border-radius: 50%;
    margin: auto;
    color: #dadada;
}
.icon-404 .number {
    font-size: 120px;
    margin: 0;
}
.icon-404 .text {
    margin: 20px 0 50px;
}
.content-page-404 {
    padding: 70px 0 0;
}
.info-404 h3 {
    margin: 15px 0 16px;
}
.info-404 .desc {
    margin-bottom: 42px;
}
.info-404 {
    margin-top: 30px;
}
.link-profile5 a {
    width: 34px;
    height: 34px;
    line-height: 34px;
}
.mini-cart-box.mini-cart2 .mini-cart-link {
    width: 34px;
    height: 34px;
    line-height: 34px;
}
.mini-cart2 .mini-cart-link .mini-cart-number {
    top: -8px;
    right: 5px;
}
.sidebar .widget_shopping_cart .mini-cart-button .button {
    padding: 0 13px!important;
    margin: 0 1px;
}
.comment-respond {
    margin-top: 45px;
}
a#cancel-comment-reply-link {
    margin: 0 15px;
    font-size: 14px;
}
.edit-link > .fa {
    margin: 0 5px;
}
p.no-comments {
    margin-top: 20px;
}
.wrap-main-nav1 .main-nav1 {
    margin: 0 0 0 30px;
}
.banner-slider3 .item-slider {
    border-radius: 50px;
}
.banner-slider2 .item-slider {
    border-radius: 50px;
}
/*Start Flat Style*/ 
.theme-flat-style .banner-slider3 .item-slider,  
.theme-flat-style .banner-slider2 .item-slider,  
.theme-flat-style .post-password-form input[type=submit],  
.theme-flat-style .woocommerce-product-search input[type=search],  
.theme-flat-style .map-image-replace img,  
.theme-flat-style .block-find-location,  
.theme-flat-style .search-location,  
.theme-flat-style .item-product-grid.style4,  
.theme-flat-style .item-product-grid.style4 .product-thumb-link,  
.theme-flat-style .item-product-grid.style4 .product-thumb img,  
.theme-flat-style .item-product-grid.style4 .product-thumb,
.theme-flat-style .product-tab3 .tab-content, 
.theme-flat-style .title-tab1 > li > a, 
.theme-flat-style .main-nav2>ul>li.current-menu-item>a, 
.theme-flat-style .main-nav2>ul>li.current-menu-ancestor>a, 
.theme-flat-style .latest-news-slider2 .owl-item:nth-child(2n) .item-post-default.flex-wrapper .post-info, 
.theme-flat-style .latest-news-slider2 .owl-item:nth-child(2n) .item-post-default.flex-wrapper .post-thumb, 
.theme-flat-style .banner-drink-water, 
.theme-flat-style .box-cat-dropdown .dropdown-link, 
.theme-flat-style .product_meta > span > span, 
.theme-flat-style .product_meta > span > a,
.theme-flat-style .item-product-meta-info span, 
.theme-flat-style .item-product-meta-info a, 
.theme-flat-style .woocommerce form.checkout_coupon, 
.theme-flat-style .woocommerce form.login,  
.theme-flat-style .woocommerce form.register,   
.theme-flat-style .blog-grid-view .list-3-item:nth-child(3n+2) .item-post-default.flex-wrapper .post-thumb, 
.theme-flat-style .blog-grid-view .list-3-item:nth-child(3n+2) .item-post-default.flex-wrapper .post-info, 
.theme-flat-style .contact-form-page input[type="submit"], 
.theme-flat-style .contact-map-google, 
.theme-flat-style .item-post-default .post-info, 
.theme-flat-style .item-post-default .post-thumb, 
.theme-flat-style select, 
.theme-flat-style input[type="password"], 
.theme-flat-style input[type="number"], 
.theme-flat-style input[type="email"], 
.theme-flat-style input[type="date"], 
.theme-flat-style input[type="tel"],  
.theme-flat-style input[type="text"], 
.theme-flat-style.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,  
.theme-flat-style.woocommerce .widget_price_filter .price_slider_amount .price_label > span,  
.theme-flat-style.woocommerce div.product form.cart .button,  
.theme-flat-style .detail-qty,  
.theme-flat-style .wrap-product-detail,  
.theme-flat-style .block-people-say2, 
.theme-flat-style .about-price-table, 
.theme-flat-style .block-intro-fruit, 
.theme-flat-style .main-nav li.has-mega-menu > .mega-menu, 
.theme-flat-style .compare-wishlist-link, 
.theme-flat-style.woocommerce #respond input#submit, 
.theme-flat-style.woocommerce a.button, 
.theme-flat-style.woocommerce button.button, 
.theme-flat-style.woocommerce input.button
.theme-flat-style .widget_price_filter .price_slider_amount .price_label > span, 
.theme-flat-style .item-product-list, 
.theme-flat-style .show-by .dropdown-link .silver, 
.theme-flat-style .woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit, 
.theme-flat-style .woocommerce #respond input#submit.alt, 
.theme-flat-style .woocommerce a.button.alt, 
.theme-flat-style .woocommerce button.button.alt, 
.theme-flat-style .woocommerce input.button.alt, 
.theme-flat-style .button, 
.theme-flat-style .btn, 
.theme-flat-style .woocommerce #respond input#submit.alt, 
.theme-flat-style .woocommerce a.button.alt, 
.theme-flat-style .woocommerce button.button.alt, 
.theme-flat-style .woocommerce input.button.alt .woocommerce #respond input#submit, 
.theme-flat-style .woocommerce a.button, 
.theme-flat-style .woocommerce button.button, 
.theme-flat-style .woocommerce input.button,
.theme-flat-style textarea,
.theme-flat-style .content-single-blog,
.theme-flat-style .item-post-large,
.theme-flat-style .item-post-grid,
.theme-flat-style .title-box-news1,
.theme-flat-style .item-product-grid .product-extra-link,
.theme-flat-style .title-tab.title-tab2 > li > a,
.theme-flat-style .banner-slider1,
.theme-flat-style .item-product-grid .product-thumb,
.theme-flat-style .item-product-grid .product-thumb-link,
.theme-flat-style .widget,
.theme-flat-style .radius,
.theme-flat-style .wrap-viewall,
.theme-flat-style .banner-saleoff1,
.theme-flat-style .search-form,
.theme-flat-style .woocommerce-MyAccount-content,
.theme-flat-style .woocommerce-MyAccount-navigation ul li a,
.theme-flat-style .bread-crumb,
.theme-flat-style .wrap-main-nav1,
.theme-flat-style .mini-cart-box .mini-cart-link,
.theme-flat-style .search-form input[type="text"],
.theme-flat-style .form-newsletter input[type="submit"],
.theme-flat-style .form-newsletter input[type="email"],
.theme-flat-style .shop-button{
	border-radius:0;
}
.theme-flat-style  .post-button .shop-button{
	margin:0 3px;
}
.theme-flat-style  .post-button{
	margin:0 -3px;
}
.theme-flat-style  .wrap-main-nav1 .main-nav1 {
    margin: 0 -6px;
}
.theme-flat-style  .block-intro-fruit {
    margin-left: -15px;
    margin-right: -15px;
}
/*End Flat Style*/
.block-about-fruit .block-intro-fruit {
    margin-left: 0;
    margin-right: 0;
}