
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:#006D5C;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.float_center {
  float: right;

  position: relative;
  left: -5%; 
  text-align: left;
}

.error {
	  color:red;
  }
.container-product {
  float: right;

  position: relative;
  left: -5%; 
  text-align: left;
}
input,
input:focus,
input:hover {
  outline: none;
}
/*Begin Class*/
.border {
  border: 1px solid #e5e5e5;
}
.no-margin {
  margin: 0!important;
}
.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;
}
.border-none{
	border:none;
}
.transition {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.radius4 {
  border-radius: 4px;
}
.radius6 {
  border-radius: 6px;
}
.drop-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.round {
  border-radius: 50%;
}
.desc {
  color: #555;
  margin: 0;
  line-height: 24px;
}
.white {
  color: #fff;
}
.black {
  color: #333;
}
.dark {
  color: #000;
}
.gray {
  color: #555;
}
.silver {
  color: #999;
}
.navi {
  color: #1b2b3a;
}
.opaci {
  opacity: 0.7;
}
a.opaci:hover{
	opacity:1;
}
.bg-navi {
  background: #1b2b3a;
}
.blue {
  color: #43567e;
}
.bg-blue {
  background: #43567e;
}
.smoke {
  color: #ccc;
}
.bg-white {
  background: #fff;
}
.level-2 {
height:38px;	
word-wrap: break-word;
}
.title14,
.title8,
.title12,
.title16,
.title18,
.title24,
.title30,
.title36,
.title40,
.title48,
.title60,
.title90,
.title120,
.title160,
.title100 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.title8 {
  font-size: 8px;
}
.title12 {
  font-size: 12px;
}
.title16 {
  font-size: 16px;
}
.title18 {
  font-size: 18px;
}
.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;
}
.poppins-font {
  font-family: 'Poppins', sans-serif;
}
.lob-font {
  font-family: 'Lobster', cursive;
}
.dosis-font {
  font-family: 'Dosis', sans-serif;
}
.anton-font {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
}
.poiret-font {
  font-family: 'Poiret One', cursive;
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.absolute,
.item-contact-page .contact-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.list-none {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline-block {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline-block > li {
  display: inline-block;
  vertical-align: top;
}
.table-custom {
  display: table;
  margin: 0;
  width: 100%;
}
.table-custom > div {
  display: table-cell;
  vertical-align: top;
}
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 {
  width: 40px;
  height: 40px;
  display: inline-block;
  opacity: 0;
  padding: 0;
  text-align: center;
  margin: -20px 0 0;
  border-radius: 50%;
  font-size: 14px;
  position: absolute;
  top: 50%;
  z-index: 9;
  color: #fff;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  background:rgba(0,0,0,0.1);
}
.owl-theme.rect-navi .owl-controls .owl-buttons div{
	border-radius: 0;
}
.owl-theme.rect-navi .owl-controls .owl-buttons div.owl-next{
	right:0;
}
.owl-theme.rect-navi .owl-controls .owl-buttons div.owl-prev{
	left:0;
}
.owl-theme:hover .owl-controls .owl-buttons div {
	opacity:1;
}
.owl-theme .owl-controls .owl-buttons div i {
  line-height: 40px;
  display:block;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -5px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -5px;
}
.banner-slider {
  position: relative;
  overflow: hidden;
}
.banner-slider .banner-thumb {
  position: relative;
}
.banner-slider .banner-thumb a {
  display: block;
}
.banner-slider .banner-thumb video {
  width: 100%;
  display: block;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div {
  opacity: 0;
  width:60px;
  height:60px;
  font-size:18px;
  margin-top:-30px;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div i{
	line-height:60px;
}
.banner-slider:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -70px;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -70px;
}
.banner-slider:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
}
.banner-slider:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 15px;
}
.banner-slider .owl-theme .owl-controls .owl-pagination {
  padding: 0;
  position:absolute;
  bottom:40px;
  left:0;
  right:0;
}
.owl-theme .owl-controls .owl-page {
  vertical-align: top;
  border-radius: 50%;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    border: 1px solid #e5e5e5;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.owl-theme .owl-controls .owl-page span::after {
    content: "";
    height: 6px;
    width: 6px;
    margin: auto;
    border-radius: 50%;
    background: #999;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.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%;
}
.item-slider .banner-info {
  height: 200px;
}
.banner-info {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
/*End Owl Carousel*/
/*Begin Custom Scroll*/
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: none;
}
.mCSB_container {
  margin-right: 0;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 4px;
}
/*End Custom Scroll*/
/*Begin Box Hover Dir*/
.box-hover-dir {
  overflow: hidden;
  position: relative;
  cursor: all-scroll;
}
.box-hover-dir > div {
  height: 100%;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-out 0s !important;
  -webkit-transition: all 0.5s ease-out 0s !important;
}
/*End Box Hover Dir*/
/*Begin Banner Adv*/
.banner-advs {
  position: relative;
}
.adv-thumb-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.adv-thumb-link > img {
  display: block;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
/*Zoom Rotate*/
.zoom-rotate .adv-thumb-link > img {
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
}
.zoom-rotate:hover .adv-thumb-link > img {
  transform: scale(1.15) rotate(4deg);
  -webkit-transform: scale(1.15) rotate(4deg);
}
/*Zoom Image*/
.zoom-image:hover .adv-thumb-link > img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
/*Fade Out In*/
.fade-out-in .adv-thumb-link::before,
.fade-out-in .adv-thumb-link::after,
.fade-in-out .adv-thumb-link::before,
.fade-in-out .adv-thumb-link::after,
.overlay-image .adv-thumb-link::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.fade-out-in:hover .adv-thumb-link::before {
  opacity: 1;
  top: 50%;
  bottom: 50%;
}
.fade-out-in:hover .adv-thumb-link::after {
  opacity: 1;
  left: 50%;
  right: 50%;
}
/*Fade In Out*/
.fade-in-out .adv-thumb-link::before {
  opacity: 1;
  top: 50%;
  bottom: 50%;
}
.fade-in-out .adv-thumb-link::after {
  opacity: 1;
  left: 50%;
  right: 50%;
}
.fade-in-out:hover .adv-thumb-link::before {
  opacity: 0;
  top: 0;
  bottom: 0;
}
.fade-in-out:hover .adv-thumb-link::after {
  opacity: 0;
  left: 0;
  right: 0;
}
/*Pull Curtain*/
.pull-curtain .adv-thumb-link::before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.pull-curtain .adv-thumb-link::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.pull-curtain:hover .adv-thumb-link::before,
.pull-curtain:hover .adv-thumb-link::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
/*Overlay Image*/
.overlay-image .adv-thumb-link::after {
  background: rgba(0, 0, 0, 0.3);
}
.overlay-image:hover .adv-thumb-link::after {
  opacity: 1;
}
/*Blue Image*/
.blur-image:hover .adv-thumb-link img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
/*Gray Image*/
.gray-image:hover .adv-thumb-link img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*Zoom Out*/
.zoom-out .adv-thumb-link img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(3);
  -webkit-transform: scale(3);
}
.zoom-out:hover .adv-thumb-link img {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}
/*Line Scale*/
.line-scale .adv-thumb-link::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10px;
  right: 10px;
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.line-scale .adv-thumb-link::after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 20px;
  right: 20px;
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.line-scale:hover .adv-thumb-link::before,
.line-scale:hover .adv-thumb-link::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
/*Fly Hoz*/
.fly-hoz .adv-thumb-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left bottom, rgba(255, 255, 255, 0.2), transparent);
  background: -webkit-linear-gradient(to left bottom, rgba(255, 255, 255, 0.2), transparent);
  left: -100%;
  top: 0;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.fly-hoz:hover .adv-thumb-link::before {
  left: 100%; 
}
/*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.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview:hover > .preview-image {
  opacity: 1;
  visibility: visible;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a {
  display: block;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a > img {
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  width: 100%;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a:hover > img {
  top: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
/*Begin Header On Top*/
.header-ontop {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.header-ontop.fixed-ontop {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  visibility: visible;
  right: 0;
  z-index: 999!important;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed!important;
  top: 0!important;
}
/*End Header On Top*/
/*Begin Main Nav*/
.main-nav {
  position: relative;
  z-index: 10001;
}
.main-nav > ul {
  font-size: 0;
  list-style: none none;
  padding: 0;
  position: relative;
  margin:0;
}
.main-nav > ul > li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.main-nav > ul > li > a {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
	font-weight:700;
	padding:0 15px;
}
.main-nav > ul > li.has-mega-menu > a::after ,
.main-nav > ul > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: fontAwesome;
  margin-left: 5px;
  display: inline-block;
}
.main-nav li.menu-item-has-children {
  position: relative;
}
.main-nav li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.main-nav .sub-menu {
  background: #fff;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  text-align: left;
  margin: 30px 0 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.main-nav .sub-menu li {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  padding:0 15px;  
}
.main-nav li.has-mega-menu > .mega-menu {
  background: #fff;
  left: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  text-align: left;
  margin: 30px 0 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.main-nav li.has-mega-menu:hover > .mega-menu {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.main-nav > ul > li.menu-item-has-children.has-mega-menu {
  position: static;
}
.main-nav > ul > li .sub-menu > li > a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 11px 0px;
  position: relative;
}
.main-nav > ul > li .sub-menu > li:last-child > a {
  border-bottom: none;
}
.main-nav > ul > li.has-mega-menu .sub-menu > li {
  padding: 0;
}
.main-nav > ul > li .sub-menu > li.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-has-children > a::after {
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  right: 0;
  top: 12px;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu {
  left: 100%;
  top: 0;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu.offset-right {
  left: auto;
  right: 100%;
}
.main-nav .sub-menu.offset-right {
  left: auto;
  right: 0;
}
/*Pointer Event*/
.sub-menu,
.mega-menu,
.dropdown-list {
  pointer-events: none;
}
.dropdown-box:hover > .dropdown-list,
li.has-mega-menu:hover > .mega-menu,
li.menu-item-has-children:hover > .sub-menu {
  pointer-events: inherit;
}
/*End Main Nav*/
/*Begin Toggle Mobile Menu*/
.main-nav .toggle-mobile-menu {
  display: none;
  height: 30px;
  width: 30px;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.main-nav .toggle-mobile-menu span {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 50%;
}
.main-nav .toggle-mobile-menu::before,
.main-nav .toggle-mobile-menu::after {
  content: '';
  position: absolute;
  top: 0;
  height: 4px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.main-nav .toggle-mobile-menu::before {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.main-nav .toggle-mobile-menu::after {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.main-nav.active .toggle-mobile-menu::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.main-nav.active .toggle-mobile-menu::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.main-nav.active .toggle-mobile-menu span {
  display: none;
}
/*End Toggle Mobile Menu*/
/*Begin Menu Responsive*/
@media (max-width: 767px) {
.float_center {
 
  left: -0%; 

}
  .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 > ul > li:first-child > a{
	  border-top:none!important;
  }
  .main-nav {
    margin: 0;
  }
  .main-nav > ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 10px 0 0;
    width: 290px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    text-align: left;
  }
  .main-nav.active > ul {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
  }
  .main-nav > ul > li {
    display: block;
    margin: 0 15px !important;
    padding: 0!important;
  }
  .main-nav .sub-menu li a::before {
    display: none;
  }
  .main-nav > ul li > a {
    display: block;
    font-size: 14px!important;
    font-weight: 400;
    height: auto !important;
    line-height: inherit !important;
    padding: 10px 0!important;
  }
  .main-nav .sub-menu > li {
    padding: 0px!important;
    margin: 0 0 0 15px;
  }
  .main-nav > ul > li.menu-item-has-children.has-mega-menu {
    position: relative;
  }
  .main-nav > ul li.menu-item-has-children .menu-item-has-children > a::after {
    right: 0;
    top: 0;
  }
  .main-nav > ul > li.menu-item-has-children > a::after {
    display: none;
  }
  .main-nav > ul > li .sub-menu {
    display: none;
    width: 100%;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  .btn-toggle-mobile-menu {
    cursor: pointer;
  }
  .btn-toggle-mobile-menu::after {
    position: absolute;
    top: 11px;
    right: 0px;
    font-family: fontAwesome;
    content: "\f107";
  }
  .btn-toggle-mobile-menu.active::after {
    content: "\f106";
  }
  .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu {
    left: 0;
    top: 100%;
    padding: 0;
  }
  .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > a::after {
    display: none;
  }
  .main-nav > ul > li.has-mega-menu > a::after {
    display: none!important;
  }
  .menu-item-preview .preview-image {
    display: none;
  }
  .sub-menu,
  .mega-menu,
  .dropdown-list {
    pointer-events: inherit;
  }
  .main-nav > ul > li .sub-menu > li > a {
    background: #fff!important;
  }
  .main-nav li.has-mega-menu > .mega-menu {
    display: none;
    opacity: 1;
    margin: 0;
    border: 1px solid #fbfbfb;
  }
}
/*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.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  width: 95px;
}
.product-rate.style2,
.product-rate.style2 .product-rating {
  background-image: url(../images/icon/rate-star2.png);
}
.product-rating {
  background-image: url(../images/icon/rate-star.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
}
.item-product.text-center .product-rate {
  margin: auto;
}
/*End Rating*/
/*Button Scoll*/
body .scroll-top {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 10px;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: -50px;
    text-align: center;
    width: 40px;
    opacity: 0;
    z-index: 999;
}
.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 {
  position: relative;
}
.product-thumb {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.product-title {
  margin: 0 0 12px;
  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 -3px 7px;
}
.product-price > * {
  margin: 0 3px;
  display:inline-block;
}
.product-price > .slipt {
    margin: 0 -3px;
}
/*Overlay Product*/
.product-thumb-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-thumb-link img {
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.product-thumb-link::before {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.product-thumb:hover .product-thumb-link::before {
  opacity: 1;
}
/*Zoom Product*/
.product-thumb:hover .zoom-thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
/*Zoomout Product*/
.zoomout-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(3);
  -webkit-transform: scale(3);
}
.product-thumb:hover .zoomout-thumb img:last-child {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
/*Rotate Product*/
.rotate-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}
.product-thumb:hover .rotate-thumb img:last-child {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  opacity: 1;
}
.product-thumb:hover .rotate-thumb img:first-child {
  transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  opacity: 0;
}
/*Translate Product*/
.translate-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.product-thumb:hover .translate-thumb img:last-child {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.product-thumb:hover .translate-thumb img:first-child {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  opacity: 0;
}
/*End Product*/
/*Select Box*/
.select-box select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  height: 40px;
  padding: 0 30px 0 15px;
  position: relative;
  z-index: 1;
  background: transparent;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.select-box {
    position: relative;
    background: #fff;
    border-radius: 4px;
}
.select-box::after {
  position: absolute;
  top: 15px;
  right: 15px;
  content: "\f107";
  font-family: fontAwesome;
}
/*Begin Dropdown Box*/
.dropdown-box {
  position: relative;
  z-index: 10;
}
.dropdown-link {
  display: inline-block;
  position: relative;
}
.dropdown-list {
  background: #fff;
  margin-top: 30px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  width: 130px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.dropdown-box:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.language-box .dropdown-list li a span,
.currency-box .dropdown-list li a span {
  margin: 0 5px;
}
.language-box .dropdown-link::after,
.currency-box .dropdown-link::after {
  font-family: fontAwesome;
  content: "\f107";
  margin: 0 5px;
}
/*End Dropdown Box*/
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.wishlist-button a {
  background: #858785 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 3px;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.product-popup-content {
  padding: 15px 0;
}
/*End Wishlist Popup*/
/*Begin Email Popup*/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.window-popup {
  padding: 10px 10px 40px 10px;
  width: 800px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  background: #fff;
}
.window-popup .close-popup {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -15px;
  width: 30px;
  z-index: 999;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.content-popup-form {
  padding: 0 20px;
}
.content-popup-form .desc {
  margin-right: -10px;
}
.content-popup {
  position: relative;
  z-index: 99;
}
.content-popup input[type="text"] {
  width: 260px;
}
.content-popup .image-popup {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}
.content-popup .title18 {
  margin-bottom: 22px;
}
/*End Email Popup*/
/*Begin Mini Cart*/
.mini-cart-box {
  position: relative;
  z-index: 1002;
}
.mini-cart-link {
  position: relative;
}
.list-mini-cart-item {
  margin-top: 15px;
}
.product-mini-cart.table-custom {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.product-mini-cart .product-thumb a {
    width: 90px;
}
.product-mini-cart.table-custom .product-title {
    white-space: normal;
}
.product-mini-cart.table-custom:last-child {
  margin-bottom: 0px;
}
.product-mini-cart .product-thumb {
  width: 90px;
  border:none;
}
.mini-cart-box .dropdown-list {
  width: 290px;
  padding: 30px 15px;
}
.product-mini-cart .product-info {
  padding: 0 15px;
}
.mini-cart-button {
  margin: 20px -3px 0;
}
.mini-cart-button .shop-button {
  margin: 0 3px;
}
.mini-cart-qty label {
  font-weight: 400;
  margin: 0;
}
.product-mini-cart.table .product-delete {
  width: 20px;
}
/*End Mini Cart*/
/*Begin Count Down Master*/
.countdown-master .flip-clock-divider .flip-clock-label {
  display: none;
}
.countdown-master {
  display: inline-block;
  margin: 0;
  width: auto;
  vertical-align: middle;
}
.countdown-master.flip-clock-wrapper ul {
  background: transparent;
  float: left;
  margin: 0 -4px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
.countdown-master.flip-clock-wrapper .flip {
  box-shadow: none;
}
.countdown-master.flip-clock-wrapper ul li {
  line-height: 30px;
  width: 30px;
}
.countdown-master.flip-clock-wrapper ul li a div div.inn {
  font-size: 18px;
  color: #fff600;
  background: #333333 url("../images/icon/bg-time.png") repeat-x scroll center center;
  border-radius: 4px;
}
.countdown-master.flip-clock-wrapper ul li a div.down {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.countdown-master .flip-clock-divider {
  height: 30px;
  width: 10px;
}
.countdown-master .flip-clock-dot {
  background: #333 none repeat scroll 0 0;
  box-shadow: none;
  height: 2px;
  left: 0px;
  width: 2px;
}
.countdown-master .flip-clock-dot.top {
  top: 10px;
}
.countdown-master .flip-clock-dot.bottom {
  bottom: 10px;
}
.hidden-canvas canvas {
  display: none;
}
/*End Count Down Master*/
/*Begin Preload*/
.wrap-item {
  position: relative;
}
.item-banner {
  position: relative;
}
/*End Preload*/
/*Begin Parallax*/
.parallax {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  min-height: 200px;
}
/*End Parallax*/
/*Begin Animated Background*/
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
.animate-background {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  animation: animatedBackground 40s linear infinite;
  -moz-animation: animatedBackground 40s linear infinite;
  -webkit-animation: animatedBackground 40s linear infinite;
}
@keyframes hozAnimatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.hoz-animate-background {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  animation: hozAnimatedBackground 40s linear infinite;
  -moz-animation: hozAnimatedBackground 40s linear infinite;
  -webkit-animation: hozAnimatedBackground 40s linear infinite;
  background-size: auto 100%;
}
/*End Animated Background*/
/*Begin Banner Background*/
.banner-background {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  min-height: 200px;
}
/*End Banner Background*/
/*Begin Toggle*/
.item-toggle-tab .toggle-tab-content {
  display: none;
}
.item-toggle-tab:first-child .toggle-tab-content {
  display: block;
}
.toggle-tab-title {
  position: relative;
  cursor: pointer;
}
/*End Toggle*/
/*Begin Preload*/
.preload #loading {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}
.preload #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
.preload #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.preload .object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}
.preload #object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
.preload #object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.preload #object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.preload #object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
/*Style*/
/*******************************************************************************************************
                      Blog
********************************************************************************************************/
.header-top-default {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}
.header-nav-default .main-nav > ul > li:first-child > a{
	padding-left:0;
}
.footer-default {
  background: #333;
  padding: 15px 0;
}
.content-page {
    margin: 30px 0 50px;
}
.mega-list-cat ul li {
  border-top: 1px solid #e5e5e5;
}
.mega-list-cat ul li a {
  display: block;
  padding: 10px 0;
}
.mega-list-cat ul {
  margin-top: 15px;
}
.bread-crumb a {
    display: inline-block;
}
.bread-crumb > span > a::after,
.bread-crumb > .post-categories::after,
.bread-crumb > a::after {
  content: "";
  margin:0 7px;
  background:#e5e5e5;
  width:20px;
  height:1px;
  vertical-align:middle;
  display: inline-block;
}
.bread-crumb > .post-categories{
	display:inline-block;
}
.bread-crumb > .post-categories > li > a::after{
  content: ","; 
}
.bread-crumb > .post-categories > li{
	display:inline-block;
}
.bread-crumb > .post-categories > li:last-child > a::after{
	display:none;
}
.wrap-bread-crumb {
  margin-bottom: 30px;
}
.wg-list-categories ul {
  padding-left: 15px;
}
.wg-list-categories li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.wg-list-categories li {
  position: relative;
}
.wg-list-categories li:last-child a {
  border-bottom: none;
}
.wg-list-categories li .count {
  position: absolute;
  right: 0;
  top: 9px;
  color: #fff;
  width: 20px;
  height: 20px;
  background: #999;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
}
.sidebar{
	background:#fff;
	padding:20px;
	box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.widget {
  margin-bottom: 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget-tags li a {
  padding: 6px 15px;
  border: 1px solid #e5e5e5;
  display: block;
  border-radius: 4px;
}
.wg-list-tags li {
  display: inline-block;
  margin-bottom: 5px;
}
.wg-list-tags ul {
  padding-left: 15px;
}
.wg-list-categories {
  margin-top: -20px;
}
.wg-list-categories li.has-children {
  border-bottom: 1px solid #e5e5e5;
}
.wg-search-form {
  position: relative;
}
.wg-search-form input[type="text"] {
  border: 1px solid #e5e5e5;
  height: 40px;
  padding: 0 15px;
  display: block;
  width: 100%;
}
.wg-search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background: transparent;
  border: none;
  z-index: 1;
}
.wg-search-form::after {
  position: absolute;
  top: 12px;
  right: 15px;
  font-family: fontAwesome;
  content: "\f002";
  color: #333;
}
.title-page {
  margin-bottom: 30px;
}
.view-type a {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  width: 40px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 -3px;
  background:#fff;
  color:#999;
}
.show-by .dropdown-link .silver {
    position: relative;
    height: 36px;
    display: inline-block;
    min-width: 70px;
    line-height: 34px;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    background: #fff;
    border-radius: 0px;
}
.sort-pagi-bar > li {
  margin: 0 15px;
}
.sort-pagi-bar {
  margin: 0 -15px;
}
.show-by > .dropdown-link > span.gray,
.view-type > span.gray {
  margin: 0 10px 0 0;
  display: inline-block;
}
.show-by .dropdown-list {
  left: auto;
  right: 0;
  width: 70px;
}
.dropdown-list li a {
  display: block;
  padding: 5px 10px;
  background: #f9f9f9;
  border-bottom: 1px solid #fff;
}
.dropdown-list li a:hover {
  color: #fff;
}
.dropdown-list li:last-child a {
  border-bottom: none;
}
.show-by .dropdown-link .silver::after {
  font-family: fontAwesome;
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 1px;
}
.blog-grid-view .item-post {
  margin-bottom: 30px;
}
.single-post-date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  background: #ccc;
  color: #fff;
  text-align: center;
  font-size: 12px;
  z-index: 10;
}
.single-post-date strong {
  font-size: 18px;
  display: block;
  font-weight: 400;
  background: #333;
  padding: 9px 10px;
}
.single-post-date span {
  padding: 7px 10px;
  display: block;
}
.item-post-grid .post-info .readmore .fa{
	margin:0 10px;
	display:inline-block;
}
.item-post-grid .post-meta-data {
    margin-bottom: 7px;
}
.item-post .post-info .post-title {
  margin-bottom: 15px;
}
.item-post .post-info .desc {
  margin-bottom: 22px;
}
.pagi-nav a {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    min-width: 30px;
	text-align:center;
} 
.pagi-nav {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.blog-list-view .item-post-list {
  margin-bottom: 50px;
}
.blog-list-view .col-md-12:last-child .item-post-list {
  border-bottom: none;
  padding-bottom: 0;
}
.post-meta-data > li {
  margin: 0 7px 7px 0;
  padding-right: 10px;
  position: relative;
}
.post-meta-data > li::after {
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    content: "";
    background: #999;
    right: 0px;
}
.post-meta-data > li:last-child::after {
  display: none;
}
.post-meta-data {
  margin-bottom: 4px;
}
.post-meta-data i.fa {
  margin-right: 6px;
}
.post-meta-data li a {
  margin-right: 6px;
}
.post-meta-data li a:last-child {
  margin-right: 0;
}
.blog-list-view .item-post-large {
  margin-bottom: 50px;
}
.item-post-large  .post-thumb{
  margin-bottom: 26px;
}
.post-meta-data label {
  font-weight: 400;
  margin: 0;
}
.single-post-thumb {
    margin-bottom: 45px;
}
.content-post-default > .desc {
  margin-bottom: 30px;
}
.content-post-default h2.title24 {
  margin-bottom: 25px;
  font-family: poppins;
}
.content-post-default .row {
  margin-bottom: 30px;
}
.block-quote {
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 30px;
}
.block-quote h3.title14 {
  position: relative;
  margin-top: 36px;
}
.block-quote h3.title14::before {
  position: absolute;
  width: 100px;
  height: 1px;
  content: "";
  background: #333;
  top: -20px;
  left: 0;
}
.block-quote .desc {
  font-style: italic;
}
.single-intro-travel h2 {
  margin-bottom: 22px;
}
.content-post-default > h3 {
  margin-bottom: 20px;
}
.single-list-link li {
  margin-bottom: 20px;
  list-style: circle;
  margin-left: 15px;
}
.single-list-link {
  margin-bottom: 40px;
}
.single-list-adv .banner-advss {
  margin-bottom: 22px;
}
.single-list-social {
  margin-bottom: 50px;
  margin-top:30px; 
}
.single-info-author {
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
  margin-bottom: 40px;
}
.single-info-author .author-info {
  position: relative;
  padding-top: 15px;
}
.single-info-author .author-info > h3 {
  margin: 12px 0 8px;
}
.single-info-author .author-social {
  position: absolute;
  right: 0;
  top: 34px;
  margin: 10px -12px 0;
}
.single-info-author .author-social a {
  margin: 0 12px;
}
.post-control {
  padding: 25px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  position: relative;
  margin-bottom: 40px;
}
.post-control::after {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 1px;
  content: "";
  background: #e5e5e5;
  top: 0;
}
.post-control i.fa {
  font-size: 18px;
  position: absolute;
  top:50%;
  margin-top:-10px;
}
.post-control .text-right i.fa{
	right:0;
}
.post-control .text-left i.fa{
	left:0;
}
.post-control h3{
	position:relative;
	padding:0 15px;
}
.title-single-related-post {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
.title-single-related-post a {
  position: absolute;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  top: 5px;
  right: 0;
}
.related-post-slider {
  margin: 0 -15px;
}
.related-post-slider .item-post {
    margin: 0 15px 15px;
}
.single-related-post {
  margin-bottom: 30px;
}
.blog-comment-detail > h2.title18 {
  margin-bottom: 25px;
}
.single-info-author .author-thumb {
  width: 100px;
}
.single-info-author .author-info {
  padding-left: 20px;
  position: relative;
}
.item-comment .comment-thumb {
  width: 70px;
}
.item-comment .comment-thumb a{
	border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
}
.item-comment .comment-thumb a::after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    width: 100%;
}
.item-comment .comment-thumb a:hover::after {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.item-comment .comment-info {
  padding-left: 20px;
  position: relative;
}
.item-comment .comment-info .author-name {
  text-transform: uppercase;
}
.item-comment .comment-info span.black {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 5px;
}
.item-comment .comment-info .desc {
  margin: 10px 0;
}
.item-comment .comment-info .reply-button {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
}
.item-comment {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #e5e5e5;
}
.comment-list li:last-child .item-comment {
  border: none;
  margin-bottom: 0;
}
.blog-comment-detail {
  margin-bottom: 20px;
}
.reply-comment > h2 {
  margin-bottom: 17px;
}
.reply-comment > .desc {
  margin-bottom: 40px;
}
.contact-form input[type="email"],
.contact-form input[type="text"] {
  border: 1px solid #e5e5e5;
	color: #999;
	height: 50px;
	max-width: 400px;
	padding: 0 15px 0 40px;
	width: 100%;
	border-radius:0;
}
.contact-form textarea {
  display: block;
  width: 100%;
  padding: 14px 15px 10px 40px;
  border-radius:0px;
  min-height:200px;
}
.reply-comment .desc {
  margin: 13px 0 43px;
}
.contact-form input[type="submit"] {
	background: transparent none repeat scroll 0 0;
    border: 3px solid #333;
    border-radius: 0;
    color: #333;
    font-weight: 700;
    height: 60px;
    margin: 20px 0 0;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.contact-form p {
  position: relative;
}
.contact-form p::before {
  position: absolute;
  top: 17px;
  left: 15px;
  color: #999;
  font-family: fontAwesome;
  z-index:1;
}
.contact-form p.contact-name::before {
  content: "\f007";
}
.contact-form p.contact-email::before {
  content: "\f0e0";
}
.contact-form p.contact-site::before {
  content: "\f015";
}
.contact-form p.contact-message::before {
  content: "\f044";
}
.shop-button {
  border: none;
  height: 40px;
  color: #fff;
  line-height: 40px;
  background: #333;
  border-radius: 4px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  position:relative;
  text-transform:uppercase;
}
.shop-button.bg-white{
	background:#fff;
	color:rgba(0,0,0,0.7);
}
.shop-button.bg-white:hover{
	color:#fff;
}
.shop-button.bg-color:hover{
	background:#000;
}
.sort-by .select-box select {
    height: 36px;
    color: #999;
}
.sort-by .select-box::after {
  top: 13px;
}
.sort-by > span {
  line-height: 36px;
  margin: 0 5px;
}
.wrap-rating .rate-number {
  font-size: 10px;
}
.wrap-rating .product-rate {
  margin: 0;
}
.wrap-rating > li {
  vertical-align: middle;
}
.product-grid-view .item-product {
  margin-bottom: 30px;
}
.product-extra-link .addcart-link {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  text-align: center;
}
.product-extra-link .addcart-link:hover {
  background: #999;
  border-color: #999;
  color: #fff;
}
.wrap-rating {
  margin-bottom: 18px;
}
.item-product.product-stock .product-thumb-link::before {
  opacity: 1;
}
.product-list-view .item-product {
background-color: white;
  margin-bottom: 10px;
}
.item-product-list .product-info {
  padding-top: 0;
}
.item-product-list .product-desc p{ 
	color:#555;
	line-height:24px;
	margin:0;
}
.detail-gallery .carousel li img {
  width: 50px;
}
.detail-gallery .carousel li {
  margin: 0 4px;
}
.detail-gallery .carousel li a img{
	border:1px solid transparent;
}
.detail-gallery {
	text-align:center;
}
.detail-gallery .gallery-control {
  text-align: center;
  position: relative;
  margin-top: 10px;
  display:inline-block;
}
.detail-gallery .gallery-control .carousel {
  margin: auto;
}
.detail-gallery .gallery-control > a {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    font-size: 24px;
    font-weight: 700;
}
.detail-gallery .gallery-control > a.next {
  right: -10px;
}
.detail-gallery .gallery-control > a.prev {
  left: -10px;
}
.detail-attr {
  display: flex;
  align-items: center;
  display: -ms-flex;
  -ms-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  margin-bottom: 10px;
}
.detail-attr.qty-cart label {
  width: 85px;
  margin: 0;
}
.detail-attr > .select-box {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  background:transparent;
}
.detail-qty a.qty-down {
  bottom: 0;
}
.detail-attr .addcart-link {
  margin-left: 10px;
  flex-grow: 1;
  text-align: center;
}
.detail-extra-link a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.detail-extra-link a .fa {
  font-size: 12px;
  color: #999;
  margin-right: 10px;
}
.detail-extra-link {
  margin-bottom: 25px;
}
.item-product-meta-info label {
  min-width: 105px;
  font-weight: 400;
  font-size:14px;
}
.product-meta-info > li {
  margin-bottom: 5px;
}
.item-product-meta-info span,
.item-product-meta-info a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 4px 10px;
  border-radius: 0px;
  font-size:12px;
}
.detail-info {
  position: relative;
}
.detail-info .product-control {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 2px;
}
.detail-info .product-control a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin: 0 -2px;
  color: #555;
}
.detail-info .product-control a:hover {
  background: #f9f9f9;
}
.detail-info .product-control a.prev {
  border-radius: 4px 0 0 4px;
}
.detail-info .product-control a.next {
  border-radius: 0 4px 4px 0;
}
.detail-tab-content {
    background: #fff;
    padding: 20px;
}
.list-tag-detail {
    font-size: 0;
    background: #e5e5e5;
	padding:15px 10px;
}
.list-tag-detail li {
    display: inline-block;
    font-size: 14px;
	margin:0 10px;
}
.list-tag-detail li a {
    display: block;
    position: relative;
    text-transform: uppercase;
	font-weight:700;
}
.detail-tab-desc .desc {
  margin-bottom: 30px;
}
.detail-tab-desc > ul > li {
  margin-bottom: 20px;
}
.detail-tab-desc > ul{
	padding-left:15px;
}
/*Begin Review*/
.detail-tab-review .title14 {
  margin: 0 0 18px;
  text-transform: inherit;
  font-size: 18px;
}
.list-none.list-tags-review li {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}
.list-none.list-tags-review li > .review-author {
  width: 100px;
}
.list-none.list-tags-review li > div {
  display: table-cell;
  vertical-align: top;
}
.list-none.list-tags-review li > .review-info {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}
.list-none.list-tags-review li > .review-author a {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 70px;
}
.list-none.list-tags-review li > .review-author a img {
  border-radius: 50%;
}
.review-header {
  color: #999;
}
.review-info .product-rate {
  position: absolute;
  right: 20px;
  top: 25px;
}
.review-form {
  margin-top: 23px;
}
.review-form > div {
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 105px;
  position: relative;
}
.review-form > div > label {
  font-weight: 400;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
}
.review-form > div > input[type="text"] {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  height: 40px;
  max-width: 400px;
  padding: 0 15px;
  width: 100%;
}
.review-form > div > .product-rate {
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
}
.review-form > div > textarea {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  max-height: 120px;
  padding: 10px 15px;
  width: 100%;
}
.review-form > div > input[type="submit"] {
  margin-top: 10px;
}
/*End Review*/
.detail-tab-video iframe {
  border: none;
}
.shop-button:hover {
  color: #fff;
}
.item-product-group .product-thumb {
  width: 90px;
}
.item-product-group .product-info {
  padding: 0 20px;
}
.wrap-detail-qty {
  text-align: right;
}
.wrap-detail-qty .detail-qty {
  text-align: left;
  display: inline-block;
}
.list-product-group > li {
  margin-bottom: 10px;
}
.list-product-group {
  margin-bottom: 30px;
}
.detail-group .detail-attr .addcart-link {
  margin: 0;
  flex-grow: inherit;
  -ms-flex-grow: inherit;
  -webkit-flex-grow: inherit;
  padding: 0 30px;
}
.block-product-tab .title-block-tab {
  margin-bottom: 30px;
}
.title-list-tab > li > a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-weight: 700;
  position: relative;
}
.title-list-tab {
  margin-bottom: 50px;
}
.title-list-tab > li.active > a {
  background: #f9f9f9;
}
.block-product-tab {
  margin-bottom: 50px;
}
.block-product-tab > h3 {
  margin-bottom: 20px;
}
.block-product-tab > .desc {
  max-width: 670px;
  margin: auto auto 30px;
}
.shop-button.btn-loadmore {
  min-width: 270px;
  text-transform: uppercase;
}
.block-product-tab.title-tab-inline .title-block-tab {
  margin: 6px 30px 0 0;
}
.block-product-list {
  margin-bottom: 50px;
}
.product-tab-vertical {
  position: relative;
  padding-left: 300px;
  margin-top: 25px;
}
.product-tab-vertical .title-list-tab {
  position: absolute;
  width: 270px;
  left: 0;
  top: 0;
  border-right: 1px solid #e5e5e5;
  bottom: -20px;
  border-top: 1px solid #e5e5e5;
}
.product-tab-vertical .title-list-tab li a {
  border-radius: 0;
  border-width: 0 0 1px 0;
  background: transparent;
}
.product-tab-vertical .title-list-tab li.active a::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 2px;
  content: "";
  background: #333;
}
.product-tab-vertical .title-list-tab li.active a {
  color: #333;
}
.product-tab-vertical .title-list-tab li.active a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  content: "";
  background: #fff;
  width: 1px;
}
.block-product-tab:not(.product-tab-vertical) .group-navi .owl-buttons {
  top: -69px;
}
.product-small-slider .item-product {
  margin: 0 10px;
}
.product-small-slider {
  margin: 23px -10px 0;
}
.product-small-slider .group-navi .owl-buttons {
  right: 10px;
}
.item-product-small .product-title {
  white-space: inherit;
}
.item-product-small .product-extra-link .addcart-link {
  display: block;
  text-transform: uppercase;
}
.title-elements {
  margin-bottom: 30px;
}
.block-element > h2 {
  margin-bottom: 45px;
} 
.follow-instagram a {
  display: block;
  overflow: hidden;
  position: relative;
}
.follow-instagram a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "\f351";
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -ms-flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  opacity: 0;
  transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  font-size:40px;
  font-family:ionicons;
  z-index:1;
}
.follow-instagram a:hover::before {
  opacity: 1;
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
}
.follow-instagram a img{
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.follow-instagram a:hover img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}
.instagram-text-follow i {
  margin: 0 5px;
}
.search-form {
  max-width: 570px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  background:#fff;
}
.search-form .dropdown-box {
  width: 170px;
  border-right: 1px solid #e5e5e5;
}
.search-form input[type="text"] {
    height: 38px;
    display: block;
    border: none;
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    padding: 0 20px;
    background: transparent;
    text-transform: capitalize;
    border-right: 1px solid #e5e5e5;
    border-radius: 0;
}
.search-form .dropdown-link {
  padding: 10px 15px 11px;
  display: block;
}
.submit-form {
    position: relative;
    width: 40px;
    border-radius: 0;
    overflow: hidden;
    margin: -1px;
}
.submit-form input[type="submit"] {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: transparent;
  display: block;
  width: 100%;
  z-index: 1;
}
.submit-form::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  text-align: center;
  color: #000;
  font-family: fontAwesome;
  content: "\f002";
  line-height: 40px;
  border-radius: 4px;
}
.search-form .dropdown-list {
  width: 100%;
}
.search-form .dropdown-link::after {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  right: 15px;
  top: 14px;
}
.form-newsletter .submit-form::after {
  display: none;
}
.mini-cart-box.aside-box .mini-cart-content {
  transform: translateX(400px);
  -webkit-transform: translateX(400px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  width: 370px;
  bottom: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
body.overlay .aside-box.mini-cart-box::after {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}
body.overlay .mini-cart-box {
    z-index: 10001;
}
.mini-cart-box.aside-box .mini-cart-content.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.mini-cart-box.aside-box .mini-cart-content > h2 {
  display: none;
}
.mini-cart-box.aside-box .list-mini-cart-item {
  margin: 0;
  overflow: auto;
  position: absolute;
  bottom: 122px;
  top: 0;
  left: 0;
  right: 0;
}
.mini-cart-box.aside-box .product-mini-cart.table-custom {
  margin: 0;
  padding: 0;
}
.mini-cart-box.aside-box .product-mini-cart.table-custom > div {
  vertical-align: middle;
}
.mini-cart-box.aside-box .mini-cart-button a {
  display: block;
  border-radius: 0;
  text-transform: uppercase;
  padding:0 15px;
}
.mini-cart-box.aside-box .mini-cart-button a.mini-cart-view {
  background: #666;
}
.mini-cart-box.aside-box .mini-cart-button {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.mini-cart-box.aside-box .mini-cart-total {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  padding: 10px 20px;
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background: #fff;
}
.mini-cart-box.aside-box .product-mini-cart.table-custom .product-delete {
  padding-right: 15px;
}
.detail-info .countdown-master {
  margin: 0 -5px 30px;
}
.mini-cart-box.dropdown-box .list-mini-cart-item {
  max-height: 300px;
  padding-right: 5px;
  margin-right: -5px;
  position: relative;
  overflow-x: hidden;
  margin-bottom: 15px;
}
.mini-cart-box ::-webkit-scrollbar {
  width: 4px;
}
.mini-cart-box ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
.mini-cart-box ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.detail-countdown {
  margin-bottom: 20px;
}
.detail-countdown .time_circles > div {
  display: inline-block;
  left: 0!important;
  top: 0!important;
  width: auto!important;
}
.detail-countdown .time_circles > div::after {
  content: ":";
  margin: 0 5px;
}
.detail-countdown .time_circles > div:last-child::after {
  display: none;
}
/*******************************************************************************************************************
                        Pages 
********************************************************************************************************************/
.contact-get-intouch {
  background: #f4f4f4;
  padding: 43px 0;
}
.item-contact-page .contact-thumb {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  color: #fff;
  position: relative;
  margin-bottom: 23px;
}
.item-contact-page .contact-thumb .icon {
  position: relative;
  z-index: 1;
}
.item-contact-page .contact-thumb::before {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  border-radius: 50%;
}
.item-contact-page .contact-thumb:hover::before {
  opacity: 0;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
}
.item-contact-page h3 {
  margin-bottom: 17px;
}
.item-contact-page .list-none li {
  margin-bottom: 5px;
}
.list-contact-item .item-contact-page {
  margin-bottom: 42px;
}
.contact-form-page h3 {
  margin-bottom: 47px;
}
.contact-form-page .wrap-input {
  position: relative;
}
.contact-form-page .wrap-input .icon {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #999;
}
.contact-form-page .wrap-input input[type="text"],
.contact-form-page .wrap-input input[type="email"],
.contact-form-page .wrap-input input[type="tel"] {
  border: 1px solid #e5e5e5;
  height: 50px;
  border-radius: 25px;
  display: block;
  width: 100%;
  background: #fff;
  padding: 0 45px;
}
.contact-form-page .wrap-input textarea {
  border: 1px solid #e5e5e5;
  padding: 13px 45px;
  height: 170px;
  border-radius: 25px;
  resize: none;
  display: block;
  width: 100%;
}
.about-content-page {
  position: relative;
  padding: 40px 0;
}
.about-intro-page {
  padding-left: 40px;
}
.about-content-page::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 1px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
}
.about-title-page {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.about-sidebar {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.about-sidebar > h2.title18 {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 28px;
}
.list-about-page > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.list-about-page > li:last-child:not(.current) > a {
  border-bottom: none;
}
.list-about-page > li.current > a::after {
  content: "";
  width: 28px;
  height: 28px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  position: absolute;
  right: -15px;
  top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #fff;
}
.about-intro-top .desc {
  font-style: italic;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 80px;
}
.about-intro-top h3 {
  position: relative;
}
.about-intro-top h3::before {
  position: absolute;
  width: 100px;
  left: 0;
  top: -30px;
  content: "";
  height: 1px;
}
.about-intro-top {
  margin-bottom: 40px;
}
.about-intro-page > p.desc {
  margin-bottom: 35px;
}
.about-content-page > h3 {
  margin-bottom: 17px;
}
.about-intro-top .banner-advss {
  margin-left: -140px;
}
.about-customer {
  padding-left: 40px;
  margin: 30px 0;
}
.about-customer li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 13px;
}
.about-customer li::before {
  font-family: ionicons;
  content: "\f122";
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
}
.about-quick-link {
  border-top: 1px solid #e5e5e5;
  padding-top: 35px;
}
.about-quick-link h3 {
  margin-bottom: 20px;
}
.about-quick-link .list-none li a {
  margin-bottom: 5px;
  position: relative;
  padding-left: 22px;
  display: block;
}
.about-quick-link .list-none {
  padding-left: 50px;
}
.about-quick-link .list-none li a::before {
  position: absolute;
  top: 3px;
  left: 0;
  font-family: fontAwesome;
  content: "\f0c1";
}
.about-title-number {
  position: relative;
  padding-left: 50px;
  padding-top: 20px;
  margin-bottom: 42px;
}
.about-title-number .number {
  color: #f4f4f4;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: -1;
}
.about-title-number h3 {
  color: #000;
  padding-left: 70px;
  margin-bottom: 28px;
}
.about-title-number::before {
  position: absolute;
  width: 50px;
  height: 1px;
  content: "";
  top: 30px;
  left: 50px;
}
.item-page-view {
  margin-bottom: 30px;
}
.item-page-view .page-view-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.item-page-view .page-view-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  opacity: 0;
  z-index: 1;
}
.item-page-view .page-view-thumb img {
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-page-view .page-view-thumb:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.item-page-view .page-view-thumb:hover::before {
  opacity: 1;
}
.item-page-view .page-view-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 60px;
  height: 60px;
  z-index: 10;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  transform: scale(0) rotate(0);
  -webkit-transform: scale(0) rotate(0);
  margin: auto;
}
.item-page-view .page-view-thumb:hover .page-view-link {
  transform: scale(1) rotate(360deg);
  -webkit-transform: scale(1) rotate(360deg);
}
.item-page-view .page-view-info h3 {
  margin-bottom: 8px;
}
.item-page-view .page-view-info .desc {
  margin-bottom: 22px;
}
.item-page-view .page-view-info .btn-page-view,
.about-title-number .readmore {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 25px;
  border: 2px solid #e5e5e5;
  border-radius: 20px;
}
.list-page-view {
  margin-bottom: 40px;
}
.item-page-view .page-view-info .btn-page-view:hover {
  color: #fff;
}
.about-title-number .readmore {
  margin-top: 22px;
}
.about-title-number .readmore:hover {
  color: #fff;
}
.about-banner-brand {
  margin-bottom: 45px;
}
.about-banner-brand .banner-info {
  height: 30px;
  padding: 0 70px;
}
.item-about-faq {
  padding-left: 20px;
}
.item-about-faq h3 {
  position: relative;
  padding: 15px 0;
}
.item-about-faq h3::before {
  position: absolute;
  top: -10px;
  content: "Q";
  text-transform: uppercase;
  font-size: 60px;
  color: #f4f4f4;
  left: -20px;
  z-index: -1;
}
.item-about-faq .desc {
  position: relative;
  padding: 15px 0;
}
.item-about-faq .desc::before {
  position: absolute;
  top: 15px;
  content: "A";
  text-transform: uppercase;
  font-size: 60px;
  color: #f4f4f4;
  left: -20px;
  z-index: -1;
}
.list-about-faq .item-about-faq {
  margin-bottom: 30px;
}
.about-banner-history .adv-thumb-link {
  transform: translateX(170px);
  -webkit-transform: translateX(170px);
}
.about-banner-history .banner-info {
  width: 270px;
  right: auto;
  background: #fff;
  top: 50px;
  bottom: 50px;
  padding: 30px;
}
.about-banner-history .banner-info .desc {
  position: relative;
  padding-left: 25px;
  margin-bottom: 50px;
}
.about-banner-history {
  margin-bottom: 110px;
}
.about-banner-history .banner-info .desc::before {
  content: "\f347";
  font-family: ionicons;
  position: absolute;
  color: #999;
  left: 0;
  top: 0;
}
.about-banner-history .banner-info h3 {
  position: relative;
}
.about-banner-history .banner-info h3::before {
  position: absolute;
  height: 1px;
  width: 140px;
  content: "";
  top: -25px;
  left: 0;
}
.item-price-table {
  border: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.price-table-header {
  background: #fafafa;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.list-price-support li {
  padding: 8px 30px;
}
.list-price-support li .fa {
  display: inline-block;
  width: 25px;
}
.list-price-support {
  padding: 25px 0;
}
.item-price-table .btn-purchase {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 25px;
  border-radius: 20px;
}
.item-price-table h3 {
  margin-bottom: 10px;
}
.item-price-table .start {
  margin-bottom: 2px;
  display: inline-block;
}
.list-price-month strong sup {
  font-size: 18px;
}
.item-price-table .btn-purchase:hover {
  color: #fff;
}
.price-table-color h3 {
  margin: 0;
  padding: 15px;
  text-transform: capitalize;
}
.price-table-color .list-price-support {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.price-table-color .btn-purchase {
  color: #fff;
}
.price-table-color .btn-purchase:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.price-table-color .list-price-month {
  padding: 27px 0;
}
.price-table-color .list-price-month li {
  vertical-align: middle;
  margin: 0 5px;
}
.price-table-color.blue .list-price-month {
  background-color: #00a5d9;
}
.price-table-color.blue .list-price-support li .fa {
  color: #00a5d9;
}
.price-table-color.blue .btn-purchase {
  background-color: #00a5d9;
  border-color: #00a5d9;
}
.price-table-color.yellow .list-price-month {
  background-color: #fe9500;
}
.price-table-color.yellow .list-price-support li .fa {
  color: #fe9500;
}
.price-table-color.yellow .btn-purchase {
  background-color: #fe9500;
  border-color: #fe9500;
}
.price-table-color.navi .list-price-month {
  background-color: #121b60;
}
.price-table-color.navi .list-price-support li .fa {
  color: #121b60;
}
.price-table-color.navi .btn-purchase {
  background-color: #121b60;
  border-color: #121b60;
}
.intro-about-team .image-right {
  margin-right: -100px;
  margin-left: -30px;
}
.intro-about-team {
  margin-bottom: 60px;
}
.intro-about-team .image-left {
  margin-right: -100px;
  position: relative;
  z-index: 1;
}
.intro-about-team .image-left img {
  width: 100%;
}
.intro-about-team h3 {
  line-height: 1.3;
  margin: 30px 0;
}
.content-about-team > .desc {
  margin-bottom: 25px;
}
.item-about-team {
  margin-bottom: 30px;
}
.about-team-thumb a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px;
}
.about-team-thumb {
  margin-bottom: 15px;
}
.about-team-info h3 {
  margin-bottom: 18px;
}
.about-team-info .desc {
  margin-bottom: 22px;
}
.share-social-team a {
  display: inline-block;
  margin: 0 3px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 50%;
}
.list-about-team {
  margin-top: 55px;
}
.about-team-thumb a:hover {
  border-color: #ff4b4b;
}
.item-slider-blog .banner-info {
  height: 60px;
}
/*Begin Email Popup*/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.window-popup {
  padding: 10px 10px 40px 10px;
  width: 800px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  background: #fff;
}
.window-popup .close-popup {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -15px;
  width: 30px;
  z-index: 999;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.form-popup-newsletter {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.form-popup-newsletter input[type="text"] {
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  display: block;
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  margin-right: 10px;
}
.form-popup-newsletter input[type="submit"] {
  height: 50px;
  background: #000;
  border: none;
  color: #fff;
  padding: 0 30px;
}
.content-newsletter-popup .row {
  margin-bottom: 20px;
}
.content-newsletter-popup label {
  font-weight: 400;
  margin: 0 5px;
  vertical-align: middle;
}
.content-newsletter-popup input[type="checkbox"] {
  vertical-align: middle;
  margin: 0;
}
.content-popup-form {
  padding: 0 20px;
}
.content-popup-form .desc {
  margin-right: -10px;
}
.content-popup {
  position: relative;
  z-index: 99;
}
.content-popup input[type="text"] {
  width: 260px;
}
.content-popup .image-popup {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}
.content-popup .title18 {
  margin-bottom: 22px;
}
/*End Email Popup*/
/******************************************************************************************************
											IU Store
*******************************************************************************************************/
/**************************************************************************************************
											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;
}
.content-contact-page  .contact-google-map {
  margin:0 -15px;
}
.content-contact-page > .title30 {
  margin-bottom: 25px;
}
.contact-page-info {
  max-width: none;
  line-height: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.contact-box {
  position: relative;
  padding-left: 74px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.contact-box span.color {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 50px;
  border-style: solid;
  border-width: 2px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-box label {
  font-weight: 400;
  min-width: 90px;
  margin-bottom: 13px;
  margin-top: 5px;
  text-transform: uppercase;
}
.contact-box .list-inline-block span {
  display: block;
  margin-bottom: 13px;
}
.contact-box .list-inline-block li {
  vertical-align: top;
}
.contact-box:last-child {
  margin: 0;
}
.contact-form-page > h2.title18 {
  margin-bottom: 30px;
}
.contact-form-page {
  margin-right: 50px;
}
.contact-accordion .toggle-tab-title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 13px 0;
}
.contact-faq .title18 {
  margin-bottom: 27px;
}
.contact-accordion .item-toggle-tab {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: -1px;
}
.contact-accordion .toggle-tab-content {
  padding-bottom: 25px;
}
.contact-accordion .toggle-tab-title::after {
  content: "\f3d0";
  position: absolute;
  font-family: ionicons;
  right: 0;
  top: 14px;
}
.contact-accordion .item-toggle-tab.active .toggle-tab-title::after {
  content: "\f3d8";
}
.content-404 {
  padding: 50px 0;
}
.title-shop-page {
  margin: 0 0 35px;
  text-align: center;
  text-transform: uppercase;
}
.row-padding {
    padding: 0 15px;
}
.related-product .product-slider .owl-wrapper-outer {
    padding-bottom: 30px;
    margin-bottom: -30px;
}
.related-product .product-slider .item-product {
    margin-bottom: 15px;
}
.blog-list-view .item-post-default {
    margin-bottom: 30px;
}
.btn-loadmore .loadmore {
    display: block;
    max-width: 270px;
    margin: auto;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-size: 18px;
	line-height:50px;
	height:50px;
}
.btn-loadmore .loadmore:hover{
	background: #333;
}
.post-gallery .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 15px;
}
.post-gallery .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 15px;
}
.block-latest-news1 {
    margin-bottom: 30px;
}
.detail-attr .select-box select {
    height: 36px;
    line-height: 36px;
}
.adv-final-countdown .clock {
    display: inline-block;
    text-align: center;
}
.adv-final-countdown .clock .number {
    min-width: 50px;
    height: 40px; 
    line-height: 40px;
    font-size: 24px;
    border-radius: 0px;
    padding: 0 10px;
    display: block;
	color:#fff;
}
.adv-final-countdown .clock {
    margin: 0 5px;
}
.adv-final-countdown {
    margin: 0 -5px 20px;
}
.adv-final-countdown .clock .text {
    font-size: 12px;
	margin-top:6px;
	font-weight:400;
}
.detail-tab-desc iframe {
    max-width: 100%;
}
.woocommerce .wrap-rating.list-inline-block > li {
    padding: 0;
}
.price-service-image {
    display: inline-block;
}
.price-service-image .banner-info {
    left: auto;
    bottom: auto;
    top: 30px;
    right: 100px;
}
.title-banner-round {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    border: 1px dashed #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    padding: 0 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.title-banner-round strong {
    position: relative;
	display:inline-block;
}
.title-banner-round strong::after {
    background: #fff;
    height: 2px;
    width: 60px;
    content: "";
    right: -5px;
    bottom: 0;
    z-index: 1;
    position: absolute;
}
.title-element-default {
    margin-bottom: 25px!important;
}
.product-info > span {
    font-family: dosis;
}
.contact-google-map .wpb_wrapper {
    border: 1px solid #e5e5e5;
    padding: 10px;
    background: #fff;
}
/*****************************End Page**************************************/
/*******************************************************************************************************
													Home 1
********************************************************************************************************/
.header.header1 {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  top: 0;
  z-index: 10; 
}
.contact-top .fa {
  font-size: 18px;
}
.contact-top > li {
  padding: 0 10px;
  position: relative;
}
.contact-top > li::after {
  position: absolute;
  top: 10px;
  right: -2px;
  width: 1px;
  bottom: 10px;
  content: "";
  background: rgba(0, 0, 0, 0.1);
}
.contact-top > li {
  height: 40px;
  line-height: 40px;
}
.contact-top > li:last-child::after {
  display: none;
}
.contact-top {
  margin: 0 -10px;
}
.language-box,
.currency-box,
.profile-box {
  position: relative;
  z-index: 1;
}
.top-header.bg-color a.white {
  color: #fff;
}
.language-current::after,
.currency-current::after{ 
  content: "\f107";
  font-family: "fontAwesome";
  margin-left: 5px;
}
.language-list,
.currency-list,
.list-profile {
  background: #fff none repeat scroll 0 0;
  margin-top: 30px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: -15px;
  text-align: left;
  top: 100%;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.language-current,
.currency-current,
.profile-link {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.language-list {
  width: 130px;
}
.list-profile {
    min-width: 180px;
}
.profile-link {
  font-size: 18px;
  text-align: center;
  width: 40px;
}
.language-box:hover .language-list,
.profile-box:hover .list-profile,
.currency-box:hover .currency-list {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.currency-list {
  width: 90px;
}
.language-list li, .list-profile li, .currency-list li {
    line-height: normal;
}
.language-list li a,
.list-profile li a,
.currency-list li a {
  background: #fafafa none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  display: block;
  font-size: 14px;
  padding: 7px 10px;
}
.language-list li a img {
  margin-right: 5px;
}
.currency-list li a span {
  margin-right: 5px;
}
.list-profile li a i {
  width: 20px;
}
.content-top-header {
  position: relative;
  z-index: 1000;
}
.top-header1 .content-top-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/*Begin Mini Cart*/
.mini-cart-content {
  background: #fff none repeat scroll 0 0;
  opacity: 0;
  position: absolute;
  right: 0;
  left:auto;
  top: 100%;
  visibility: hidden;
  width: 290px;
  z-index: 11;
  margin-top: 30px;
  padding: 30px 20px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.mini-cart-link {
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 45px 0 18px;
  position: relative;
  text-transform: uppercase;
}
.mini-cart-icon {
  font-size: 18px;
}
.mini-cart-box:hover .mini-cart-content {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.list-mini-cart-item {
  margin-top: 20px;
}
.mini-cart-text {
  font-weight: 700;
  margin-left: 5px;
}
.mini-cart-link::after {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.top-info-cart .profile-link::after {
  display: none;
}
.wishlist-count sup {
  font-size: 10px;
  right: -2px;
  top: -10px;
}
.product-mini-cart .product-thumb .quickview-link {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.product-mini-cart.table {
  margin-bottom: 20px;
}
.product-mini-cart .product-thumb {
  width: 70px;
}
.product-mini-cart .product-info {
  padding-left: 20px;
}
.product-mini-cart .product-price {
  margin-top: 5px;
  margin-bottom: 10px;
}
.mini-cart-button {
  margin: 20px 0 0;
}
.mini-cart-button a {
  padding: 0 20px;
}
/*End Mini Cart*/
.main-header {
  padding: 25px 0;
}
.search-form {
  position: relative;
}
.submit-form,
.mini-cart-icon {
  height: 40px;
  position: relative;
  width: 40px;
}
.submit-form input[type="submit"] {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.submit-form::after {
  color: #fff;
  content: "\f002";
  font-family: fontawesome;
  font-size: 18px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  line-height: 40px;
  cursor: pointer;
}
.search-form.search-form1 input[type="text"] {
  border: medium none;
  color: #999;
  height: 40px;
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0;
  padding: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.search-form.search-form1:hover input[type="text"] {
  padding: 0 15px;
  width: 200px;
}
.wishlist-count {
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.title100 > sup {
  font-size: 48px;
  top: -40px;
}
.banner-info1 .title100 {
  margin: -30px 0 0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.banner-info1 .title48 {
  position: relative;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.top-info-cart {
  margin-top: 5px;
}
.link-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
}
.link-btn:hover {
  color: #fff;
}
.link-btn.white {
  border: 2px solid #fff;
  line-height: 36px;
}
.banner-info1 .link-btn {
  min-width: 140px;
}
.banner-info1 .list-inline-block {
  margin-top: 25px;
}
.banner-slider1 .owl-theme .owl-controls .owl-buttons div {
  color: #fff;
}
.list-service1 {
  background: #fbfbfb none repeat scroll 0 0;
  padding: 30px 0;
  margin-bottom: 70px;
}
.item-service.table .service-icon {
  width: 80px;
}
.item-service.table .service-icon a {
  color: #fff;
  display: block;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  border-radius: 50%;
}
.item-service .service-text {
  vertical-align: middle;
}
.adv-slider .adv-item {
  margin: 0 15px 30px;
}
.adv-slider {
  margin: 0 -15px;
}
.list-adv {
  margin-bottom: 40px;
}
.btn-link1 {
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #333;
  display: inline-block;
  height: 36px;
  line-height: 32px;
  padding: 0 25px;
  background: #fff;
  text-transform: uppercase;
}
.btn-link1:hover {
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}
.title-underline {
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.title-underline::after,
.item-shop-slider p::after {
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.adv-item .banner-advs {
  margin-bottom: 27px;
}
.collection-onsale {
  background: #fbfbfb none repeat scroll 0 0;
  padding: 65px 0 70px;
}
.title-underline.title30 {
  padding-bottom: 15px;
}
.new-collection {
  padding: 20px 20px 20px 120px;
  position: relative;
}
.collect-control {
  left: 20px;
  position: absolute;
  width: 85px;
}
.collect-control a {
  display: block;
  margin-bottom: 15px;
  border:1px solid transparent;
}
.collect-control a:last-child {
  margin: 0;
}
.collect-thumb {
  margin-right: 40px;
}
.collect-info {
  margin-left: -30px;
}
.collect-info {
  padding-top: 20px;
}
.collect-info > .title18 {
  margin-bottom: 9px;
}
.collect-info .review-rating {
	margin-bottom: 12px;
}
.review-rating {
  margin-bottom: 10px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.collect-info .desc {
  margin-bottom: 20px;
}
.product-extra-link a span {
  color: #999;
  margin: 0 7px;
}
.product-extra-link a {
  margin: 0 5px;
}
.product-extra-link {
  margin: 0 -5px;
}
.shop-style {
  margin-top: 60px;
  max-width: 290px;
}
.shop-style > .title18 {
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.shop-style-slider {
  margin: 0 -6px 25px;
}
.shop-style-slider .item {
  margin: 0 6px;
}
.shop-style-slider .owl-theme .owl-controls .owl-buttons div {
  background: transparent none repeat scroll 0 0;
  color: #333;
  font-size:18px;
}
.shop-style-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -20px;
}
.shop-style-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -20px;
}
.bxslider .bx-controls-direction > a { 
    width: 40px;
    height: 40px;
    opacity: 0;
    padding: 0;
    margin: 0;
    font-size: 18px;
    z-index: 9;
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #333;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    border-radius: 50%;
}
.bxslider .bx-controls-direction > a {
  margin-top: -20px;
}
.bxslider:hover .bx-controls-direction > a {
  opacity: 1;
}
.bxslider .bx-controls-direction > a .fa {
  display: block;
  line-height: 40px;
}
.bxslider .bx-controls-direction > a.bx-prev {
  left: -20px;
}
.bxslider .bx-controls-direction > a.bx-next {
  right: -20px;
}
.list-banner-advs > ul > li {
  margin-bottom: 10px;
}
.list-banner-advs > ul > li:last-child {
  margin-bottom: 0;
}
.percent-sale {
  bottom: 0;
  color: #fff;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60px;
}
.deal-onsale {
  padding: 20px 10px;
}
.deal-onsale .list-banner-advs > ul {
  margin: 0 10px;
}
.deal-onsale .owl-pagination {
  margin-bottom: 3px;
  margin-top: 20px;
}
.collection-onsale .title-underline span {
  color: #e80d25;
  display: block;
  font-size: 14px;
  margin: -14px 0 0;
}
.collection-onsale .title-underline {
  margin-bottom: 50px;
}
.collection-onsale {
  margin-bottom: 65px;
}
.our-brand .title-underline {
  margin-bottom: 50px;
}
.item-brand {
  margin: 0 15px 30px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-brand:hover {
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
}
.brand-slider {
  margin: 0 -15px 40px;
}
.product-box1 {
  background: #fbfbfb none repeat scroll 0 0;
  margin-bottom: 60px;
  padding: 65px 0 40px;
}
.product-slider .item-product {
  margin: 0 15px 30px;
}
.product-slider {
  margin: 0 -14px;
}
.title-tab1 {
  margin-bottom: 43px;
}
.title-tab1 a {
  color: #333;
  margin: 0 18px;
  text-transform:uppercase;
  font-weight:700;
  font-family:poppins;
}
.product-label {
	right: 20px;
  position: absolute;
  top: 20px;
  z-index: 10;
}
.product-label > span{
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  font-size: 10px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.product-label > .sale-label {
  color: #e80d25;
}
.product-label > .new-label {
  color: #7aa544;
  margin-bottom:10px;
}
.product-thumb:hover .product-label > span{
	opacity:0;
	visibility:hidden;
	transform:scale(0);
	-webkit-transform:scale(0);
}
.item-product {
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-product.drop-shadow:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.item-product.item-product1 .product-info {
  padding: 0 20px 20px;
  position: relative;
}
.item-product1 .product-extra-link2 {
  bottom: 20px;
  position: absolute;
  right: 15px;
}
.item-product1 .product-extra-link2 > a {
  color: #999;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  margin:0;
}
.item-product .product-title {
  margin-bottom: 9px;
}
.item-product.item-product1 .review-rating {
  margin: 0 -3px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-product1 .cat-parent {
    margin-bottom: 12px;
    margin-top: -14px;
    opacity: 0;
    position: relative;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-product1:hover .cat-parent {
  opacity: 1;
}
.item-product1:hover .review-rating {
  opacity: 0;
}
.cat-parent {
  color: #999;
  display: block;
}
.number-rate {
  color: #555;
}
.item-product1 .product-extra-link a {
  color: #999;
  margin: 0 10px;
}
.item-product1 .product-extra-link {
  bottom: 20px;
  margin: 0 -10px;
  position: absolute;
  right: 20px;
}
.color-control {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10;
}
.color-control a {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
}
.item-post{
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.latest-post-slider .item-post {
  margin: 0 25px 30px;
}
.latest-post-slider .item-post  .post-info{
	padding:30px;
}
.latest-post-slider {
  margin: 0 -25px;
}
.item-post-grid:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.item-post-grid .post-info {
  padding: 30px;
  position: relative;
}
.post-date {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  height: 40px;
  left: 20px;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  width: 40px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.post-date span:first-child {
  display: block;
  font-size: 10px;
  margin-bottom: -2px;
}
.post-author {
  color: #999;
  font-size: 12px;
  margin-bottom: 13px;
}
.post-author a {
  color: #999;
}
.post-info .title14 {
  margin-bottom: 10px;
}
.post-info .desc {
  margin-bottom: 25px;
}
.item-post-grid .post-comment-like {
  bottom: 30px;
  position: absolute;
  right: 30px;
} 
.post-comment-like > li {
  border-right: 1px solid #e5e5e5;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  margin:0 -1px;
}
.post-comment-like > li:last-child {
  border: medium none;
}
.post-comment-like {
  margin: 0 -10px;
}
.post-comment-like > li sup {
  color: #999;
  font-size: 10px;
  top: -7px;
  margin: 0 1px; 
}
.latest-post .title-underline {
  margin-bottom: 50px;
}
.latest-post {
  margin-bottom: 40px;
}
.latest-post-slider .owl-theme .owl-controls .owl-buttons div {
  top: 145px;
}
.latest-post-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 5px;
}
.latest-post-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 5px;
}
.footer-top {
  background: #f4f4f4 none repeat scroll 0 0;
  padding: 50px 0;
}
.footer-box .title14 {
  margin-bottom: 17px;
}
.email-form input[type="email"],
.email-form input[type="text"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  color: #999;
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  vertical-align: top;
  border-radius:0;
}
.email-form .submit-form {
    display: inline-block;
    background: #fff;
	width:auto;
	margin:0;
}
.email-form .submit-form::before {
  margin-right: 6px;
  content:"\f003";
  font-family:fontAwesome;
  position:absolute;
  top:12px;
  left:18px;
}
.email-form .submit-form input[type="submit"]{
	position:relative;
	padding:0 18px 0 38px;
	border: 2px solid rgba(0, 0, 0, 0.1);
    color: #333;
    height: 40px;
    line-height: 36px;
    text-transform: uppercase;
}
.email-form .submit-form:hover::before,
.email-form .submit-form:hover input[type="submit"]{
	color:#fff;
}
.footer-bottom {
  padding: 45px 0 35px;
}
.bg-dark {
  background: #222222 none repeat scroll 0 0;
}
.copyright {
  margin: 0;
}
.social-network a { 
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}
.social-network {
  margin: 0 -2px;
}
.contact-info-footer {
  margin: 0 0 7px;
  padding-left: 30px;
  position: relative;
}
.bg-dark .contact-info-footer {
  color: #999;
}
.contact-info-footer .fa {
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 3px;
}
.bg-dark .contact-info-footer a {
  color: #999;
}
.footer-copyright {
  margin-top: 30px;
  padding-top: 35px;
  position:relative;
}
.footer-copyright::before{
	height:1px;
	top:0;
	position:absolute;
	left:15px;
	right:15px;
	content:"";
	background:#e5e5e5;
}
.footer-copyright.vc_row::before{
	display:block;
}
.bg-dark .footer-copyright::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer-box .list-none a {
  padding-left: 15px;
  position: relative;
}
.bg-dark .footer-box .list-none a {
  color: #999;
}
.footer-box .list-none li {
  margin-bottom: 9px;
}
.footer-box .list-none a::before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 6px;
  left: 0;
  position: absolute;
  top: 5px;
}
.bg-dark .footer-box .list-none a::before {
  color: #fff;
}
.store-address {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding-top: 30px;
}
.bg-dark .store-address {
  color: #999;
  border-color: rgba(255, 255, 255, 0.1);
}
.store-address img {
  margin: 0 10px;
}
.shop-style-slider .item a {
  display: block;
  border:1px solid transparent;
}
.payment-method {
  margin: 0 -5px;
}
.payment-method a {
  display: inline-block;
  margin: 0 5px;
}
.menu-footer li {
  border-right: 1px solid #ccc;
  height: 14px;
  line-height: 14px;
  margin-right: 14px;
  padding-right: 18px;
}
.bg-dark .menu-footer li {
  border-color: rgba(255, 255, 255, 0.3);
}
.menu-footer li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}
.logo-footer {
  left: -5px;
  opacity: 0.1;
  position: absolute;
  top: -18px;
}
.main-nav1 > ul > li > a {
  color: #fff;
}
.mega-adv-info .title18 {
  margin: 25px 0 8px;
}
.mega-menu-title {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px;
  padding-bottom: 15px;
}
.mega-new-arrival-slider .item-product {
  margin: 5px 15px 0px;
}
.mega-new-arrival-slider {
  margin: 0 -15px;
}
.mega-new-arrival-slider .group-navi .owl-buttons {
  top: -22px;
}
/*******************************************************************************************************
											Home 2
********************************************************************************************************/
.top-header2 {
  background: #f6f6f6 none repeat scroll 0 0;
  z-index:1010; 
}
.top-header {
    z-index: 1010;
}
.top-info-cart2 .mini-cart-link::after,
.top-info-cart2 .mini-cart-link {
  border-color: #e5e5e5;
}
.top-info-cart2 .search-form.search-form1:hover input[type="text"] {
  border: 1px solid #e5e5e5;
}
.top-info-cart2 .wishlist-count sup {
  color: #999;
}
.top-info-cart2 .mini-cart-link{
	color: #555;
}
.item-shop-slider p { 
  font-size: 18px;
  margin-bottom: 23px;
  margin-top: 5px;
  padding-bottom: 25px;
  position: relative;
}
.item-shop-slider p::after {  
  background: #fff;
  width: 70px;
  margin-left: -35px;
}
.text-spacing {
  display: inline-block; 
  letter-spacing: 7px;
  margin-bottom: 25px;
}
.item-shop-slider .text-left p::after {
  left: 0;
  margin: 0;
}
.item-shop-slider .text-left p.black::after {
  background: #333;
}
.link-btn.black {
  border: 2px solid #333;
  line-height: 38px;
}
.banner-slider2 .owl-theme .owl-controls .owl-page span {
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 8px;
  border: none;
}
.banner-slider2 .owl-theme .owl-controls .owl-page span:after {
  display: none;
}
.banner-slider2 .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150px;
}
.banner-slider2 {
  margin-bottom: 75px;
}
.cat-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.cat-new-label {
  color: #6d9d2c;
}
.cat-featured-label {
  color: #f3bd00;
}
.cat-deal-label {
  color: #ea303f;
}
.adv-item.style2 .banner-advs {
  margin-top: 13px;
  transform: translateY(-55px);
  -webkit-transform: translateY(-55px);
  margin-bottom: -15px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.adv-item.style2:hover .banner-advs {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.list-adv2 {
  margin-bottom: 0;
}
.product-box2 {
  background: #fbfbfb none repeat scroll 0 0;
  margin-bottom: 100px;
  padding: 70px 0 70px;
}
.title-box2 span {
  display: inline-block;
  padding: 5px 28px 3px;
}
.title-box2 {
  margin-bottom: 50px;
}
.title-tab2 li a {
  background: transparent;
  border: 2px solid transparent;
  display: block;
  font-weight: 700;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  text-transform: uppercase;
}
.title-tab2 li.active a {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #e5e5e5;
}
.header-tab2 {
  margin-bottom: 50px;
  margin-top: -10px;
  position: relative;
}
/*Begin Box Filter*/
.box-attr-filter::before {
  background: #fbfbfb none repeat scroll 0 0;
  border-right: 1px solid #e5e5e5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 170px;
}
.filter-product:hover .box-attr-filter {
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
}
.box-attr-filter {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  margin-top: 35px;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 10000; 
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-box-attr {
  display: table;
  overflow: hidden;
  position: relative;
  width: 100%; 
  padding:5px 0;
}
.item-box-attr ul{
	margin:0;
}
.item-attr-title {
  display: table-cell;
  padding: 0 25px;
  position: relative;
  width: 170px;
}
.item-attr-content {
  color: #666;
  display: table;
  padding: 0 30px;
  vertical-align: top;
}
.box-attr-filter .attr-category {
  margin-bottom: 0px;
}  
.item-attr-content a {
  display: inline-block;
}
.attr-category a {
  margin-right: 0px;
}
.attr-price-filter {
  display: inline-block;
}
.attr-price-filter > p {
  margin-bottom: 0;
}
.attr-price-filter label {
  font-weight: normal;
}
.box-attr-filter .attr-filter li a.selected::before{
	content:"\f057";
	font-family:fontAwesome;
}
.box-attr-filter .attr-filter.attr-image li a.selected::before,
.box-attr-filter .attr-filter.attr-color li a.selected::before,
.box-attr-filter .attr-filter.attr-label li a.selected::before{
	content:"";
}
.box-attr-filter .attr-color li a span {
  display: block;
  height: 16px;
  width: 36px;
}
.box-attr-filter .attr-color li a {
  border: 1px solid #e5e5e5;
  display: block;
  padding: 1px;
}
.box-attr-filter .attr-label a {
  border: 1px solid #e5e5e5;
  display: block;
  height: 20px;
  line-height: 18px;
  padding: 0;
  text-align: center;
  width: 40px;
}
.box-attr-filter .attr-brand a {
  margin-right: 30px;
}
/*End Box Filter*/
.btn-filter {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #e5e5e5;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 38px;
  padding: 0 55px 0 20px;
  position: relative;
  text-transform: uppercase;
}
.btn-filter span {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: top;
}
.btn-filter::after {
  border-left: 1px solid #e5e5e5;
  bottom: 0;
  content: "\f107";
  font-family: fontawesome;
  font-weight: 400;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.product-slider2 .item-product2 {
  margin: 0 15px 15px;
}
.item-product.item-product2:hover {
  z-index: 10;
}
.item-product2 .product-thumb {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-product2:hover .product-thumb {
  box-shadow: none;
}
.product-thumb > .quickview-link {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  font-size: 18px;
  height: 40px;
  left: 20px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 40px;
  z-index: 9;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.product-thumb:hover > .quickview-link {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.product-slider2 {
  margin: -10px -15px 0;
}
.product-thumb .product-extra-link2 {
  background: #fff none repeat scroll 0 0;
  bottom: 20px;
  left: 30px;
  position: absolute;
  right: 30px;
  text-align: center;
  z-index: 10;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-product2 .product-thumb .product-extra-link2 {
  bottom: 30px;
}
.product-thumb:hover .product-extra-link2 {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.product-extra-link2 > a {
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  vertical-align:top;
}
.product-extra-link2 > a > span {
    color: #fff;
    font-size: 12px;
    height: 20px;
    left: 0;
    line-height: 20px;
    margin-left: 15px;
    position: absolute;
    text-transform: uppercase;
    top: 100%;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    padding: 0 10px;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.product-extra-link2 > a:hover > span {
  opacity: 1;
}
.product-slider2 .owl-theme .owl-controls .owl-buttons div {
  top: 180px;
}
.item-product2 {
  text-align: center;
}
.item-product2 .product-info {
  margin-top: 20px;
  padding:0 10px 20px;
  position: relative;
}
.item-product2 .product-info .color-control {
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-product2:hover .product-info .color-control {
  opacity: 1;
}
.item-product2 .product-price {
  margin-top: 10px;
}
.item-product.item-product2::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-product.item-product2:hover::before {
  opacity: 1;
}
.client-slider .item-client {
  margin: 10px 25px;
  padding: 30px 30px 40px;
}
.client-slider {
  margin: 70px -25px 0px;
}
.item-client .desc {
  margin-bottom: 25px;
}
.client-thumb a {
  display: block;
  width: 50px;
}
.client-profile .client-info {
  padding: 0 15px;
}
.client-slider .owl-pagination {
  left: 0;
  position: absolute;
  right: 0;
  top: -45px;
}
.client-profile > div {
  vertical-align: middle;
}
.client-say {
  margin-bottom: 50px;
}
.banner-video .banner-info {
  height: 270px;
}
.banner-video .video-fullscreen {
  width: 100%;
  display:block;
}
.banner-video .banner-info .title100 {
  margin: 35px auto 25px;
}
.banner-video .banner-info .btn-link1 {
  border: medium none;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
}
.video-background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.video-background video {
  display: block;
  width: 100%;
}
.banner-video::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0,0,0,0.3);
}
.banner-video {
  margin-bottom: 100px;
  position: relative;
}
.item-service2.item-center::before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.item-service2 {
  padding: 30px 0;
  text-align: center;
  position: relative;
}
.item-service2 a {
  color: #fff;
}
.item-service2 .service-icon {
  font-size: 30px;
}
.item-service2 > div {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.item-service2 .service-text {
    padding: 9px 0;
}
.list-service2 {
  margin: 70px 15px 100px;
}
.list-service2 .item-service2 {
  margin: 0 -15px;
}
.bg-light {
  background: #f9f9f9;
}
.footer-top2 {
  background: #fbfbfb;
}
/**********************************************************************************************************
												Home 3
**********************************************************************************************************/
.footer-top.footer-top3 {
  background: rgba(0, 0, 0, 0) no-repeat fixed center top;
}
.footer-top3 .email-form .btn-link1 {
  border: none;
  line-height: 40px;
}
.banner-slider2.banner-slider3 .owl-pagination {
  bottom: 40px;
}
.sidebar-home3 > div {
  margin-bottom: 30px;
}
.border-box {
  padding-top: 25px;
}
.sidebar-home3 {
  margin-top: 0;
}
.featured-shop .title-underline {
  margin-bottom: 30px;
}
.featured-shop-slider {
  padding-bottom: 20px;
}
.featured-shop-slider .item-product {
  margin: 0 10px;
}
.item-product .product-thumb {
  margin-bottom: 18px;
}
.item-product .review-rating {
  margin-bottom: 11px;
}
.btn-link1.style2 {
  height: 40px;
  line-height: 38px;
  padding: 0 35px;
}
.item-product.item-product3 .btn-link1.style2 {
  margin: 8px 0 15px;
}
.list-cat-box {
  padding: 25px 20px 5px;
}
.list-cat-box .title18 {
  margin-bottom: 15px;
}
.list-fea-cat .cat-item.table {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}
.list-fea-cat .cat-item.table .cat-thumb {
  padding: 0 5px;
  width: 40px;
}
.list-fea-cat .cat-item.table .cat-info a {
  color: #fff;
  display: block;
  margin-top: -2px;
  margin-bottom:2px;
}
.list-fea-cat .cat-item.table .cat-info p {
  margin: 0;
}
.list-fea-cat .cat-item.table:hover {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.ads-slider {
  margin: 0 10px;
}
.ads-banner {
  padding-bottom: 20px;
}
.ads-slider .btn-link1.style2 {
  position: relative;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}
.item-ads .desc {
  padding: 7px 10px;
}
.testimo-box {
  padding-bottom: 25px;
}
.testimo-slider {
  margin: 0 10px;
}
.item-client.text-center .client-thumb a {
  margin: auto;
}
.item-client.text-center .client-thumb {
  margin-bottom: 20px;
  display:block;
}
.testimo-slider .owl-pagination {
  margin-top: 17px;
}
.item-service3 .service-text .title14 {
  font-weight: 400;
}
.list-service3 {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  margin-bottom: 45px;
  padding: 15px 0 25px;
}
.product-box3 .title30 {
  margin-bottom: 20px;
}
.product-box3 .tab-header {
    margin-bottom: 50px;
} 
.group-navi .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.group-navi.owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.round-navi.owl-theme .owl-controls .owl-buttons div {
  background: #fff none repeat scroll 0 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 30px;
  width: 30px;
  margin: -13px 0 0;
}
.round-navi .owl-controls .owl-buttons div {
	color:#555;
}
.round-navi.owl-theme .owl-controls .owl-buttons div .fa {
  line-height: 26px;
}
.owl-theme.group-navi .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.owl-theme.group-navi .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.product-slider2 .owl-theme.group-navi .owl-controls .owl-buttons div {
  top: -58px;
}
.contact-box3 {
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0 45px;
  padding: 30px;
}
.contact-box3 label {
  color: #999;
  font-weight: 400;
  margin: 0;
}
.contact-box3 .fa {
  border-radius: 50%;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin: 0 10px;
  width: 60px;
}
.contact-box3 h2 {
  margin: 0;
}
.latest-post-slider3 .item-post {
  margin: 0 15px;
}
.item-post-grid.post-item3 .post-thumb {
  margin-bottom: 18px;
}
.post-item3 .post-comment-like {
  bottom: 0!important;
  position: absolute;
  right: 0;
}
.latest-post-slider3 {
  margin: 0 -15px;
}
.latest-post3 .title30 {
    margin-bottom: 24px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    padding-top: 24px;
}
.blog-slider-view .list-post-wrap{
	margin:0;
}
.latest-post3 {
  margin-bottom: 50px;
  margin-top: 20px;
}
.post-item3 .post-author {
  margin-bottom: 26px;
}
.item-post-grid.post-item3 {
	box-shadow:none;
}
.item-post-grid.post-item3 .post-info{
	padding:0;
}
.latest-post-slider3 .group-navi .owl-buttons {
  top: -40px;
}
/**************************************************************************************************************
											Home 4
***************************************************************************************************************/
.top-header4 .content-top-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.adv-slider4 {
  margin: 50px -15px;
}
.adv-slider4 .item-adv4 {
  border-right: 1px solid #e5e5e5;
  padding: 0 15px;
}
.item-adv4 .adv-info {
  margin-right: 30px;
}
.item-adv4 .banner-advs {
  margin-left: -20px;
}
.item-adv4 .adv-info .title18 {
  margin-bottom: 5px;
}
.item-adv4 .adv-info .desc {
  margin-bottom: 18px;
}
.list-service4 {
  border-bottom: 1px dashed #e5e5e5;
  border-top: 1px dashed #e5e5e5;
  margin-bottom: 95px;
  padding: 19px 0;
}
.list-service4 .item-service4 .service-text .title14 {
  margin: 11px 10px 0;
}
.title-box4 span {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.title-box4 span::before {
  content: "";
  height: 1px;
  left: -3px;
  position: absolute;
  right: -3px;
  top: 3px;
}
.title-box4 span::after {
  content: "";
  height: 1px;
  left: -3px;
  position: absolute;
  right: -3px;
  bottom: 5px;
}
.title-box4 {
  margin-bottom: 43px;
}
.video-collect-slider .shop-style {
  margin-top: 48px;
  max-width: 540px;
}
.video-collect-slider .collect-info {
  margin-left: 20px;
  padding-top: 0;
}
.vjs-custom .vjs-big-play-button {
  background: #000 none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 0;
  height: 40px;
  left: 0;
  line-height: 38px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.shop-style-slider.style2 .item-shop-style {
  margin: 0 10px;
  position: relative;
  z-index: 100;
}
.shop-style-slider.style2 {
  margin: 0 -10px;
}
.video-collect-slider .item {
  margin: 0 25px;
}
.video-collect-slider {
  margin: 0 -25px;
}
.item-shop-style .product-info {
  left: -10px;
  margin-top: 40px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-shop-style:hover .product-info {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}
.item-shop-style .product-info::before {
  position: absolute;
  top: -23px;
  left: 50%;
  height: 20px;
  width: 1px;
  content: "";
}
.item-shop-style .product-info .product-title a {
  color: #fff;
  display: block;
  height: 20px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.video-collection {
    margin-bottom: 95px;
}
.product-slider4 .owl-theme .owl-controls .owl-buttons div {
    top: 37%;
}
.video-collect-slider .owl-theme .owl-controls .owl-buttons div {
    top: 44%;
}
.video-collect-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 5px;
}
.product-box4 .title-box4 {
  margin-bottom: 38px;
}
.product-box4 {
  margin-bottom: 60px;
}
.item-product.item-product4 .cat-parent {
    margin: -26px 0 12px;
    opacity: 0;
}
.item-product.item-product4:hover .cat-parent {
  opacity: 1;
}
.item-product.item-product4:hover .review-rating {
  opacity: 0;
  visibility: hidden;
}
.latest-post4 .owl-theme .owl-controls .owl-buttons div.owl-prev,
.product-slider4 .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -5px;
}
.latest-post4 .owl-theme .owl-controls .owl-buttons div.owl-next,
.product-slider4 .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -5px;
}
.latest-post4 .post-item3 .post-author {
  margin-bottom: 13px;
}
.latest-post3.latest-post4 {
  border: medium none;
  margin-bottom: 70px;
}
.our-brand4 .brand-slider {
  margin-bottom: 48px;
}
.latest-post3.latest-post4 .title-box4 {
    margin-bottom: 43px;
    border: none;
    padding-top: 0;
    margin-top: -5px;
}
/************************************************************************************************************
												Home 5	
*************************************************************************************************************/
.footer-top5 .btn-link1:hover {
  background: #333;
  border-color: #333;
}
.footer-top5 .social-network a:hover {
  background: #333;
  border-color: #333;
}
.logo.logo5 {
  text-align: center;
}
.main-nav.main-nav5>ul>li>a {
    padding: 0 13px;
}
.main-nav.main-nav5 > ul > li:first-child > a {
  padding-left: 0;
}
.banner-slider.banner-slider5 {
  margin-bottom: 0;
}
.item-product.item-product1.border {
  padding: 10px 10px 0;
}
.item-service2.style2 .service-text {
  display: block;
  padding-top: 5px;
}
.item-service2.style2 .service-text .title14 {
  font-weight: 400;
}
.item-service2.style2 {
  padding: 21px 0 37px;
}
.list-service5 {
  margin: -60px 0 70px;
  padding: 0 15px;
}
.item-service2.style2.item-center::before {
  background-color: transparent;
  background-image: url("../images/icon/icon-sec.png"), url("../images/icon/icon-sec.png");
  background-position: left center, right center;
  background-repeat: no-repeat;
}
.purpery {
  padding-right: 20px;
  padding-top: 130px;
}
.purpery .title30 {
  margin-bottom: 13px;
}
.client-slider5 {
  margin-left: 20px;
  margin-top: 115px;
}
.client-slider5 .owl-pagination {
  left: -5px;
  position: absolute;
  top: -40px;
}
.box-video5 {
  margin-bottom: 70px;
}
.video-lightbox {
  position: relative;
  text-align: center;
}
.video-lightbox .btn-video {
  color: #fff;
  font-size: 30px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin: auto;
}
.product-box2.product-box5 {
    margin-bottom: 70px;
    padding-bottom: 25px;
}
.our-brand5 .title-box2,
.list-pop-cat5 .title-box2,
.featured-shop5 .title-box2,
.special-box5 .title-box2 {
  margin-bottom: 70px;
}
.our-brand5 .owl-pagination,
.list-pop-cat5 .owl-pagination,
.featured-shop5 .owl-pagination,
.special-box5 .owl-pagination {
  left: 0;
  position: absolute;
  right: 0;
  top: -40px;
}
.item-feashop {
  padding: 10px;
}
.feashop-info {
  padding: 26px 20px 20px;
  position: relative;
}
.feashop-info .title30 {
  font-weight: 400;
  margin-bottom: 12px;
}
.feashop-info .title14 {
  font-weight: 400;
  text-transform: inherit;
}
.feashop-info a {
  bottom: 20px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
}
.feashop-info a:hover {
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
}
.fea-special {
  margin-bottom: 70px;
}
.recommmen-slider .item {
  margin-top: 30px;
}
.recommmen-slider .owl-pagination {
  left: 0;
  position: absolute;
  right: 0;
  top: -10px;
}
.recommen-product {
  margin-bottom: 38px;
}
.recommmen-slider .item-product .product-thumb {
  border: 1px solid #e5e5e5;
  box-shadow: none;
}
.recommmen-slider .item-product:hover .product-thumb {
  border-color: transparent;
}
.list-pop-cat.list-pop-cat5 {
  margin-bottom: 40px;
}
.our-brand5 .brand-slider {
  margin-bottom: 40px;
}
/******************************************************************************************************
											Home 6
*******************************************************************************************************/
.top-header6 {
  padding: 20px 0;
  position: relative;
  z-index: 1010; 
}
.contact-top6 .contact-top > li > span {
  font-weight: 700;
}
.contact-top6 .contact-top li::after {
  display: none;
}
.contact-top6 .contact-top > li > div > a > span {
  font-weight: 700;
}
.header-nav6 {
  padding: 20px 0;
}
.main-nav.main-nav6 > ul > li > a {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding:0 13px;
}
.main-nav.main-nav6 > ul > li:first-child > a {
  padding-left: 0;
}
.search-form.search-form6 {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #e5e5e5;
  padding-right: 40px;
  position: relative;
  width: 220px;
}
.search-form.search-form6 .submit-form {
  position: absolute;
  right: -2px;
  top: -2px;
}
.search-form.search-form6 input[type="text"] {
  border: medium none;
  color: #999;
  height: 36px;
  padding: 0 18px;
  width: 100%;
}
.content-top6 {
  margin-bottom: 30px;
  padding: 20px;
}
.box-cat-mega {
  padding: 27px 30px 5px;
  background:#333;
}
.content-top6 .box-cat-mega {
  margin-right: 0px;
}
.content-top6 .banner-slider {
  margin-left: -30px;
}
.box-cat-mega .title18 {
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
}
.box-cat-mega .list-none li a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: block;
    padding: 10.8px 0 11px;
    position: relative;
    line-height: 1.1;
}
.box-cat-mega .list-none li {
  position: relative;
}
.box-cat-mega > .list-none > li > a {
  font-weight: 700;
}
.box-cat-mega .list-none li a:hover::before {
    content: "\f0a9";
    font-family: fontawesome;
    left: -20px;
    position: absolute;
    top: 50%;
    margin: -8px 0 0;
}
.box-cat-mega > .list-none > li:first-child > a {
  border: medium none;
}
.list-service6 {
  margin: 20px 0 0 -30px;
}
.list-service6 .list-inline-block li {
  margin: 0 10px;
}
.list-service6 .list-inline-block {
  margin: 0 -10px;
}
.title-upperline {
  margin: 0 0 17px;
  padding-top: 15px;
  position: relative;
  text-align: center;
}
.title-upperline::before {
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  top: -1px;
  width: 100px;
}
.sidebar-home6 > div {
  margin-bottom: 30px;
}
.sidebar-box6 {
  padding: 0 20px;
}
.sidebar-box6 .owl-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0 -20px;
  padding: 15px 0;
}
.testimo-box6 .testimo-slider {
  margin: 0;
}
.adv-box6.sidebar-box6 .banner-advs {
  margin: 20px 0;
}
.item-adv6 .banner-info {
  bottom: 35px;
  text-align: center;
  top: auto;
}
.testimo-box6 .testimo-slider .item-client {
  margin: -5px 0 16px;
}
.product-table.table .product-thumb {
  width: 90px;
}
.product-table.table .product-info {
  padding-left: 20px;
}
.product-table.table .review-rating {
  margin-left: -4px;
}
.days-countdown canvas {
  display: none;
}
.days-countdown .time_circles > div {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  width: 50px !important;
}
.days-countdown .time_circles > div > .number {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #e5e5e5;
  display: block;
  font-weight: 700;
  height: 40px;
  line-height: 36px;
  margin-bottom: 2px;
}
.days-countdown .time_circles {
  margin: 0 -6px;
}
.deal-box6.days-countdown {
  margin-bottom: 20px;
}
.deal-box6 .days-countdown {
  margin-bottom: 20px;
}
.deal-box6 .item-product {
  margin-bottom: 17px;
  text-align: center;
}
.product-table.table .product-price {
  margin: 10px -2px;
}
.client-profile .client-info .title14 {
  margin-bottom: 5px;
}
.product-table.table .product-thumb > .quickview-link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-box6 .title-box2 {
  margin-bottom: 26px;
  font-size:24px;
}
.product-box6 .header-tab2 {
  margin: 0;
}
.product-box6 .group-navi .owl-buttons {
  top: 75px;
}
.content-home6 {
  margin-bottom: 30px;
}
/*************************************************************************************************
										Product Shop
**************************************************************************************************/
.item-shop-slider .banner-info {
  padding-left: 115px;
  height: 120px;
}
.bread-crumb {
  padding: 17px 20px;
}
.sidebar-shop {
  padding: 20px;
}
.sidebar-shop .widget {
  margin-bottom: 30px;
}
.sidebar-shop .widget:last-child {
  margin: 0;
}
.widget-title {
  margin: 0 0 26px;
  overflow: hidden;
}
.widget-title > span::after {
  content: "";
  height: 2px;
  left: 100%;
  margin-left: 20px;
  position: absolute;
  top: 8px;
  width: 700px;
}
.widget-title > span {
  position: relative;
}
.widget-filter ul {
  margin: 0;
}
.list-attr li {
  margin-bottom: 10px;
  position: relative;
}
.widget > .list-attr > li {
    padding: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border: medium none;
  border-radius: 0;
  height: 1px;
  margin-bottom: 30px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #aaa none repeat scroll 0 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #333333 none repeat scroll 0 0;
  border-radius: 0;
  cursor: pointer;
  height: 10px;
  margin-left: -5px;
  top: -5px;
  width: 10px;
  border: none;
}
.item-attr-content .slider-range {
  display: inline-block;
  margin: 0 20px 0 5px;
  vertical-align: middle;
  width: 250px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  background: #333 none repeat scroll 0 0;
  border: none;
  color: #fff;
  height: 30px;
  margin-right: 20px;
  padding: 0 18px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  line-height:30px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span {
    color: #555;
    font-size: 14px;
}
.range-filter .slider-range {
  border: medium none;
  border-radius: 0;
  height: 1px;
}
.range-filter .ui-slider-range {
  background: #aaa none repeat scroll 0 0;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
  background: #333333 none repeat scroll 0 0;
  border-radius: 0;
  cursor: pointer;
  height: 10px;
  margin-left: -5px;
  top: -4px;
  width: 10px;
  border: none;
}
.list-attr.list-attr-color li a i {
  border: medium none;
}
.list-attr li a i {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  width: 20px;
}
.list-attr.list-attr-color li a.active i::after {
  color: #fff;
}
.list-attr.list-attr-color li a.class_white_bg_color i {
  border: 1px solid #e5e5e5;
}
.list-attr li .count {
  color: #ccc;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 3px;
}
.widget-faqs h3::after {
  background: #f9f9f9 none repeat scroll 0 0;
  color: #333;
  content: "\f067";
  font-family: fontawesome;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
.widget-faqs li.active h3::after {
  content: "\f068";
}
.widget-faqs ul li h3 {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  color: #555;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  height: 40px;
  padding: 0px 40px 0px 0;
  line-height: 40px;
  position: relative;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.widget_s7upf_accordion_widget .widget-faqs ul li {
  margin-top: -1px;
  padding:0;
}
.widget.widget_s7upf_accordion_widget{
	margin-bottom:10px;
}
.widget-faqs ul li p {
  color: #555;
  margin: 0;
  padding: 16px 0;
}
.widget .btn-widget {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 12px 20px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.widget-compare-product .clearall {
  color: #999;
  text-transform: uppercase;
}
.list-attr  li a.active i::after {
  color: #555;
  content: "\f00c";
  font-family: fontawesome;
  font-size: 10px;
  left: 5px;
  position: absolute;
  top: 4px;
}
.shop-pagibar.top {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-top: 0;
}
.shop-pagibar.bottom {
  border-top: 1px solid #e5e5e5;
  padding-bottom: 0;
}
.view-bar > label {
  color: #555;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  vertical-align: top;
}
.view-bar > a {
  color: #999;
  display: inline-block;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
  vertical-align: top;
}
.wrap-sort-pagi {
  float: right;
}
.attr-bar {
  display: inline-block;
  margin-right: 85px;
  position: relative;
}
.attr-bar > a::after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: 0;
  top: 3px;
}
.attr-bar > a {
  padding-right: 15px;
  position: relative;
}
.attr-bar a {
  text-transform: uppercase;
}
.attr-bar ul {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  margin-top: 30px;
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  z-index: 999;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.attr-bar:hover ul {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.attr-bar a {
  text-transform: uppercase;
}
.shop-pagibar .pagibar {
  display: inline-block;
}
.pagibar > a {
  border: 1px solid #e5e5e5;
  color: #555;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 -1px;
  min-width: 30px;
  padding: 0 10px;
  text-align: center;
}
.pagibar > a.next-page {
  border: 1px solid transparent;
}
.product-gridview > ul {
  margin-bottom: 0;
}
.item-product-list {
  margin-bottom: 30px;
  background-color: white;

}
.item-product-list .product-thumb {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  
}
.product-title.title18 {
  font-size: 18px;
  line-height: inherit;
}
.item-product-list .product-info {
  padding-top: 15px;
}
.outin-stock {
  background: #7fbc53 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  margin-left: 25px;
}
.in-stock {
  background: #7fbc53 none repeat scroll 0 0;
}
.out-stock {
  background: #ff1b1b none repeat scroll 0 0;
}
.item-product-list .review-rating li {
  vertical-align: middle;
}
.number-review {
  color: #555;
  margin: 0 5px;
}
.review-rating .product-rate {
  margin: 0;
}
.review-rating .outin-stock {
  margin-left: 30px;
}
.item-product-list .product-title {
  margin-bottom: 10px;
}
.item-product-list .desc {
  margin-bottom: 23px;
}
.item-product-list .review-rating {
  margin-bottom: 15px;
}
.item-product-list .product-price {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
  margin-right: 5px;
}
}
.item-product-list .product-extra-link {
  margin-top: 30px;
}
.item-product-list .product-extra-link .addcart-link {
  color: #fff;
  font-size: 12px;
  padding: 0 25px;
  text-transform: uppercase;
}
.item-product-list .product-extra-link .addcart-link:hover {
  background: #333;
  color: #fff;
}
.item-product-list .product-extra-link a {
  color: #999;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
}
.item-product-list .product-thumb:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.review-rating li {
  vertical-align: middle;
}
/**********************************************************************************************************
												Product Detail
**********************************************************************************************************/
.main-detail-full .detail-gallery {
  margin-right: -30px;
  padding-left: 130px;
  position: relative;
}
.main-detail-full .detail-gallery .gallery-control {
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
}
.main-detail-full .detail-gallery .mid {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
}
.main-detail-full .detail-gallery .carousel li {
    margin: 0 0 10px;
}
.main-detail-full .detail-gallery .carousel{
	margin: -10px 0 0;
}
.main-detail-full .detail-info {
  margin-left: 50px;
  padding-top: 20px;
}
.main-detail-full .wrap-detail-gallery .gallery-control > a {
    top: 100%;
    margin-top: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.main-detail-full .wrap-detail-gallery .gallery-control > a.prev {
    left: 25px;
}
.main-detail-full .wrap-detail-gallery .gallery-control > a.next {
    right: 25px;
}
.detail-info .title24 {
  margin-bottom: 13px;
}
.detail-info .review-rating {
  margin-bottom: 15px;
}
.detail-info .review-rating .outin-stock {
  font-weight: 700;
}
.label-attr {
  text-transform: uppercase;
}
.attr-detail .label-attr {
  display: block;
  margin-bottom: 15px;
}
.attr-detail {
  margin-bottom: 25px;
}
.info-qty {
  border: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  position: relative;
  text-align: center;
  width: 170px;
  background: #fff;
}
.info-qty .qty-up {
  position: absolute;
  right: 20px;
  top: 0;
}
.info-qty .qty-down {
  left: 20px;
  position: absolute;
  top: 0;
}
.detail-addcart.addcart-link {
  color: #fff;
  display: block;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  width: 230px;
}
.detail-addcart.addcart-link i {
  margin-right: 15px;
  font-size: 18px;
}
.detail-qty .info-qty {
  margin: 0 6px 0 26px;
}
.detail-qty .label-attr {
  display: block;
  margin-top: 10px;
}
.product-share {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.list-social-share {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    left: 0;
    list-style: outside none none;
    margin: 30px 0 0 0px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.list-social-share a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  height: 30px;
  line-height: 30px;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.product-share:hover .list-social-share {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.list-social-share a span::after {
  border-bottom: 3px solid transparent;
  border-right: 3px solid #333;
  border-top: 3px solid transparent;
  content: "";
  height: 0;
  left: -3px;
  position: absolute;
  top: 6px;
  width: 0;
}
.list-social-share a span {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 20px;
  left: 100%;
  line-height: 20px;
  margin-left: 30px;
  opacity: 0;
  padding: 0 8px;
  position: absolute;
  text-transform: capitalize;
  top: 5px;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.list-social-share a:hover span {
  margin-left: 5px;
  opacity: 1;
  visibility: visible;
}
.detail-social {
  margin-bottom: 7px;
  margin-top: 15px;
}
.detail-social .product-extra-link a {
  margin: 0 13px;
}
.detail-social .product-share {
  margin: 0 18px;
}
.content-shop .main-detail {
  margin-bottom: 50px;
}
.detail-gallery.bxslider .bx-controls-direction > a {
  background: #fff none repeat scroll 0 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 30px;
  margin: -40px 0 0;
  width: 30px;
}
.detail-gallery.bxslider .bx-controls-direction > a i {
  line-height: 26px;
  height: 26px;
}
.detail-gallery.bxslider .bx-controls-direction > a.bx-prev {
  left: 15px;
}
.detail-gallery.bxslider .bx-controls-direction > a.bx-next {
  right: 15px;
}
.detail-addcart.addcart-link:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.title-tab-detail > ul li a {
  display: block;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: none;
}
.title-tab-detail > ul li.active a {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.title-tab-detail > ul li.active a::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.content-tab-detail .product-series {
  color: #999;
  text-transform: uppercase;
}
.content-tab-detail  h3 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 17px;
}
.desc-info > li::before {
  content: "-";
  margin-right: 5px;
}
.content-tab-detail  h2 {
  font-size: 14px;
  margin-bottom: 20px;
}
.tabs-detail .tab-content {
  padding: 25px;
  position: relative;
}
.detail-descript {
  min-height: 330px;
  padding-right: 350px;
  position: relative;
}
.detail-descript .banner-advs {
  margin: -25px;
  position: absolute;
  right: 0;
  top: 0;
  width: 350px;
}
.detail-addition .table {
  margin: 0;
}
.detail-gallery .bx-pager a:hover,
.detail-gallery .bx-pager a.active {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.content-tab-detail > p > a {
  text-decoration: underline;
}
.content-tab-detail > p {
  color: #555;
}
.icon-material {
  margin: 13px -5px;
}
.tabs-detail {
  margin-bottom: 40px;
}
.related-product-slider .item-product {
  margin: 5px 15px;
}
.related-product-slider {
  margin: 0 -15px;
}
.related-product .title14 {
  margin-bottom: 23px;
}
.related-product-slider .group-navi .owl-buttons {
  top: -5px;
}
.related-product {
  margin-bottom: 35px;
}
.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"] {
  background: #555 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-weight: 700;
  height: 40px;
  margin-top: 10px;
  padding: 0 30px;
  text-transform: uppercase;
}
.list-product-group.bg-white.drop-shadow {
  margin-bottom: 30px;
  padding: 20px;
  max-width: 570px;
}
.detail-cart-share {
  max-width: 570px;
}
.item-product-group {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 170px;
  position: relative;
}
.item-product-group .product-thumb {
  width: 50px;
}
.item-product-group .product-info {
  padding: 0 20px;
}
.item-product-group .info-qty {
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.item-product-group:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}
.detail-cart-share .detail-social {
  margin-top: 20px;
}
.widget-service  li .fa { 
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  width: 35px;
}
.widget-service.list-none {
  margin-top: -10px;
}
.main-detail-sidebar .detail-qty .info-qty {
  height: 40px;
  line-height: 40px;
  margin: 0 0 20px 29px;
}
.main-detail-sidebar .detail-qty {
  width: 130px;
}
.main-detail-sidebar .detail-social {
  margin-left: -5px;
}
.detail-gallery.style2 {
  margin-right: 25px;
  padding: 0;
}
.detail-gallery .detail-slider.mid {
  margin-bottom: 15px;
}
.wrap-detail-gallery .gallery-control .carousel li a {
  display: block;
  background: #fff;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 120px;
}
.main-detail-sidebar .detail-info {
  margin-left: 5px;
}
.wrap-detail-gallery .gallery-control > a {
  background: #fff none repeat scroll 0 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  color: #333;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  margin-top: -15px;
  z-index: 9;
}
.wrap-detail-gallery .gallery-control > a .fa {
    display: inline-block;
    line-height: 26px;
}
.wrap-detail-gallery .gallery-control > a.prev {
  left: 0;
}
.wrap-detail-gallery .gallery-control > a.next {
  right: 0;
}
.attr-product h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.attr-product ul {
  display: inline-block;
  margin-left: -7px;
  vertical-align: top;
}
.attr-product ul li {
  padding: 0 7px;
}
.attr-product ul li a {
  color: #555;
  font-size: 12px;
}
.attr-product.attr-color ul li a span {
  border: medium none;
}
.attr-product.attr-size ul li a span {
  background: #fff;
}
.attr-product.attr-size ul li a {
  text-transform: uppercase;
  font-weight: 700;
}
.attr-product.attr-size ul li {
  margin-right: 11px;
}
.attr-product.attr-size ul {
  margin-right: 7px;
}
.attr-product ul li a span {
  border: 1px solid #e5e5e5;
  display: block;
  height: 20px;
  width: 20px;
}
.attr-product ul {
  display: inline-block;
  margin-left: -7px;
  vertical-align: top;
}
.attr-product.attr-color {
  margin-bottom: 12px;
  margin-top: 22px;
}
/****************************************************************************************************
											Blog
*****************************************************************************************************/
.single-thumb {
  margin-bottom: 47px;
}
.content-blog {
  padding: 10px 0 20px;
}
.content-blog-detail {
  position: relative;
}
.content-blog-detail .post-author-social {
  min-height: auto;
  padding-bottom: 40px;
  width: 270px;
}
.post-author-social {
    border: 2px solid #e5e5e5;
    left: 0;
    min-height: 370px;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-direction: column;
    -ms-align-items: center;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.author-avar {
    margin-bottom: 22px;
    width: 100px;
}
.author-avar > a:hover img {
  opacity: 0.8;
}
.author-avar > a img {
  border-radius: 50%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.author-avar > a::after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.author-avar > a:hover::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.author-avar > a {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
}
.author-name {
  margin-bottom: 5px;
}
.author-name > span {
  color: #999;
  font-style: italic;
  margin-right: 5px;
}
.social-post {
  margin: 15px -15px 0;
}
.social-post > li {
  margin: 0 15px;
}
.content-blog-detail .post-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.content-blog-detail .blog-comment-date {
  margin-bottom: 15px;
}
.blog-comment-date {
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 0;
}
.blog-comment-date > li {
  color: #999;
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}
.blog-comment-date > li i {
  margin-right: 5px;
}
.content-blog-detail > p {
    color: #555;
    line-height: 22px;
}
.single-image-slide .owl-theme .item img {
  width: 100%;
}
.content-blog-detail blockquote::before {
  content: "";
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 50px;
}
.content-blog-detail blockquote {
    border: medium none;
    color: #999;
    padding-left: 80px;
    position: relative;
    line-height: 1.3;
    font-weight: 400;
}
.single-design > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.single-design li {
  color: #555;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.single-design li::before {
  color: #999;
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}
.title-default {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 25px;
  text-transform: uppercase;
  font-family: poppins;
}
.single-image-slide {
  margin-bottom: 45px;
  position: relative;
}
.caption-slider {
  color: #999;
  font-style: italic;
  line-height: 30px;
}
.single-list-tags {
  border-bottom: 1px dashed #999;
  border-top: 1px dashed #999;
  margin: 40px 0 45px;
  padding: 15px 0;
}
.single-list-tags label::after {
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 6px;
}
.single-list-tags > label {
  color: #999;
  font-size: 18px;
  font-weight: 100;
  margin: 0;
  padding-left: 35px;
  position: relative;
}
.single-list-tags > a {
  margin-left: 20px;
}
.post-comment .title-default {
  margin-bottom: 45px;
}
.post-comment ol {
  list-style: outside none none;
  margin: 0 0 -15px;
  padding: 0;
}
.item-post-comment {
  display: table;
  margin-bottom: 40px;
  width: 100%;
}
.post-comment-thumb {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
}
.post-comment-info {
  display: table-cell;
  padding-left: 30px;
  position: relative;
  vertical-align: top;
}
.post-comment-info > h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.post-comment-info .comment-reply {
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -4px;
}
.post-comment-info > p {
  color: #555;
  margin: 0;
}
.post-comment {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 45px;
}
.leave-reply .title-default {
  margin-bottom: 45px;
}
.leave-reply-form input[type="text"] {
  border: 1px solid #e5e5e5;
  color: #999;
  height: 50px;
  max-width: 400px;
  padding: 0 15px 0 40px;
  width: 100%;
}
.your-name {
  background: #ffffff url("../images/icons/icon1.png") no-repeat scroll left 13px center;
}
.your-email {
  background: #ffffff url("../images/icons/icon2.png") no-repeat scroll left 13px center;
}
.your-site {
  background: #ffffff url("../images/icons/icon3.png") no-repeat scroll left 13px center;
}
.leave-reply-form textarea {
  border: 1px solid #e5e5e5;
  height: 200px;
  padding: 15px;
  resize: none;
  width: 100%;
}
.leave-reply-form .submit-reply {
  background: transparent none repeat scroll 0 0;
  border: 3px solid #333;
  border-radius: 0;
  color: #333;
  font-weight: 700;
  height: 60px;
  margin: 20px 0 0;
  padding: 0 30px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.post-comment ul {
  list-style: outside none none;
  margin: 0 0 0 70px;
  padding: 0;
}
.blog-comment-date > li a {
  color: #999;
}
.content-blog-detail .vjs-custom {
  margin: 40px 0 45px;
}
.single-design {
  margin-bottom: 35px;
}
.item-post-list {  
  margin-bottom: 50px;
  padding-left: 320px;
  position: relative;
  min-height:370px;
}
.item-post-list .blog-comment-date {
  margin-bottom: 10px;
}
.item-post-list .post-thumb{
	margin-bottom:26px;
}
.item-post .btn-plus::before {
  border: 3px solid #e5e5e5;
  content: "\f067";
  display: inline-block;
  font-family: fontawesome;
  height: 50px;
  line-height: 44px;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
.item-post .btn-plus {
  color: #333;
  display: inline-block;
  font-family: poppins;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
}
.content-blog .pagibar {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.vjs-poster {
  background-size: 100% 100%;
}
.detail-lightbox .detail-gallery {
  padding-left: 100px;
}
.detail-lightbox .bx-pager {
  width: 90px;
}
.detail-lightbox .detail-qty .list-inline-block > li {
  margin-bottom: 10px;
}
.detail-lightbox .detail-social.text-right {
  text-align: left;
}
.detail-lightbox .detail-info {
  padding: 0;
}
.detail-lightbox .detail-addcart.addcart-link {
  height: 50px;
  line-height: 50px;
}
/***************************************************************************************************
										Pages
***************************************************************************************************/
.contact-map {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.map-custom {
  height: 360px;
}
.contact-map iframe {
  width: 100%;
}
.contact-info-page {
  background: #f4f4f4 none repeat scroll 0 0;
  padding: 70px 0;
  text-align: center;
}
.list-contact-info {
  margin-bottom: 45px;
}
.item-contact-info::after {
  background: #999 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 100%;
  margin-left: -50px;
  position: absolute;
  top: 28px;
  width: 100px;
}
.item-contact-info {
  position: relative;
  text-align: center;
}
.item-contact-info .contact-icon {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.item-contact-info a {
  color: #333;
}
.item-contact-info .contact-icon.icon-mobile::before {
  content: "";
}
.item-contact-info .contact-icon.icon-phone::before {
  content: "";
}
.item-contact-info .contact-icon.icon-email::before {
  content: " ";
}
.item-contact-info .contact-icon::before {
  color: #999;
  font-family: "fontawesome";
  font-size: 60px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -1px;
  transform: translateX(-200%);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-contact-info .contact-icon:hover::before {
  opacity: 1;
  transform: translateX(0px) rotate(0deg);
  -webkit-transform: translateX(0px) rotate(0deg);
}
.item-contact-info .contact-icon:hover i {
  opacity: 0;
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
}
.item-contact-info a i {
  color: #999;
  font-size: 60px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-contact-info > h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0 0;
}
.contact-info-page .desc {
  color: #555;
  margin: 0 auto;
  max-width: 890px;
  padding: 0 15px;
}
.contact-form-page {
  margin-bottom: 20px;
  margin-top: 45px;
}
.contact-form-page > h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 37px;
  text-transform: uppercase;
}
.form-contact input[type="text"] {
  border: 1px solid #e5e5e5;
  color: #999;
  height: 42px;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
}
.form-contact textarea {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding: 20px;
  width: 100%;
}
.form-contact input[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  height: 40px;
  width: 110px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-contact-info.last-item::after {
  display: none;
}
.about-menu {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding: 0;
}
.about-menu > li {
  display: inline-block;
  margin: 0 30px;
}
.protect-video {
  margin-top: 95px;
}
.about-full-protec h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.about-full-protec ul {
  margin: 0;
  max-width: 470px;
  position: relative;
}
.about-full-protec li {
  display: table;
  margin-bottom: 75px;
  position: relative;
  width: 100%;
}
.about-full-protec li::after {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 50px;
  left: 30px;
  margin-top: 12px;
  position: absolute;
  top: 100%;
  width: 1px;
}
.about-full-protec li > span {
  display: table-cell;
  vertical-align: middle;
}
.about-full-protec li > span > span {
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
.about-review-thumb a:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.about-full-protec p {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}
.about-full-protec .new-user-guide {
  display: block;
  margin-top: 30px;
}
.video-about {
  padding-right: 60px;
  padding-top: 20px;
  text-align: right;
}
.about-review {
  border-top: 2px solid #e5e5e5;
  margin-top: 95px;
  padding-top: 95px;
}
.about-review .title-default {
  margin-bottom: 47px;
  text-transform: uppercase;
}
.item-about-review {
  display: table;
  margin-bottom: 50px;
}
.about-review-thumb {
  display: table-cell;
  width: 100px;
}
.about-info {
  display: table-cell;
  padding: 0 30px;
  vertical-align: top;
}
.about-review-thumb a {
  border: 1px solid #e5e5e5;
  display: block;
  overflow: hidden;
  padding: 10px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.about-review-thumb a img {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.about-info h3 {
  margin: 0 0 8px;
}
.item-contact-info .contact-icon.icon-quality::before {
  content: "";
}
.item-contact-info .contact-icon.icon-shipment::before {
  content: "";
}
.item-contact-info .contact-icon.icon-payment::before {
  content: "";
}
.about-menu a::after {
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: -1px;
  width: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.about-menu a:hover::after {
  left: 0;
  width: 100%;
}
.about-menu a {
  display: block;
  padding: 15px 0;
  position: relative;
}
.about-full-protec ul {
  padding: 0;
}
/*Begin Message*/
.box-header-intro {
  margin-bottom: 40px;
  margin-top: 30px;
}
.box-header-intro .title30 {
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
  padding-right: 20px;
}
.item-message-box.item-message-info {
  background: #1997d4 none repeat scroll 0 0;
  color: #fff;
}
.item-message-box {
  margin-bottom: 30px;
  padding: 20px 30px;
}
.item-message-box .fa {
  font-size: 30px;
  margin-right: 20px;
  vertical-align: middle;
}
.item-message-box p {
  font-size: 16px;
  margin: 0;
}
.item-message-box.item-message-success {
  background: #eaf8e7 none repeat scroll 0 0;
  color: #2ebe12;
}
.item-message-box.item-message-error {
  background: #fff2f2 none repeat scroll 0 0;
  color: #ff0000;
}
.item-message-box.item-message-warning {
  background: #fff9ed none repeat scroll 0 0;
  color: #fec64d;
}
.box-header-intro .list-inline-block li {
  vertical-align: middle;
}
/*End Message*/
/*Begin Teams*/
.team-gallery-thumb .fancybox {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  margin: auto;
  text-align: center;
  width: 40px;
  z-index: 9;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.team-gallery-thumb:hover .fancybox {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.item-team-gallery h3 {
  margin: 0 0 20px;
}
.team-social-network {
  margin-left: -3px;
  margin-top: 20px;
}
.team-social-network li {
  margin: 0 3px;
}
.team-gallery-thumb {
  margin-bottom: 20px;
}
.team-social-network a {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #555;
  display: block;
  height: 40px;
  text-align: center;
  width: 40px;
  line-height: 40px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.list-team-box {
  margin-bottom: 50px; 
}
.list-team-box .team-gallery,
.list-team-box .team-circle {
  margin-bottom: 50px;
}
.item-team-circle {
  position: relative;
}
.item-team-circle1 {
  z-index: 104;
}
.team-circle-thumb {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.team-circle-thumb:hover > img {
  margin-left: 30px;
  transform: scale(0.5) translateX(100%) rotate(360deg);
  -webkit-transform: scale(0.5) translateX(100%) rotate(360deg);
  border: 10px solid rgba(0, 0, 0, 0.1);
}
.team-circle-thumb > img {
  width: 100%;
  border-radius: 50%;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.info-circle-thumb {
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    visibility: hidden;
    width: 100%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    bottom: 0;
    right: 0;
    padding: 10px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: -ms-flex;
    -ms-justify-content: center;
    -ms-align-items: center;
    -ms-flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
}
.info-circle-thumb .desc {
  color: #ccc;
}
.team-circle-thumb:hover .info-circle-thumb {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}
.item-team-circle2 {
  z-index: 103;
}
.item-team-circle3 {
  z-index: 102;
}
.item-team-circle4 {
  z-index: 101;
}
.team-circle-info > h3 {
  margin: 15px 0 10px;
}
.item-team-rectang {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.item-team-rectang:hover .team-circle-info {
  bottom: 0;
}
.item-team-rectang .team-circle-info {
  background: rgba(255, 255, 255, 0.9);
  bottom: -60px;
  left: 0;
  padding: 0 20px 15px;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.team-circle-info {
  text-align: center;
}
.item-member1 .member-social {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: -60px;
  padding: 40px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-member1 .member-social a {
  color: #fff;
  margin: 7px;
}
.member-social > a {
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  width: 30px;
}
.item-member1 .member-social a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.item-member1 .member-info > h3 {
  margin-bottom: 15px;
  padding: 15px 0;
}
.member-info > h3 {
  border-bottom: 1px solid #e5e5e5;
}
.member-thumb {
  overflow: hidden;
  position: relative;
}
.item-member1 .member-thumb:hover .member-social {
  left: 0;
}
.team-rectang {
  margin-bottom: 50px;
}
.title-pages {
  margin-bottom: 50px;
}
.title-pages h2 {
  overflow: hidden;
}
.title-pages h2 span {
  padding: 0 30px;
  position: relative;
  display: inline-block;
  z-index: 9;
}
.title-pages h2 span::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 4px;
  right: 100%;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 1200px;
}
.title-pages h2 span::after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 4px;
  left: 100%;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 1200px;
}
.title-pages .title14 {
  margin-bottom: 5px;
}
.item-member2 .member-info {
  padding-top: 50px;
}
.item-member2 .member-info > h3 {
  margin-bottom: 25px;
  padding-bottom: 27px;
}
.item-member2 .member-info > p {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.item-member2 .member-social > a {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  margin-right: 7px;
}
.item-member2 .member-social > a:hover {
  background: #000 none repeat scroll 0 0;
}
.box-member1 {
  margin-bottom: 50px;
}
/*End Teams*/
/*Begin  Testimonial*/
.testimo-item {
  background: #797979 none repeat scroll 0 0;
  color: #fff;
}
.testimo-content-left::before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.testimo-content-left {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.testimo-content-left > img{
  filter: blur(8px);
  transform: scale(1.1); 
}
.info-testimo-author {
  left: 0;
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 2;
}
.testimo-avatar::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.testimo-avatar:hover::before {
  opacity: 1;
}
.testimo-avatar:hover img {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.testimo-avatar {
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.testimo-avatar img {
  border-radius: 50%;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.testimo-content-right {
  padding-left: 55px;
  padding-right: 70px;
  padding-top: 95px;
  position: relative;
}
.testimo-content-right .testimo-desc::before {
  content: "\f0e5";
  font-family: fontAwesome;
  font-size: 30px;
  left: 0;
  position: absolute;
  top: 0;
}
.testimo-desc {
  padding-top: 60px;
  position: relative;
  font-size: 16px;
}
.testimo-date {
  color: #ccc;
  display: block;
  margin-top: 24px;
  padding-top: 15px;
  position: relative;
}
.customer-saying > h2 {
  margin: 0 0 45px;
}
.item-customer-saying {
  display: table;
  width: 100%;
}
.thumb-customer-saying {
  display: table-cell;
  width: 70px;
}
.info-customer-saying::before {
  color: #ccc;
  content: "";
  font-family: fontawesome;
  left: 20px;
  position: absolute;
  top: 5px;
}
.info-customer-saying {
  display: table-cell;
  padding-left: 40px;
  padding-right: 20px;
  position: relative;
  vertical-align: top;
}
.thumb-customer-saying > a {
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
.thumb-customer-saying img {
  border-radius: 50%;
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.info-customer-saying .desc {
  position: relative;
  font-size: 13px;
  line-height: 20px;
}
.info-customer-saying > h3 {
  margin: 10px 0 5px;
}
.info-customer-saying h3 a {
  font-size: 16px;
}
.thumb-customer-saying a:hover img {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.testimo-date::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.info-testimo-author .title16 {
  margin: 20px 0 10px;
}
.paginav-slider .owl-pagination {
  margin: 20px 0;
}
.testimonial-slider {
  margin-bottom: 50px;
}
.customer-saying {
  margin-bottom: 50px;
}
/*End Testimonial*/
/*Begin Accordions*/
.toggle-tab-content {
  display: none;
}
.accordion-box.style1 .item-accordion.active .title-accordion::after {
  content: "\f106";
}
.accordion-box.style1 .title-accordion::after {
  color: #747474;
  content: "\f107";
  font-family: fontAwesome;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 15px;
}
.accordion-box.style1 .item-accordion {
  border-bottom: 1px solid #e5e5e5;
}
.accordion-box.style1 .title-accordion {
  padding-right: 20px;
}
.title-accordion {
  color: #1b1d1f;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.desc-accordion {
  color: #666;
  margin: 0 0 20px;
  line-height: 24px;
}
.accordion-box.style2 .item-accordion {
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  padding: 0 20px;
}
.accordion-box.style2 .title-accordion {
  font-size: 13px;
  padding: 17px 15px 17px 25px;
  text-transform: uppercase;
}
.accordion-box.style2 .item-accordion.active .title-accordion::before {
  content: "\f146";
}
.accordion-box.style2 .title-accordion::before {
  content: "\f0fe";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 14px;
  font-family: fontAwesome;
}
.accordion-box {
  margin-bottom: 30px;
}
.accordion-box.style3 h2 {
  margin-bottom: 30px;
}
.accordion-box.style3 .item-accordion {
  margin-bottom: 5px;
}
.accordion-box.style2 h2 {
  margin-bottom: 30px;
}
.accordion-box.style3 .item-accordion.active .title-accordion::before {
  content: "\f068";
}
.accordion-box.style3 .title-accordion::before {
  content: "\f067";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-family: fontAwesome;
  background: #000;
  color: #fff;
}
.accordion-box.style3 .title-accordion {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  margin-bottom: 15px;
  padding: 12px 15px 12px 55px;
  text-transform: uppercase;
}
.accordion-box h2 {
  color: #999;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}
/*End Accordions*/
/*Begin Chart&Progress*/
/*Circle Chart*/
.circle1 .circles-text {
  color: #ccc;
  font-size: 60px!important;
}
.list-chart-processbar {
  padding: 40px 0;
}
.circle1 {
  float: left;
  margin-right: 135px;
  width: 300px;
}
.circle1:last-child {
  margin-right: 0;
}
.circle2 {
  border-radius: 50%;
  float: left;
  height: 170px;
  margin-right: 80px;
  padding: 23px;
  width: 170px;
}
.circle2:last-child {
  margin-right: 0;
}
.circle2 .circles-text {
  font-size: 30px!important;
}
#chart-4 {
  background: #2ea0d7;
}
#chart-4 .circles-text {
  color: #fff;
}
#chart-5 {
  background: #fec942;
}
#chart-5 .circles-text {
  color: #fff;
}
#chart-6 {
  background: #cccccc;
}
#chart-6 .circles-text {
  color: #1b1d1f;
}
#chart-7 {
  background: #ffd21e;
}
#chart-7 .circles-text {
  color: #1b1d1f;
}
#chart-8 {
  background: #1b1d1f;
}
#chart-8 .circles-text {
  color: #ffd21e;
}
/*Progressbar*/
.item-progressbar label {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #494a4c;
}
.list-chart-processbar .item-progressbar {
  max-width: 470px;
  width: 100%;
}
.list-chart-processbar .ui-progressbar .ui-progressbar-value {
  float: right;
  margin: 0;
  border: none;
}
.list-chart-processbar .ui-progressbar.ui-widget-content {
  background: #e5e5e5;
  border: none;
}
.list-chart-processbar #progressbar-1.ui-progressbar {
  height: 5px;
  border-radius: 0;
}
.list-chart-processbar #progressbar-1.ui-progressbar .ui-progressbar-value {
  background: #fec942;
  border-radius: 0;
}
.list-chart-processbar #progressbar-2.ui-progressbar {
  height: 5px;
  border-radius: 0;
}
.list-chart-processbar #progressbar-2.ui-progressbar .ui-progressbar-value {
  background: #2ea0d7;
  border-radius: 0;
}
.list-chart-processbar #progressbar-3.ui-progressbar {
  height: 5px;
  border-radius: 0;
}
.list-chart-processbar #progressbar-3.ui-progressbar .ui-progressbar-value {
  background: #494a4c;
  border-radius: 0;
}
.list-chart-processbar #progressbar-4.ui-progressbar {
  height: 5px;
  border-radius: 0;
}
.list-chart-processbar #progressbar-4.ui-progressbar .ui-progressbar-value {
  background: #ffd21e;
  border-radius: 0;
}
.list-chart-processbar #progressbar-5.ui-progressbar {
  height: 11px;
  border-radius: 4px;
}
.list-chart-processbar #progressbar-5.ui-progressbar .ui-progressbar-value {
  background: #fec942;
  border-radius: 4px;
}
.list-chart-processbar #progressbar-6.ui-progressbar {
  height: 11px;
  border-radius: 4px;
}
.list-chart-processbar #progressbar-6.ui-progressbar .ui-progressbar-value {
  background: #2ea0d7;
  border-radius: 4px;
}
.list-chart-processbar #progressbar-7.ui-progressbar {
  height: 11px;
  border-radius: 4px;
}
.list-chart-processbar #progressbar-7.ui-progressbar .ui-progressbar-value {
  background: #494a4c;
  border-radius: 4px;
}
.list-chart-processbar #progressbar-8.ui-progressbar {
  height: 11px;
  border-radius: 4px;
}
.list-chart-processbar #progressbar-8.ui-progressbar .ui-progressbar-value {
  background: #ffd21e;
  border-radius: 4px;
}
#progressbar-2,
#progressbar-2,
#progressbar-5,
#progressbar-6 {
  margin-bottom: 50px;
}
#progressbar-3,
#progressbar-4 {
  margin-bottom: 100px;
}
/*Pie Chart*/
.pie-chart {
  float: left;
  height: 210px;
  margin-left: -8px;
  margin-right: 52px;
  max-width: 200px;
}
.pie-chart:last-child {
  margin-right: 0;
}
.percentage:last-child {
  display: none;
}
#target1 .pie0 {
  background-color: #2ea0d7;
  fill: #2ea0d7;
}
#target1 .pie1 {
  background-color: #2a86b2;
  fill: #2a86b2;
}
#target2 .pie0 {
  background-color: #fec942;
  fill: #fec942;
}
#target2 .pie1 {
  background-color: #d1a73b;
  fill: #d1a73b;
}
#target3 .pie0 {
  background-color: #a9a9a9;
  fill: #a9a9a9;
}
#target3 .pie1 {
  background-color: #cccccc;
  fill: #cccccc;
}
#target4 .pie0 {
  background-color: #d1ae1e;
  fill: #d1ae1e;
}
#target4 .pie1 {
  background-color: #ffd21e;
  fill: #ffd21e;
}
#target5 .pie0 {
  background-color: #494a4c;
  fill: #494a4c;
}
#target5 .pie1 {
  background-color: #1b1d1f;
  fill: #1b1d1f;
}
/*End Chart&Progress*/
/***********************************************************************************************************
											Portfolio
***********************************************************************************************************/
.title-port-tab .list-inline-block li button.active {
  color: #fff;
}
.title-port-tab .list-inline-block li button {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: block;
  height: 40px;
  padding: 0 20px;
}
.title-port-tab {
  margin-bottom: 30px;
  text-align: center;
}
.title-port-tab .list-inline-block li {
  margin: 0 3px;
}
.port-info {
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9;
}
.item-portfolio {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.item-portfolio::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-portfolio:hover::before {
  opacity: 1;
}
.port-btn > a {
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  width: 40px;
  opacity: 0;
}
.port-btn > a:hover {
  color: #fff;
}
.port-btn {
  margin-top: 20px;
}
.port-thumb img {
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.port-info .title18 {
  opacity: 0;
  transform: translateY(-50px) scaleX(0);
  -webkit-transform: translateY(-50px) scaleX(0);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-portfolio:hover .port-thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.item-portfolio:hover .port-info .title18 {
  opacity: 1;
  transform: translateY(0) scaleX(1);
  -webkit-transform: translateY(0) scaleX(1);
}
.port-btn > .fancybox {
  transform: translateX(100px) rotate(0);
  -webkit-transform: translateX(100px) rotate(0);
}
.port-btn > .port-link {
  transform: translateX(-100px) rotate(0);
  -webkit-transform: translateX(-100px) rotate(0);
}
.item-portfolio:hover .port-btn > a {
  transform: translateX(0) rotate(360deg);
  -webkit-transform: translateX(0) rotate(360deg);
  opacity: 1;
}
.port-intro p {
  font-size: 18px;
  font-style: italic;
  color: #555;
}
.port-intro .title30 {
  margin-bottom: 10px;
}
.port-intro {
  margin: 10px 0 45px;
}
.grid-portfolio .mix {
  display: none;
}
.portfolio-tabs .btn-filter-portfolio {
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 20px auto;
  max-width: 300px;
  text-align: center;
  width: 100%;
  font-weight: 400;
  position:relative;
}
.portfolio-tabs .btn-filter-portfolio:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.single-port-info {
  padding-top: 50px;
}
.single-port-info .title30 {
  margin-bottom: 20px;
}
.single-port-info .title18 {
  color: #999;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: inherit;
}
.btn-around.inline-block {
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}
.single-port-info .desc {
  margin-bottom: 40px;
}
.single-portfolio {
  margin-bottom: 50px;
}
.related-portfolio .title30 {
  margin-bottom: 25px;
}
.portfolio-slider {
  margin: 0 -25px;
}
.portfolio-slider .item-portfolio {
  margin: 0 25px;
}
.related-portfolio {
  margin-bottom: 50px;
}
/*****************************************************************************************************
											Custom Theme
******************************************************************************************************/
.wrap-banner1 {
    margin-top: -142px;
}
.top-separate1 hr{
	margin:0 auto;
	border-color:rgba(255, 255, 255, 0.3);
}
.top-header1 {
    position: relative;
    z-index: 1010;
}
.logo1 {
    margin-top: 9px;
}
.search-form.search-form1 .dropdown-box{
	display:none;
}
.search-form.search-form1 {
    display: block;
    width: 40px;
    border: none;
	background:transparent;
}
.search-form.search-form1:hover input[type="text"]{
	background:#fff;
}
.top-info-cart .wpb_wrapper {
    display: flex;
    justify-content: flex-end;
    display: -ms-flex;
    -ms-justify-content: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
}
.header2 {
    overflow: visible!important;
}
.content-post-default .blog-comment-date {
    margin-bottom: 10px;
}
.content-blog-detail .video-poster {
    margin-bottom: 30px;
} 
.single-image-slide .s7upf-slider{
    margin-right: 20px;
}
.item-wg-post .post-thumb {
    width: 90px;
}
.item-wg-post .post-info {
    padding: 0 0 0 20px;
}
.widget-latest-post.widget-content > ul > li {
    margin: 0 0 20px;
    padding: 0;
}
.widget_categories > ul > li,
.widget_archive > ul > li {
	font-size:12px;
	color:#999;
}
.widget_categories > ul > li a,
.widget_archive > ul > li a{
	font-size:14px;
}
.post-author .post-categories ,
.cat-in .post-categories {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.content-contact-page .contact-form-page{
	margin-top:0;
	margin-bottom:0;
}
.content-contact-page .contact-form input[type="email"],
.content-contact-page  .contact-form input[type="text"]{
	max-width:none;
}
.product-title {
    line-height: 1.3;
    text-transform: uppercase;
	
}
.item-product .product-extra-link2 > a.addcart-link {
    height: 30px;
    padding: 0;
    background: transparent;
    color: #999;
	line-height:30px;
}
.item-product2 .product-extra-link2 > a.addcart-link ,
.item-product3 .product-extra-link2 > a.addcart-link,
.item-product4 .product-extra-link2 > a.addcart-link{
	color:#555;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:18px;
	margin:0; 
}
.post-type-archive-product,.single-product {
	background:#fbfbfb
}
.woocommerce-product-rating .review-rating {
    display: inline-block;
    margin: 0;
	vertical-align:top;
}
.woocommerce-product-rating .number-review{
	display:inline-block;
	vertical-align:middle;
}
.detail-info .woocommerce-product-rating .outin-stock.out-of-stock {
    margin-left: 30px;
	color:#fff;
}
.detail-info .woocommerce-product-rating .outin-stock.out-of-stock{
	background:#ff0000;
}
.detail-info .product-price {
    margin-bottom: 12px;
}
.content-tab-detail .desc-info li {
    margin-bottom: 5px;
    color: #555;
}
.woocommerce div.product .product-detail div.images{
	margin-bottom:0;
}
.product-detail {
	margin-bottom:50px;
}
.related-product:last-child {
    margin-bottom: 0;
}
.detail-info .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
    font-family: fontAwesome;
    content: "\f08a";
	display:inline-block;
	margin-right:5px;
}
.product-detail .detail-info .compare::before {
    content: "\f065";
    font-family: fontAwesome;
	display:inline-block;
	margin-right:5px;
}
.product-share .share-link .fa{
	margin-right:5px;
}
.detail-info .product_meta {
    margin-top: 15px;
}
table .product-title {
    white-space: normal;
}
.item-product-meta-info > span {
    margin-bottom: 5px;
}
.detail-info .detail-attr {
    display: block;
    margin-bottom: 15px;
}
.detail-info .detail-attr > label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.woocommerce div.product  .detail-info p.stock {
    display: none;
}
.detail-tab-desc .comment-reply-title {
    font-size: 14px;
    margin-top: 10px;
}
.list-product-group .group_table .product-title{
	margin-bottom:10px;
}
.list-product-group .group_table .info-qty{
	height:40px;
	line-height: 40px;
}
.list-pro-seller .item-product{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e5e5e5;
}
.list-pro-seller .item-product .product-title{
	margin-bottom:12px;
}
.list-pro-seller .item-product:last-child{
	padding:0;
	border:none;
}
.list-pro-seller .item-product .product-thumb {
    width: 90px;
}
.list-pro-seller .item-product .product-info {
    padding-left: 20px;
}
.list-pro-seller .item-product .review-rating{
	margin:15px -3px 0;
}
.list-pro-seller .item-product .review-rating li{
	padding:0;
}
.list-pro-seller .product-thumb > .quickview-link{
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
}
.large-navi.owl-theme .owl-controls .owl-buttons div {
  width:60px;
  height:60px;
  font-size:18px;
  margin-top:-30px;
  opacity:0;
}
.large-navi.owl-theme:hover .owl-controls .owl-buttons div{
	opacity:1;
}
.large-navi.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: -15px;
}
.large-navi.owl-theme .owl-controls .owl-buttons div.owl-next{
	right: -15px;
}
.large-navi.owl-theme .owl-controls .owl-buttons div i{
	line-height:60px;
}
.latest-post-slider .list-post-wrap{
	margin:0;
}
.latest-post-slider .large-navi.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}
.latest-post-slider .large-navi.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}
.item-slider2 .banner-info p.desc-slider {
    font-size: 18px;
    margin-bottom: 23px;
    margin-top: 5px;
    padding-bottom: 25px;
    position: relative;
}
.item-slider2 .banner-info p.desc-slider::after {
    background: #fff;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
}
.item-slider2 .banner-info .text-left p.desc-slider::after {
    left: 0;
    margin: 0;
}
.item-slider2 .banner-info .text-left p.black::after {
    background: #333;
}
.banner-slider2 .owl-theme .owl-controls .owl-pagination {
    bottom: 100px;
}
.list-service2.vc_row {
    margin-left: 0;
    margin-right:0;
}
.sidebar-home3 .column_container{
	padding:0;
}
.border-box.vc_row{
	margin:0 0 30px;
}
.sidebar-home3 .list-cat-box {
    margin-bottom: 30px;
}
.ads-slider .owl-pagination{
	margin-top:5px;
}
.sidebar-home3 .item-client .client-profile .inline-block {
    display: block;
}
.list-service3.vc_inner {
    margin: 0 0 45px;
}
.list-service3.vc_row {
    margin-left: 0;
    margin-right: 0;
}
.item-service3 .service-icon {
    padding: 7px 0;
}
.product-box3 .group-navi .owl-buttons {
    top: -60px;
}
.product-box2 .tab-header{
	margin-bottom:50px;
}
.header4 hr{
	margin:0 auto;
}
.adv-slider4 .last-item .item-adv4{
	border:none;
}
.item-service3.item-service4 > * {
    display: inline-block;
    padding: 0;
    vertical-align: top;
}
.item-service3.item-service4 .service-text h2 {
    font-weight: 700;
    margin-top: 11px;
}
.list-service4.vc_row {
    padding: 29px 0;
    margin: 0 0 95px;
}
.latest-post4 .owl-theme .owl-controls .owl-buttons div {
    top: 27%;
}
.logo.logo5 {
    margin-top: 8px; 
}
.list-service5.vc_row {
    position: relative;
    z-index: 10;
    margin-left: 0;
    margin-right: 0;
}
.special-box5 .item-product{
    padding: 10px 10px 0;
	border:1px solid #e5e5e5;
	box-shadow:none;
}
.recommmen-slider .owl-wrapper-outer{
	padding-bottom:15px;
	margin-bottom:-15px;
}
.contact-top6 .wpb_wrapper {
    display: flex;
    justify-content: flex-end;
    display: -ms-flex;
    -ms-justify-content: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
}
.contact-top6 .wishlist-count{
	margin:0;
}
.contact-top6 .top-currency-language{
	margin:0 10px;
}
.search-cart6 .wpb_wrapper {
    display: flex;
    justify-content: flex-end;
    display: -ms-flex;
    -ms-justify-content: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
}
.search-cart6 .mini-cart-box{
	margin-left:30px;
}
.vc_row.content-top6 {
    margin-left: 0;
    margin-right: 0;
}
.content-top6 .banner-slider {
    margin-left: -30px;
    margin-right: 5px;
}
.list-service6 .item-service2 a {
    color: #555;
}
.list-service6 .item-service2{
	padding:10px 0;
	text-align:left;
}
.content-top6.vc_section {
    margin-left: 0;
    margin-right: 0;
}
.vc_row.list-service6 {
    margin: 20px 0px 0 0px;
}
.content-top6 .box-cat-mega {
    margin-left: 5px;
}
.product-box6 .tab-header {
    margin-bottom: 10px;
}
.product-box6 .group-navi .owl-controls .owl-buttons {
    top: 36px;
    right: 10px;
}
.product-box6 .product-slider2 .item-product2 {
    margin: 0 10px 15px;
}
.product-box6 .product-slider2 {
    margin: -10px -10px 0;
}
.deal-box6 .item-product .product-thumb {
    padding: 0;
    border: none;
    box-shadow: none;
}
.deal-box6 .item-product .product-thumb .product-extra-link2 {
    bottom: 20px;
}
.testimo-box6 > h2.title30,
.top-review6  > h3.title18,
.deal-box6  > h3.title18 {
    margin: 0 0 17px;
    padding-top: 15px;
    position: relative;
    text-align: center;
	font-size: 24px;
	font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.top-review6  > h3.title18::before,
.testimo-box6 > h2.title30::before,
.deal-box6  > h3.title18::before {
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: -1px;
    width: 100px;
}
.sidebar-box6 .owl-pagination {
    padding: 20px 0 13px;
}
.testimo-box6  .item-client {
    margin: -5px 0 16px;
}
.top-review6 .product-table{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:20px;
	margin-bottom:20px;
}
.top-review6 .item > div:last-child .product-table{
	border:none;
	margin:0;
}
.list-accordion {
    margin-bottom: 30px; 
}
.page-testimonial{
	margin-bottom:25px;
}
.single-port-info .btn-around:hover{
	background:#333;
}
.portfolio-slider .large-navi.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -5px;
}
.portfolio-slider .large-navi.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -5px;
}
.video-collect-slider > .large-navi.owl-theme > .owl-controls > .owl-buttons > div{
	margin-top:-55px;
}
.video-collect-slider > .large-navi.owl-theme > .owl-controls > .owl-buttons > div.owl-prev {
    left: -5px;
}
.video-collect-slider > .large-navi.owl-theme > .owl-controls > .owl-buttons > div.owl-next {
    right: -5px;
}
.video-collect-slider .wrap-item .owl-wrapper-outer{
	margin-bottom: -60px;
    padding-bottom: 60px;
}
.shop-style-slider.style2 .item-shop-style .product-title{
	margin-bottom:5px;
}
.shop-style-slider.style2 .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
    margin-top: -40px;
}
.shop-style-slider.style2 .owl-theme .owl-controls .owl-buttons div .fa {
    line-height: 30px;
}
.detail-gallery .mid .link-video {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 8888;
	color:#fff!important;
	text-align:center;
}
.item-post.post-item3 .post-info .desc {
    margin-top: -10px;
}
.woocommerce-pagination.pagi-nav > *{
	background:#fff;
}
.item-product-list .product-desc {
    margin-bottom: 23px;
}
.item-product-list .product-extra-link a.button{
	height:36px;
	line-height:36px;
	margin:0 5px;
}
.yith-woocompare-widget a.compare {
    float: none;
    letter-spacing: 0.5px;
}
.yith-woocompare-widget a.compare::after{
	display:none;
}
.yith-woocompare-widget a.clear-all {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 10px;
    display: inline-block;
    line-height: 40px;
	height: 40px;
}
.yith-woocompare-widget ul.products-list li:not( .list_empty ) {
    padding: 0;
    margin-bottom: 20px;
}
.yith-woocompare-widget ul.products-list li:last-child{
	border:none;
	margin:0;
}
.header.header4 {
    overflow: visible!important;
}
.product-type-variable > .item-product.item-product2::before {
    bottom: -20px;
}
.product-slider-view {
    position: relative;
}  
.product-slider-view .filter-product {
    margin-right: 15px;
    margin-top: -80px;
}
.product-slider-view .box-attr-filter{
	top:-40px;
}
.list-product-wrap .wrap-item > div:not(:first-child) {
    display: block;
}
.product-notification {
    display: none;
    text-align: center;
    color: #ff0000;
    background: #fafafa;
    padding: 70px 30px;
}
.product-list-blank .product-notification{
	display:block;
}
.product-slider2 .box-attr-filter {
    left: 15px;
    right: 15px;
    width: auto;
}
.mega-new-arrival-slider.recommmen-slider .item {
    margin: 0;
}
.mega-new-arrival-slider .group-navi .owl-buttons {
    top: -47px;
}
.main-nav li.has-mega-menu > .mega-menu {
    padding: 25px;
}
.woocommerce table.wishlist_table {
    background: #fff;
}
.mega-shop-menu ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}
.mega-shop-menu ul li:last-child {
    border: none;
}
.mega-shop-menu ul {
    margin-top: -15px;
}
.main-detail-sidebar .wrap-detail-gallery .gallery-control > a.prev {
    left: -11px;
}
.main-detail-sidebar .wrap-detail-gallery .gallery-control > a.next {
    right: -11px;
}
.list-6-item .item-product .product-extra-link2 > a {
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px; 
}
.search-form1 .list-product-search {
    left: auto;
    right: 0;
}
.product-popup-content .main-detail-full .detail-info {
    margin: 0;
    padding: 0;
}
.product-popup-content .main-detail-full .detail-gallery {
    margin: 0;
    padding-left: 100px;
}
.product-popup-content .wrap-detail-gallery .gallery-control .carousel li a,
.product-popup-content .main-detail-full .detail-gallery .gallery-control {
    width: 90px;
}
.product-popup-content .wrap-detail-gallery .gallery-control .carousel li {
	height:117px;
}
.product-popup-content .main-detail-full .wrap-detail-gallery .gallery-control > a.next {
    right: 5px;
}
.product-popup-content .main-detail-full .wrap-detail-gallery .gallery-control > a.prev {
    left: 5px;
}
.product-popup-content .number-review{
	display:none;
}
.product-box1 .owl-theme .owl-controls .owl-buttons div {
    top: 39%;
}
.product-box5 .item-product2 .product-thumb {
    box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.product-box5 .item-product2:hover .product-thumb{
	box-shadow: none;
}
.footer-top5 .email-form .submit-form:hover input[type="submit"] {
    border-color: #fff;
}
.content-home3 .product-box3 .owl-carousel .owl-wrapper-outer {
    margin-bottom: -20px;
    padding-bottom: 20px;
}
.list-product-wrap {
    position: relative;
}
.list-product-wrap > .wrap-item {
    position: static;
}
.product-box2 .product-slider2 {
    margin-bottom: -15px;
}
.product-box2 .product-slider2 .owl-carousel .owl-wrapper-outer {
    margin-bottom: -20px;
    padding-bottom: 20px;
}
.title-single-related-post{
	font-size:24px;   
}
body .scroll-top:hover {
  color: #fff;
}
.footer-top.footer-top3 {
    background-attachment: fixed;
    background-position: center center!important;
    -webkit-backface-visibility: hidden;
}
.woocommerce form .form-row .input-checkbox {
    position: static;
}
.title-wc-vendor{
	margin-bottom:25px;
}
.wrap-wc-vendor{
	margin-bottom:30px;
}
p.form-row.notes > label {
    margin-left: 5px;
    margin-right: 5px;
}
.wrap-wc-vendor input[type="date"] {
    vertical-align: top;
    margin: 0 5px;
}
.fixed-header.main-header {
    padding: 10px 0;
}


.bg-color, .dropdown-list li a:hover, body .scroll-top, .preload #loading, .main-nav .toggle-mobile-menu span, .main-nav .toggle-mobile-menu::before, .main-nav .toggle-mobile-menu::after, .language-list li a:hover, .list-profile li a:hover, .currency-list li a:hover, .owl-theme .owl-controls .owl-buttons div:hover, .link-btn:hover, .item-service.table .service-icon a, .title-underline::after, .btn-link1:hover, .bxslider .bx-controls-direction > a:hover, .percent-sale, .owl-theme .owl-controls .owl-page.active span::after, .item-post:hover .post-date, .social-network a:hover, .banner-slider2 .owl-theme .owl-controls .owl-page.active span, .woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .product-extra-link2 > a span, .round-navi.owl-theme .owl-controls .owl-buttons div:hover, .title-box4 span::before, .title-box4 span::after, .item-shop-style .product-info .product-title a, .item-shop-style .product-info::before, .footer-top.footer-top5, .title-upperline::before, .widget-title::after, .widget .btn-widget:hover, .item-product-list .product-extra-link .addcart-link, .detail-gallery.bxslider .bx-controls-direction > a:hover, .review-form > div > input[type="submit"]:hover, .wrap-detail-gallery .gallery-control > a:hover, .content-blog-detail blockquote::before, .wishlist-button a:last-child, .form-contact input[type="submit"]:hover, .about-menu a::after, .about-full-protec li > span > span, .team-social-network a:hover, .port-btn > a:hover, .title-port-tab .list-inline-block li button.active, .btn-around.inline-block, .email-form .submit-form:hover, .dropdown-list > li > a:hover, .content-about .blockquote::after, #review_form #commentform input[type="submit"]:hover, .woocommerce div.product form.cart .button.single_add_to_cart_button, .adv-final-countdown .clock .number, .woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .button:hover, .btn:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .wishlist-button a:hover, .top-review6 > h3.title18::before, .testimo-box6 > h2.title30::before, .deal-box6 > h3.title18::before, .range-filter .slider-range, .range-filter .ui-slider-handle.ui-state-default.ui-corner-all:hover, .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a, .btn-loadmore .loadmore, .mini-cart-button a:hover, .woocommerce .mini-cart-button a:hover, .main-nav .toggle-mobile-menu span, .main-nav .toggle-mobile-menu::before, .main-nav .toggle-mobile-menu::after, input.button[name="apply_for_vendor_submit"]:hover {

    background-color: #006D5C;
	

}
