/*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 */
.footer-page{
	    background: #c3d450;
}
body {
  color: #888;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  overflow-x: hidden;
}
.wrap {
  overflow: hidden;
  position: relative;
}
* {
  box-sizing: border-box;
  outline: none;
}
img {
  max-width: 100%;
}
a {
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
a:link, 
a:visited{
  color: #4c5461;
}
a:hover {
    color: #c3d450;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.container {
  max-width: 1200px;
  position: relative;
  width: 100%;
}
input,
input:focus,
input:hover {
  outline: none;
}
/*Begin Class*/
.border {
  border: 1px solid #e5e5e5;
}
.no-margin {
  margin: 0;
}
.border-left {
  border-left: 1px solid #e5e5e5;
}
.border-right {
  border-right: 1px solid #e5e5e5;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.transition {
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.radius4 {
  border-radius: 0px;
}
.radius6 {
  border-radius: 6px;
}
.drop-shadow {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.round {
  border-radius: 50%;
}
.desc {
  color: #888;
  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;
}
.title8,
.title12,
.title14,
.title15,
.title16,
.title18,
.title20,
.title22,
.title24,
.title30,
.title36,
.title38,
.title40,
.title45,
.title48,
.title55,
.title60,
.title72,
.title80,
.title90,
.title105,
.title120,
.title150,
.title160,
.title100,
.title200 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.title8 {
  font-size: 8px;
}
.title12 {
  font-size: 12px;
}
.title15 {
  font-size: 15px;
}
.title16 {
  font-size: 16px;
}
.title18 {
  font-size: 18px;
}
.title20 {
  font-size: 20px;
}
.title22 {
  font-size: 22px;
}
.title24 {
  font-size: 24px;
}
.title30 {
  font-size: 30px;
}
.title36 {
  font-size: 36px;
}
.title38 {
  font-size: 38px;
}
.title40 {
  font-size: 40px;
}
.title45 {
  font-size: 45px;
}
.title48 {
  font-size: 48px;
}
.title55 {
  font-size: 55px;
}
.title60 {
  font-size: 60px;
}
.title72 {
  font-size: 72px;
}
.title80 {
  font-size: 80px;
}
.title90 {
  font-size: 90px;
}
.title120 {
  font-size: 120px;
}
.title150 {
  font-size: 150px;
}
.title160 {
  font-size: 160px;
}
.title100 {
  font-size: 100px;
}
.title200 {
  font-size: 200px;
}
.title105 {
  font-size: 105px;
}
.vibes-font {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  text-transform: inherit;
}
.rale-font {
  font-family: 'Raleway', sans-serif;
}
.anton-font {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
}
.poiret-font {
  font-family: 'Poiret One', cursive;
  font-weight: 400;
}
.noto-font{
  font-family: 'Noto serif';
  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.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.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:not(.owl-loaded) > div:not(:first-child) {
  display: none;
}
.owl-carousel .owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev,
.owl-theme .owl-nav [class*=owl-]{
  width: 50px;
  height: 50px;
  display: inline-block;
  opacity: 1;
  padding: 0;
  text-align: center;
  margin: -25px 0 0;
  border-radius: 50% !important;
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 9;
  color: #4c5461;
  background: rgba(255, 255, 255, .7);
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #c3d450;
  color: #FFF;
  text-decoration: none;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -55px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -55px;
}
.banner-slider {
  position: relative;
  overflow: hidden;
}
.banner-slider .banner-thumb {
  position: relative;
}
.banner-slider .banner-thumb a {
  display: block;
}
.banner-slider .banner-thumb video {
  width: 100%;
  display: block;
}
.banner-slider .owl-theme .owl-nav button {
  opacity: 0;
}
.banner-slider:hover .owl-theme .owl-nav button {
  opacity: 1;
}
.banner-slider .owl-theme .owl-nav button.owl-prev {
  left: 90px;
}
.banner-slider .owl-theme .owl-nav button.owl-next {
  right: 90px;
}
.banner-slider:hover .owl-theme .owl-nav button.owl-prev {
  left: 100px;
}
.banner-slider:hover .owl-theme .owl-nav button.owl-next {
  right: 100px;
}
.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: #999;
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #333;
}
.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-nav {
  position: absolute;
  right: 15px;
  top: -40px;
  width: 75px;
  margin: auto;
}
.banner-slider .banner-thumb img {
  width: 100%;
}
.banner-slider .banner-info {
  height: auto;
}
.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;
}
.adv-thumb-link > img {
  display: block;
  width: 100%;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
  -webkit-backface-visibility: hidden; 
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/*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.05) rotate(4deg);
  -webkit-transform: scale(1.05) rotate(4deg);
}
/*Zoom Image*/
.zoom-image:hover .adv-thumb-link > img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/*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.35s ease-out 0s;
  -webkit-transition: all 0.35s 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.35s ease-out 0s;
  -webkit-transition: all 0.35s 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.35s ease-out 0s;
  -webkit-transition: all 0.35s 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.2);
}
.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.35s ease-out 0s;
  -webkit-transition: all 0.35s 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.35s ease-out 0s;
  -webkit-transition: all 0.35s 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{    width: 100%;}
.main-nav > ul > li .sub-menu > li.menu-item-preview {
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview::after {
  position: absolute;
  width: 10px;
  height: 40px;
  top: 0;
  left: 100%;
  content: "";
  background: transparent;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  left: 100%;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  margin-left: 10px;
  border: 1px solid #e5e5e5;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s 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.35s ease-out 0s;
  -webkit-transition: all 0.35s 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.35s ease-out 0s;
  -webkit-transition: all 0.35s 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: #4c5461;
  display: block;
  height: 60px;
  line-height: 60px;
  position: relative;
  padding: 0 20px;
}
.main-nav > ul > li:hover > a, 
.main-nav > ul  li.current-menu-item > a{
  color: #c3d450;
}
.main-nav > ul  li.current-menu-item > a{
  font-weight: 500;
}
.main-nav > ul > li.has-mega-menu > a::after, 
.main-nav > ul > li.menu-item-has-children > a::after{
  content: "\f0d7";
  font-family: fontAwesome;
  margin-left: 7px;
  display: inline-block;
}
.main-nav li.menu-item-has-children {
  position: relative;
}
.main-nav li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.main-nav .sub-menu {
  background: #fff;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 220px;
  z-index: 999;
  text-align: left;
  margin: 30px 0 0;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
  -webkit-box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.25);
}
.main-nav .sub-menu li {
  border-bottom: 1px solid #eee;
}
.main-nav .sub-menu li:last-child {
  border-bottom: none;
}
.main-nav .sub-menu li:hover {
}
.main-nav li.has-mega-menu > .mega-menu {
  background: #fff;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  text-align: left;
  margin: 30px 0 0;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
  box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.25);
}
.main-nav li.has-mega-menu:hover > .mega-menu {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.mega-menu-list h3.title18{
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mega-menu-list ul li{
  display: block;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #eee;
}
.mega-menu-list ul li:first-child{

}
.mega-menu-list ul li:last-child{
  border-bottom: none;
  padding-bottom: 0px;
}
.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;
}
.mega-menu-list ul li:hover a,
.main-nav > ul > li .sub-menu > li:hover > a {
  margin-left: 8px;
}
.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: "\f0da";
  font-family: fontAwesome;
  position: absolute;
  right: 15px;
  top: 9px;
}
.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: 60px;
  line-height: 62px;
  margin-left: 15px;
  width: 25px;
  position: relative;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.main-nav .toggle-mobile-menu span.text{
  display: inline-block !important;
  background: transparent !important;
  padding-left: 33px;
  font-weight: 500;
  text-transform: uppercase;
  height: 30px;
  line-height: 33px;
  color: #4c5461;
}
.main-nav .toggle-mobile-menu span:not(.text) {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
}
.main-nav .toggle-mobile-menu::before,
.main-nav .toggle-mobile-menu::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  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, -8px, 0);
  transform: translate3d(0, -8px, 0);
}
.main-nav .toggle-mobile-menu::after {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 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: 991px) {
  .mega-menu {
    display: none;
  }
  .main-nav .toggle-mobile-menu {
    display: block;
  }
  .main-nav .sub-menu {
    background: #fff none repeat scroll 0 0;
    display: none;
    margin: 0!important;
    opacity: 1!important;
    visibility: visible!important;
    position: static!important;
    box-shadow: none!important;
    border-top: 1px solid #e5e5e5;
  }
  .main-nav > ul > li > a::before {
    display: none!important;
  }
  .main-nav > ul > li > a {
    color: #333!important;
    border-top: 1px solid #e5e5e5!important;
  }
  .main-nav {
    margin: 0;
  }
  .header-top-default {
    border-bottom: 1px solid #eee;
  }
  .header-nav-default{
    position: absolute;
    top: 27px;
    box-shadow: none !important;
  }
  .main-nav > ul {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 270px;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    background: #fff;
    -webkit-box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    text-align: left;
  }
  .main-nav.active > ul {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
  }
  .main-nav.active .overlay-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11,11,11,.8);
    z-index: 996;
    transition: visibility 0.4s ease, opacity 0.4s ease;
  }
  .main-nav > ul > li {
    display: block;
    margin: 0 15px !important;
    padding: 0!important;
  }
  .main-nav .sub-menu li a::before {
    display: none;
  }
  .main-nav > ul li > a {
    display: block;
    font-size: 14px!important;
    font-weight: 400;
    height: auto !important;
    line-height: inherit !important;
    padding: 10px 0!important;
    border-bottom: none!important;
  }
  .main-nav > ul li:first-child > a {
    border: medium none!important;
  }
  .main-nav .sub-menu > li {
    padding: 0px!important;
    margin: 0 0 0 15px;
  }
  .main-nav > ul > li.menu-item-has-children.has-mega-menu {
    position: relative;
  }
  .main-nav > ul li.menu-item-has-children .menu-item-has-children > a::after {
    right: 0;
    top: 0;
  }
  .main-nav > ul > li.menu-item-has-children > a::after {
    display: none;
  }
  .main-nav > ul > li .sub-menu {
    display: none;
    width: 100%;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  .btn-toggle-mobile-menu {
    cursor: pointer;
  }
  .btn-toggle-mobile-menu::after {
    position: absolute;
    top: 11px;
    right: 0px;
    font-family: fontAwesome;
    content: "\f107";
  }
  .btn-toggle-mobile-menu.active::after {
    content: "\f106";
  }
  .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu {
    left: 0;
    top: 100%;
    padding: 0;
  }
  .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > a::after {
    display: none;
  }
  .main-nav > ul > li.has-mega-menu > a::after {
    display: none!important;
  }
  .menu-item-preview .preview-image {
    display: none;
  }
  .sub-menu,
  .mega-menu,
  .dropdown-list {
    pointer-events: inherit;
  }
  .main-nav > ul > li .sub-menu > li > a {
    background: #fff!important;
  }
  .main-nav li.has-mega-menu > .mega-menu {
    display: none;
    opacity: 1;
    margin: 0;
    border: 1px solid #f5f5f5;
  }
}
/*End Menu Responsive*/
/*Begin Rating*/
.wrap-rating {
  display: inline-block;
  margin-bottom: 18px;
}
.wrap-rating .rate-number {
  font-size: 10px;
}
.number-rate{
  display: none;
}
.product-rate {
  background-position: 0 -12px;
  background-repeat: repeat-x;
  height: 12px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  width: 70px;
  background-image: url(../images/icon/rate12px.png);
}

.product-rating {
  background-image: url(../images/icon/rate12px.png);
  height: 12px;
  background-position: 0 0;
  background-repeat: repeat-x;
}

.item-product.text-center .product-rate {
  margin: auto;
}
/*End Rating*/
/*Button Scoll*/
body .scroll-top {
  bottom: 10px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  position: fixed;
  right: -50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #c3d450;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
body .scroll-top:hover{
  background-color: #4c5461;
}
.scroll-top.active {
  opacity: 1;
  right: 15px;
  color: #fff;
}
/*Begin Product*/
.product-slider .item-product {
  margin: 0 15px 30px;
}
.product-slider {
  margin: 0 -15px;
}
.product-thumb {
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.product-title {
  margin: 0 0 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.table .product-info .product-title {
  white-space: normal;
}
.product-price ins {
  text-decoration: none;
}
.product-price {
  margin: 0 -2px 7px;
}
.product-price > * {
  margin: 0 2px;
}
/*Overlay Product*/
.product-thumb-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-thumb-link img {
  width: 100%;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s 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 #e5e5e5;
  border-radius: 0px;
}

/*Begin Dropdown Box*/
.dropdown-box {
  position: relative;
}
.dropdown-link {
  display: inline-block;
  position: relative;
}
.dropdown-list {
  background: #fff;
  left: 0;
  right: auto;
  list-style: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 120px;
  line-height: normal;
  z-index: 9991;
  text-align: left;
  margin: 30px 0 0;
  padding: 10px 0;
  border: 1px solid #eee;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-box:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.dropdown-list li{
  padding: 6px 20px;
}
.dropdown-list li:last-child{
}
.dropdown-list li:hover a{
  display: block;
  background: transparent;
  color: #c3d450;
}


.language-box .dropdown-list li a span,
.currency-box .dropdown-list li a span {
  margin: 0 5px;
}
.language-box .dropdown-link::after,
.currency-box .dropdown-link::after {
  font-family: fontAwesome;
  content: "\f107";
  margin: 0 5px;
}
/*End Dropdown Box*/
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.wishlist-button a {
  background: #858785 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
/*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;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0 !important;
  display: none;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}
.window-popup {
  position: relative;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
  margin: 0 auto;
  height: 100%;
  padding: 15px;
}
.window-popup .close-popup {
  display: block;
  position: absolute;
  height: 30px;
  line-height: 30px;
  top: -30px;
  right: -30px;
  font-size: 30px;
  cursor: pointer;
  z-index: 999;
  color: #999;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.window-popup .close-popup:hover{
  color: #c3d450;
}
.content-popup {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  max-width: 100%;
  height: 100%;
}
.newsletter-popup {
  width: 750px;
  max-height: 450px;
}
.newsletter-form.popup {
  display: block;
  padding: 0;
}
.newsletter-form.popup .form-newsletter {
  width: 750px;
}
.content-newsletter-info * {
  position: relative;
  z-index: 1;
}
.content-newsletter-info .check-popup {
  display: inline-block;
  margin-top: 165px;
}
.content-newsletter-info {
  height: 450px;
  padding: 42px 50px 44px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
}
.content-newsletter-info h2.title45 {
  margin-bottom: 8px;
}
.content-newsletter-info p.desc {
  max-width: 410px;
  margin-bottom: 50px;
}
.newsletter-form.popup .form-newsletter form .mc4wp-form-fields {
  display: block;
  border: none;
  height: 40px;
  max-width: 320px;
}
.newsletter-form.popup .form-newsletter input[type="text"] {
  display: none;
}
.newsletter-form.popup .form-newsletter input[type="email"] {
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0;
  width: 100%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}

.newsletter-form.popup .form-newsletter input[type="email"]:focus, 
.newsletter-form.popup .form-newsletter input[type="email"]:hover {
  border-color: #c3d450;
}
.newsletter-form.popup .form-newsletter input[type="email"]::placeholder {
  color: #999;
}
.newsletter-form.popup .form-newsletter .submit-form {
  padding: 0;
  height: auto;
  margin: 20px 0 0;
  position: static;
  background: transparent;
  transform: none;
}
.newsletter-form.popup .content-newsletter-info .submit-form input[type="submit"] {
  background-color: #c3d450;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.newsletter-form.popup .content-newsletter-info .submit-form input[type="submit"]:hover{
  background-color: #4c5461;
}
.newsletter-form.popup .content-newsletter-info input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  margin: 0;
  height: 15px;
  width: 15px;
  z-index: 111;
  opacity: 0;
}
.check {
  position: absolute;
  top: 0px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #999999;
}
.check:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.newsletter-form.popup .content-newsletter-info input[type=checkbox]:checked ~ .check:after {
  display: block;
}
.newsletter-form.popup .content-newsletter-info label {
  cursor: pointer;
  margin: 0 10px;
  padding: 0 15px;
  line-height: 15px;
  font-weight: 400;
  vertical-align: middle;
}
/*End Email Popup*/
/*Begin Mini Cart*/
.mini-cart-box {
  position: relative;
}
.mini-cart-link {
  position: relative;
}
.mini-cart-icon{
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.mini-cart-link:hover .mini-cart-icon{
  color: #c3d450;
}
.mini-cart-info{
  padding-left: 13px;
}
.mini-cart-items, 
.mini-cart-text {
  line-height: 14px;
  display: block;
}
.mini-cart-text .mini-cart-total-price {
  color: #c3d450;
}
.mini-cart-items{
  margin: 6px 0;
}
.list-mini-cart-item {
  margin-top: 15px;
}
.product-mini-cart.table-custom {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.product-mini-cart.table-custom:last-child {
  margin-bottom: 0px;
}
.product-mini-cart .product-thumb {
  width: 60px;
}
.product-mini-cart .product-thumb img{
  border: 1px solid #d6d6d6;
}
.product-mini-cart .product-thumb img:hover{
  border-color: #c3d450;
}
.mini-cart-box .dropdown-list {
  width: 300px;
  padding: 30px 15px;
  border: 1px solid #eee;
}
.product-mini-cart .product-info {
  padding: 0 15px;
}
.mini-cart-button {
  text-align: center;
  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: 0px;
}
.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: 0px;
}
.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 {
  text-align: center;
  padding: 25px 0;
}
.header-top-default h1{
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Noto serif';
}
.header-nav-default {
  text-align: center;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.header-nav-default .main-nav .toggle-mobile-menu span.text{
  display: none !important;
}
.footer-default {
  padding: 18px 0;
  background: #f5f6f9;
  border-top: 1px solid #d6d6d6;
}
.content-page {
  margin: 100px 0;
}
.mega-list-cat ul li {
  border-top: 1px solid #e5e5e5;
}
.mega-list-cat ul li a {
  display: block;
  padding: 10px 0;
}
.mega-list-cat ul {
  margin-top: 15px;
}
.wg-list-categories ul {
  padding-left: 15px;
}
.wg-list-categories li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.wg-list-categories li {
  position: relative;
}
.wg-list-categories li:last-child a {
  border-bottom: none;
}
.wg-list-categories li .count {
  position: absolute;
  right: 0;
  top: 9px;
  color: #fff;
  width: 20px;
  height: 20px;
  background: #999;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
}
.widget-tags li a {
  padding: 6px 15px;
  border: 1px solid #e5e5e5;
  display: block;
  border-radius: 0px;
}
.wg-list-tags li {
  display: inline-block;
  margin-bottom: 5px;
}
.wg-list-tags ul {
  padding-left: 15px;
}
.wg-list-categories {
  margin-top: -20px;
}
.wg-list-categories li.has-children {
  border-bottom: 1px solid #e5e5e5;
}
.wg-search-form {
  position: relative;
}
.wg-search-form input[type="text"] {
  border: 1px solid #e5e5e5;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  display: block;
  width: 100%;
  border-radius: 0px;
  font-size: 14px;
}
.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 {
  content: '\55';
  font-family: "ElegantIcons";
  position: absolute;
  color: #999;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -moz-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.top-filter{
  margin-bottom: 40px;
  padding: 0 20px;
  border: 1px solid #eee;
}
.result-count{
  margin: 0;
  height: 38px;
  line-height: 38px;
}
.view-type {
  margin: 0 -8px;
}
.view-type a {
  display: inline-block;
  font-size: 18px;
  margin: 0 8px;
}
.view-type a.active {

}
.view-type a i{
  position: relative;
  top: 1px;
}
.sort-pagi-bar > li {
  margin: 0 15px;
  line-height: 38px;
  height: 38px;
}
.sort-pagi-bar {
  margin: 0 -15px;
}
.show-order .dropdown-link .silver::after, 
.show-by .dropdown-link .silver::after {
  position: relative;
  font-family: fontAwesome;
  content: "\f0d7";
  margin: 0 4px;
}
.show-order .dropdown-list {
  width: auto;
  white-space: nowrap;
}
.show-by > span, .sort-by > span {
  margin-right: 10px;
}
.show-by .dropdown-link {
  display: none;
}
.show-by .dropdown-list {
  display: inline-block;
  position: static;
  opacity: 1;
  visibility: visible;
  border: 0;
  box-shadow: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}
.show-by .dropdown-list li {
  display: inline-block;
  padding: 0;
}
.show-by .dropdown-list li:not(:last-child):after {
  content: "/";
  color: #999;
  margin: 0 8px;
  vertical-align: middle;
}
.show-by .dropdown-list li a {
  padding: 0;
  display: inline-block;
  height: auto;
  line-height: normal;
  color: #999;
  border: none;
}
.show-by .dropdown-list li a.active {
  background: transparent;
  color: #c3d450;
}
.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-default .banner-advs iframe{
  width: 100%;
  border: 0;
  max-width: 100%;
}
.item-post .post-info .post-title {
  margin-bottom: 10px;
  font-family: 'Noto Serif';
  font-weight: 700;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.item-post .post-info .desc {
  margin-bottom: 33px;
}
.blog-list-view .item-post-large {
  margin-bottom: 80px;
}
.blog-list-view [class^="col"]:last-child .item-post-large{
  margin-bottom: 50px;
}
.blog-grid-view .list-post-wrap{
  margin: 0 -15px 50px;
}
.item-post-large .banner-advs {
  margin-bottom: 25px;
}
.item-post-large .banner-advs .pore{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.item-post-large .meta-date{
  margin-bottom: 6px;
}

.blog-list-view .item-post-list {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog-list-view .col-md-12:last-child .item-post-list {
  border-bottom: none;
  padding-bottom: 0;
}
.post-meta-data {
  padding-bottom: 4px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 22px;
}
.post-meta-data,
.post-meta-data a{
  color: #999; 
}
.post-meta-data .meta-author a{
  color: #4c5461;
}
.post-meta-data .meta-author a:hover,
.post-meta-data a:hover{
  color: #c3d450; 
}
.post-meta-data > li {
  position: relative;
  margin: 0 12px 10px 0;
  padding-right: 16px;
}
.post-meta-data > li:before{
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  top: 50%;
  right: 0;
  background: #999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-meta-data > li:last-child:before {
  display: none;
}
.post-meta-data i.fa {
  margin-right: 10px;
}
.post-meta-data li:not(.meta-cate) a {
  margin-right: 10px;
}
.post-meta-data li:not(.meta-cate) a:last-child {
  margin-right: 0;
}
.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-info-author {
  border: 1px solid #eee;
  padding: 25px;
  margin-bottom: 60px;
  background: #f9f9f9;
}
.single-info-author .author-info {
  position: relative;
  padding-left: 30px;
}
.single-info-author .author-thumb{
  width: 100px;
}
.single-info-author .author-info > h3 {
  margin: 0 0 10px;
  text-transform: capitalize;
}
.single-info-author .author-social {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 10px -10px 0;
}
.single-info-author .author-social a {
  color: #999;
  margin: 0 10px;
}
.single-info-author .author-social a:hover{
  color: #c3d450;
}
.single-info-author .more-posts{
  display: block;
  margin-top: 6px;
  color: #c3d450;
  line-height: 18px;
}
.single-info-author .more-posts:hover{
  text-decoration: underline;
}
.post-control {
  padding: 34px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  margin-bottom: 55px;
}
.post-control::after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  margin-top: -30px;
  width: 1px;
  content: "";
  background: #e5e5e5;
}
.post-control i.fa {
  position: absolute;
  top: 50%;
  font-size: 16px;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  width: 30px;
  background: #eeeeee;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-control .text-left i{
  left: 65px;
}
.post-control .text-right i{
  right: 65px;
}
.post-control .text-left{
  padding-left: 100px;
}
.post-control .text-right{
  padding-right: 100px;
}
.post-control span {
  display: inline-block;
  vertical-align: middle;
}
.title-single-related-post {
  position: relative;
  margin-bottom: 36px;
}
.title-single-related-post a {
  position: absolute;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  top: 0;
  right: 0;
}
.related-post-slider {
  margin: 0 -15px;
}
.related-post-slider .item-post {
  margin: 0 15px;
}
.single-related-post {
  margin-bottom: 53px;
}
.single-related-post .post-thumb{
  position: relative;
  margin-bottom: 25px;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.single-related-post .post-thumb a:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  z-index: 11;
    transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.single-related-post .post-thumb a:hover:before{
  border-color: #c3d450;
}
.single-related-post .post-thumb:hover{
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.2);
}
.single-related-post h3.title16 {
  line-height: 24px;
}
.blog-comment-detail > h2.title24 {
  margin-bottom: 38px;
}
.item-comment .comment-thumb {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 10px;
  right: 10px;
  z-index: 1;
}
.item-comment .comment-thumb img{
  display: block;
  width: 60px;
  height: 60px;
}
.item-comment .comment-info {
  position: relative;
  padding-top: 5px;
  padding-left: 100px;
}
.item-comment .comment-info .title14{
  margin: 2px 0 7px;
}
.item-comment .comment-info .desc p{
  margin: 10px 0;
}
.item-comment .comment-info .reply-button {
  position: relative;
  display: block;
  margin: 7px 0 0;
  color: #c3d450;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
}
.item-comment .comment-info .reply-button:before{
  content: "\f112";
  font-family: 'fontawesome';
  font-size: 14px;
  margin-right: 8px;
}
.item-comment {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.comment-list li:last-child .item-comment {
  margin-bottom: 0;
}
.comment-list li li:last-child .item-comment {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.blog-comment-detail {
  margin: 55px 0;
}
.blog-comment-detail .no-comments{
  margin-top: 55px;
}
.reply-comment > h2 {
  margin-bottom: 17px;
}
.reply-comment > .desc {
  margin-bottom: 40px;
}
.comment-respond{
  position: relative;
  overflow: hidden;
}
.comment .comment-respond{
  margin-bottom: 40px;
}
.comment-list li:last-child .comment-respond{
  margin-top: 40px;
}
.woocommerce #review_form #respond p{
  margin-bottom: 20px;
}
.comment-respond p {
  position: relative;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.comment-respond p.contact-name{
  float: left;
  width: calc(50% - 10px);
}
.comment-respond p.contact-email{
  float: right;
  width: calc(50% - 10px);
}
.woocommerce #review_form #respond p.form-submit,
.comment-respond p.form-submit{
  margin-bottom: 0px;
  position: relative;
  width: auto;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"] {
  height: 40px;
  display: block;
  width: 100%;
}
.woocommerce #reviews #comment,
.comment-respond textarea {
  display: block;
  width: 100%;
  padding: 8px 20px;
  height: 150px;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond textarea{
  background: #f9f9f9;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.comment-respond input[type="email"]:hover,
.comment-respond input[type="text"]:hover,
.comment-respond textarea:hover{
  border-color: #c3d450;
}
.reply-comment .desc {
  margin: 13px 0 43px;
}
.btn-loadmore{
  text-align: center;
}
.woocommerce #respond input#submit,
.comment-respond input[type="submit"] {
  font-weight: 500;
  padding: 0 22px;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.btn-loadmore .loadmore,
.comment-respond input[type="submit"],
.woocommerce #respond input#submit,
a.shop-button{
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 0px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background-color: #c3d450;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.btn-loadmore .loadmore:hover,
.comment-respond input[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.comment-respond input[type="submit"]:hover,
a.shop-button:hover{
  background-color: #4c5461;
  color: #fff;
}
a.shop-button:after{
  content: "\f101";
  font-family: FontAwesome;
  margin-left: 7px;
}
.no-icon a.shop-button:after{
  display: none;
}
.product-thumb .product-label {
  position: absolute;
  top: 19px;
  right: 19px;
  left: 19px;
  z-index: 11;
}
.product-thumb .product-label span {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
}
.product-label span.sale {
  background: #c50000;
  float: right;
}
.product-label span.new {
  background: #c3d450;
  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;
}
.item-product.product-stock .product-thumb-link::before {
  opacity: 1;
}
.product-list-view .item-product {
  margin-bottom: 30px;
}
.item-product-list .product-info {
  padding-top: 0;
}
.item-product-list .product-desc {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-bottom: 22px;
}
.wrap-detail-gallery,
.woocommerce div.product div.images.wrap-detail-gallery{
  margin: 0;
}
.detail-gallery {
  position: relative;
  padding-right: 20px;
  margin-bottom: 30px;
}
.detail-gallery .image-lightbox{
  position: relative;
}
.detail-gallery .image-lightbox img{
  margin: auto;
  position: relative;
  border: 1px solid #c3d450;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.detail-gallery .image-lightbox .fancybox-buttons:hover img{
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1) !important;
}
.detail-fixed-info .detail-gallery .image-lightbox a img{
  margin-bottom: 60px;
}
.detail-fixed-info .detail-gallery .image-lightbox a:last-child img{
  margin-bottom: 0px;
}


.detail-gallery .gallery-control {
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.detail-gallery .gallery-control > a {
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  font-size: 18px;
  background: #eeeeee;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  display: block;
  z-index: 1111;
}
.detail-gallery .gallery-control .slick-hidden, 
.detail-gallery .gallery-control .slick-disabled {
  cursor: not-allowed;
}
.product-horizontal .gallery-slider {
  margin: 0 60px;
}
.detail-gallery .gallery-control > a:hover {
  color: #fff;
  background-color: #c3d450;
}
.detail-gallery .gallery-control > a.next {
  right: 0px;
}
.detail-gallery .gallery-control > a.prev {
  left: 0px;
}
.woocommerce div.product form.cart .variations{
  position: relative;
  margin-bottom: 41px; 
}
.woocommerce div.product form.cart .variations label{
  font-weight: 500;
}
.detail-attr {
  margin-bottom: 30px;
}
.detail-attr label {
  display: block;
  margin: 0 0 12px;
  font-weight: 500;
  color: #4c5461;
}

.detail-attr > .select-box {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
}
.detail-qty {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 120px;
}
.detail-qty .qty-val {
  padding: 0 40px;
  height: 40px;
  text-align: center;
  max-width: 120px;
  color: #000;
  border: 1px solid #dadada;
}
.detail-qty a {
  top: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  right: 0;
  color: #666666;
}
.detail-qty a:hover {
  background: #c3d450;
  color: #fff;
  border-color: #c3d450;
}
.detail-qty a.qty-up {
  border-left: 1px solid #dadada;
}
.detail-qty a.qty-down {
  left: 0;
  border-right: 1px solid #dadada;
}
.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-extra-link a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
}
.detail-extra-link a .fa {
  font-size: 12px;
  color: #999;
  margin-right: 10px;
}
.detail-extra-link {
  margin-bottom: 25px;
}
.item-product-meta-info {
  float: left;
  width: 100%;
  font-size: 14px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 14px 0 8px;
  margin-bottom: 40px;
}
.item-product-meta-info > span {
  display: inline-block;
  margin-right: 50px;
}
.item-product-meta-info > span:last-child {
  margin: 0;
}
.item-product-meta-info > span > * {
  display: inline-block;
  margin-left: 4px;
}
.item-product-meta-info > span > .sku {
  margin-bottom: 4px;
  color: #666;
}
.item-product-meta-info > span > label {
  font-weight: 400;
  color: #000;
  margin: 0;
}
.item-product-meta-info .meta-item-list span, .item-product-meta-info .meta-item-list  a {
  margin: 0 2px;
  margin-bottom: 4px;
  color: #666;
}
.item-product-meta-info .meta-item-list  a:hover{
  color: #c3d450;
}
.product-meta-info > li {
  margin-bottom: 5px;
}
.product_meta > span {
  display: inline-block;
}
.item-product-meta-info span, .item-product-meta-info a {
  display: inline-block;
}
.product-detail {
  margin-bottom: 31px;
}
.detail-info {
  float: left !important;
  position: relative;
}
.detail-info .product-control {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 2px;
}
.detail-info .product-control a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin: 0 -2px;
  color: #555;
}
.detail-info .product-control a:hover {
  background: #f9f9f9;
}
.detail-info .product-control a.prev {
  border-radius: 4px 0 0 4px;
}
.detail-info .product-control a.next {
  border-radius: 0 4px 4px 0;
}
.detail-tabs {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  margin-bottom: 56px;
}
.detail-tab-title {
  min-width: 200px;
}
.detail-tab-content {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
}
.detail-tab-content .tab-content .tab-pane{
  position: relative;
  padding: 48px 50px;
  border: 1px solid #eee;
  margin: 0 -1px;
}
.tab-vertical .detail-tab-content .tab-content .tab-pane{
  margin: -1px 0;
}
.detail-tab-content .tab-content .tab-pane.active{
  border: 1px solid #c3d450;
}
.list-tag-detail{
  font-size: 0px;
}
.list-tag-detail li a {
  display: block;
  position: relative;
  color: #999;
  padding: 8px 25px;
  border: 1px solid #eee;
  margin-left: -1px;
  margin-bottom: -1px;
  font-size: 18px;
}
.list-tag-detail li.active a {
  color: #4c5461;
}
.list-tag-detail li a:before{
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 1;
}
.tab-horizontal .list-tag-detail li a:before{
  right: 0px;
}
.list-tag-detail li.active a:before{
  border: 1px solid #c3d450;
}
.tab-vertical .list-tag-detail li a{
  margin: -1px;
}
/*Begin Review*/
.detail-tab-review .title14 {
  margin: 0 0 18px;
  text-transform: inherit;
  font-size: 18px;
}
.list-none.list-tags-review li {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}
.list-none.list-tags-review li > .review-author {
  width: 100px;
}
.list-none.list-tags-review li > div {
  display: table-cell;
  vertical-align: top;
}
.list-none.list-tags-review li > .review-info {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  padding: 20px;
  position: relative;
}
.list-none.list-tags-review li > .review-author a {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 70px;
}
.list-none.list-tags-review li > .review-author a img {
  border-radius: 50%;
}
.review-header {
  color: #999;
}
.review-info .product-rate {
  position: absolute;
  right: 20px;
  top: 25px;
}
.review-form {
  margin-top: 23px;
}
.review-form > div {
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 105px;
  position: relative;
}
.review-form > div > label {
  font-weight: 400;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
}
.review-form > div > input[type="text"] {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  height: 40px;
  max-width: 400px;
  padding: 0 15px;
  width: 100%;
}
.review-form > div > .product-rate {
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
}
.review-form > div > textarea {
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  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 {
  float: left;
  width: 100%;
}
.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 #e5e5e5;
  border-radius: 0px;
  font-weight: 700;
  position: relative;
}
.title-list-tab {
  margin-bottom: 50px;
}
.title-list-tab > li.active > a {
  background: #f9f9f9;
}
.block-product-tab {
  margin-bottom: 50px;
}
.block-product-tab > h3 {
  margin-bottom: 20px;
}
.block-product-tab > .desc {
  max-width: 670px;
  margin: auto auto 30px;
}
.shop-button.btn-loadmore {
  min-width: 270px;
  text-transform: uppercase;
}
.block-product-tab.title-tab-inline .title-block-tab {
  margin: 6px 30px 0 0;
}
.block-product-list {
  margin-bottom: 50px;
}
.product-tab-vertical {
  position: relative;
  padding-left: 300px;
  margin-top: 25px;
}
.product-tab-vertical .title-list-tab {
  position: absolute;
  width: 270px;
  left: 0;
  top: 0;
  border-right: 1px solid #e5e5e5;
  bottom: -20px;
  border-top: 1px solid #e5e5e5;
}
.product-tab-vertical .title-list-tab li a {
  border-radius: 0;
  border-width: 0 0 1px 0;
  background: transparent;
}
.product-tab-vertical .title-list-tab li.active a::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 2px;
  content: "";
  background: #333;
}
.product-tab-vertical .title-list-tab li.active a {
  color: #333;
}
.product-tab-vertical .title-list-tab li.active a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  content: "";
  background: #fff;
  width: 1px;
}
.block-product-tab:not(.product-tab-vertical) .group-navi .owl-nav {
  top: -69px;
}
.product-small-slider .item-product {
  margin: 0 10px;
}
.product-small-slider {
  margin: 23px -10px 0;
}
.product-small-slider .group-navi .owl-nav {
  right: 10px;
}
.item-product-small .product-title {
  white-space: inherit;
}
.item-product-small .product-extra-link .addcart-link {
  display: block;
  text-transform: uppercase;
}
.title-elements {
  margin-bottom: 30px;
}
.block-element > h3.title18 {
  margin-bottom: 20px;
}
.follow-instagram a {
  display: block;
  overflow: hidden;
  position: relative;
}
.instagram-text-follow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: flex;
  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.65);
  color: #fff;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
  opacity: 0;
}
.follow-instagram a:hover .instagram-text-follow {
  opacity: 1;
}
.instagram-text-follow i {
  margin: 0 5px;
}
.search-form {
  max-width: 270px;
  position: relative;
}
.search-form .dropdown-box {
  width: 170px;
  border-right: 1px solid #e5e5e5;
}
.search-form input[type="text"] {
  font-size: 14px;
  height: 50px;
  border: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #e4e6e7;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.search-form input[type="text"]:hover,
.search-form input[type="text"]:focus{
  border-color: #c3d450;
}
.search-form .dropdown-link {
  padding: 12px 15px;
  display: block;
}
.search-form .submit-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 50px;
  border-radius: 0px;
  overflow: hidden;
}
.search-form .submit-form input[type="submit"] {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: none;
  background: transparent;
}
.search-form .submit-form::after {
  content: '\55';
  font-family: "ElegantIcons";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #4c5461;
  line-height: 50px;
  border-radius: 0px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.search-form .submit-form:hover:after{
  color: #c3d450;
}
.search-form .dropdown-list {
  width: 100%;
}
.search-form .dropdown-link::after {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  right: 15px;
  top: 14px;
}
.mini-cart-box.aside-box .mini-cart-button a:first-child {
  background: #4c5461;
}
.mini-cart-box.aside-box .mini-cart-content > h2.title30 {
  display: block;
  margin: 100px 18px 54px;
}
.aside-box .aside-box-content, 
.mini-cart-box.aside-box .mini-cart-content {
  transform: translateX(400px);
  -webkit-transform: translateX(400px);
  position: fixed;
  padding: 30px 25px;
  top: 0;
  right: 0;
  z-index: 10001;
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  width: 400px;
  bottom: 0;
  overflow-y: scroll;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.aside-box .aside-box-content.active, .mini-cart-box.aside-box .mini-cart-content.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.mini-cart-box.aside-box .dropdown-list .mini-cart-main-content > h2.title30
.mini-cart-box.aside-box .dropdown-list .mini-cart-total {
  display: block;
}
.mini-cart-box.aside-box .mini-cart-content > h2.title18 {
  display: none;
}
.mini-cart-box.aside-box .list-mini-cart-item {
  margin: 0;
}
.aside-box .aside-box-content::-webkit-scrollbar {
  width: 4px;
}
.mini-cart-main-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
.mini-cart-main-content::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.mini-cart-box.aside-box .product-mini-cart.table-custom {
  margin-bottom: 40px;
  padding: 0px 20px 40px;
  border-bottom: 1px solid #eee;
}
.mini-cart-box.aside-box .product-mini-cart.table-custom:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.mini-cart-box.aside-box .product-mini-cart.table-custom > div {
  vertical-align: middle;
}
.mini-cart-box.aside-box .mini-cart-button {
  margin: 40px -20px 40px;
  text-align: center;
}
.mini-cart-box.aside-box .mini-cart-total {
  margin-top: 60px;
  padding: 28px 20px;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.overlay .mini-cart-box.aside-box {
  z-index: 9997;
}
.overlay .mini-cart-box.aside-box::before {
  position: fixed;
  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 .dropdown-list .mini-cart-main-content > h2.title30, 
.mini-cart-box.dropdown-box .dropdown-list .mini-cart-total, 
.mini-cart-box.dropdown-box .dropdown-list > h2.title18 {
  display: none;
}
.mini-cart-box.dropdown-box .list-mini-cart-item {
  max-height: 300px;
  position: relative; 
  overflow-x: hidden;
  margin: 0;
}
.mini-cart-box.dropdown-box .list-mini-cart-item::-webkit-scrollbar {
  width: 4px;
}
.mini-cart-box.dropdown-box .list-mini-cart-item::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
.mini-cart-box.dropdown-box .list-mini-cart-item::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.mini-cart-box.dropdown-box .dropdown-list {
  padding: 20px;
  left: auto;
  right: 0;
}
.mini-cart-box.dropdown-box .mini-cart-empty{
  padding: 0px;
}
.mini-cart-box.dropdown-box h2.title30 {
  display: none;
}
.mini-cart-box.dropdown-box .mini_cart_item {
  border: none;
  padding: 0;
  margin: 0 0 20px;
}
.mini-cart-box.dropdown-box .mini-cart-button {
  margin: 0px -18px 0;
  text-align: center;
}
.mini-cart-box.dropdown-box .mini-cart-button a {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 15px;
}
.mini-cart-box.dropdown-box .mini-cart-button a:first-child{
  background-color: #4c5461;
}
.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.35s ease-out 0s;
  -webkit-transition: all 0.35s 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 {
  border-top: 1px solid #e5e5e5;
  padding-top: 43px;
}
.contact-form-page h3 {
  margin-bottom: 47px;
}
.contact-form-page .wrap-input {
  position: relative;
}
.contact-form-page .wrap-input .icon {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #999;
}
.contact-form-page .wrap-input input[type="text"],
.contact-form-page .wrap-input input[type="email"],
.contact-form-page .wrap-input input[type="tel"] {
  border: 1px solid #e5e5e5;
  height: 50px;
  border-radius: 25px;
  display: block;
  width: 100%;
  background: #fff;
  padding: 0 45px;
}
.contact-form-page .wrap-input textarea {
  border: 1px solid #e5e5e5;
  padding: 13px 45px;
  height: 170px;
  border-radius: 25px;
  resize: none;
  display: block;
  width: 100%;
}
.contact-form-page input[type="submit"] {
  height: 50px;
  color: #fff;
  border: none;
  padding: 0 35px;
  border-radius: 25px;
  margin-top: 10px;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.about-content-page {
  position: relative;
  padding: 40px 0;
}
.about-intro-page {
  padding-left: 40px;
}
.about-content-page::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 1px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
}
.about-title-page {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.about-sidebar {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.about-sidebar > h2.title18 {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 28px;
}
.list-about-page > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.list-about-page > li:last-child:not(.current) > a {
  border-bottom: none;
}
.list-about-page > li.current > a::after {
  content: "";
  width: 28px;
  height: 28px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  position: absolute;
  right: -15px;
  top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #fff;
}
.about-intro-top .desc {
  font-style: italic;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 80px;
}
.about-intro-top h3 {
  position: relative;
}
.about-intro-top h3::before {
  position: absolute;
  width: 100px;
  left: 0;
  top: -30px;
  content: "";
  height: 1px;
}
.about-intro-top {
  margin-bottom: 40px;
}
.about-intro-page > p.desc {
  margin-bottom: 35px;
}
.about-content-page > h3 {
  margin-bottom: 17px;
}
.about-intro-top .banner-advs {
  margin-left: -140px;
}
.about-customer {
  padding-left: 40px;
  margin: 30px 0;
}
.about-customer li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 13px;
}
.about-customer li::before {
  font-family: ionicons;
  content: "\f122";
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
}
.about-quick-link {
  border-top: 1px solid #e5e5e5;
  padding-top: 35px;
}
.about-quick-link h3 {
  margin-bottom: 20px;
}
.about-quick-link .list-none li a {
  margin-bottom: 5px;
  position: relative;
  padding-left: 22px;
  display: block;
}
.about-quick-link .list-none {
  padding-left: 50px;
}
.about-quick-link .list-none li a::before {
  position: absolute;
  top: 3px;
  left: 0;
  font-family: fontAwesome;
  content: "\f0c1";
}
.about-title-number {
  position: relative;
  padding-left: 50px;
  padding-top: 20px;
  margin-bottom: 42px;
}
.about-title-number .number {
  color: #f4f4f4;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: -1;
}
.about-title-number h3 {
  color: #000;
  padding-left: 70px;
  margin-bottom: 28px;
}
.about-title-number::before {
  position: absolute;
  width: 50px;
  height: 1px;
  content: "";
  top: 30px;
  left: 50px;
}
.item-page-view {
  margin-bottom: 30px;
}
.item-page-view .page-view-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.item-page-view .page-view-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
  opacity: 0;
  z-index: 1;
}
.item-page-view .page-view-thumb img {
  width: 100%;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s 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.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
  transform: scale(0) rotate(0);
  -webkit-transform: scale(0) rotate(0);
  margin: auto;
}
.item-page-view .page-view-thumb:hover .page-view-link {
  transform: scale(1) rotate(360deg);
  -webkit-transform: scale(1) rotate(360deg);
}
.item-page-view .page-view-info h3 {
  margin-bottom: 8px;
}
.item-page-view .page-view-info .desc {
  margin-bottom: 22px;
}
.item-page-view .page-view-info .btn-page-view,
.about-title-number .readmore {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 25px;
  border: 2px solid #e5e5e5;
  border-radius: 20px;
}
.list-page-view {
  margin-bottom: 40px;
}
.item-page-view .page-view-info .btn-page-view:hover {
  color: #fff;
}
.about-title-number .readmore {
  margin-top: 22px;
}
.about-title-number .readmore:hover {
  color: #fff;
}
.about-banner-brand {
  margin-bottom: 45px;
}
.about-banner-brand .banner-info {
  height: 30px;
  padding: 0 70px;
}
.item-about-faq {
  padding-left: 20px;
}
.item-about-faq h3 {
  position: relative;
  padding: 15px 0;
}
.item-about-faq h3::before {
  position: absolute;
  top: -10px;
  content: "Q";
  text-transform: uppercase;
  font-size: 60px;
  color: #f4f4f4;
  left: -20px;
  z-index: -1;
}
.item-about-faq .desc {
  position: relative;
  padding: 15px 0;
}
.item-about-faq .desc::before {
  position: absolute;
  top: 15px;
  content: "A";
  text-transform: uppercase;
  font-size: 60px;
  color: #f4f4f4;
  left: -20px;
  z-index: -1;
}
.list-about-faq .item-about-faq {
  margin-bottom: 30px;
}
.about-banner-history .adv-thumb-link {
  transform: translateX(170px);
  -webkit-transform: translateX(170px);
}
.about-banner-history .banner-info {
  width: 270px;
  right: auto;
  background: #fff;
  top: 50px;
  bottom: 50px;
  padding: 30px;
}
.about-banner-history .banner-info .desc {
  position: relative;
  padding-left: 25px;
  margin-bottom: 50px;
}
.about-banner-history {
  margin-bottom: 110px;
}
.about-banner-history .banner-info .desc::before {
  content: "\f347";
  font-family: ionicons;
  position: absolute;
  color: #999;
  left: 0;
  top: 0;
}
.about-banner-history .banner-info h3 {
  position: relative;
}
.about-banner-history .banner-info h3::before {
  position: absolute;
  height: 1px;
  width: 140px;
  content: "";
  top: -25px;
  left: 0;
}
.item-price-table {
  border: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.price-table-header {
  background: #fafafa;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.list-price-support li {
  padding: 8px 30px;
}
.list-price-support li .fa {
  display: inline-block;
  width: 25px;
}
.list-price-support {
  padding: 25px 0;
}
.item-price-table .btn-purchase {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 25px;
  border-radius: 20px;
}
.item-price-table h3 {
  margin-bottom: 10px;
}
.item-price-table .start {
  margin-bottom: 2px;
  display: inline-block;
}
.list-price-month strong sup {
  font-size: 18px;
}
.item-price-table .btn-purchase:hover {
  color: #fff;
}
.price-table-color h3 {
  margin: 0;
  padding: 15px;
  text-transform: capitalize;
}
.price-table-color .list-price-support {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.price-table-color .btn-purchase {
  color: #fff;
}
.price-table-color .btn-purchase:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.price-table-color .list-price-month {
  padding: 27px 0;
}
.price-table-color .list-price-month li {
  vertical-align: middle;
  margin: 0 5px;
}
.price-table-color.blue .list-price-month {
  background-color: #00a5d9;
}
.price-table-color.blue .list-price-support li .fa {
  color: #00a5d9;
}
.price-table-color.blue .btn-purchase {
  background-color: #00a5d9;
  border-color: #00a5d9;
}
.price-table-color.yellow .list-price-month {
  background-color: #fe9500;
}
.price-table-color.yellow .list-price-support li .fa {
  color: #fe9500;
}
.price-table-color.yellow .btn-purchase {
  background-color: #fe9500;
  border-color: #fe9500;
}
.price-table-color.navi .list-price-month {
  background-color: #121b60;
}
.price-table-color.navi .list-price-support li .fa {
  color: #121b60;
}
.price-table-color.navi .btn-purchase {
  background-color: #121b60;
  border-color: #121b60;
}
.intro-about-team .image-right {
  margin-right: -100px;
  margin-left: -30px;
}
.intro-about-team {
  margin-bottom: 60px;
}
.intro-about-team .image-left {
  margin-right: -100px;
  position: relative;
  z-index: 1;
}
.intro-about-team .image-left img {
  width: 100%;
}
.intro-about-team h3 {
  line-height: 1.3;
  margin: 30px 0;
}
.content-about-team > .desc {
  margin-bottom: 25px;
}
.about-team{

}
.about-team .overlay-image .adv-thumb-link::after{
  background: rgba(0, 0, 0, 0.5);
}
.item-about-team *{
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.item-about-team {
  float: left;
  width: 20%;
}
.about-team-info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  
}
.about-team-thumb:hover .about-team-info{
  opacity: 1;
  visibility: visible;
}
.about-team-thumb a {
  color: #fff;
}
.about-team-thumb a:hover{
  color: #c3d450;
}
.about-team-info h3 {
  margin-bottom: 5px;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.about-team-info p{
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.share-social-team{
  margin-bottom: 36px;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.item-about-team:hover .share-social-team{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.item-about-team:hover .about-team-info h3{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.item-about-team:hover .about-team-info p{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.share-social-team a {
  display: inline-block;
  margin: 0 5px;
  height: 37px;
  width: 37px;
  line-height: 37px;
  background: #d6d6d6;
  border-radius: 5px;
  color: #fff !important;
}
.share-social-team a:hover{
  color: #fff !important;
  background-color: #c3d450;
}
.list-about-team {
  margin-top: 55px;
}
.item-slider-blog .banner-info {
  height: 60px;
}

@media only screen and (max-width: 470px){
.whatsapp{
    display: inline-block;
    bottom: 44px;
    right: -1px;
    position: fixed;
	z-index: 999999;}
}

@media only screen and (min-width: 800px){
.whatsapp{
    display: inline-block;
    bottom: 78%;
    right: -1px;
    position: fixed;
	z-index: 999999;}
}

@media only screen and (max-width: 470px){
.zonas{
    display: none;}
}

@media only screen and (min-width: 800px){
.zonas{
    display: inline-block;
    bottom: 40%;
    right: -1px;
    position: fixed;
	z-index: 999999;}
}