/*General*/
/*----------------------------------
Project: Theme Fusion
Version: 1.1
Last change: 05/12/2017
Author: 7UP Theme
Author URI: https://7uptheme.com/
01.Home Business 1
02.Home Business 2
03.Home Business 3
04.Home Business 4
05.Home Business 5
06.Home Business 6
07.Home Shop 1
08.Home Shop 2
09.Home Shop 3
10.Home Shop 4
11.Home Flower
12.Home Food
13.Home Fashion
14.Home Furniture
15.Product Shop
16.Product Detail
17.Blog
18.Pages
-----------------------------------*/
/* General */
body {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.wrap {
  overflow: hidden;
  position: relative;
}
* {
  box-sizing: border-box;
  outline: none;
}
img {
  max-width: 100%;
}
a {
  color: #555;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.container {
  max-width: 1200px;
  position: relative;
  width: 100%;
}
input,
input:focus,
input:hover {
  outline: none;
}
/*Begin Class*/
.border {
  border: 1px solid #e5e5e5;
}
.no-margin {
  margin: 0;
}
.border-left {
  border-left: 1px solid #e5e5e5;
}
.border-right {
  border-right: 1px solid #e5e5e5;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.transition {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.radius4 {
  border-radius: 4px;
}
.radius6 {
  border-radius: 6px;
}
.drop-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.round {
  border-radius: 50%;
}
.desc {
  color: #555;
  margin: 0;
  line-height: 24px;
}
.white {
  color: #fff;
}
.black {
  color: #333;
}
.dark {
  color: #000;
}
.gray {
  color: #555;
}
.silver {
  color: #999;
}
.navi {
  color: #1b2b3a;
}
.bg-navi {
  background: #1b2b3a;
}
.blue {
  color: #43567e;
}
.bg-blue {
  background: #43567e;
}
.smoke {
  color: #ccc;
}
.bg-white {
  background: #fff;
}
.title14,
.title8,
.title12,
.title16,
.title18,
.title24,
.title30,
.title36,
.title40,
.title48,
.title60,
.title90,
.title120,
.title160,
.title100 {
  margin: 0;
  font-size: 14px;
}
.title8 {
  font-size: 8px;
}
.title12 {
  font-size: 12px;
}
.title16 {
  font-size: 16px;
}
.title18 {
  font-size: 18px;
}
.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;
}
.poiret-font {
  font-family: 'Poiret One', cursive;
  font-weight: 400;
}
.link-btn {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
  border-style: solid;
  border-width: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.absolute,
.item-project::before,
.submit-form::after,
.post-item2 .adv-thumb-link::after,
.item-client2 .client-thumb a::before,
.product-flower .product-thumb > .quickview-link {
  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;
}
div.table {
  display: table;
  margin: 0;
  width: 100%;
}
div.table > 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,
.caviar-slider .slick-arrow,
.product-page-control a {
  width: 30px;
  height: 30px;
  display: inline-block;
  opacity: 1;
  padding: 0;
  text-align: center;
  margin: -15px 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.owl-theme .owl-controls .owl-buttons div i::before {
  line-height: 30px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.banner-slider {
  position: relative;
  overflow: hidden;
}
.banner-slider .banner-thumb {
  position: relative;
}
.banner-slider .banner-thumb a {
  display: block;
}
.banner-slider .banner-thumb video {
  width: 100%;
  display: block;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div {
  height: 60px;
  width: 60px;
  font-size: 30px;
  opacity: 0;
  margin-top: -30px;
}
.banner-slider:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div i::before {
  line-height: 60px;
}
.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-page {
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 8px;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff;
  margin: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  border: 5px solid #fff;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.banner-slider.bg-slider .item-slider {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-slider .item-slider {
  position: relative;
}
.banner-slider.bg-slider .banner-thumb img {
  max-width: none;
  opacity: 0;
  width: auto;
}
.group-navi .owl-buttons {
  position: absolute;
  right: 15px;
  top: -40px;
  width: 61px;
  margin: auto;
}
.banner-slider .banner-thumb img {
  width: 100%;
}
.banner-slider .banner-info {
  height: 200px;
}
.banner-info {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.banner-info-image {
  position: absolute;
  right: 0;
  top: 0;
}
.banner-info-text {
  top: 50%;
  height: 200px;
  margin: -100px 0 0;
  z-index: 9;
  left: 0;
  position: absolute;
}
/*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 Line White*/
.line-white {
  position: relative;
}
.line-white::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  content: "";
  background: #fff;
}
/*End Line White*/
/*Begin Box Hover Dir*/
.box-hover-dir {
  overflow: hidden;
  position: relative;
  cursor: all-scroll;
}
.box-hover-dir > div {
  height: 100%;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-out 0s !important;
  -webkit-transition: all 0.5s ease-out 0s !important;
}
/*End Box Hover Dir*/
/*Begin Banner Adv*/
.banner-advs {
  position: relative;
}
.adv-thumb-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.adv-thumb-link > img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
/*Zoom Rotate*/
.zoom-rotate .adv-thumb-link > img {
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
}
.zoom-rotate:hover .adv-thumb-link > img {
  transform: scale(1.15) rotate(4deg);
  -webkit-transform: scale(1.15) rotate(4deg);
}
/*Zoom Image*/
.zoom-image:hover .adv-thumb-link > img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
/*Fade Out In*/
.fade-out-in .adv-thumb-link::before,
.fade-out-in .adv-thumb-link::after,
.fade-in-out .adv-thumb-link::before,
.fade-in-out .adv-thumb-link::after,
.overlay-image .adv-thumb-link::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.fade-out-in:hover .adv-thumb-link::before {
  opacity: 1;
  top: 50%;
  bottom: 50%;
}
.fade-out-in:hover .adv-thumb-link::after {
  opacity: 1;
  left: 50%;
  right: 50%;
}
/*Fade In Out*/
.fade-in-out .adv-thumb-link::before {
  opacity: 1;
  top: 50%;
  bottom: 50%;
}
.fade-in-out .adv-thumb-link::after {
  opacity: 1;
  left: 50%;
  right: 50%;
}
.fade-in-out:hover .adv-thumb-link::before {
  opacity: 0;
  top: 0;
  bottom: 0;
}
.fade-in-out:hover .adv-thumb-link::after {
  opacity: 0;
  left: 0;
  right: 0;
}
/*Pull Curtain*/
.pull-curtain .adv-thumb-link::before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.pull-curtain .adv-thumb-link::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.pull-curtain:hover .adv-thumb-link::before,
.pull-curtain:hover .adv-thumb-link::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
/*Overlay Image*/
.overlay-image .adv-thumb-link::after {
  background: rgba(0, 0, 0, 0.3);
}
.overlay-image:hover .adv-thumb-link::after {
  opacity: 1;
}
/*Blue Image*/
.blur-image:hover .adv-thumb-link img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
/*Gray Image*/
.gray-image:hover .adv-thumb-link img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*Zoom Out*/
.zoom-out .adv-thumb-link img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(3);
  -webkit-transform: scale(3);
}
.zoom-out:hover .adv-thumb-link img {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}
/*Line Scale*/
.line-scale .adv-thumb-link::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10px;
  right: 10px;
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.line-scale .adv-thumb-link::after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 20px;
  right: 20px;
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.line-scale:hover .adv-thumb-link::before,
.line-scale:hover .adv-thumb-link::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
/*End Banner Adv*/
/*******************************************************************************************************
                    Preview Menu        
********************************************************************************************************/
.main-nav > ul > li .sub-menu > li.menu-item-preview {
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview::after {
  position: absolute;
  width: 10px;
  height: 40px;
  top: 0;
  left: 100%;
  content: "";
  background: transparent;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  left: 100%;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  margin-left: 10px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview:hover > .preview-image {
  opacity: 1;
  visibility: visible;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a {
  display: block;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a > img {
  left: 0;
  position: absolute;
  top: 0;
  transition: all 3s ease-in-out 0s;
  -webkit-transition: all 3s ease-in-out 0s;
  width: 100%;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a:hover > img {
  top: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
/*Begin Header On Top*/
.header-ontop {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.header-ontop.fixed-ontop {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  visibility: visible;
  width: 100%;
  z-index: 999!important;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed!important;
  top: 0;
}
/*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;
  margin: 0 -23px;
  position: relative;
}
.main-nav > ul > li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  margin: 0 23px;
}
.main-nav > ul > li > a {
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.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 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.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.main-nav > ul > li.menu-item-has-children.has-mega-menu {
  position: static;
}
.main-nav > ul > li.menu-item-has-children.has-mega-menu > .sub-menu {
  width: 740px;
  padding: 40px;
}
.main-nav > ul > li .sub-menu > li > a {
  display: block;
  padding: 10px 0px;
  position: relative;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e5e5;
}
.main-nav > ul > li .sub-menu > li:last-child > a {
  border-bottom: none;
}
.main-nav > ul > li .sub-menu > li {
  padding: 0 20px;
}
.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: "\f3d3";
  font-family: ionicons;
  position: absolute;
  right: 0px;
  top: 13px;
}
.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%;
}
/*Pointer Event*/
.cat-mega-menu,
.sub-menu {
  pointer-events: none;
}
li.has-cat-mega:hover > .cat-mega-menu,
li.menu-item-has-children:hover > .sub-menu {
  pointer-events: inherit;
}
/*End Main Nav*/
/*Begin Toggle Mobile Menu*/
.main-nav .toggle-mobile-menu {
  display: none;
  height: 30px;
  width: 30px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.main-nav .toggle-mobile-menu span {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 50%;
}
.main-nav .toggle-mobile-menu::before,
.main-nav .toggle-mobile-menu::after {
  content: '';
  position: absolute;
  top: 0;
  height: 4px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.main-nav .toggle-mobile-menu::before {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.main-nav .toggle-mobile-menu::after {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.main-nav.active .toggle-mobile-menu::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.main-nav.active .toggle-mobile-menu::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.main-nav.active .toggle-mobile-menu span {
  display: none;
}
/*End Toggle Mobile Menu*/
/*Begin Menu Responsive*/
@media (max-width: 767px) {
  .mega-menu {
    display: none;
  }
  .main-nav .toggle-mobile-menu {
    display: block;
  }
  .main-nav .sub-menu {
    background: #fff none repeat scroll 0 0;
    display: none;
    margin: 0!important;
    opacity: 1!important;
    visibility: visible!important;
    position: static!important;
    box-shadow: none!important;
    border-top: 1px solid #e5e5e5;
  }
  .main-nav > ul > li > a::before {
    display: none!important;
  }
  .main-nav > ul > li > a {
    color: #333!important;
    border-top: 1px solid #e5e5e5!important;
  }
  .main-nav {
    margin: 0;
  }
  .main-nav > ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 10px 0 0;
    width: 290px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    text-align: left;
  }
  .main-nav.active > ul {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
  }
  .main-nav > ul > li {
    display: block;
    margin: 0 15px !important;
    padding: 0!important;
  }
  .main-nav .sub-menu li a::before {
    display: none;
  }
  .main-nav > ul li > a {
    border-top: 1px dashed #e5e5e5;
    display: block;
    font-size: 14px!important;
    font-weight: 400;
    height: 40px !important;
    line-height: 40px !important;
    padding: 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 15px;
  }
  .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 {
    content: "\f3d0";
    font-family: ionicons;
    position: absolute;
    right: 0;
    top: 0;
  }
  .main-nav > ul > li .sub-menu::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;
  }
  .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 {
    content: "\f3d0";
    font-family: ionicons;
    position: absolute;
    right: 0;
    top: 0;
  }
  .main-nav > ul > li.has-mega-menu > a::after {
    display: none!important;
  }
  .menu-item-preview .preview-image {
    display: none;
  }
}
/*End Menu Responsive*/
/*Begin Rating*/
.product-rate {
  background-image: url(../images/icon/rate-star.png);
  background-position: 0 -13px;
  background-repeat: repeat-x;
  height: 13px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  width: 85px;
}
.product-rate.style2,
.product-rate.style2 .product-rating {
  background-image: url(../images/icon/rate-star2.png);
}
.product-rating {
  background-image: url(../images/icon/rate-star.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
}
.item-product.text-center .product-rate {
  margin: auto;
}
/*End Rating*/
/*Button Scoll*/
body .scroll-top {
  bottom: 10px;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  position: fixed;
  right: -50px;
  text-align: center;
  width: 40px;
  z-index: 999;
}
body .scroll-top:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.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.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.product-title {
  margin: 0 0 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.table .product-info .product-title {
  white-space: normal;
}
.product-price ins {
  text-decoration: none;
}
.product-price {
  margin: 0 -2px 7px;
}
.product-price > * {
  margin: 0 2px;
}
/*Overlay Product*/
.product-thumb-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-thumb-link img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.product-thumb-link::before {
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.product-thumb:hover .product-thumb-link::before {
  opacity: 1;
}
/*Zoom Product*/
.product-thumb:hover .zoom-thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
/*Zoomout Product*/
.zoomout-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(3);
  -webkit-transform: scale(3);
}
.product-thumb:hover .zoomout-thumb img:last-child {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
/*Rotate Product*/
.rotate-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}
.product-thumb:hover .rotate-thumb img:last-child {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  opacity: 1;
}
.product-thumb:hover .rotate-thumb img:first-child {
  transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  opacity: 0;
}
/*Translate Product*/
.translate-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.product-thumb:hover .translate-thumb img:last-child {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.product-thumb:hover .translate-thumb img:first-child {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  opacity: 0;
}
/*End Product*/
/*Select Box*/
.select-box label {
  font-weight: 400;
  margin: 0 5px;
}
.select-box select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  height: 50px;
  padding: 0 50px 0 20px;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: rgba(27, 43, 58, 0.7);
  border-radius: 6px;
}
.select-box {
  position: relative;
}
.select-box::after {
  position: absolute;
  top: 20px;
  right: 17px;
  content: "\f3d0";
  font-family: ionicons;
}
/*Begin Dropdown Box*/
.dropdown-box {
  position: relative;
  z-index: 10;
}
.dropdown-list {
  background: #fff;
  margin-top: 30px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  left: -15px;
  top: 100%;
  visibility: hidden;
  width: 130px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.dropdown-box:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
/*End Dropdown Box*/
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.wishlist-button a {
  background: #858785 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.product-popup-content {
  padding: 15px 0;
}
/*End Wishlist Popup*/
/*Begin Email Popup*/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.window-popup {
  padding: 10px 10px 40px 10px;
  width: 800px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  background: #fff;
}
.window-popup .close-popup {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -15px;
  width: 30px;
  z-index: 999;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.content-popup-form {
  padding: 0 20px;
}
.content-popup-form .desc {
  margin-right: -10px;
}
.content-popup {
  position: relative;
  z-index: 99;
}
.content-popup input[type="text"] {
  width: 260px;
}
.content-popup .image-popup {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}
.content-popup .title18 {
  margin-bottom: 22px;
}
/*End Email Popup*/
/*Begin Mini Cart*/
.mini-cart-box {
  position: relative;
  z-index: 1002;
}
.list-mini-cart-item {
  margin-top: 20px;
}
.mini-cart-icon sup {
  display: inline-block;
  font-size: 10px;
  height: 23px;
  line-height: 23px;
  right: 5px;
  text-align: center;
  top: -10px;
  width: 23px;
}
.mini-cart-link > span {
  vertical-align: middle;
}
.mini-cart-number {
  line-height: 24px;
  margin-left: 5px;
}
.product-mini-cart.table {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.product-mini-cart .product-thumb {
  width: 80px;
}
.mini-cart-box .dropdown-list {
  width: 290px;
  padding: 30px 20px;
  left: auto;
  right: 0;
}
.product-mini-cart .product-info {
  padding-left: 20px;
}
.mini-cart-button {
  margin: 20px -3px 0;
}
.mini-cart-button .shop-button {
  padding: 0 25px;
  margin: 0 3px;
}
.mini-cart-qty label {
  font-weight: 400;
  margin: 0;
}
.product-mini-cart.table .product-delete {
  width: 20px;
}
.product-mini-cart .remove-product {
  font-size: 18px;
}
/*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;
}
/*End Count Down Master*/
/*Begin Preload*/
.wrap-item {
  position: relative;
}
.item-banner {
  position: relative;
}
.preload .wrap-item {
  display: none!important;
}
/*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;
}
/*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 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*/
/*******************************************************************************************************
                      Home Business 01
********************************************************************************************************/
.banner-video {
  position: relative;
}
.banner-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(214, 223, 234, 0.5);
}
.banner-video video {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-video .banner-info {
  height: 330px;
}
.banner-video .banner-info .video-demo {
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 30px;
}
.banner-video .banner-info .title90 {
  margin: 24px 0 15px;
}
.banner-video .banner-info h3.title30 {
  margin-bottom: 54px;
}
.opaci {
  opacity: 0.7;
}
a.opaci:hover {
  opacity: 1;
}
body .shop-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #fff;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
}
body .shop-button:hover {
  color: #fff;
}
.banner-button .shop-button {
  min-width: 150px;
  margin: 0 3px;
}
.header1 {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 90;
}
.nav-search > li {
  margin: 0 15px;
}
.nav-search {
  margin: 0 -15px;
}
.mini-cart-box.mini-cart-box1 .mini-cart-link {
  padding: 0 25px;
  color: #fff;
}
.search-hover {
  position: relative;
}
.form-search-hover {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 15px;
}
.form-search-hover input[type="text"] {
  height: 40px;
  border: none;
  padding: 0;
  color: #999;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.search-hover:hover .form-search-hover input[type="text"] {
  opacity: 1;
  width: 270px;
  padding: 0 20px;
  visibility: visible;
}
.nav-hover {
  position: relative;
}
.main-nav.main-nav1 {
  position: absolute;
  width: 630px;
  right: 100%;
  top: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.nav-hover:hover .main-nav.main-nav1 {
  opacity: 1;
  visibility: visible;
}
.nav-icon {
  position: relative;
}
.nav-icon::after {
  font-family: ionicons;
  content: "\f129";
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.nav-hover .nav-icon .icon {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.nav-hover:hover .nav-icon .icon {
  opacity: 0;
  visibility: hidden;
}
.nav-hover:hover .nav-icon::after {
  opacity: 1;
  visibility: visible;
}
.main-nav.main-nav1 > ul {
  margin: 0;
}
.main-nav.main-nav1 > ul > li > a {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}
.mini-cart-box.mini-cart-box1 .mini-cart-link {
  padding: 0 25px;
  color: #fff;
}
.title-box1 {
  position: relative;
}
.title-box1 .first-letter {
  font-size: 130px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.1;
  display: inline-block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -65px;
  line-height: 130px;
}
.title-underline {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 26px;
  font-size: 30px;
}
.title-underline::after {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  height: 3px;
  content: "";
  bottom: 0;
  width: 100px;
}
.join-us {
  margin: auto;
  max-width: 770px;
  padding-bottom: 95px;
  padding-top: 75px;
  background: url(../images/home/business1/cloud.png) no-repeat center center;
}
.title-box1 .title-underline {
  margin-bottom: 40px;
}
.join-us .title-box1 {
  margin-bottom: 60px;
}
.join-us .list-inline-block {
  margin-top: 50px;
}
.join-us .list-inline-block li {
  border-right: 1px solid #e5e5e5;
  padding: 0 20px;
}
.join-us .list-inline-block li:last-child {
  border: none;
}
.join-us .list-inline-block li::before {
  content: "\f12c";
  font-family: ionicons;
  font-size: 18px;
  margin: 0 5px 0 0;
}
.our-work {
  padding: 75px 0 95px;
}
.our-work .title-box1 {
  max-width: 750px;
  margin: 0 auto 90px;
}
.item-project.banner-background {
  height: 300px;
  overflow: hidden;
}
.project-tab {
  background: rgba(0, 0, 0, 0.5);
  height: 600px;
  margin-right: -20px;
}
.project-slider {
  margin-left: -10px;
}
.project-tab .item-toggle-tab {
  padding: 0px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-tab .item-toggle-tab .toggle-tab-title {
  padding: 20px 0;
}
.project-tab .toggle-tab-content {
  height: 405px;
  margin: 5px 4px 5px 0;
  padding-bottom: 30px;
}
.project-tab .toggle-tab-content li {
  margin-bottom: 20px;
}
.project-tab .toggle-tab-content li a {
  position: relative;
  padding-left: 30px;
}
.project-tab .toggle-tab-content li a.active {
  opacity: 1;
}
.project-tab .toggle-tab-content li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f372";
  font-family: ionicons;
  font-size: 18px;
}
.project-tab .toggle-tab-content li a.active::before {
  content: "\f374";
}
.project-tab .item-toggle-tab .toggle-tab-title::after {
  font-family: ionicons;
  position: absolute;
  right: 0;
  top: 20px;
  content: "\f3d0";
}
.project-tab .item-toggle-tab.active .toggle-tab-title::after {
  content: "\f3d8";
}
.item-project .banner-info {
  top: auto;
  padding: 0 30px;
  bottom: -100px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-project:hover .banner-info {
  bottom: 0;
}
.item-project .banner-info .project-desc {
  padding: 13px 30px 27px;
  background: #fff;
  position: relative;
  margin: 0 -30px;
}
.item-project .banner-info .project-desc::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: url("../images/icon/bg-shape.png") no-repeat left top;
  height: 12px;
  width: 100%;
  content: "";
}
.item-project .project-desc .desc {
  height: 48px;
  overflow: hidden;
}
.item-project .sub-title-project {
  margin-bottom: 38px;
}
.item-project .title-project {
  margin-bottom: 20px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-project:hover .title-project {
  opacity: 1;
  visibility: visible;
}
.item-project .logo-project {
  opacity: 1;
  visibility: visible;
}
.item-project:hover .logo-project {
  opacity: 0;
  visibility: hidden;
}
.item-project::before {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-project:hover::before {
  opacity: 1;
}
.project-slider .owl-buttons {
  right: 0;
}
.project-intro {
  background: #212b3f;
  padding: 40px 0 60px;
}
.project-intro .title18 {
  position: relative;
  margin: 0 0 18px;
}
.service-news {
  background: url("../images/home/business1/bg-new.jpg") no-repeat center top;
  padding-top: 75px;
}
.item-news-blog {
  padding: 10px;
}
.latest-slider .item {
  margin: 0 15px 50px;
}
.latest-slider {
  margin: 100px -15px 0;
}
.item-news-blog .news-blog-info {
  padding: 27px 10px 10px;
}
.item-news-blog .news-blog-info .desc {
  margin: 18px 0 35px;
}
.post-date-cat li {
  border-right: 1px solid #858fa6;
  padding: 0 5px;
  height: 14px;
  line-height: 14px;
}
.post-date-cat li:last-child {
  border: none;
}
.post-date-cat {
  margin: 0 -5px;
}
.latest-news .shop-button {
  padding: 0 35px;
}
.shop-button.bg-color {
  color: #fff;
}
.line-space {
  height: 2px;
  border: none;
  margin: 100px auto;
  max-width: 700px;
}
.choose-accordion {
  padding: 40px 40px 30px 10px;
}
.choose-intro {
  margin-bottom: 35px;
}
.choose-intro h2 {
  margin-bottom: 15px;
}
.choose-toggle .toggle-tab-title {
  padding: 12px 20px 11px;
  border-bottom: 1px solid #e5e5e5;
}
.choose-us {
  margin-bottom: 95px;
}
.choose-toggle .toggle-tab-content {
  padding: 15px 20px 13px;
}
.choose-toggle .toggle-tab-title::before {
  font-family: ionicons;
  content: "\f489";
  position: absolute;
  top: 12px;
  left: 0;
  font-weight: 400;
}
.choose-toggle .item-toggle-tab.active .toggle-tab-title::before {
  content: "\f462";
}
.item-service1 .service-icon {
  font-size: 49px;
  padding: 20px 20px 13px;
}
.item-service1 {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-service1 .service-info {
  border-top: 1px solid #e5e5e5;
  padding: 27px 20px 33px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-service1 .service-info .desc {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-service1 .service-info .title18 {
  margin-bottom: 17px;
}
.item-service1:hover .service-icon {
  color: #fff;
}
.item-service1:hover .service-info {
  border-color: rgba(255, 255, 255, 0.5);
}
.item-service1:hover .service-info .title18 a {
  color: #fff;
}
.item-service1:hover .service-info .desc {
  color: #fff;
}
@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;
}
.our-product {
  padding-top: 75px;
  margin-bottom: 85px;
}
.our-product .title-box1 {
  max-width: 740px;
  margin: 0 auto 50px;
}
.our-product-slider .item {
  margin: 0 10px;
}
.our-product-slider .item .item-product {
  margin: 0 0 20px;
  padding: 30px 30px 15px;
}
.title-our-product > li > a {
  background: #fff;
  display: block;
  padding: 8px 25px;
  border-radius: 6px;
}
.title-our-product {
  margin: 0 -3px 70px;
}
.title-our-product > li {
  margin: 0 3px;
}
.title-our-product > li.active > a {
  color: #fff;
}
.our-product-slider {
  margin: 0 -10px;
}
.item-product1 {
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-product1:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}
.item-product1 .product-label {
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 10;
}
.product-label span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  width: 40px;
  background: #fff;
  border-style: solid;
  border-width: 1px 0 1px 0;
  height: 22px;
  line-height: 20px;
  text-transform: capitalize;
}
.product-label span.new-label {
  color: #1dcefa;
}
.product-label span.sale-label {
  color: #ffa800;
}
.product-extra-link1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  padding: 13px 0;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.product-thumb:hover .product-extra-link1 {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
  visibility: visible;
}
.product-extra-link1 .icon {
  font-size: 24px;
  margin: 0 7px 0 0;
}
.product-extra-link1 a > * {
  vertical-align: middle;
}
.product-extra-link1 a:last-child {
  border: none;
}
.product-extra-link1 a {
  padding: 0 15px;
  display: inline-block;
  border-right: 1px solid #e5e5e5;
}
.list-inline-block.review-rating li {
  vertical-align: middle;
}
.wishlist-compare .icon {
  font-size: 24px;
}
.wishlist-compare {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0 -8px;
}
.wishlist-compare a {
  margin: 0 8px;
  opacity: 0;
  position: relative;
}
.wishlist-compare a span {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -40px;
  text-align: center;
  opacity: 0;
  display: inline-block;
  width: 80px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.wishlist-compare a:hover span {
  opacity: 1;
}
.our-product-tab {
  max-width: 920px;
  margin: 0 auto 72px;
}
.item-product1:hover .wishlist-compare a {
  opacity: 1;
}
.item-brand {
  text-align: center;
}
.contact-list1 {
  background: #f9f9f9;
  padding: 65px 0;
}
.brand-slider {
  margin-bottom: 90px;
}
.contact-icon1 a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
}
.contact-icon1 a:hover {
  color: #fff;
}
.item-contact1 .contact-icon1 {
  width: 70px;
}
.item-contact1 .contact-info1 {
  padding-left: 30px;
  vertical-align: middle;
}
.item-contact1 .contact-info1 .title18 {
  margin-bottom: 10px;
}
.newsletter-email1 {
  padding: 115px 0;
}
.box-newsletter {
  max-width: 600px;
  width: 100%;
  margin: auto;
  background: #fff;
  height: 70px;
  border-radius: 25px;
  padding: 15px 30px;
}
.box-newsletter label {
  border-right: 1px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
}
.newsletter-form {
  position: relative;
  padding-right: 50px;
  width: 400px;
}
.newsletter-form input[type="text"] {
  width: 100%;
  display: block;
  border: none;
  padding: 0 15px;
  height: 40px;
}
.submit-form {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}
.submit-form input[type="submit"] {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 9;
  top: 0;
  left: 0;
}
.newsletter-email1 .newsletter-form input[type="text"] {
  border-right: 1px solid #e5e5e5;
}
.submit-form::after {
  font-family: ionicons;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}
.newsletter-email1 .newsletter-form .submit-form::after {
  text-align: right;
  content: "\f473";
}
.list-footer-box {
  padding: 50px 0 30px;
}
.footer-box h2.title18 {
  margin-bottom: 22px;
  position: relative;
}
.footer-box h2.title18 span {
  position: absolute;
  right: 0;
  top: 0;
}
.menu-footer-box li {
  margin-bottom: 10px;
}
.menu-footer-box li a {
  position: relative;
  padding-left: 20px;
}
.menu-footer-box li a::before {
  position: absolute;
  top: 5px;
  left: 0;
  font-family: ionicons;
  content: "\f401";
  font-size: 8px;
}
.list-instagram {
  font-size: 0;
  margin-right: -2px;
}
.copyright-design {
  border-top: 2px solid #e5e5e5;
  padding: 20px 0;
}
.list-instagram a {
  margin: 0 1px 1px 0;
  border: 1px solid transparent;
  position: relative;
}
.list-instagram a:hover {
  z-index: 9;
}
.list-instagram a img {
  max-width: 65px;
}
.our-product-slider .owl-buttons {
  right: 10px;
  top: -87px;
}
/*******************************************************************************************************
                      Home Business 02
********************************************************************************************************/
.header2 {
  padding: 40px 0;
}
.logo.logo2 {
  margin-top: 20px;
}
.footer1.bg-navi .copyright-design {
  border-color: rgba(255, 255, 255, 0.2);
}
.brand-slider2 {
  padding: 90px 0;
}
.item-mega-menu .list-none {
  margin: 10px 0 -10px;
}
.search-nav2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
}
.menu-link2 {
  margin: 0 -8px;
}
.menu-link2 li {
  margin: 0 8px;
}
.item-mega-menu .list-none li a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
.header2 .mini-cart-box.mini-cart-box1 {
  margin-top: 15px;
}
.search-form2 label {
  margin: 0;
  font-weight: 400;
  position: absolute;
  right: 100%;
  max-width: none;
  top: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.search-form2 input[type="text"] {
  position: absolute;
  top: -6px;
  right: 100%;
  height: 36px;
  width: 0;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  padding: 0;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.search-form2:hover input[type="text"] {
  width: 200px;
  padding: 0 15px;
  opacity: 1;
}
.search-form2:hover label {
  opacity: 0;
}
.search-form2 {
  position: relative;
}
.search-form2 .submit-form::after {
  content: "\f21f";
  font-size: 14px;
  line-height: inherit;
  text-align: right;
  top: 5px;
}
.search-form2 .submit-form {
  width: 20px;
  height: 14px;
  position: relative;
}
.item-slider2 .banner-info .inline-block h2.title30 {
  background: rgba(27, 43, 58, 0.5);
  padding: 13px 20px;
  margin: 0 0 10px;
}
.item-slider2 .banner-info h3.title30 {
  padding: 0 20px;
  margin: 3px 0 10px;
}
.item-slider2 .banner-info .banner-button {
  margin-top: 45px;
}
.item-slider2 .banner-info {
  height: 300px;
}
.banner-slider2 {
  margin-bottom: 100px;
}
.banner-slider .owl-pagination {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.list-ads2 .col-md-3 .banner-advs {
  margin: 0 0px 10px -20px;
}
.list-ads2 {
  margin: 0 0px 90px;
}
.our-expertise {
  padding: 90px 0 340px;
  margin-bottom: -250px;
}
.intro-expertise .title30 {
  margin-bottom: 35px;
}
body .btn-expertise,
body .btn-callout,
.btn-getnow {
  border-style: solid;
  border-width: 1px;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
}
body .btn-expertise::before,
body .btn-callout::before {
  content: "\f26a";
  font-size: 30px;
  font-family: "ionicons";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.our-expertise .btn-expertise {
  margin-top: 75px;
}
body .btn-expertise:hover {
  color: #fff;
}
.list-service2 .col-md-3:nth-child(2n) .item-service2 {
  background: #f9f9f9;
}
.item-service2 .service-icon a {
  font-size: 150px;
}
.item-service2 {
  padding: 20px 15px 75px;
  background: #f4f4f4;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.list-service2 .item-service2 {
  margin: 0 -15px 30px;
}
.list-service2 {
  margin: 0 15px 35px;
}
.item-service2:hover {
  transform: translateY(-40px);
  -webkit-transform: scale(-40px);
}
.item-service2::after {
  position: absolute;
  content: url("../images/icon/shadow.png");
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 10px;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-service2:hover::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.item-service2 .service-info h3.title18 {
  margin: 20px 0 15px;
}
.list-service2 .item-service2:hover {
  background: #f2ffe0!important;
}
.list-service2 .item-service2:hover .service-icon a {
  color: #1b2b3a;
}
.list-service2 .item-service2:hover .service-iinfo .desc {
  opacity: 1;
}
.title-latest-news2 {
  margin-bottom: 35px;
}
.latest-slider2 .item {
  margin: 0 15px;
}
.latest-slider2 {
  margin: 0 -15px;
}
.post-item2 {
  position: relative;
}
.post-item2 .post-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 20px 10px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.post-item2 .adv-thumb-link::after {
  background: linear-gradient(transparent, #1b2b3a);
  background: -webkit-linear-gradient(transparent, #1b2b3a);
  top: 40%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.post-item2:hover .adv-thumb-link::after {
  top: 0;
}
.latest-news2 {
  margin-bottom: 100px;
}
.banner-advs2 {
  min-height: 430px;
  position: relative;
  z-index: 9;
}
.post-item2 .post-info .desc {
  margin: 18px 0;
}
.banner-advs-info2 {
  padding: 90px 15px;
  margin: auto;
  max-width: 590px;
}
.banner-advs-info2 .desc {
  margin: 20px 0 42px;
}
.banner-advs-info2 .shop-button {
  padding: 0 40px;
}
.our-product2 {
  background: #f5f5f5;
  margin-top: -155px;
  padding-top: 255px;
  padding-bottom: 120px;
  margin-bottom: 100px;
}
.title-product-tab2 .title-our-product > li > a {
  padding: 10px 30px;
}
.title-product-tab2 .title-our-product {
  margin-bottom: 0;
}
.title-product-tab2 {
  margin-bottom: 50px;
}
.item-product2 .product-info {
  padding: 25px 30px 35px;
}
.item-product2 .product-title {
  margin: 15px 0 8px;
}
.item-product2 .product-title {
  margin: 15px 0 8px;
}
.item-product2 .product-price {
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 13px 15px;
  margin: 0;
}
.item-product2 .product-info .desc {
  margin-bottom: 40px;
}
.cart-quickview > a {
  display: inline-block;
  width: 40px;
  border-radius: 50%;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}
.cart-quickview > a > span,
.product-extra-link-flower a span {
  position: absolute;
  font-size: 12px;
  color: #fff;
  top: 100%;
  left: 50%;
  width: 80px;
  height: 22px;
  line-height: 22px;
  border-radius: 6px;
  background: #1dcefa;
  margin-left: -40px;
  margin-top: 7px;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.cart-quickview > a:hover {
  color: #fff;
  background: #1b2b3a;
}
.cart-quickview > a:hover > span,
.product-extra-link-flower a:hover span {
  opacity: 1;
}
.cart-quickview > a > span::before,
.product-extra-link-flower a span::before {
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  left: 50%;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #1dcefa;
  margin-left: -4px;
}
.item-product2 {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-product2:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.item-custom-box .service-icon a {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 100px;
  position: relative;
}
.item-custom-box .service-info h3.title18 {
  margin: 27px 0 13px;
}
.item-custom-box .service-info .shop-button {
  padding: 0 40px;
  margin: 23px 0 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.item-custom-box {
  position: relative;
  overflow: hidden;
  margin: 0 -15px 30px;
  padding: 40px 20px 15px;
  border-right: 1px solid #e5e5e5;
}
.list-custom-box {
  margin: 0 0px 70px;
  padding: 0 15px;
}
.item-custom-box .service-info {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-custom-box:hover .service-icon a {
  box-shadow: 0 20px 10px 0px rgba(67, 86, 126, 0.2);
}
.item-custom-box .sevice-icon {
  display: inline-block;
}
.item-custom-box .service-icon {
  display: inline-block;
  position: relative;
}
.item-custom-box .service-icon::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  content: "";
  margin-left: -70px;
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-custom-box:hover .service-icon::before {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}
.item-custom-box:hover .service-info .shop-button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.item-custom-box:hover .service-info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.item-custom-box:hover .service-icon a {
  background: #fff;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.item-client2 .client-thumb a {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
}
.client-box2 .title30 {
  margin-bottom: 45px;
}
.client-slider2 {
  padding: 0 30px;
}
.client-slider2 .product-rate {
  margin: auto;
}
.item-client2 .client-info .title18 {
  margin: 45px 0 27px;
}
.client-slider2 .group-navi .owl-buttons {
  position: static;
  width: 100%;
  max-width: 200px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  padding-top: 30px;
}
.item-client2 .client-info .desc {
  padding: 12px 0 22px;
}
.client-slider2 .owl-theme .owl-controls .owl-buttons div {
  position: static;
  margin: 0 1px;
}
.item-client2 .client-thumb a::before {
  opacity: 0;
  margin: auto;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  border-radius: 50%;
}
.item-client2 .client-thumb a:hover::before {
  opacity: 1;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
}
.item-client2 .client-thumb a::after {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #1b2b3a;
  content: "\f347";
  border: 5px solid #fff;
  font-family: ionicons;
  font-size: 18px;
  border-radius: 50px;
  line-height: 40px;
  left: 0;
  top: 50%;
  margin-top: -25px;
  margin-left: -30px;
}
.choose-us2 .choose-accordion {
  margin: 0;
  padding: 0;
}
.choose-toggle.style2 .item-toggle-tab {
  border: 1px solid #e5e5e5;
  margin-bottom: 2px;
}
.choose-toggle.style2 .toggle-tab-content {
  border-top: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.choose-toggle.style2 .toggle-tab-title {
  border-bottom: none;
  padding-left: 30px;
}
.choose-toggle.style2 .toggle-tab-title::before {
  left: 10px;
}
.choose-us2 {
  margin-bottom: 100px;
}
.call-out {
  padding: 60px 0 55px;
}
.intro-callout .title18 {
  margin-bottom: 18px;
}
.call-out .btn-callout {
  margin-top: 10px;
}
body .btn-callout::before {
  content: "\f1fa";
  margin-right: 30px;
}
body .btn-callout:hover {
  background: #fff;
}
/*******************************************************************************************************
                      Home Business 03
********************************************************************************************************/
.main-nav3 > ul > li > a {
  color: #07081c;
}
.header2.bg-white .search-nav2 {
  border-color: #e5e5e5;
}
.header2.bg-white .search-form2 input[type="text"] {
  background: rgba(0, 0, 0, 0.1);
}
.item-slider3 .banner-info h2 span {
  display: inline-block;
  padding: 14px 30px;
}
.item-slider3 .banner-info h2 span.style2 {
  background: rgba(7, 8, 28, 0.5);
}
.item-slider3 .banner-info h2 {
  margin-bottom: 10px;
}
.item-slider3 .banner-info .banner-button {
  margin-top: 15px;
}
.banner-slider3 {
  margin-bottom: 95px;
}
.banner-slider3 .owl-theme .owl-controls .owl-page span {
  background: #07081c;
  border-color: #07081c;
}
.banner-slider3 .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.footer3 {
  background: #07081c;
}
.footer3 .copyright-design {
  border-color: rgba(255, 255, 255, 0.2);
}
.item-innova {
  float: left;
  width: 380px;
  margin: 0 10px;
  overflow: hidden;
}
.list-innova-tech {
  overflow: hidden;
  margin: 0 -10px;
}
.intro-box3 {
  max-width: 700px;
  margin: auto auto 43px;
}
.item-service3.table .service-icon {
  width: 40px;
}
.item-service3.table .service-icon a {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  line-height: 40px;
}
.item-service3.table:hover .service-icon a {
  color: #fff;
}
.item-service3.table:hover .service-info .opaci {
  opacity: 1;
}
.item-service3.table .service-info {
  padding-left: 20px;
}
.list-service3 .item-service3 {
  margin-bottom: 40px;
}
.item-service3.table .service-info h2.title14 {
  margin-bottom: 7px;
}
.service-box3 {
  margin-bottom: 50px;
}
.intro-innova {
  background: #eff3f7;
  padding: 95px 0 210px;
}
.innova-tech-tab {
  margin-top: -210px;
}
.title-our-product.style2 li a {
  padding: 10px 30px;
}
.title-innnova {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 21px 10px;
  background: rgba(7, 8, 28, 0.7);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-innova .adv-thumb-link::after {
  background: rgba(7, 8, 28, 0.7);
}
.innova-info {
  padding: 30% 40px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.innova-info h3.title14 {
  margin-bottom: 20px;
  transform: scale(4);
  -webkit-transform: scale(4);
  -webkit-transition: all 0.35s 0.1s ease-in-out;
  transition: all 0.35s 0.1s ease-in-out;
}
.innova-info p.desc {
  transform: scale(3) translateY(100%);
  -webkit-transform: scale(3) translateY(100%);
  transition: all 0.35s 0.3s linear;
  -webkit-transition: all 0.35s 0.3s linear;
  opacity: 0;
}
.innova-info h3.title14 a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 17px 5px;
}
.item-innova:hover .title-innnova {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.item-innova:hover .innova-info h3.title14 {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.item-innova:hover .innova-info p.desc {
  transform: scale(1) translateY(0);
  -webkit-transform: scale(1) translateY(0);
  opacity: 1;
}
.item-innova:hover .innova-info {
  opacity: 1;
  visibility: visible;
}
.hoz-innova-scroll .mCSB_container {
  margin-bottom: 40px;
}
.hoz-innova-scroll .mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  margin: auto;
  height: 10px;
  opacity: 1;
}
.hoz-innova-scroll .mCSB_scrollTools .mCSB_draggerContainer {
  max-width: 700px;
  margin: auto;
  width: 100%;
}
.hoz-innova-scroll .mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  height: 10px;
  border-radius: 0;
  background: rgba(7, 8, 28, 0.2);
  margin: 0;
}
.hoz-innova-scroll .mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0;
  height: 10px;
  border-radius: 0;
}
.hoz-innova-scroll .mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  height: 10px;
}
.innova-tech-box {
  margin-bottom: 100px;
}
.banner-ads3 {
  padding: 95px 0;
  margin: 0 0 95px;
}
.banner-ads3 .banner-advs {
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15);
}
.intro-banner3 .desc {
  margin: 13px 0 42px;
}
.baner-button3 .shop-button {
  padding: 0 35px;
  margin: 0 3px;
}
.baner-button3 {
  margin: 0 -3px;
}
.baner-button3 .shop-button.navi {
  background: transparent;
}
.item-product3 {
  padding: 10px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-product3:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.item-product3 .product-label {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 9;
}
.item-product3 .product-extralink1 {
  padding: 10px;
}
.item-product3 .product-extra-link1 {
  padding: 0;
}
.product-extra-link3 a {
  margin: 0 8px;
  display: inline-block;
  position: relative;
}
.product-extra-link3 .addcart-link {
  border-color: #e5e5e5;
}
.product-extra-link3 a:not(.addcart-link) {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
}
.product-extra-link3 a:not(.addcart-link):hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
.product-extra-link3 {
  margin: 0 -8px;
}
.item-product3 .product-extra-link3 {
  margin-top: 18px;
  margin-bottom: 10px;
}
.product-box3 {
  margin-bottom: 70px;
}
.newsletter-email1.email-box3 {
  background: #1b2b3a url("../images/home/business3/mail.png") no-repeat center center;
  background-blend-mode: multiply;
  padding: 165px 0;
  margin-bottom: 95px;
}
.item-news-blog.style3 .news-blog-info {
  background: rgba(255, 255, 255, 0.95);
  margin: -50px 30px 0;
  position: relative;
  padding: 16px 30px 32px;
  z-index: 11;
}
.item-news-blog.style3 .news-blog-info .desc {
  margin: 18px 0 20px;
}
.latest-post3 {
  margin-bottom: 55px;
}
.latest-post-slider3 .item-news-blog {
  margin: 0 15px;
}
.item-news-blog.style3 {
  padding: 0;
}
.latest-post-slider3 {
  margin: 0 -15px;
}
.latest-post-slider3 .owl-theme .owl-controls .owl-buttons div {
  top: 30%;
}
.insta-slider3 {
  margin: 0 -15px;
}
.insta-slider3 .item-insta3 {
  margin: 0 15px;
}
.instagram3 {
  margin: 0 auto 95px;
  max-width: 1070px;
}
.box-product-type3 {
  margin-bottom: 80px;
}
.social-footer a {
  height: 40px;
  width: 40px;
  border-width: 1px;
  border-style: solid;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  margin: 0 3px;
}
.social-footer {
  margin: 45px -3px 55px;
}
.item-post-footer.table .post-thumb {
  width: 50px;
}
.item-post-footer.table .post-info {
  padding-left: 20px;
}
.recent-post-footer li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 28px;
  margin-bottom: 30px;
}
.recent-post-footer li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.item-post-footer.table .post-info .desc {
  margin: 13px 0 20px;
}
.footer3 .footer-box {
  margin-bottom: 30px;
}
.footer3 .social-footer a {
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.download-footer li a {
  display: block;
  background: #1a2236;
  padding: 20px 30px;
  color: #fff;
}
.download-footer li {
  margin-bottom: 2px;
}
.download-footer li a::before {
  content: "\f24c";
  font-family: ionicons;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 15px;
}
.contact-footer3 .desc {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.contact-footer3 .desc span {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-footer3 .desc:nth-child(1) span {
  top: 5px;
}
.contact-footer3 .desc:nth-child(2) span {
  top: 13px;
}
/*******************************************************************************************************
                      Home Business 04
********************************************************************************************************/
.logo.logo4 img {
  height: 30px;
}
.logo.logo4 {
  display: inline-block;
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: -65px;
  z-index: 100;
}
.footer3.footer4 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.footer3.footer4 .copyright-design {
  border: none;
}
.header4 {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 1001;
}
.logo.logo4 h1 {
  margin: 17px 0 2px;
}
.nav-hover.nav-hover4 {
  position: fixed;
  left: 15px;
  top: 50px;
  z-index: 100;
}
.mini-cart-box4 {
  position: fixed;
  right: 15px;
  top: 50px;
  z-index: 100;
}
.mini-cart-box4 .mini-cart-number {
  position: absolute;
  right: -15px;
  top: -5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.nav-hover.nav-hover4 .main-nav {
  right: auto;
  left: 100px;
  background: #191D3D;
  margin-left: 15px;
}
.nav-hover.nav-hover4 .main-nav::before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 15px;
  content: "";
  background: transition;
  height: 40px;
}
.nav-hover.nav-hover4:hover .main-nav {
  left: 100%;
}
.item-portfolio-special {
  overflow: hidden;
}
.item-portfolio-special .banner-info {
  top: auto;
  padding: 15px 20px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-portfolio-special:hover .banner-info {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.item-portfolio-special {
  margin-bottom: 2px;
}
.intro-special .title-underline {
  text-transform: inherit;
  margin-bottom: 20px;
}
.scroll-box-special {
  margin: 0 -13px;
  position: relative;
  border-top: 150px solid transparent;
  background-clip: content-box;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.scroll-box-special.onhover {
  overflow: scroll;
}
.scroll-box-special::-webkit-scrollbar {
  display: none;
}
.scroll-box-special:hover,
.scroll-box-special.onhover {
  border-top: 0px solid transparent;
}
.content-home-special {
  margin: 0 -2px;
}
.item-portfolio-special .banner-info h2.title14 {
  margin-bottom: 5px;
}
.list-service-special .item-service3 {
  margin-bottom: 50px;
}
.list-service-special {
  padding: 0 15px;
}
.intro-special {
  padding: 50px 30px;
}
.list-blog-special {
  padding: 0 15px;
}
.list-blog-special .item-blog-special {
  margin-bottom: 50px;
}
.item-blog-special h3.title14 {
  margin-bottom: 15px;
}
.item-product-special .product-info {
  padding-bottom: 13px;
}
.list-product-special .item-product-special {
  margin-bottom: 2px;
}
.item-product-special .product-label {
  top: 10px;
  right: 10px;
}
.content-home-special {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.scroll-box-special .mCSB_draggerContainer {
  display: none;
}
/*******************************************************************************************************
                      Home Business 05
********************************************************************************************************/
.footer3.footer5 {
  background: #191919;
}
.footer5 .download-footer li a {
  background: #242424;
}
.image-exper5 .animate-updown {
  margin-bottom: -40px;
}
.image-exper5 .updown1 {
  animation-name: updown2;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.image-exper5 .updown2 {
  animation-name: updown1;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.image-exper5 img {
  position: relative;
}
.image-exper5 img:nth-child(1) {
  z-index: 3;
}
.image-exper5 img:nth-child(2) {
  z-index: 2;
}
.image-exper5 img:nth-child(3) {
  z-index: 1;
}
@keyframes updown1 {
  0% {
    top: 0;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 0;
  }
}
@keyframes updown2 {
  0% {
    top: 0;
  }
  50% {
    top: 80px;
  }
  100% {
    top: 0;
  }
}
.header5 {
  padding: 40px 0 35px;
}
.main-nav5 > ul > li > a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.header-nav5 {
  margin-bottom: 35px;
}
.item-service5.table {
  border-right: 1px solid #e5e5e5;
  padding: 0 20px;
}
.service-header {
  margin: 0 -20px;
}
.item-service5.table .service-icon {
  width: 45px;
}
.item-service5.table .service-info .title14 {
  margin-bottom: 5px;
}
.search-cart5 {
  margin: 7px -16px 0;
}
.search-cart5 > li {
  padding: 0 16px;
  border-left: 1px solid #e5e5e5;
}
.mini-cart-box .mini-cart-link {
  position: relative;
}
.mini-cart-box.mini-cart-box5 .mini-cart-number {
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: -6px;
  right: -20px;
}
.search-cart5 > li:first-child {
  border: none;
}
.search-cart5 .search-hover .form-search-hover input[type="text"] {
  height: 30px;
  top: -5px;
  background: #000;
  color: #fff;
}
.search-cart5 .search-hover:hover .form-search-hover input[type="text"] {
  width: 200px;
}
.search-cart5 .mini-cart-box .dropdown-list {
  right: -15px;
}
.item-slider5 .banner-info {
  height: auto;
  padding-top: 100px;
}
.text-info5 .title48 {
  margin: -55px 0 4px;
}
.text-info5 .title30 {
  margin: 0 0 22px;
}
.text-info5 .shop-button {
  padding: 0 35px;
}
.banner-slider5 {
  margin-bottom: 100px;
}
.item-banner3 .title18 {
  padding: 15px 20px;
}
.list-banner3 .item-banner3 {
  margin: 0 0 30px;
}
.list-banner3 {
  margin: 0 0 63px;
}
.intro-banner5 h2.title18 {
  margin: 10px 0 5px;
}
.intro-banner5 {
  margin-bottom: 100px;
}
.btn-getnow {
  border: 1px solid #e5e5e5;
  padding: 0 40px;
}
.btn-getnow span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px 0 0;
}
.intro-banner5 .product-price {
  margin-bottom: 20px;
}
.intro-banner5 .btn-getnow:hover {
  color: #fff;
}
.intro-banner5 .product-price {
  margin-bottom: 20px;
}
.our-expertise5 {
  background: #f5f6fa;
  padding: 100px 0 10px;
  margin-bottom: 95px;
}
.list-exper5 .item-contact1 {
  margin-top: 95px;
}
.intro-exper5 .desc {
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
}
.inner-exper5 {
  max-width: 790px;
  margin: auto;
}
.list-exper5 .item-contact1 .contact-info1 {
  padding-left: 20px;
}
.image-exper5 {
  padding-top: 40px;
}
.item-client5 {
  max-width: 900px;
  margin: auto;
}
.client-box5 {
  padding: 110px 0 80px;
  margin-bottom: 95px;
}
.item-client5 .desc {
  margin: 20px 0 18px;
}
.client-slider5 .owl-pagination {
  margin-top: 50px;
}
.product-slider5 .item {
  border-right: 1px solid #e5e5e5;
}
.product-slider5 .item .item-product3 {
  padding: 10px 20px 0;
  box-shadow: none;
}
.product-slider5 .item .item-product3:first-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.product-box5 {
  margin-bottom: 90px;
}
.title-tab5 {
  margin: 0 -16px;
}
.title-tab5 li {
  border-right: 1px solid #e5e5e5;
  padding: 0 16px;
}
.title-tab5 li:last-child {
  border: none;
}
.title-product-box5 h2.title30 {
  margin: 0px 0 38px;
}
.title-product-box5 {
  margin-bottom: 45px;
}
/*******************************************************************************************************
                      Home Business 06
********************************************************************************************************/
.header6 .header-nav5 {
  margin: 0;
}
.header6 {
  padding: 40px 0;
}
.info-slider6 {
  padding: 0 120px;
}
.info-slider6 .link-btn {
  padding: 0 30px;
}
.info-slider6 .title60 {
  display: inline-block;
  margin: 15px 0;
}
.info-slider6 .title48 {
  margin: 5px 0;
}
.item-slider6 .banner-info {
  height: 300px;
}
.banner-slider6 {
  margin-bottom: 95px;
}
.border-navi .owl-controls .owl-buttons div {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}
.border-navi .owl-controls .owl-buttons div:hover {
  box-shadow: none;
}
.title-pop-project6 {
  position: relative;
}
.title-pop-project6 .shop-button {
  position: absolute;
  right: 0;
  top: -5px;
  padding: 0 40px;
}
.title-pop-project6 {
  margin-bottom: 45px;
}
.item-project6:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.list-project6 .item-project6 {
  margin-bottom: 30px;
}
.item-project6 {
  padding: 50px 50px 35px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.project-info6 {
  position: relative;
  padding-top: 27px;
}
.project-info6 .title18 {
  margin-bottom: 8px;
}
.project-info6 .btn-view {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}
.btn-view {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  opacity: 0;
  color: #fff;
}
.btn-view span {
  font-size: 14px;
  position: absolute;
  line-height: inherit;
  left: 0;
  top: 30px;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.btn-view:hover span {
  opacity: 1;
}
.list-project6 {
  margin-bottom: 70px;
}
.item-project6:hover .btn-view {
  opacity: 1;
}
.why-choose6 {
  background: #2f2643;
  padding: 95px 0 70px;
}
.choose-intro6 {
  margin-bottom: 65px;
}
.choose-intro6 .title30 {
  margin-bottom: 18px;
}
.list-choose6 {
  overflow: hidden;
}
.item-service1.style2 {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}
.item-service1.style2 .service-info {
  border-color: rgba(255, 255, 255, 0.5);
}
.item-service1.style2:hover .service-info {
  border-color: #e5e5e5;
}
.item-service1.style2:hover {
  background: #fff;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
}
.item-service1.style2:hover .desc {
  color: #1b2b3a;
}
.business-dev {
  padding: 100px 0;
  margin-bottom: 95px;
}
.item-dev {
  max-width: 870px;
  margin: auto;
}
.item-dev .banner-advs {
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.item-dev .banner-advs h3.title14 {
  margin-top: 48px;
}
.our-product6 {
  background: #eaebed;
  padding: 95px 0 70px;
  margin-bottom: 95px;
}
.dev-slider {
  margin: 0 80px;
  position: relative;
}
.dev-slider::before {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  width: 200px;
  height: 200px;
  right: 100%;
  content: "";
  border: 1px dashed rgba(255, 255, 255, 0.5);
  margin-right: -15px;
  border-radius: 50%;
}
.dev-slider::after {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  width: 200px;
  height: 200px;
  left: 100%;
  content: "";
  border: 1px dashed rgba(255, 255, 255, 0.5);
  margin-left: -15px;
  border-radius: 50%;
}
.dev-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::before {
  content: "PREV";
  position: absolute;
  right: 100%;
  margin-right: 15px;
  font-size: 14px;
  top: 5px;
}
.dev-slider .owl-theme .owl-controls .owl-buttons div.owl-next::after {
  content: "NEXT";
  position: absolute;
  left: 100%;
  margin-left: 15px;
  font-size: 14px;
  top: 5px;
}
/*******************************************************************************************************
                      Home Shop 01
********************************************************************************************************/
.banner-countdown {
  width: 360px;
  position: relative;
  display: block;
}
.banner-countdown .time_circles > div {
  width: 80px!important;
  height: 80px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
  top: 0!important;
  left: 0!important;
  text-align: center;
}
.banner-countdown canvas {
  margin-bottom: -89px;
  position: relative;
  z-index: 9;
}
.banner-countdown .time_circles > div::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 50%;
}
.banner-countdown .time_circles > div > * {
  position: relative;
  z-index: 1;
}
.banner-countdown .time_circles > div .number {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 16px 0 5px;
}
.banner-countdown .time_circles > div .text {
  font-size: 11px;
}
.banner-countdown .time_circles > div .number::after {
  position: absolute;
  width: 20px;
  height: 3px;
  content: "";
  bottom: -6px;
  left: 50%;
  margin-left: -10px;
}
.content-shop-slider1 h3.title30 {
  margin: 10px 0 15px;
}
.content-shop-slider1 .banner-countdown {
  margin: 47px auto 70px;
}
.detail-light-box .detail-gallery {
  padding-top: 25px;
}
.item-shop-slider1 .banner-info {
  height: 470px;
}
.shop-social a {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 30px;
  margin: 0 3px;
}
.content-shop-slider1 .shop-social {
  margin-top: 50px;
}
.mini-cart-box:hover .dropdown-list {
  margin-top: 1px;
}
.box-product-type {
  padding: 45px 0;
}
.item-product-type.table .product-thumb {
  width: 100px;
}
.item-product-type.table .product-info {
  padding-left: 20px;
}
.list-product-type .item-product-type {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 5px;
}
.list-product-type .item-product-type:last-child {
  border: none;
}
.title-right-line {
  overflow: hidden;
}
.title-right-line span {
  display: inline-block;
  position: relative;
}
.title-right-line span::after {
  position: absolute;
  top: 50%;
  height: 2px;
  width: 1200px;
  content: "";
  background: #e5e5e5;
  margin: -1px 0 0 20px;
  left: 100%;
}
.shop-blog1 {
  margin-bottom: 50px;
}
.shop-blog1 h2.title30 {
  margin-bottom: 25px;
}
.item-news-blog.style2 {
  padding: 0;
}
.item-news-blog.style2 .news-blog-info {
  padding-top: 15px;
  padding-bottom: 30px;
}
.item-news-blog.style2 .news-blog-info .desc {
  margin-bottom: 15px;
}
.shop-blog-slider1 .item-news-blog {
  margin: 0 15px;
}
.shop-blog-slider1 {
  margin: 0 -15px;
}
.choose-us.choose-shop1 {
  margin-bottom: 45px;
}
.shop-ajax-slider .item {
  margin: 0 10px;
}
.shop-ajax-slider {
  margin: 0 -10px;
}
.item-product-shop1 {
  padding: 27px 20px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-shop1:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.item-product-shop1.table .product-thumb {
  width: 140px;
}
.item-product-shop1.table .product-info {
  padding: 0 0 5px 20px;
}
.item-product-shop1.table .product-thumb .product-extra-link {
  text-align: center;
  margin: 17px -8px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-shop1.table:hover .product-thumb .product-extra-link {
  opacity: 1;
  visibility: visible;
}
.item-product-shop1.table .product-thumb .product-extra-link a {
  font-size: 24px;
  margin: 0 8px;
  display: inline-block;
}
.item-product-shop1.table .product-thumb .product-extra-link a:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
.shop-ajax-slider .item-product {
  margin-bottom: 20px;
}
.shop-slider1 {
  margin-bottom: 50px;
}
.shop-content-top1 .banner-flash-deal {
  margin-right: -5px;
}
.shop-content-top1 {
  margin-bottom: 45px;
}
.shop-content-top1 .deal-fashion {
  margin-left: -5px;
}
.banner-flash-deal .banner-info {
  width: 515px;
  height: 310px;
  margin: auto;
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  padding: 40px 0;
}
.banner-flash-deal .banner-info .title18 {
  margin: 18px 0 27px;
}
.deal-fashion {
  padding: 25px 15px 65px;
}
.banner-flash-deal .banner-info .shop-button {
  min-width: 150px;
}
.deal-fashion > h3.title18 {
  margin: 9px 0 25px;
}
.deal-fashion-slider {
  margin: 0 -5px 10px;
}
.deal-fashion-slider .item-product {
  margin: 0 5px;
}
.deal-fashion-slider .item-product .product-price ins {
  display: block;
}
.deal-fashion-slider .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -87px;
}
.deal-fashion-slider .owl-pagination .owl-page span {
  background: #1b2b3a;
  border: navajowhite;
  width: 10px;
  height: 10px;
  box-shadow: none;
}
.deal-fashion .shop-button {
  padding: 0 30px;
}
.deal-fashion-slider .item-product .product-info {
  padding-top: 13px;
}
.deal-fashion-slider .owl-theme .owl-controls .owl-buttons div {
  top: 60px;
}
.deal-fashion-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -10px;
}
.deal-fashion-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -10px;
}
.title-shop-ajax {
  margin-bottom: 25px;
}
.title-shop-ajax .title30 {
  margin-right: 34px;
}
.title-tab-ajax li {
  padding: 0 10px;
  border-right: 1px solid #999;
}
.title-shop-ajax > * {
  vertical-align: baseline;
}
.title-tab-ajax li:last-child {
  border: none;
}
.title-tab-ajax {
  margin: 0 -10px;
}
.process-instock {
  background: #eaebed;
  height: 10px;
  border-radius: 5px;
  position: relative;
}
.percent-instock {
  position: absolute;
  height: 10px;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.process-claim .desc {
  margin-bottom: 5px;
}
.item-product-shop1 .process-claim {
  margin-top: 20px;
}
.item-product-shop1.product-main .process-claim {
  margin-top: -2px;
}
.box-shop-ajax {
  margin-bottom: 30px;
}
.shop-ajax-slider .group-navi .owl-buttons {
  right: 10px;
}
/*******************************************************************************************************
                      Home Shop 02
********************************************************************************************************/
.page-content-box .wrap {
  background: #fff;
  max-width: 1230px;
  margin: auto;
}
.header2.header-shop6 {
  padding: 30px 0;
}
.top-service6 {
  padding: 25px 0;
}
.top-service6 .item-service5.table {
  border-color: rgba(255, 255, 255, 0.2);
}
.banner-shop2 .banner-info {
  top: 120px;
  left: 130px;
}
.banner-shop2 {
  margin-bottom: 45px;
}
.item-service3.drop-shadow {
  padding: 29px;
  min-height: 180px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.list-service-shop2 {
  margin-bottom: 20px;
}
.list-service-shop2 .item-service3.drop-shadow {
  margin-bottom: 30px;
}
.item-service3.drop-shadow:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.adv-shop2 .banner-info {
  height: 130px;
  left: 85px;
}
.adv-shop2 {
  margin-bottom: 45px;
}
.page-content-box .product-box3 {
  margin-bottom: 15px;
}
.page-content-box .latest-post3 {
  margin-bottom: 5px;
}
.page-content-box .instagram3 {
  margin-bottom: 45px;
}
.page-content-box .box-product-type3 {
  margin-bottom: 30px;
}
/*******************************************************************************************************
                      Home Shop 03
********************************************************************************************************/
.shop-button.border-none {
  border: none;
}
.header6.header-shop3 {
  padding: 30px 0;
}
.content-shop-top3 {
  background: #f2f2f2;
  padding: 50px 0;
}
.shop-service3 {
  padding: 40px 0;
}
.item-slider-shop3 .info-slider6 {
  padding: 0;
}
.item-slider-shop3 .banner-button {
  margin-top: 25px;
}
.content-shop-top3 .shop-banner3 {
  margin-left: -20px;
}
.shop-banner3 .banner-info {
  height: 130px;
}
.shop-banner3 .banner-info h3 {
  margin: 5px 0 25px;
}
.shop-banner3 .banner-info .shop-button {
  padding: 0 30px;
}
.banner-slider-shop3 .owl-pagination {
  bottom: 20px;
}
.list-shop-adv3 .item-shop-service3 {
  margin: 0 -10px 10px;
}
.item-shop-service3 .banner-info {
  padding: 0 45px;
  top: 25%;
}
.list-shop-adv3 {
  margin: 0 10px 35px;
}
.item-shop-service3 .banner-info h2 {
  margin-bottom: 5px;
}
.item-shop-service3 .banner-info p {
  margin: 20px 0 30px;
}
.item-shop-service3 .banner-info p strong {
  margin: 0 10px;
}
.item-shop-service3 .banner-info .shop-button {
  padding: 0 25px;
}
.item-shop-service3 .banner-info .logo-ad3 {
  margin-top: 20px;
  display: inline-block;
}
.shop-deal-off3 {
  background: #f5f5f5;
  padding: 45px 0 50px;
  margin-bottom: 45px;
}
.product-box3.shop-bet-sale3 {
  margin-bottom: 20px;
}
.product-box3.shop-feature3 {
  margin-bottom: 20px;
}
.latest-news2.latest-shop3 {
  margin-bottom: 45px;
}
.choose-us2.choose-shop3 {
  margin-bottom: 65px;
}
.box-product-type3.shop-product-type3 {
  margin-bottom: 50px;
}
.deal-shop-slider3 .item-product {
  margin: 5px 7px 30px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.deal-shop-slider3 .item-product:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.deal-shop-slider3 {
  margin: -5px -7px 20px;
}
.shop-deal-off3 .shop-button {
  padding: 0 30px;
}
.item-deal-product3 {
  padding: 20px;
}
.item-deal-product3 .product-info {
  position: relative;
  padding: 27px 0 0;
}
.deal-countdown3 {
  width: 180px;
}
.item-deal-product3 .deal-countdown3 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.deal-countdown3 .time_circles > div {
  background: #f5f5f5;
  width: 46px!important;
  height: 46px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin: 0 7px;
}
.deal-countdown3 .time_circles > div .number {
  display: block;
  font-weight: 700;
  margin: 5px auto -6px;
}
.deal-countdown3 .time_circles > div .text {
  font-size: 12px;
  color: #000;
}
.deal-countdown3 .time_circles canvas {
  margin-bottom: -56px;
}
/*******************************************************************************************************
                      Home Shop 04
********************************************************************************************************/
.item-shop-slider4 .banner-info {
  height: 390px;
}
.shop-info-text4 h2.title60 {
  margin: 7px 0;
}
.shop-info-text4 .banner-button {
  margin-top: 40px;
}
.shop-info-text4 {
  position: relative;
  padding: 80px;
}
.shop-info-text4 > * {
  position: relative;
  z-index: 1;
}
.shop-info-text4::before {
  border-style: solid;
  border-width: 10px 0 10px 10px;
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  bottom: 0;
}
.shop-info-text4::after {
  border-style: solid;
  border-width: 10px 10px 10px 0;
  width: 180px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  bottom: 0;
}
.item-service2.style2 {
  padding: 20px 30px 75px;
}
.list-shop-service4 .item-service2 {
  margin: 0 -15px;
}
.list-shop-service4 {
  padding: 50px 15px;
}
.our-shop-product4 {
  background: #f5f5f5;
  padding: 50px 0 30px;
  margin-bottom: 50px;
}
.our-shop-product4 .product-slider {
  margin: 0 -5px;
}
.our-shop-product4 .product-slider .item-product {
  margin: 0 5px 15px;
}
.our-shop-product4 .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -10px;
}
.our-shop-product4 .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -10px;
}
.list-shop-adv4 .item-shop-adv4 {
  margin: 0 -10px 30px;
}
.list-shop-adv4 {
  margin: 0 10px 20px;
}
.item-shop-adv4 .banner-info {
  height: 130px;
}
.item-shop-adv4 .banner-info h3 {
  margin: 4px 0 15px;
}
.item-shop-adv4 .banner-info .shop-button {
  padding: 0 30px;
}
.item-shop-adv4 .banner-info h2 {
  padding-top: 20px;
  position: relative;
}
.item-shop-adv4 .banner-info h2::before {
  position: absolute;
  top: 0;
  height: 5px;
  content: "";
  margin-left: -25px;
  left: 50%;
  width: 50px;
  background: #fff;
}
.onsale-feature-shop {
  background: #f5f5f5;
  padding: 65px 0 50px;
}
.shop-onsale4 > .title30 {
  margin-bottom: 45px;
}
.shop-feature4 > .title30 {
  margin-bottom: 45px;
}
.shop-onsale-slider4 .item,
.shop-onsale-slider4 .item-product2 {
  margin: 0 5px 15px;
}
.shop-onsale-slider4 .item .item-product:first-child {
  margin-bottom: 10px;
}
.shop-onsale-slider4 {
  margin: 0 -5px;
}
.shop-onsale-slider4 .group-navi .owl-buttons {
  right: 5px;
  top: -62px;
}
.shop-onsale-slider4 .item-product2 .review-rating {
  margin-bottom: 25px;
}
.shop-client4 .client-slider2 {
  max-width: 500px;
  margin: auto;
}
.shop-client4 {
  padding: 80px 0 95px;
  margin-bottom: 45px;
}
.more-category > .title30 {
  margin-bottom: 45px;
}
.more-cat-slider {
  margin: 0 -30px;
}
.more-cat-slider .item {
  margin: 0 30px;
}
.more-cat-slider .item .item-more-cat {
  position: relative;
  margin: 0 0px 50px;
}
.more-cat-slider .item .item-more-cat::after {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  background: #e5e5e5;
}
.more-cat-info .list-none li a {
  display: block;
  padding-left: 15px;
  position: relative;
}
.more-cat-info .list-none li a::before {
  position: absolute;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: #999;
  left: 0;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.more-cat-info .list-none li {
  margin-bottom: 10px;
}
.more-cat-info .list-none {
  margin: 20px 0 30px;
}
.more-cat-info .see-all::after {
  content: "\f3d3";
  font-family: ionicons;
  margin: 0 10px;
}
.shop-blog4 .shop-blog-slider1 .item-news-blog {
  margin: 0 5px;
}
.shop-blog4 .shop-blog-slider1 {
  margin: 0 -5px;
}
.shop-blog4 .group-navi .owl-buttons {
  right: 5px;
}
.shop-blog1.shop-blog4 {
  margin-bottom: 20px;
}
/*******************************************************************************************************
                      Home Fashion
********************************************************************************************************/
.header2.header-fashion {
  background: rgba(0, 0, 0, 0.8);
  padding: 25px 0 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  right: 0;
}
.fashion-slider-text h3 {
  margin-top: -3px;
}
.fashion-slider-text {
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 20px 0;
  margin-bottom: 30px;
}
.banner-fashion-slider {
  margin-bottom: 95px;
}
.item-deal-fashion .product-thumb .product-price {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 20px;
  margin-bottom: 0;
  z-index: 10;
}
.deal-fashion-box > .title30 {
  margin-bottom: 45px;
}
.item-deal-fashion .product-thumb .product-price::before {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid rgba(255, 255, 225, 0.5);
  content: "";
}
.item-deal-fashion .product-info {
  padding-top: 23px;
}
.wrap-fashion-countdown {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 7px;
}
.fashion-countdown canvas {
  display: none;
}
.fashion-countdown .time_circles > div {
  width: auto!important;
  min-width: 30px;
  display: inline-block;
  text-align: center;
  height: 30px;
  color: #000000;
  line-height: 30px;
  margin: 0 0.5px;
  padding: 0 7px;
}
.item-fashion-slider .shop-button {
  padding: 0 25px;
}
.wrap-fashion-countdown span.gray {
  line-height: 30px;
  margin: 0 15px 0 10px;
}
.item-deal-fashion .product-info .wrap-fashion-countdown {
  margin-top: 25px;
}
.deal-fashion-box {
  margin-bottom: 70px;
}
.adv-fashion {
  border-top: 1px solid #e5e5e5;
  padding: 50px 35px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}
.item-adv-fashion .banner-info {
  height: 205px;
  padding-top: 40px;
}
.adv-fashion .item-adv-fashion {
  margin-bottom: 50px;
}
.adv-fashion .item-adv-fashion .banner-info a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 7px;
}
.adv-fashion .item-adv-fashion .banner-info p.desc {
  margin: 5px 0 20px;
}
.adv-fashion .item-adv-fashion.hoz-item {
  border-right: 1px solid #e5e5e5;
  padding-right: 50px;
  margin-right: -27px;
}
.adv-fashion .item-adv-fashion.ver-item {
  margin-left: 45px;
}
.adv-fashion .item-adv-fashion.hoz-item .banner-info {
  left: 100px;
  right: 150px;
}
.adv-fashion .item-adv-fashion.ver-item .banner-info {
  left: 40px;
  right: 40px;
}
.adv-fashion .item-adv-fashion .banner-info h2.title30 {
  text-transform: uppercase;
}
.item-product-fashion > a {
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  display: inline-block;
}
.item-product-fashion .product-thumb {
  margin-bottom: 27px;
}
.fashion-product-slider .item {
  border-right: 1px solid #e5e5e5;
}
.fashion-product-slider .item-product-fashion {
  padding: 0 50px;
}
.fashion-product-slider .item-product-fashion:first-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.fashion-product-box {
  margin-bottom: 60px;
}
.blog-masonery .item-masonry .news-blog-info {
  padding-top: 27px;
}
.footer-fashion {
  background: #1c1c1c;
}
.brand-slider-fashion {
  margin: 25px 0 60px;
}
.footer-top-fashion {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 28px;
}
.wrap-logo-navi .menu-fashion {
  margin-top: 7px;
}
.menu-fashion li a::after {
  content: "-";
  margin: 0 6px;
}
.menu-fashion {
  margin: 0 -6px;
}
.logo-footer-fashion {
  margin-right: 40px;
}
.menu-fashion li:last-child a::after {
  display: none;
}
.payment-method {
  margin: 0 -5px;
}
.payment-method a {
  margin: 0 5px;
}
.footer-box > h2.title16 {
  margin-bottom: 20px;
}
.social-email-fashion {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 25px;
}
.social-email-fashion .list-inlie-block .title16 {
  line-height: 30px;
}
.social-email-fashion .list-inline-block .title16 {
  line-height: 40px;
  margin-right: 15px;
}
.list-social-image a {
  margin: 0 3px;
}
.list-social-image {
  margin: 0 -3px;
}
.list-social-image a:hover img {
  border-radius: 50%;
}
.list-social-image a img {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.list-footer-box-fashion .contact-footer3 .desc {
  padding-left: 30px;
}
.list-footer-box-fashion .contact-footer3 .desc span {
  font-size: 18px;
  top: 0;
}
.copyright-fashion {
  padding: 30px 0;
}
.newsletter-form2 {
  position: relative;
  max-width: 370px;
  width: 100%;
  padding-right: 50px;
}
.newsletter-form2 input[type="text"] {
  height: 40px;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 15px;
}
.newsletter-form2 .submit-form::after {
  content: "\f132";
  color: #fff;
}
/*******************************************************************************************************
                      Home Flower
********************************************************************************************************/
.item-slider-flower .title160 span {
  position: relative;
  display: inline-block;
}
.item-slider-flower .title160 span::before {
  position: absolute;
  bottom: 51px;
  height: 1px;
  background: #fff;
  left: -70px;
  right: -70px;
  content: "";
}
.item-slider-flower h3.title30 {
  margin: -23px 0 25px;
}
.item-slider-flower .shop-button {
  padding: 0 30px;
}
.header-flower {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.header-ontop.fixed-ontop {
  padding: 10px 0;
}
.header-flower .logo {
  margin-top: 5px;
}
.top-shop-flower {
  background: url(../images/home/flower/bg-flower.jpg) no-repeat top center;
  padding-top: 65px;
  margin-bottom: 70px;
}
.top-shop-flower .list-inline-block {
  background: url(../images/home/flower/bg-wedding.png) no-repeat top center;
  padding-top: 100px;
  margin-top: -50px;
  margin-bottom: 70px;
}
.top-shop-flower .list-inline-block li a span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
.top-shop-flower .list-inline-block li {
  margin: 0 75px 0 60px;
}
.title-tab-flower ul li {
  margin: 0 17px;
}
.title-tab-flower {
  margin-bottom: 20px;
}
.product-flower {
  position: relative;
}
.product-flower::before,
.item-deal-flower::before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #f5f5f5;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.product-flower:hover::before,
.item-deal-flower:hover::before {
  background: #fff;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.product-tab-flower .product-flower {
  margin-top: 23px;
}
.item-product .product-info .product-extra-link-flower {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 23px;
}
.product-extra-link-flower a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  background: #ffbb02;
  color: #fff;
  margin: 0 3px;
  position: relative;
}
.product-extra-link-flower a:hover {
  background: #1b2b3a;
}
.product-tab-flower {
  margin-bottom: -30px;
}
.product-flower .product-thumb > .quickview-link {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  z-index: 9;
  border-radius: 50%;
  margin: auto;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.product-flower .product-thumb > .quickview-link:hover {
  color: #fff;
}
.product-flower .product-thumb:hover > .quickview-link {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.static-banner {
  margin-bottom: 60px;
}
.deal-flower-box > .title30 {
  margin-bottom: 23px;
}
.deal-flower-slider .group-navi .owl-buttons {
  top: -10px;
}
.flower-countdown canvas {
  display: none;
}
.deal-flower-box {
  background: url("../images/icon/dot.png") repeat-x top left;
  padding-top: 60px;
  margin-bottom: 40px;
}
.deal-flower-slider {
  margin: 0 -15px;
}
.deal-flower-slider .item {
  margin: 0 15px;
}
.flower-countdown .time_circles > div {
  display: inline-block;
  width: auto!important;
  font-size: 18px;
  font-weight: 300;
}
.flower-countdown,
.flower-order.table {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
}
.item-deal-flower .flower-countdown {
  margin-bottom: 20px;
}
.flower-countdown .time_circles > div::after {
  content: ":";
  margin: 0 10px;
}
.flower-countdown .time_circles > div:last-child::after {
  display: none;
}
.deal-flower-slider .item-deal-flower {
  margin: 30px 0;
  position: relative;
}
.item-deal-flower::before {
  background: #fff;
}
.item-deal-flower .quickview-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  line-height: 40px;
  text-align: center;
  z-index: 10;
  margin: auto;
  font-size: 18px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.item-deal-flower .quickview-link:hover {
  color: #fff;
}
.item-deal-flower .product-thumb:hover .quickview-link {
  opacity: 1;
}
.hot-cat-flower {
  padding: 90px 0 100px;
  margin-bottom: 70px;
}
.list-cat-flower {
  margin-top: 48px;
}
.item-hot-cat-flower h2.title14 {
  padding: 17px 30px;
}
.item-hot-cat-flower .list-none {
  padding: 20px 30px;
}
.item-hot-cat-flower {
  box-shadow: 0px 10px 0px 0px rgba(255, 255, 255, 0.1);
}
.item-hot-cat-flower .list-none li {
  margin-bottom: 20px;
}
.item-hot-cat-flower .list-none li a {
  position: relative;
  padding-left: 20px;
}
.item-hot-cat-flower .list-none li a::before {
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 7px;
  content: "";
  background: #ccc;
  border-radius: 50%;
}
.flower-order.table {
  margin-bottom: 20px;
}
.item-hot-cat-flower.yellow .list-none li a:hover {
  color: #ffa911;
}
.item-hot-cat-flower.yellow .list-none li a:hover::before {
  background: #ffa911;
}
.item-hot-cat-flower.yellow h2.title14 {
  background: #ffa911;
}
.item-hot-cat-flower.purple .list-none li a:hover {
  color: #cb34c5;
}
.item-hot-cat-flower.purple .list-none li a:hover::before {
  background: #cb34c5;
}
.item-hot-cat-flower.purple h2.title14 {
  background: #cb34c5;
}
.item-hot-cat-flower.green .list-none li a:hover {
  color: #8da70e;
}
.item-hot-cat-flower.green .list-none li a:hover::before {
  background: #8da70e;
}
.item-hot-cat-flower.green h2.title14 {
  background: #8da70e;
}
.item-client-flower .client-thumb {
  background: url(../images/home/flower/bg-client.jpg) no-repeat center top;
  min-height: 306px;
  padding-top: 80px;
}
.item-client-flower .client-thumb img {
  width: 105px;
  border-radius: 50%;
}
.item-client-flower {
  max-width: 720px;
  margin: auto;
}
.item-client-flower .client-info .title16 {
  padding: 10px 20px 0;
  margin-top: 22px;
}
.item-client-flower .client-info .desc::before {
  content: url("../images/icon/quote.png");
  position: relative;
  top: 10px;
  left: -15px;
}
.item-client-flower .client-info .desc::after {
  content: url("../images/icon/quote.png");
  transform: rotate(180deg);
  display: inline-block;
  position: relative;
  top: 15px;
  left: 15px;
  vertical-align: bottom;
  height: 20px;
}
.client-flower .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  top: 290px;
}
.client-flower .owl-pagination .owl-page span {
  width: 10px;
  height: 10px;
  box-shadow: none;
  border: none;
  background: #ccc;
}
.client-flower .owl-pagination .owl-page {
  margin: 0 5px;
}
.client-flower {
  margin-bottom: 80px;
}
.working-timeer.table .work-thumb {
  width: 200px;
  text-align: center;
}
.working-timeer.table .work-thumb img {
  max-width: 200px;
}
.working-timeer.table .work-time {
  padding: 20px;
  vertical-align: middle;
}
.working-timeer.table .work-time .list-none li {
  margin-bottom: 5px;
}
.working-timeer.table .work-time .list-none li:last-child {
  margin: 0;
}
.working-timeer.table .work-time .list-none li .desc {
  position: relative;
  padding-left: 25px;
}
.working-timeer.table .work-time .list-none li .desc::before {
  font-family: ionicons;
  content: "\f3b3";
  color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
.working-timeer.table {
  padding: 12px 0;
}
.flower-email {
  border: 1px solid #e5e5e5;
  min-height: 165px;
  background: url(../images/home/flower/signup.jpg) no-repeat 15px center;
  padding: 55px 0;
}
.flower-email .signup-form {
  margin: 0 0 0 160px;
}
.header-flower {
  position: relative;
  z-index: 10;
}
.signup-form input[type="text"] {
  height: 50px;
  width: 250px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
}
.signup-form input[type="submit"] {
  width: 100px;
  height: 50px;
  border: none;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.signup-form input {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 2px;
}
.latest-post-flower {
  margin-top: 23px;
}
.latest-post-flower .blog-ver-slider {
  margin-bottom: 40px;
}
/*******************************************************************************************************
                      Home Food
********************************************************************************************************/
.header-food {
  padding: 25px 0;
}
.food-countdown canvas {
  display: none;
}
.food-countdown .time_circles > div {
  display: inline-block;
  width: 110px!important;
  border: 4px solid #fff;
  height: 110px;
  border-radius: 50%;
  margin: 0 5px;
  color: #fff;
}
.food-countdown .time_circles > div .number {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0 -5px;
}
.item-food-slider .time-countdown {
  margin: 15px 0 30px;
}
.item-food-slider .link-btn {
  padding: 0 60px;
}
.banner-food-slider {
  margin-bottom: 65px;
}
.banner-food-slider .owl-theme .owl-controls .owl-page span {
  border: none;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.banner-food-slider .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.banner-food-slider .owl-theme .owl-controls .owl-page {
  display: block;
  margin: 30px 0;
}
.banner-food-slider .owl-theme .owl-controls .owl-pagination {
  left: auto;
  right: 50px;
  bottom: 50%;
  margin-bottom: -90px;
}
.banner-food-slider .owl-theme .owl-controls .owl-page span::after {
  height: 28px;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 16px;
  right: 7px;
}
.banner-food-slider .owl-theme .owl-controls .owl-page:last-child span::after {
  display: none;
}
.title-upperline {
  position: relative;
  padding-top: 16px;
  text-align: center;
}
.title-upperline::before {
  position: absolute;
  width: 156px;
  height: 3px;
  background: #000;
  top: 0;
  left: 50%;
  content: "";
  margin-left: -78px;
}
.item-food-slider .title-upperline::before {
  background: #fff;
}
.item-food-slider .banner-info {
  height: 310px;
}
.item-food-intro .title-upperline {
  margin: 20px 0 17px;
}
.item-food-intro .desc {
  margin-bottom: 23px;
}
.food-intro {
  margin-bottom: 95px;
}
body .link-btn:hover {
  color: #fff;
}
.item-product-food .product-thumb {
  border: 1px solid #999;
}
.item-product-food .product-price {
  background: #333;
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 27px;
}
.item-product-food .product-info {
  margin-top: -20px;
  position: relative;
  z-index: 9;
}
.item-product-food .product-rate {
  margin: 18px auto 10px;
}
.food-bestsale .title-upperline {
  margin-bottom: 17px;
}
.food-bestsale > .title30 {
  margin-bottom: 43px;
}
.food-bestsale .link-btn {
  margin-top: 42px;
  padding: 0 60px;
}
.food-bestsale {
  margin-bottom: 100px;
}
.white.title-upperline::before {
  background: #fff;
}
.caviar-slider .item-slider.slick-active::before {
  position: absolute;
  bottom: -40px;
  top: -40px;
  left: -40px;
  right: -40px;
  content: "";
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}
.caviar-slider .item-slider.slick-active .banner-thumb {
  position: relative;
}
.caviar-slider .item-slider {
  margin: 60px 0;
}
.caviar-slider .item-slider.slick-active {
  z-index: 10;
}
.caviar-slider .item-slider.slick-active .banner-info {
  opacity: 1;
}
.caviar-slider .item-slider .banner-info {
  opacity: 0;
  height: 130px;
}
.caviar-slider .item-slider.slick-active .banner-thumb::before {
  display: none;
}
.caviar-slider .item-slider .banner-thumb::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.banner-slider.caviar-slider {
  margin: -60px 0 60px;
}
.caviar-slider .item-slider .banner-info .title-upperline {
  margin-top: 10px;
}
.caviar-slider .slick-arrow {
  line-height: 30px;
  cursor: pointer;
}
.caviar-slider .slick-prev {
  left: 315px;
}
.caviar-slider .slick-next {
  right: 315px;
}
.banner-retaurant {
  padding: 160px 0;
  margin-bottom: 100px;
}
.restaurant-info .title30 {
  margin: 17px 0 15px;
}
.restaurant-info .desc {
  margin-bottom: 23px;
}
.wrap-food-countdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 30px;
  z-index: 10;
}
.wrap-food-countdown .flower-countdown .time_circles > div {
  font-weight: 700;
  font-size: 16px;
}
.wrap-food-countdown .flower-countdown .time_circles > div::after {
  margin: 0 5px;
}
.wrap-food-countdown .flower-countdown {
  padding: 7px 0;
}
.menu-food {
  padding: 75px 0;
  margin-bottom: 100px;
}
.item-food-menu {
  position: relative;
  margin-bottom: 30px;
}
.item-food-menu::before {
  position: absolute;
  bottom: 100%;
  height: 75px;
  width: 1px;
  content: "";
  background: #fff;
  left: 58px;
}
.list-item-menu-food .item-food-menu {
  margin: 0 15px;
}
.list-item-menu-food {
  margin: 0 -15px;
}
.list-menu-food li {
  margin-bottom: 20px;
}
.item-food-menu h2 {
  margin: 47px 0 23px;
}
.list-menu-food .hot-dot {
  position: relative;
}
.list-menu-food .hot-dot span {
  position: absolute;
  left: 15px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
  bottom: -5px;
  z-index: 9;
  color: #fff;
}
.list-menu-food .hot-dot::after {
  position: absolute;
  bottom: 4px;
  left: 5px;
  right: 5px;
  border-bottom: 2px dotted #fff;
  content: "";
}
.blog-food > h2.title30 {
  margin: 22px 0 42px;
}
.item-blog-food {
  border: 1px solid #e5e5e5;
  margin-bottom: -1px;
}
.blog-food-info {
  position: relative;
  padding: 80px 30px;
}
.item-blog-food.info-right .blog-food-info {
  margin-left: -30px;
}
.item-blog-food.info-left .blog-food-info {
  margin-right: -30px;
}
.item-blog-food .blog-food-info::after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  top: 50%;
  margin-top: -15px;
  z-index: 9;
}
.item-blog-food.info-left .blog-food-info::after {
  right: -15px;
  border-left: 15px solid #fff;
}
.item-blog-food.info-right .blog-food-info::after {
  left: -15px;
  border-right: 15px solid #fff;
}
.blog-food {
  margin-bottom: 100px;
}
.blog-food-info h3.title16 {
  margin: 10px 0 17px;
}
.blog-food-info .desc {
  margin-bottom: 23px;
}
.contact-food {
  position: relative;
  border: 1px solid #e5e5e5;
  margin-bottom: 100px;
  padding: 44px 24px;
}
.contact-food::before {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background: #e5e5e5;
}
.food-contact-thumb {
  width: 130px;
  text-align: center;
}
.food-contact-info p {
  margin: 5px 0 0;
}
.food-contact-info {
  vertical-align: middle;
}
.about-food {
  position: relative;
  padding-left: 200px;
}
.about-food .title60 {
  position: absolute;
  left: 0;
  top: 0;
}
.about-food .wrap-item {
  border: 3px solid rgba(255, 255, 255, 0.1);
  transform: translateY(-38px);
  -webkit-transform: translateY(-38px);
  max-width: 370px;
}
.about-food .owl-theme .owl-controls .owl-page span {
  border: none;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
}
.about-food .owl-theme .owl-controls .owl-page {
  margin: 0 5px;
}
.about-food .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.about-food .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  left: -207px;
  top: 140px;
}
/*******************************************************************************************************
                      Home Furniture
********************************************************************************************************/
.item-product.item-product-furni .product-extra-link1 {
  padding: 0;
}
.item-product.item-product-furni .product-info {
  padding-top: 27px;
}
.furni-product-box {
  margin-bottom: 50px;
}
.furniture-blog .latest-post-slider3 {
  margin-bottom: 20px;
}
.header-nav-furniture.header-ontop.fixed-ontop {
  padding: 0;
  border: none;
}
.furni-content {
  border: 1px solid #e5e5e5;
  position: relative;
}
.furni-text {
  border-bottom: 1px solid #e5e5e5;
  padding: 17px 0 13px;
  margin-bottom: 20px;
  min-height: 76px;
  padding-right: 60px;
}
.furni-text h3 {
  margin-bottom: 3px;
}
.fur-side {
  padding: 0 20px;
  margin-left: -15px;
  border-left: 1px solid #e5e5e5;
}
.item-fur-brand {
  text-align: center;
  margin: 0 0 18px;
}
.fur-side-slider {
  margin: 0 -15px;
}
.fur-side-slider .item {
  margin: 0 15px;
}
.number-ads {
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin: auto;
}
.number-ads span {
  position: relative;
}
.number-ads::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  border-radius: 50%;
}
.item-fur-ads:hover .number-ads::before {
  transform: scale(10);
  -webkit-transform: scale(10);
  opacity: 0.5;
}
.number-ads.number-left {
  right: 50px;
  left: auto;
}
.number-ads.number-right {
  right: auto;
  left: 50px;
}
.item-fur-ads {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.list-fur-ads .item-fur-ads {
  margin: 0 -10px 10px;
}
.list-fur-ads {
  margin: 0 10px 40px;
}
.furni-main {
  padding: 0 20px;
  margin-right: -15px;
}
.furni-product-box .group-navi .owl-buttons {
  top: -58px;
}
.furni-title {
  position: relative;
  margin-bottom: 25px;
}
.furni-title .furni-tab {
  position: absolute;
  right: 0;
  top: 4px;
  margin: 0 -15px;
}
.furni-title .furni-tab li {
  margin: 0 15px;
}
.item-newpro.table .product-thumb {
  width: 70px;
}
.item-newpro.table .product-info {
  padding-left: 20px;
  vertical-align: middle;
}
.item-newpro.table .product-price {
  margin-bottom: 0;
  margin-top: 10px;
}
.list-fur-newpro li {
  margin-bottom: 20px;
}
.fur-side-slider .item-product-furni {
  margin: 0 20px 30px;
  max-width: 190px;
}
.item-fur-service {
  padding: 20px 10px;
}
.item-fur-service .service-icon a {
  font-size: 30px;
  color: #fff;
}
.fur-service {
  margin: 0 10px 35px;
}
.fur-service .item-fur-service {
  margin: 0 -10px 10px;
}
.fur-countdown.time-countdown {
  width: 132px;
}
.fur-countdown .time_circles > div {
  display: inline-block;
  width: 40px!important;
  height: 40px;
  border-radius: 50%;
  margin: 0 2px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.furni-main .fur-countdown {
  margin: -7px 0 -30px -2px;
}
.fur-countdown canvas {
  margin-bottom: -46px;
}
.fur-side-slider .banner-advs {
  margin-bottom: 20px;
}
.item-fur-service .service-icon {
  width: 60px;
  position: relative;
}
.item-fur-service .service-icon .icon:first-child {
  opacity: 0.1;
  font-size: 60px;
  height: 60px;
  line-height: 60px;
}
.item-fur-service .service-icon .icon:last-child {
  position: absolute;
  top: 10px;
  right: 0;
}
.item-fur-service .service-info {
  padding: 0 20px;
  vertical-align: middle;
}
.item-fur-service .service-info h3 {
  margin-bottom: 3px;
}
.content-top-furniture .adv-furni {
  margin: 0 -3px;
}
.content-top-furniture {
  margin: 0 3px 45px;
}
.banner-furni-slider {
  margin: 0 -17px;
}
.adv-furni-info {
  padding: 35px 40px 34px;
}
.item-furni-slider .title-upperline::before {
  background: #fff;
  height: 4px;
  width: 105px;
  margin-left: -53px;
}
.item-furni-slider .title60 {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.item-furni-slider .title30 {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.banner-furni-slider .owl-theme .owl-controls .owl-page span {
  border: none;
  box-shadow: none;
  width: 10px;
  height: 10px;
}
.banner-furni-slider .owl-theme .owl-controls .owl-page {
  margin: 0 5px;
}
.banner-furni-slider .owl-theme .owl-controls .owl-pagination {
  bottom: 27px;
}
.adv-furni-info.bg-color2 {
  background-image: url("../images/icon/building.png");
  background-repeat: no-repeat;
  background-position: right 25px bottom 5px;
}
.top-header {
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 10001;
}
.account-login a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 13px;
  border-right: 1px solid #e5e5e5;
}
.account-login {
  margin: 0 -13px;
}
.account-login a:last-child {
  border: none;
}
.language-profile .dropdown-link,
.language-profile > li > a {
  display: block;
  height: 32px;
  line-height: 32px;
  text-transform: capitalize;
  padding: 0 13px;
  border-left: 1px solid #e5e5e5;
}
.language-profile .dropdown-link::after {
  content: "\f3d0";
  font-family: ionicons;
  margin-left: 5px;
}
.language-box img,
.language-box span {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
.profile-box .dropdown-link .icon {
  font-size: 18px;
}
.language-profile > li:first-child .dropdown-link {
  border: none;
}
.main-header-furniture {
  border-bottom: 1px solid #e5e5e5;
  padding: 28px 0;
}
.search-form3 {
  border: 1px solid #e5e5e5;
  max-width: 260px;
  width: 100%;
  padding-right: 50px;
  position: relative;
}
.search-form3 input[type="text"] {
  height: 42px;
  border-width: 0 1px 0 0;
  color: #999;
  padding: 0 15px;
  display: block;
  width: 100%;
  border-color: #e5e5e5;
}
.search-form3 .submit-form::after {
  content: "\f21f";
  font-size: 18px;
  color: #555;
}
.mini-cart-furniture .mini-cart-link {
  height: 44px;
  line-height: 44px;
  display: block;
  width: 220px;
}
.mini-cart-furniture .mini-cart-icon {
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  vertical-align: text-bottom;
  width: 50px;
  text-align: center;
}
.mini-cart-furniture .mini-cart-number {
  vertical-align: top;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  margin: 0;
}
.header-nav-furniture {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.header-nav-furniture .main-nav > ul > li > a {
  height: 50px;
  line-height: 50px;
}
.header-nav-furniture .main-nav {
  display: inline-block;
  vertical-align: top;
}
.currency-box .dropdown-list a span {
  margin-right: 5px;
}
.language-profile .dropdown-list li {
  margin: 5px 0;
}
.language-profile .dropdown-list {
  padding: 10px 15px;
}
/*******************************************************************************************************
                      Product Shop
********************************************************************************************************/
.item-shop-slider .banner-info {
  height: 80px;
}
.product-masonry .item-masonry {
  padding: 0 15px;
  width: 33.333%;
  margin-bottom: 30px;
}
.product-masonry {
  margin: 0 -15px;
}
.box-bread-crumb {
  background: #fafafa;
  padding: 50px 0;
}
.bread-crumb {
  position: relative;
}
.bread-crumb .select-box {
  position: absolute;
  right: 0;
  top: -14px;
}
.content-pages {
  padding: 30px 0 50px;
}
.inner-bread-crumb a::after {
  content: "-";
  color: #1b2b3a;
  margin: 0 6px;
}
.widget-title {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.widget {
  margin-bottom: 30px;
}
.product-grid-view .item-product {
  margin-bottom: 30px;
}
.widget-category .widget-content .list-none li {
  margin-bottom: 10px;
}
.widget-category .widget-content .list-none.toggle-tab-content li {
  position: relative;
  padding-right: 20px;
}
.widget-category .widget-content .list-none.toggle-tab-content {
  padding: 10px 0 1px;
}
.widget-category .widget-content .list-none li a {
  display: block;
}
.widget-category .widget-content .list-none .toggle-tab-title::after,
.filter-attr .title-attr::after {
  content: "\f3d0";
  position: absolute;
  right: 0;
  top: 0;
  font-family: ionicons;
}
.widget-category .widget-content .list-none .item-toggle-tab.active .toggle-tab-title::after {
  content: "\f3d8";
}
.widget-category .widget-content .toggle-tab-content li span {
  position: absolute;
  right: 0;
  top: 0;
}
.list-attr-color li a span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.list-attr-color li {
  position: relative;
  padding-right: 20px;
  margin-bottom: 10px;
}
.list-attr-color li span.smoke {
  position: absolute;
  right: 0;
  top: 0;
}
.filter-attr .title-attr {
  position: relative;
  margin-bottom: 13px;
  cursor: pointer;
}
.filter-attr {
  margin-bottom: 20px;
}
.list-attr-color li a {
  color: rgba(27, 43, 58, 0.7);
}
.filter-attr .title-attr::after {
  content: "\f3d8";
}
.filter-attr .title-attr.active::after {
  content: "\f3d0";
}
.range-filter .slider-range {
  margin: 30px 0 15px;
  border: medium none;
  border-radius: 0px;
  height: 5px;
  background: #e5e5e5;
}
.range-filter .ui-slider-range {
  background: #999 none repeat scroll 0 0;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
  cursor: pointer;
  height: 15px;
  margin-left: -7px;
  top: -5px;
  width: 15px;
  border: none;
  border-radius: 50%;
  background: #1b2b3a;
}
.range-filter .shop-button {
  padding: 0 30px;
}
.range-filter .table > div {
  vertical-align: middle;
  color: #1b2b3a;
}
.range-filter .amount {
  font-weight: 700;
}
.range-filter .label-price {
  margin: 0 5px;
}
.pagi-bar a {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #1b2b3a;
  background: #f5f5f5;
  border-radius: 50%;
}
.pagi-bar a:hover,
.pagi-bar a.current-page {
  color: #fff;
}
.pagi-bar {
  margin-top: 20px;
}
.ajax-load-more .shop-button {
  padding: 0 35px;
}
.ajax-load-more {
  margin-top: 20px;
}
.box-bread-crumb.style2 {
  background: transparent;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 20px;
}
.item-product-list {
  padding: 10px;
  margin-bottom: 30px;
}
.item-product-list .product-label {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10;
}
.item-product-list .product-extra-link1 {
  padding: 0;
}
.item-product-list .product-extra-link3 {
  margin: 20px -8px 15px;
}
.product-list-view {
  margin-bottom: 50px;
}
.header2.parallax .box-bread-crumb {
  background: transparent;
}
.header2.parallax .box-bread-crumb .inner-bread-crumb > * {
  color: #fff;
}
.header2.parallax .box-bread-crumb .bread-crumb a::after {
  color: #fff;
}
.header2.parallax .select-box select {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.header2.parallax .select-box::after {
  color: #fff;
}
.header2.parallax {
  margin-bottom: 30px;
  padding-bottom: 0;
}
.header2.parallax .select-box select option {
  color: #555;
}
.sidebar-filter .sidebar {
  width: 290px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fafafa;
  padding: 30px 15px;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.sidebar-filter.active .sidebar {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.box-bread-crumb.style3 {
  background: linear-gradient(to right, #91b0b2, #d3cfb6);
  background: -webkit-linear-gradient(to right, #91b0b2, #d3cfb6);
  margin-bottom: 20px;
  padding: 35px 0;
}
.box-bread-crumb.style3 .inner-bread-crumb a::after {
  color: #fff;
}
.sidebar-filter .btn-sidebar-filter {
  color: #fff;
}
.sidebar-filter .btn-sidebar-filter .icon {
  margin-right: 10px;
}
.sidebar-filter {
  margin-top: 10px;
}
.box-bread-crumb.style3 .product-sorting {
  top: 2px;
}
.sidebar.custom-scroll.mCustomScrollbar._mCS_1 .mCustomScrollBox {
  margin-right: -15px;
  padding-right: 15px;
}
/*******************************************************************************************************
                        Blog
********************************************************************************************************/
.blog-masonery .item-masonry {
  padding: 0 15px;
  width: 33.334%;
}
.blog-masonery.list-item-masonry {
  margin: 0 -15px;
}
.content-featured-page .latest-post-slider3 {
  margin-bottom: 50px;
}
.content-featured-page .shop-blog-slider1 .owl-theme .owl-controls .owl-buttons div {
  top: 125px;
}
.content-featured-page .shop-blog-slider1 {
  margin-bottom: 63px;
}
.section-dark {
  padding-top: 45px;
  margin-bottom: 95px;
}
.item-blog-ver .post-info {
  margin-left: -30px;
  padding: 40px 15px;
}
.blog-ver-slider {
  margin: 0 -15px 65px;
}
.blog-ver-slider .item-blog-ver {
  margin: 0 15px 30px;
}
.item-blog-ver .post-info .desc {
  margin: 17px 0 20px;
}
.post-in-grid {
  margin: 100px 0 95px;
  padding: 95px 0 50px;
}
.post-in-grid .latest-slider {
  margin-top: 0;
}
.overlay-style-slider .post-item2 {
  margin: 0 15px 30px;
}
.overlay-style-slider {
  margin: 0 -15px 65px;
}
.item-news-blog.style3 .shop-button {
  margin-top: 24px;
}
.post-item2.style2 .post-info {
  background: transparent;
}
.post-item2.style2 .adv-thumb-link::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
.post-item2.style2 .adv-thumb-link img {
  filter: grayScale(100%);
  -webkit-filter: grayScale(100%);
}
.blog-list-view {
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
}
.blog-list-view.blog-sidebar-left {
  border-left: 1px solid #e5e5e5;
  border-right: none;
  padding-left: 30px;
  padding-right: 0;
}
.post-cat-comment.table {
  padding: 10px 0;
  margin: 10px 0;
}
.post-tabs a {
  margin: 0 8px;
}
.blog-list-view .item-news-blog {
  margin-bottom: 15px;
}
.item-wg-post.table .post-thumb {
  width: 120px;
}
.item-wg-post.table .adv-thumb-link {
  padding: 4px;
}
.widget-latest-post .widget-content .list-none li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget-latest-post .widget-content .list-none li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.item-wg-post.table .post-info {
  padding-left: 15px;
}
.item-wg-post.table .post-info .title14 {
  line-height: 24px;
  margin-bottom: 8px;
}
.item-wg-comment.table .post-comment-count {
  width: 50px;
}
.item-wg-comment.table .post-comment-link {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  padding-top: 5px;
}
.item-wg-comment.table .post-comment-link span {
  display: block;
  font-size: 14px;
  margin-top: -5px;
}
.widget-recent-comment .widget-content .list-none li {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.widget-recent-comment .widget-content .list-none li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.item-wg-comment.table .post-info {
  padding-left: 20px;
}
.item-wg-comment.table .post-info .title14 {
  line-height: 24px;
  margin-bottom: 8px;
}
.sidebar-blog .widget {
  margin-bottom: 45px;
}
.list-tags-cloud a {
  display: block;
  padding: 5px 15px;
  border: 1px solid #e5e5e5;
}
.list-tags-cloud li {
  margin: 0 3px 10px;
}
.list-tags-cloud {
  margin: 0 -3px -10px;
}
.list-archives li {
  position: relative;
  padding-right: 20px;
  margin-bottom: 10px;
}
.list-archives li span {
  position: absolute;
  right: 0;
  top: 0;
}
.detail-blog-info .desc {
  margin: 13px 0 20px;
}
.detail-blog-info {
  margin-bottom: 30px;
}
.content-blog-detail .banner-advs {
  margin-bottom: 40px;
}
.item-comment.table .comment-info span.navi {
  margin: 0 5px;
}
.item-comment.table .commnent-thumb {
  width: 70px;
}
.block-quote {
  font-style: italic;
  padding-left: 30px;
  margin: 35px 0;
}
.content-blog-detail .social-footer {
  margin: 26px -3px 35px;
}
.single-info-author.table {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  margin-bottom: 50px;
}
.single-info-author.table .author-thumb {
  width: 100px;
}
.single-info-author.table .author-thumb img {
  border-radius: 50%;
  max-width: 100px;
}
.single-info-author.table .author-info {
  padding-left: 20px;
  position: relative;
  vertical-align: middle;
}
.single-info-author.table .author-info .author-social {
  position: absolute;
  right: 0;
  top: 40px;
  margin: 0 -13px;
}
.single-info-author.table .author-info .author-social a {
  margin: 0 13px;
}
.single-info-author.table .author-info h3.title18 {
  margin: 10px 0;
}
.post-control {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 45px;
  position: relative;
  padding: 18px 0;
}
.post-control a span {
  margin: 0 10px;
  vertical-align: middle;
}
.post-control a .icon {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.post-control::before {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  background: #e5e5e5;
  content: "";
  width: 1px;
}
.blog-comment-detail > .title18 {
  margin-bottom: 30px;
}
.item-comment.table .comment-thumb {
  width: 70px;
}
.item-comment.table .comment-thumb img {
  max-width: 70px;
  border-radius: 50%;
}
.item-comment.table .comment-info {
  padding-left: 20px;
}
.item-comment.table .comment-info .desc {
  margin: 10px 0;
}
ol.comment-list > li {
  margin: 0 0 30px;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 25px;
}
ol.comment-list > li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.blog-comment-detail {
  margin-bottom: 42px;
}
form.contact-form input[type="text"] {
  height: 50px;
  display: block;
  width: 100%;
  padding: 0 20px 0 45px;
}
form.contact-form textarea {
  display: block;
  width: 100%;
  padding: 15px 20px 15px 45px;
}
.reply-comment .desc {
  margin: 13px 0 43px;
}
form.contact-form input[type="submit"] {
  padding: 0 30px;
}
form.contact-form p {
  position: relative;
}
form.contact-form p::before {
  position: absolute;
  top: 19px;
  left: 20px;
  color: #999;
  font-family: ionicons;
}
form.contact-form p.contact-name::before {
  content: "\f3a0";
}
form.contact-form p.contact-email::before {
  content: "\f132";
}
form.contact-form p.contact-message::before {
  content: "\f12c";
}
/**************************************************************************************************
                      Pages 
***************************************************************************************************/
.content-about > h2.title30 {
  margin-bottom: 25px;
}
.content-about .blockquote {
  border-radius: 10px;
  margin: 50px 0;
  padding: 47px 60px;
  position: relative;
}
.content-about p.blockquote {
  max-width: 900px;
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
  line-height: 30px;
}
.content-about .blockquote::after {
  bottom: 30px;
  content: "";
  left: 0;
  position: absolute;
  top: 30px;
  width: 10px;
}
.about-why-choise h2.title18 {
  margin-bottom: 30px;
}
.toggle-tab-content {
  display: none;
}
.about-client > h2.title18 {
  margin-bottom: 45px;
}
.item-about-client {
  position: relative;
  padding-left: 115px;
  min-height: 70px;
}
.item-about-client .client-thumb {
  position: absolute;
  top: 5px;
  left: 0;
  margin: 0;
  padding: 0;
}
.item-about-client .client-thumb a {
  display: block;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.item-about-client .client-thumb a:hover {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}
.about-why-choise {
  margin-bottom: 50px;
}
.about-client {
  margin-bottom: 80px;
}
.item-about-service {
  padding: 40px 15px 70px;
  margin-bottom: 30px;
}
.item-about-service > a {
  font-size: 90px;
  color: #fff;
}
.item-about-service h2 {
  text-transform: capitalize;
  font-weight: 400;
}
.about-service {
  margin-bottom: -30px;
}
.about-client-slider {
  margin: 0 -15px;
}
.item-about-client {
  margin: 0 15px;
}
.item-about-client .client-info {
  position: relative;
}
.item-about-client .client-info::before {
  color: #ccc;
  content: "\f347";
  font-family: ionicons;
  position: absolute;
  top: 5px;
  left: -20px;
}
.item-about-client .client-info .title14 {
  margin: 20px 0 2px;
}
.about-accordion .toggle-tab-title span {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.about-accordion .toggle-tab-title {
  min-height: 40px;
  padding-left: 50px;
}
.toggle-tab-title {
  cursor: pointer;
  position: relative;
}
.about-accordion .toggle-tab-title h2 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 15px 12px 0;
  border-bottom: 1px solid #e5e5e5;
  min-height: 40px;
}
.about-accordion .item-toggle-tab .toggle-tab-title::after {
  content: "\f3d0";
  position: absolute;
  font-family: ionicons;
  top: 12px;
  right: 0;
}
.about-accordion .item-toggle-tab.active .toggle-tab-title::after {
  content: "\f3d8";
}
.about-accordion .toggle-tab-content {
  padding: 12px 0 7px;
}
.about-accordion {
  margin-right: 50px;
}
.map-custom {
  height: 360px;
}
.contact-google-map {
  padding: 10px;
}
.content-contact-page > .title30 {
  margin-bottom: 25px;
}
.contact-page-info {
  max-width: none;
  line-height: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.contact-box {
  position: relative;
  padding-left: 74px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.contact-box span.color {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 50px;
  border-style: solid;
  border-width: 2px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-box label {
  font-weight: 400;
  min-width: 90px;
  margin-bottom: 13px;
  margin-top: 5px;
  text-transform: uppercase;
}
.contact-box .list-inline-block span {
  display: block;
  margin-bottom: 13px;
}
.contact-box .list-inline-block li {
  vertical-align: top;
}
.contact-box:last-child {
  margin: 0;
}
.contact-form-page > h2.title18 {
  margin-bottom: 30px;
}
.contact-accordion {
  background: #fff;
}
.contact-form-page {
  margin-right: 50px;
}
.contact-accordion .toggle-tab-title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 13px 0;
}
.contact-faq .title18 {
  margin-bottom: 27px;
}
.contact-accordion .item-toggle-tab {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: -1px;
}
.contact-accordion .toggle-tab-content {
  padding-bottom: 25px;
}
.contact-accordion .toggle-tab-title::after {
  content: "\f3d0";
  position: absolute;
  font-family: ionicons;
  right: 0;
  top: 14px;
}
.contact-accordion .item-toggle-tab.active .toggle-tab-title::after {
  content: "\f3d8";
}
/************************************************************************************************
                      Cart/Checkout
************************************************************************************************/
.form-my-account input[type="text"] {
  border: 1px solid #e5e5e5;
  color: #999;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  width: 100%;
}
.form-my-account .title {
  margin-bottom: 26px;
}
.form-my-account {
  max-width: 370px;
  width: 100%;
}
.account-register {
  float: left;
  position: relative;
  width: 100%;
}
.account-register .form-my-account {
  float: right;
}
.account-register::before {
  border-right: 1px solid #e5e5e5;
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 1px;
}
.form-my-account > p {
  margin-bottom: 20px;
  max-width: 370px;
  position: relative;
}
.form-my-account label {
  color: #555;
  font-weight: 400;
  margin: 0;
}
.form-my-account .ship-address label {
  color: #333;
}
.form-my-account input[type="checkbox"] + label::before {
  border: 1px solid #e5e5e5;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  height: 20px;
  line-height: 18px;
  margin-right: 17px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
.form-my-account input[type="checkbox"]:checked + label::before {
  content: "\f00c";
}
.form-my-account input[type="checkbox"] {
  display: none;
}
.form-my-account a {
  position: absolute;
  right: 0;
  top: 0;
}
.form-my-account input[type="submit"] {
  border: medium none;
  color: #fff;
  height: 40px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 110px;
}
.form-my-account input[type="submit"]:hover {
  background-color: #333;
}
.form-my-account > p:last-child {
  margin: 0;
}
.box-col2 input[type="text"] {
  float: left;
  width: 47.5%;
}
.box-col2 input[type="text"]:first-child {
  margin-right: 5%;
}
.form-my-account textarea {
  border: 1px solid #e5e5e5;
  color: #999;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 100%;
}
.ship-address > label {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.check-billing {
  border-right: 1px solid #e5e5e5;
  margin-right: -15px;
}
.check-address {
  float: left;
  width: 100%;
}
.check-address .form-my-account {
  float: right;
}
.order_review_heading {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 50px 0 -1px;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
}
.shop_table.woocommerce-checkout-review-order-table thread {
  position: relative;
}
td.product-thumbnail img {
  max-width: 100px;
}
/*Woocommerce*/
.woocommerce table.shop_table {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  border-radius: 0;
  margin: 0 0 50px;
  text-align: left;
  width: 100%;
}
.woocommerce table.shop_table thead {
  background: #f4f4f4 none repeat scroll 0 0;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.woocommerce table.shop_table thead th {
  padding: 15px 20px;
}
.woocommerce table.shop_table td {
  border-top: 1px solid #e5e5e5;
  padding: 15px 20px;
  vertical-align: middle;
}
.woocommerce table,
.woocommerce th,
.woocommerce td {
  border: 1px solid #e5e5e5 !important;
  color: #555;
  margin: 0;
  padding: 15px 20px !important;
}
.woocommerce tfoot th {
  text-transform: uppercase;
}
#shipping_method li {
  padding: 10px 0;
}
#shipping_method li label {
  cursor: pointer;
  margin: 0;
  padding-left: 25px;
  position: relative;
}
#shipping_method li input[type="radio"] {
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #shipping_method li input[type="radio"] + label::before {
    line-height: 13px;
  }
}
#shipping_method li input[type="radio"] + label::before {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 6px;
  font-weight: 400;
  height: 14px;
  left: 0;
  line-height: 13px;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  top: 2px;
  vertical-align: middle;
  width: 14px;
}
#shipping_method li input[type="radio"]:checked + label::before {
  content: "\f111";
}
.payment_methods.methods {
  border: 1px solid #e5e5e5;
  margin: 0 0 -1px;
}
.payment_methods.methods li {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}
.payment_methods.methods li:last-child {
  border: none;
}
.payment_methods.methods li label {
  font-size: 18px;
  margin: 0 0 0 7px;
  text-transform: uppercase;
}
.payment_box.payment_method_bacs > p {
  margin: 5px 0 0;
  padding-left: 24px;
}
.payment_method_paypal img {
  margin: -6px 10px 0;
  max-width: 160px;
}
.form-row.place-order {
  border: 1px solid #e5e5e5;
  padding: 20px;
  text-align: right;
}
.form-row.place-order input[type="submit"] {
  border: medium none;
  color: #fff;
  height: 40px;
  padding: 0 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.form-row.place-order input[type="submit"]:hover {
  background-color: #333;
}
.form-my-account select {
  border: 1px solid #e5e5e5;
  color: #999;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-my-account select option {
  text-transform: capitalize;
  font-weight: 400;
  padding: 10px 20px;
}
.woocommerce table.shop_table td.actions {
  text-align: right;
}
.woocommerce table.shop_table td .coupon {
  float: left;
}
.woocommerce table.shop_table td.actions input[type="submit"] {
  border: medium none;
  color: #fff;
  height: 40px;
  padding: 0 20px;
}
.woocommerce table.shop_table td.actions input[type="submit"]:hover {
  background: #333 none repeat scroll 0 0;
}
.woocommerce table.shop_table td.actions input[type="text"] {
  border: 1px solid #e5e5e5;
  color: #999;
  height: 40px;
  padding: 0 20px;
}
.woocommerce .cart-content-page table.shop_table thead {
  background: #f4f4f4;
}
.woocommerce .cart-content-page table.shop_table thead th {
  border-color: #e5e5e5;
  color: #333;
}
.woocommerce .cart-content-page table.shop_table .product-thumbnail img {
  max-width: 70px;
}
.cart-collaterals .cart_totals > h2 {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 -1px;
  padding: 15px 20px;
  text-transform: uppercase;
}
.wc-proceed-to-checkout a.checkout-button {
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 20px 0 0;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #333;
}
/*End Wooocommerce*/
/************************************************************************************************
                      Product Detail
************************************************************************************************/
/*Begin Product Special*/
.total-rate-feedback table {
  border: 1px solid #e5e5e5;
  width: 370px;
}
.total-rate-feedback table td {
  border: 1px solid #e5e5e5;
}
.average-progress {
  width: 90px;
  height: 7px;
  background: #ddd;
  position: relative;
}
.inner-average-progress {
  position: absolute;
  height: 100%;
  background: #fdcf17;
}
.detail-special .product-detail {
  padding: 20px 25px 35px 20px;
  border-right: 1px solid #e5e5e5;
  margin: 0;
}
.detail-special {
  margin-bottom: 20px;
}
.detail-special .detail-info .desc {
  text-transform: inherit;
  font-weight: 400;
  margin: 0 0 0 10px;
  border: none;
  padding: 0;
}
.rate-order {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.detail-special .title-detail {
  margin-bottom: 10px;
}
.special-list-price label {
  min-width: 90px;
}
.special-list-price .color {
  color: #ff3e3e;
}
.special-list-price b.color {
  margin-left: -4px;
}
.special-list-price {
  margin-top: 17px;
}
.special-list-price li {
  margin-bottom: 3px;
}
.detail-special .attr-detail.attr-size {
  border: none;
  margin: 0;
  padding-top: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.detail-special .attr-detail.attr-color {
  margin-top: 10px;
  padding-top: 18px;
}
.special-total-cart .list-inline-block .title18 {
  text-transform: capitalize;
  color: #555;
}
.special-total-cart .list-inline-block strong.color {
  color: #ff3e3e;
  font-size: 18px;
  margin: 0 20px 0 10px;
}
.special-total-cart {
  margin-top: 27px;
  margin-left: -10px;
  padding-right: 20px;
}
.quardian {
  width: 62px;
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  background: #2381b1;
  color: #fff;
  line-height: 10px;
  padding: 6px 0px 6px 2px;
  position: relative;
  height: 30px;
}
.quardian::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 10px solid #2381b1;
  top: 0;
  right: 100%;
}
.quardian::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  top: 13px;
  left: -2px;
  border-radius: 50%;
}
.special-total-cart .list-inline-block > li {
  vertical-align: middle;
}
.special-total-cart .list-inline-block {
  margin-bottom: 25px;
}
.special-total-cart .text-center > * {
  vertical-align: middle;
  margin: 0 8px;
}
.special-total-cart .detail-qty {
  text-align: left;
}
.special-total-cart .addcart-special {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  margin: 20px 0 45px;
}
.special-total-cart .addcart-special i {
  margin-right: 10px;
}
.special-total-cart .addcart-special:hover {
  background: #ff3e3e;
}
.special-total-cart .list-none span {
  font-size: 18px;
  margin-right: 10px;
}
.special-total-cart .list-none li {
  margin-bottom: 16px;
}
.protect-shipping {
  padding: 45px;
  margin-bottom: 20px;
  position: relative;
}
a.protect-icon {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
a.protect-icon:hover {
  background: #ff3e3e;
}
.protect-shipping .title24 {
  color: #555;
  text-transform: inherit;
}
.protect-shipping .list-inline-block li {
  vertical-align: middle;
  margin: 0 8px;
}
.protect-shipping .table > div {
  vertical-align: middle;
  padding: 0 8px;
}
.protect-shipping .list-inline-block span {
  font-size: 18px;
  margin-right: 10px;
}
.protect-shipping .list-inline-block .desc {
  padding-left: 15px;
}
.protect-shipping .table {
  padding-left: 30px;
}
.protect-shipping::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 58%;
  content: "";
  background: linear-gradient(transparent, #e5e5e5, transparent);
}
.item-pro-related {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 25px;
}
.item-pro-related .product-info {
  padding-top: 18px;
}
.item-pro-related .product-price ins {
  display: block;
  color: #ff3e3e;
}
.item-pro-related .product-price > del {
  padding: 0;
  margin: 0 5px;
}
.item-pro-related .product-price {
  margin: 5px -5px 10px;
}
.item-pro-related:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
/*Begin Review*/
.content-tags-detail .title14 {
  margin: 0 0 18px;
  text-transform: inherit;
}
.list-none.list-tags-review li {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}
.list-none.list-tags-review li > .review-author {
  width: 100px;
}
.list-none.list-tags-review li > div {
  display: table-cell;
  vertical-align: top;
}
.list-none.list-tags-review li > .review-info {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}
.list-none.list-tags-review li > .review-author a {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 70px;
}
.list-none.list-tags-review li > .review-author a img {
  border-radius: 50%;
}
.review-header {
  color: #999;
}
.review-info .product-rate {
  position: absolute;
  right: 20px;
  top: 20px;
}
.content-tags-detail .title14 {
  margin: 0 0 18px;
  text-transform: inherit;
}
.review-form {
  margin-top: 23px;
}
.review-form > div {
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 105px;
  position: relative;
}
.review-form > div > label {
  font-weight: 400;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
}
.review-form > div > input[type="text"] {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  height: 40px;
  max-width: 400px;
  padding: 0 15px;
  width: 100%;
}
.review-form > div > .product-rate {
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
}
.review-form > div > textarea {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  max-height: 120px;
  padding: 10px 15px;
  width: 100%;
}
.review-form > div > input[type="submit"] {
  border: medium none;
  margin-top: 10px;
  padding: 0 30px;
}
/*End Review*/
.detail-tab-special .tab-content {
  padding: 30px;
  min-height: 1164px;
}
.detail-tab-relate {
  margin-bottom: 20px;
}
.title-tab-special {
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
}
.title-tab-special > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 20px;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: relative;
}
.title-tab-special > li.active > a {
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.title-tab-special > li > a::after {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  content: "";
  border-radius: 4px 4px 0 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.title-tab-special > li.active > a::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.total-review-number {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.averate-info p {
  font-weight: 700;
}
.average-rate {
  background-image: url(../images/icon/total-star.png);
  background-position: 0 -42px;
  background-repeat: repeat-x;
  height: 42px;
  width: 220px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.average-rating {
  height: 42px;
  background-repeat: repeat-x;
  background-image: url(../images/icon/total-star.png);
  background-position: 0 0;
}
.total-rate-statistic.table > div {
  vertical-align: middle;
}
.total-rate-feedback {
  float: right;
}
.total-rate-feedback table td {
  padding: 8px 20px;
}
.total-rate-feedback .table > div {
  vertical-align: middle;
  width: 100%;
}
.table.total-rate-statistic {
  margin-bottom: 25px;
}
.table.list-tags-review td {
  padding: 25px 0;
}
.table.list-tags-review .t-buyer {
  width: 140px;
  padding-left: 25px;
}
.table.list-tags-review .t-rate {
  width: 150px;
}
.review-author {
  text-align: center;
}
.review-author a {
  display: block;
}
.review-author a img {
  width: 40px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.table.list-tags-review tr {
  padding: 0 20px;
}
.add-review-form .title14 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
/*End Product Special*/
.box-bread-crumb.style4 {
  padding: 35px 0;
}
.product-page-control {
  position: absolute;
  top: -2px;
  right: 0;
}
.product-page-control a {
  position: static;
  margin: 0;
  line-height: 30px;
}
.add-review.silver {
  border-left: 1px solid #ccc;
  margin-left: 7px;
  padding-left: 12px;
}
.detail-info .review-rating {
  margin: 5px 0 5px;
}
.detail-info .desc {
  margin: 12px 0 35px;
}
.detail-attr-color span.color {
  margin: 0 10px;
}
.list-color-detail li a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  padding: 1px;
  position: relative;
}
.list-color-detail li a span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 4px;
}
.list-color-detail {
  margin-top: 16px;
}
.detail-attr-color {
  margin-bottom: 50px;
}
.detail-qty-cart {
  border-bottom: 1px dashed #e5e5e5;
  border-top: 1px dashed #e5e5e5;
  padding: 30px 0;
  margin-bottom: 20px;
}
.detail-qty {
  height: 40px;
  line-height: 40px;
  width: 160px;
  padding: 0 40px;
  position: relative;
  text-align: center;
  margin: 0 5px;
}
.detail-qty .qty-val {
  display: block;
  width: 100%;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  line-height: 38px;
}
.detail-qty a {
  position: absolute;
  height: 100%;
  background: #fafafa;
  width: 40px;
  top: 0;
}
.detail-qty .qty-down {
  left: 0px;
  border-radius: 6px 0 0 6px;
}
.detail-qty .qty-up {
  right: 0;
  border-radius: 0 6px 6px 0;
}
.detail-qty-cart label {
  font-weight: 400;
  margin: 0;
  min-width: 100px;
  line-height: 40px;
}
.detail-qty-cart .shop-button {
  padding: 0 35px;
}
.detail-wishlist-compare span,
.detail-wishlist-compare .icon {
  vertical-align: middle;
}
.detail-wishlist-compare span {
  margin: 0 10px;
}
.detail-extra .desc {
  margin: 0 0 8px;
}
.detail-wishlist-compare {
  margin-bottom: 12px;
}
.tags-detail a::after {
  content: ",";
}
.tags-detail a:last-child::after {
  display: none;
}
.list-color-detail li a.active::after {
  position: absolute;
  content: "\f122";
  font-family: ionicons;
  left: 9px;
  top: 8px;
  color: #000;
}
.detail-gallery .mid {
  position: relative;
  margin-bottom: 20px;
}
.detail-gallery .mid a {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  bottom: 10px;
  right: 10px;
}
.gallery-control .carousel ul li {
  margin: 0 7px;
}
.gallery-control .carousel ul li a {
  width: 150px!important;
  display: block;
  border: 1px solid #e5e5e5;
}
.gallery-control {
  text-align: center;
  display: inline-block;
  position: relative;
}
.detail-product .social-footer {
  text-align: center;
  margin: 35px 0 0;
}
.control-button-gallery a {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  font-size: 18px;
  z-index: 9;
}
.control-button-gallery a.prev {
  left: -10px;
}
.control-button-gallery a.next {
  right: -10px;
}
.detail-gallery {
  text-align: center;
}
.detail-protect {
  background: #fafafa;
  padding: 30px;
  margin: 35px 0 45px;
  position: relative;
  border-radius: 6px;
}
.detail-protect .contact-icon1 a {
  border: none;
}
.detail-protect .contact-info1 {
  padding-left: 20px;
}
.buyer-protect > li {
  margin: 0 15px;
}
.note-refund .desc {
  margin-top: 5px;
}
.note-refund .desc .icon {
  margin: 0 5px;
}
.detail-protect::after {
  position: absolute;
  top: 0;
  bottom: 0;
}
.detail-protect::after {
  position: absolute;
  top: 0;
  left: 58.3%;
  bottom: 0;
  width: 1px;
  content: "";
  background: linear-gradient(transparent, #dadada, transparent);
  background: -webkit-linear-gradient(transparent, #dadada, transparent);
  margin-left: -20px;
}
.detail-tab-ver {
  position: relative;
  padding-left: 250px;
  min-height: 240px;
  margin-bottom: 50px;
}
.title-tab-ver {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  border-right: 1px solid #e5e5e5;
}
.title-tab-ver ul li a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  position: relative;
}
.title-tab-ver ul li:last-child a {
  border: none;
}
.title-tab-ver ul li.active a::after {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  width: 3px;
  content: "";
}
.tab-desc.table .tab-desc-thumb {
  width: 200px;
}
.tab-desc.table .tab-desc-info {
  padding-left: 30px;
}
.tab-desc-info .desc {
  margin-bottom: 35px;
}
.tab-desc-info .list-none li {
  margin-bottom: 8px;
}
.tab-desc-info .list-none li a::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: #999;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  left: 0;
}
.tab-desc-info .list-none li a {
  position: relative;
  padding-left: 15px;
}
.related-product > .title18 {
  margin-bottom: 30px;
}
.related-product {
  margin-bottom: 15px;
}
.box-product-type3.detail-product-type {
  margin: 60px 0 0;
}
.detail-with-sidebar .gallery-control .carousel ul li a {
  width: 80px!important;
}
.detail-gallery .mid .product-label {
  position: absolute;
  top: 10px;
  right: 0;
}
.detail-with-sidebar {
  position: relative;
  padding-left: 30px;
}
.detail-with-sidebar::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 100px;
  content: "";
  background: #e5e5e5;
}
.detail-sidebar-right {
  padding-left: 0;
  padding-right: 30px;
}
.detail-sidebar-right::before {
  left: auto;
  right: 0;
}
.detail-with-sidebar .detail-freeship {
  margin: 30px 0 0 15px;
}
.detail-with-sidebar .detail-protect::after {
  display: none;
}
.detail-tabs {
  margin-bottom: 45px;
}
.title-tab-detail {
  background: #fafafa;
  margin-bottom: 27px;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 4px 4px 0 0;
}
.title-tab-detail ul li a {
  padding: 15px 20px;
  display: block;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin-bottom: -1px;
}
.title-tab-detail ul li.active a {
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  overflow: hidden;
}
.title-tab-detail ul li.active a::before {
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  height: 3px;
  content: "";
}
.attr-select-option.table .title-option {
  width: 110px;
  line-height: 40px;
}
.select-box.select-attr select {
  height: 40px;
  padding: 0 40px 0 15px;
}
.select-box.select-attr::after {
  top: 15px;
}
.attr-select-option.table {
  margin-bottom: 20px;
}
.detail-select-option {
  margin-bottom: 30px;
}
.detail-accordion .toggle-tab-title {
  background: #fafafa;
  padding: 18px 25px;
}
.detail-accordion .toggle-tab-content {
  padding: 30px 0!important;
}
.detail-accordion .item-toggle-tab {
  border-bottom: 1px solid #e5e5e5;
}
.detail-accordion .item-toggle-tab.active .toggle-tab-title {
  color: #fff;
}
.detail-accordion .item-toggle-tab .toggle-tab-title::after {
  font-family: ionicons;
  content: "\f3d0";
  position: absolute;
  right: 20px;
  top: 20px;
}
.detail-accordion .item-toggle-tab.active .toggle-tab-title::after {
  content: "\f3d8";
}
.detail-accordion.toggle-tab {
  margin-bottom: 45px;
}
.item-product-group {
  position: relative;
  padding-right: 160px;
  margin-bottom: 30px;
}
.item-product-group .detail-qty {
  position: absolute;
  top: 0;
  right: 0;
}
.item-product-group .product-info {
  padding: 0 20px;
}
.item-product-group .product-thumb {
  width: 120px;
}
.item-product-group:last-child {
  margin: 0;
}
/**************************************************************************************************
                      Portfolio 
***************************************************************************************************/
.content-project-page .list-project6 {
  margin-bottom: 0;
}
.project-info6 .title18 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-project6.project-col-3 .item-project6 {
  padding: 30px;
}
.detail-portfolio > .title30 {
  margin-bottom: 25px;
}
.port-date-author li .icon {
  margin: 0 5px;
}
.port-date-author li {
  margin: 0 5px;
}
.port-date-author {
  margin: 0 -10px;
}
.port-info-top .port-date-author {
  margin-top: 10px;
  margin-bottom: 20px;
}
.porfolio-content-top {
  margin-bottom: 20px;
}
.detail-portfolio > p.desc.opaci {
  margin-bottom: 30px;
}
.related-project > .title30 {
  margin-bottom: 23px;
}
.item-project-related h3.title18 {
  margin: 17px 0 10px;
}
